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:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12169verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12170verbnet(blow, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12171verbnet(clench, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12172verbnet(click, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12173verbnet(close, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12174verbnet(cock, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12175verbnet(crane, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12176verbnet(crook, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12177verbnet(cross, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12178verbnet(drum, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12179verbnet(flap, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12180verbnet(flash, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12181verbnet(flex, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12182verbnet(flick, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12183verbnet(flutter, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12184verbnet(fold, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12185verbnet(gnash, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12186verbnet(grind, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12187verbnet(hang, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12188verbnet(hunch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12189verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12190verbnet(knit, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12191verbnet(open, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12192verbnet(pucker, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12193verbnet(purse, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12194verbnet(raise, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12195verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12196verbnet(rub, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12197verbnet(shake, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12198verbnet(show, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12199verbnet(shuffle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12200verbnet(smack, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12201verbnet(snap, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12202verbnet(stamp, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12203verbnet(stretch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12204verbnet(toss, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12205verbnet(turn, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12206verbnet(twiddle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12207verbnet(twitch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12208verbnet(wag, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12209verbnet(waggle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12210verbnet(wiggle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12211verbnet(wring, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12212verbnet(wrinkle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12213
12214%%% File:    ext/VerbNet/crane-40.3.2.xml
12215%%% Primary: NP V NP PP.recipient (crane-40.3.2)
12216%%% Syntax:  [np:Agent,v,np:Patient,pp,np:Recipient]
12217%%% CCG:     ((s:_\np)/pp)/np
12218%%% Roles:   [Patient,Agent]
12219%%% Example: Jennifer wagged her finger at the naughty child.
12220%%%
12221verbnet(arch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12222verbnet(bare, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12223verbnet(bat, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12224verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12225verbnet(blow, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12226verbnet(clench, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12227verbnet(click, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12228verbnet(close, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12229verbnet(cock, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12230verbnet(crane, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12231verbnet(crook, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12232verbnet(cross, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12233verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12234verbnet(flap, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12235verbnet(flash, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12236verbnet(flex, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12237verbnet(flick, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12238verbnet(flutter, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12239verbnet(fold, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12240verbnet(gnash, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12241verbnet(grind, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12242verbnet(hang, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12243verbnet(hunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12244verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12245verbnet(knit, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12246verbnet(open, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12247verbnet(pucker, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12248verbnet(purse, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12249verbnet(raise, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12250verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12251verbnet(rub, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12252verbnet(shake, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12253verbnet(show, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12254verbnet(shuffle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12255verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12256verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12257verbnet(stamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12258verbnet(stretch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12259verbnet(toss, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12260verbnet(turn, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12261verbnet(twiddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12262verbnet(twitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12263verbnet(wag, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12264verbnet(waggle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12265verbnet(wiggle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12266verbnet(wring, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12267verbnet(wrinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12268
12269%%% File:    ext/VerbNet/crane-40.3.2.xml
12270%%% Primary: NP V NP PP.recipient PP.theme (crane-40.3.2)
12271%%% Syntax:  [np:Agent,v,np:Patient,pp,np:Recipient,prep:in,np:Theme]
12272%%% CCG:     (((s:_\np)/pp)/pp)/np
12273%%% Roles:   [Patient,Agent]
12274%%% Example: Jennifer wagged her finger at the naughty child in disapproval.
12275%%%
12276verbnet(arch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12277verbnet(bare, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12278verbnet(bat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12279verbnet(beat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12280verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12281verbnet(clench, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12282verbnet(click, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12283verbnet(close, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12284verbnet(cock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12285verbnet(crane, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12286verbnet(crook, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12287verbnet(cross, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12288verbnet(drum, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12289verbnet(flap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12290verbnet(flash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12291verbnet(flex, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12292verbnet(flick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12293verbnet(flutter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12294verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12295verbnet(gnash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12296verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12297verbnet(hang, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12298verbnet(hunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12299verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12300verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12301verbnet(open, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12302verbnet(pucker, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12303verbnet(purse, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12304verbnet(raise, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12305verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12306verbnet(rub, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12307verbnet(shake, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12308verbnet(show, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12309verbnet(shuffle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12310verbnet(smack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12311verbnet(snap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12312verbnet(stamp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12313verbnet(stretch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12314verbnet(toss, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12315verbnet(turn, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12316verbnet(twiddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12317verbnet(twitch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12318verbnet(wag, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12319verbnet(waggle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12320verbnet(wiggle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12321verbnet(wring, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12322verbnet(wrinkle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12323verbnet(in, pp/np, ['Theme'], [40,.,3,.,2]).
12324
12325%%% File:    ext/VerbNet/create-26.4.xml
12326%%% Primary: NP V NP.beneficiary NP (create-26.4-1)
12327%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Result]
12328%%% CCG:     ((s:_\np)/np)/np
12329%%% Roles:   [Beneficiary,Goal,Agent]
12330%%% Example: David dug me a hole.
12331%%%
12332verbnet(conjure, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12333verbnet(craft, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12334verbnet(design, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12335verbnet(dig, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12336verbnet(mint, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12337verbnet(publish, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12338verbnet(rearrange, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12339verbnet(reconstitute, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12340verbnet(reorganize, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12341verbnet(schedule, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12342verbnet(stage, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]).
12343
12344%%% File:    ext/VerbNet/create-26.4.xml
12345%%% Primary: NP V NP (create-26.4)
12346%%% Syntax:  [np:Agent,v,np:Result]
12347%%% CCG:     (s:_\np)/np
12348%%% Roles:   [Goal,Agent]
12349%%% Example: David constructed a house.
12350%%%
12351verbnet(conjure, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12352verbnet(craft, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12353verbnet(design, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12354verbnet(dig, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12355verbnet(mint, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12356verbnet(publish, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12357verbnet(rearrange, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12358verbnet(reconstitute, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12359verbnet(reorganize, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12360verbnet(schedule, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12361verbnet(stage, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12362verbnet(coin, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12363verbnet(compose, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12364verbnet(compute, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12365verbnet(concoct, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12366verbnet(construct, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12367verbnet(contrive, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12368verbnet(create, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12369verbnet(derive, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12370verbnet(fabricate, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12371verbnet(form, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12372verbnet(formulate, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12373verbnet(improvise, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12374verbnet(invent, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12375verbnet(manufacture, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12376verbnet(model, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12377verbnet(organize, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12378verbnet(produce, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12379verbnet(recreate, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12380verbnet(rebuild, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12381verbnet(style, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12382verbnet(synthesize, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12383verbnet(lay, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12384verbnet(author, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12385verbnet(draft, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12386verbnet(write, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12387verbnet(piece_together, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]).
12388
12389%%% File:    ext/VerbNet/create-26.4.xml
12390%%% Primary: NP V NP PP.material (create-26.4)
12391%%% Syntax:  [np:Agent,v,np:Result,prep:from out_of,np:Material]
12392%%% CCG:     ((s:_\np)/pp)/np
12393%%% Roles:   [Goal,Agent]
12394%%% Example: David constructed a house out of sticks.
12395%%%
12396verbnet(conjure, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12397verbnet(craft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12398verbnet(design, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12399verbnet(dig, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12400verbnet(mint, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12401verbnet(publish, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12402verbnet(rearrange, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12403verbnet(reconstitute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12404verbnet(reorganize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12405verbnet(schedule, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12406verbnet(stage, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12407verbnet(coin, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12408verbnet(compose, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12409verbnet(compute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12410verbnet(concoct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12411verbnet(construct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12412verbnet(contrive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12413verbnet(create, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12414verbnet(derive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12415verbnet(fabricate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12416verbnet(form, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12417verbnet(formulate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12418verbnet(improvise, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12419verbnet(invent, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12420verbnet(manufacture, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12421verbnet(model, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12422verbnet(organize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12423verbnet(produce, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12424verbnet(recreate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12425verbnet(rebuild, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12426verbnet(style, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12427verbnet(synthesize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12428verbnet(lay, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12429verbnet(author, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12430verbnet(draft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12431verbnet(write, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12432verbnet(piece_together, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12433verbnet(from, pp/np, ['Source'], [26,.,4]).
12434verbnet(out_of, pp/np, ['Source'], [26,.,4]).
12435
12436%%% File:    ext/VerbNet/create-26.4.xml
12437%%% Primary: NP V NP PP.beneficiary (create-26.4)
12438%%% Syntax:  [np:Agent,v,np:Result,prep:for,np:Beneficiary]
12439%%% CCG:     ((s:_\np)/pp)/np
12440%%% Roles:   [Goal,Agent]
12441%%% Example: David dug a hole for me.
12442%%%
12443verbnet(conjure, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12444verbnet(craft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12445verbnet(design, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12446verbnet(dig, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12447verbnet(mint, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12448verbnet(publish, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12449verbnet(rearrange, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12450verbnet(reconstitute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12451verbnet(reorganize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12452verbnet(schedule, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12453verbnet(stage, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12454verbnet(coin, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12455verbnet(compose, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12456verbnet(compute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12457verbnet(concoct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12458verbnet(construct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12459verbnet(contrive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12460verbnet(create, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12461verbnet(derive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12462verbnet(fabricate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12463verbnet(form, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12464verbnet(formulate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12465verbnet(improvise, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12466verbnet(invent, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12467verbnet(manufacture, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12468verbnet(model, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12469verbnet(organize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12470verbnet(produce, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12471verbnet(recreate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12472verbnet(rebuild, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12473verbnet(style, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12474verbnet(synthesize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12475verbnet(lay, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12476verbnet(author, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12477verbnet(draft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12478verbnet(write, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12479verbnet(piece_together, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12480verbnet(for, pp/np, ['Beneficiary'], [26,.,4]).
12481
12482%%% File:    ext/VerbNet/create-26.4.xml
12483%%% Primary: NP V NP PP.attribute (create-26.4)
12484%%% Syntax:  [np:Agent,v,np:Result,lex: (as),np:Attribute]
12485%%% CCG:     ((s:_\np)/pp)/np
12486%%% Roles:   [Goal,Agent]
12487%%% Example: They designed the Westinghouse-Mitsubishi venture as a non-equity transaction.
12488%%%
12489verbnet(conjure, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12490verbnet(craft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12491verbnet(design, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12492verbnet(dig, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12493verbnet(mint, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12494verbnet(publish, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12495verbnet(rearrange, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12496verbnet(reconstitute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12497verbnet(reorganize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12498verbnet(schedule, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12499verbnet(stage, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12500verbnet(coin, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12501verbnet(compose, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12502verbnet(compute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12503verbnet(concoct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12504verbnet(construct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12505verbnet(contrive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12506verbnet(create, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12507verbnet(derive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12508verbnet(fabricate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12509verbnet(form, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12510verbnet(formulate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12511verbnet(improvise, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12512verbnet(invent, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12513verbnet(manufacture, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12514verbnet(model, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12515verbnet(organize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12516verbnet(produce, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12517verbnet(recreate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12518verbnet(rebuild, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12519verbnet(style, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12520verbnet(synthesize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12521verbnet(lay, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12522verbnet(author, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12523verbnet(draft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12524verbnet(write, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12525verbnet(piece_together, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]).
12526verbnet(as, pp/np, ['Attribute'], [26,.,4]).
12527
12528%%% File:    ext/VerbNet/curtsey-40.3.3.xml
12529%%% Primary: NP V (curtsey-40.3.3)
12530%%% Syntax:  [np:Agent,v]
12531%%% CCG:     s:_\np
12532%%% Roles:   [Agent]
12533%%% Example: The princess curtseyed.
12534%%%
12535verbnet(bob, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12536verbnet(bow, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12537verbnet(curtsey, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12538verbnet(genuflect, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12539verbnet(kneel, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12540verbnet(salaam, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12541verbnet(salute, s:_\np, ['Agent'], [40,'.',3,'.',3]).
12542
12543%%% File:    ext/VerbNet/curtsey-40.3.3.xml
12544%%% Primary: NP V PP.recipient (curtsey-40.3.3)
12545%%% Syntax:  [np:Agent,v,pp,np:Recipient]
12546%%% CCG:     (s:_\np)/pp
12547%%% Roles:   [Agent]
12548%%% Example: The princess curtseyed to the queen.
12549%%%
12550verbnet(bob, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12551verbnet(bow, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12552verbnet(curtsey, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12553verbnet(genuflect, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12554verbnet(kneel, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12555verbnet(salaam, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12556verbnet(salute, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]).
12557
12558%%% File:    ext/VerbNet/curtsey-40.3.3.xml
12559%%% Primary: NP V NP (curtsey-40.3.3)
12560%%% Syntax:  [np:Agent,v,np:Topic]
12561%%% CCG:     (s:_\np)/np
12562%%% Roles:   [Topic,Agent]
12563%%% Example: The princess curtseyed her assent.
12564%%%
12565verbnet(bob, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12566verbnet(bow, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12567verbnet(curtsey, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12568verbnet(genuflect, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12569verbnet(kneel, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12570verbnet(salaam, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12571verbnet(salute, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12572
12573%%% File:    ext/VerbNet/curtsey-40.3.3.xml
12574%%% Primary: NP V NP PP.recipient (curtsey-40.3.3)
12575%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
12576%%% CCG:     ((s:_\np)/pp)/np
12577%%% Roles:   [Topic,Agent]
12578%%% Example: The princess curtsied her assent to the queen.
12579%%%
12580verbnet(bob, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12581verbnet(bow, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12582verbnet(curtsey, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12583verbnet(genuflect, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12584verbnet(kneel, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12585verbnet(salaam, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12586verbnet(salute, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]).
12587verbnet(to, pp/np, ['Recipient'], [40,.,3,.,3]).
12588
12589%%% File:    ext/VerbNet/cut-21.1.xml
12590%%% Primary: NP V NP (cut-21.1-1)
12591%%% Syntax:  [np:Agent,v,np:Patient]
12592%%% CCG:     (s:_\np)/np
12593%%% Roles:   [Patient,Agent]
12594%%% Example: Carol cut her finger.
12595%%%
12596verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12597verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12598verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12599verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12600verbnet(hack, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12601verbnet(hew, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12602verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12603verbnet(saw, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12604verbnet(scarify, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12605verbnet(scrape, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12606verbnet(scratch, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12607verbnet(slash, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12608verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12609verbnet(snip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12610verbnet(ream, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]).
12611
12612%%% File:    ext/VerbNet/cut-21.1.xml
12613%%% Primary: NP V NP (cut-21.1)
12614%%% Syntax:  [np:Agent,v,np:Patient]
12615%%% CCG:     (s:_\np)/np
12616%%% Roles:   [Patient,Agent]
12617%%% Example: Carol cut the bread.
12618%%%
12619verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12620verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12621verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12622verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12623verbnet(hack, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12624verbnet(hew, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12625verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12626verbnet(saw, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12627verbnet(scarify, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12628verbnet(scrape, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12629verbnet(scratch, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12630verbnet(slash, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12631verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12632verbnet(snip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12633verbnet(ream, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]).
12634
12635%%% File:    ext/VerbNet/cut-21.1.xml
12636%%% Primary: NP V NP PP.instrument (cut-21.1)
12637%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
12638%%% CCG:     ((s:_\np)/pp)/np
12639%%% Roles:   [Patient,Agent]
12640%%% Example: Carol cut the bread with a knife.
12641%%%
12642verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12643verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12644verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12645verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12646verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12647verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12648verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12649verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12650verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12651verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12652verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12653verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12654verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12655verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12656verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12657verbnet(with, pp/np, ['Instrument'], [21,.,1]).
12658
12659%%% File:    ext/VerbNet/cut-21.1.xml
12660%%% Primary: NP V PP (cut-21.1)
12661%%% Syntax:  [np:Agent,v,prep:at,np:Patient]
12662%%% CCG:     (s:_\np)/pp
12663%%% Roles:   [Agent]
12664%%% Example: Carol cut at the bread.
12665%%%
12666verbnet(chip, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12667verbnet(chop, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12668verbnet(clip, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12669verbnet(cut, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12670verbnet(hack, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12671verbnet(hew, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12672verbnet(rip, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12673verbnet(saw, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12674verbnet(scarify, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12675verbnet(scrape, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12676verbnet(scratch, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12677verbnet(slash, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12678verbnet(slice, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12679verbnet(snip, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12680verbnet(ream, (s:_\np)/pp, ['Agent'], [21,'.',1]).
12681verbnet(at, pp/np, ['Patient'], [21,.,1]).
12682
12683%%% File:    ext/VerbNet/cut-21.1.xml
12684%%% Primary: NP V PP PP (cut-21.1)
12685%%% Syntax:  [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument]
12686%%% CCG:     ((s:_\np)/pp)/pp
12687%%% Roles:   [Agent]
12688%%% Example: Carol cut at the bread with a knife.
12689%%%
12690verbnet(chip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12691verbnet(chop, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12692verbnet(clip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12693verbnet(cut, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12694verbnet(hack, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12695verbnet(hew, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12696verbnet(rip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12697verbnet(saw, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12698verbnet(scarify, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12699verbnet(scrape, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12700verbnet(scratch, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12701verbnet(slash, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12702verbnet(slice, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12703verbnet(snip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12704verbnet(ream, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]).
12705verbnet(with, pp/np, ['Instrument'], [21,.,1]).
12706
12707%%% File:    ext/VerbNet/cut-21.1.xml
12708%%% Primary: NP V ADVP-Middle (cut-21.1)
12709%%% Syntax:  [np:Patient,v,adv]
12710%%% CCG:     s:_\np
12711%%% Roles:   [Patient]
12712%%% Example: The bread cuts easily.
12713%%%
12714verbnet(chip, s:_\np, ['Patient'], [21,'.',1]).
12715verbnet(chop, s:_\np, ['Patient'], [21,'.',1]).
12716verbnet(clip, s:_\np, ['Patient'], [21,'.',1]).
12717verbnet(cut, s:_\np, ['Patient'], [21,'.',1]).
12718verbnet(hack, s:_\np, ['Patient'], [21,'.',1]).
12719verbnet(hew, s:_\np, ['Patient'], [21,'.',1]).
12720verbnet(rip, s:_\np, ['Patient'], [21,'.',1]).
12721verbnet(saw, s:_\np, ['Patient'], [21,'.',1]).
12722verbnet(scarify, s:_\np, ['Patient'], [21,'.',1]).
12723verbnet(scrape, s:_\np, ['Patient'], [21,'.',1]).
12724verbnet(scratch, s:_\np, ['Patient'], [21,'.',1]).
12725verbnet(slash, s:_\np, ['Patient'], [21,'.',1]).
12726verbnet(slice, s:_\np, ['Patient'], [21,'.',1]).
12727verbnet(snip, s:_\np, ['Patient'], [21,'.',1]).
12728verbnet(ream, s:_\np, ['Patient'], [21,'.',1]).
12729
12730%%% File:    ext/VerbNet/cut-21.1.xml
12731%%% Primary: NP.instrument V NP (cut-21.1)
12732%%% Syntax:  [np:Instrument,v,np:Patient]
12733%%% CCG:     (s:_\np)/np
12734%%% Roles:   [Patient,Instrument]
12735%%% Example: The knife cut the bread.
12736%%%
12737verbnet(chip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12738verbnet(chop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12739verbnet(clip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12740verbnet(cut, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12741verbnet(hack, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12742verbnet(hew, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12743verbnet(rip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12744verbnet(saw, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12745verbnet(scarify, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12746verbnet(scrape, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12747verbnet(scratch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12748verbnet(slash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12749verbnet(slice, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12750verbnet(snip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12751verbnet(ream, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]).
12752
12753%%% File:    ext/VerbNet/cut-21.1.xml
12754%%% Primary: NP.instrument V ADVP (cut-21.1)
12755%%% Syntax:  [np:Instrument,v,adv]
12756%%% CCG:     s:_\np
12757%%% Roles:   [Instrument]
12758%%% Example: This knife cuts well.
12759%%%
12760verbnet(chip, s:_\np, ['Instrument'], [21,'.',1]).
12761verbnet(chop, s:_\np, ['Instrument'], [21,'.',1]).
12762verbnet(clip, s:_\np, ['Instrument'], [21,'.',1]).
12763verbnet(cut, s:_\np, ['Instrument'], [21,'.',1]).
12764verbnet(hack, s:_\np, ['Instrument'], [21,'.',1]).
12765verbnet(hew, s:_\np, ['Instrument'], [21,'.',1]).
12766verbnet(rip, s:_\np, ['Instrument'], [21,'.',1]).
12767verbnet(saw, s:_\np, ['Instrument'], [21,'.',1]).
12768verbnet(scarify, s:_\np, ['Instrument'], [21,'.',1]).
12769verbnet(scrape, s:_\np, ['Instrument'], [21,'.',1]).
12770verbnet(scratch, s:_\np, ['Instrument'], [21,'.',1]).
12771verbnet(slash, s:_\np, ['Instrument'], [21,'.',1]).
12772verbnet(slice, s:_\np, ['Instrument'], [21,'.',1]).
12773verbnet(snip, s:_\np, ['Instrument'], [21,'.',1]).
12774verbnet(ream, s:_\np, ['Instrument'], [21,'.',1]).
12775
12776%%% File:    ext/VerbNet/cut-21.1.xml
12777%%% Primary: NP V NP ADJP (cut-21.1)
12778%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
12779%%% CCG:     ((s:_\np)/np)/np
12780%%% Roles:   [Patient,Goal,Agent]
12781%%% Example: Carol cut the envelop open.
12782%%%
12783verbnet(chip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12784verbnet(chop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12785verbnet(clip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12786verbnet(cut, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12787verbnet(hack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12788verbnet(hew, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12789verbnet(rip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12790verbnet(saw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12791verbnet(scarify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12792verbnet(scrape, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12793verbnet(scratch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12794verbnet(slash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12795verbnet(slice, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12796verbnet(snip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12797verbnet(ream, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12798
12799%%% File:    ext/VerbNet/cut-21.1.xml
12800%%% Primary: NP V NP ADJP PP.instrument (cut-21.1)
12801%%% Syntax:  [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument]
12802%%% CCG:     (((s:_\np)/pp)/np)/np
12803%%% Roles:   [Patient,Goal,Agent]
12804%%% Example: Carol cut the envelope open with the knife.
12805%%%
12806verbnet(chip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12807verbnet(chop, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12808verbnet(clip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12809verbnet(cut, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12810verbnet(hack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12811verbnet(hew, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12812verbnet(rip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12813verbnet(saw, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12814verbnet(scarify, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12815verbnet(scrape, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12816verbnet(scratch, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12817verbnet(slash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12818verbnet(slice, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12819verbnet(snip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12820verbnet(ream, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]).
12821verbnet(with, pp/np, ['Instrument'], [21,.,1]).
12822
12823%%% File:    ext/VerbNet/cut-21.1.xml
12824%%% Primary: NP V NP PP.result (cut-21.1)
12825%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
12826%%% CCG:     ((s:_\np)/pp)/np
12827%%% Roles:   [Patient,Agent]
12828%%% Example: Carol cut the envelope into pieces.
12829%%%
12830verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12831verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12832verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12833verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12834verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12835verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12836verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12837verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12838verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12839verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12840verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12841verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12842verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12843verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12844verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12845verbnet(to, pp/np, ['Goal'], [21,.,1]).
12846verbnet(into, pp/np, ['Goal'], [21,.,1]).
12847
12848%%% File:    ext/VerbNet/cut-21.1.xml
12849%%% Primary: NP V NP PP.result PP.instrument (cut-21.1)
12850%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument]
12851%%% CCG:     (((s:_\np)/pp)/pp)/np
12852%%% Roles:   [Patient,Agent]
12853%%% Example: Carol cut the envelope into pieces with a knife.
12854%%%
12855verbnet(chip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12856verbnet(chop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12857verbnet(clip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12858verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12859verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12860verbnet(hew, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12861verbnet(rip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12862verbnet(saw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12863verbnet(scarify, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12864verbnet(scrape, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12865verbnet(scratch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12866verbnet(slash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12867verbnet(slice, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12868verbnet(snip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12869verbnet(ream, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12870verbnet(with, pp/np, ['Instrument'], [21,.,1]).
12871
12872%%% File:    ext/VerbNet/cut-21.1.xml
12873%%% Primary: NP V NP ADJP (cut-21.1)
12874%%% Syntax:  [np:Instrument,v,np:Patient,np:Result]
12875%%% CCG:     ((s:_\np)/np)/np
12876%%% Roles:   [Patient,Goal,Instrument]
12877%%% Example: The knife cut the envelope open.
12878%%%
12879verbnet(chip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12880verbnet(chop, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12881verbnet(clip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12882verbnet(cut, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12883verbnet(hack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12884verbnet(hew, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12885verbnet(rip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12886verbnet(saw, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12887verbnet(scarify, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12888verbnet(scrape, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12889verbnet(scratch, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12890verbnet(slash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12891verbnet(slice, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12892verbnet(snip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12893verbnet(ream, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]).
12894
12895%%% File:    ext/VerbNet/cut-21.1.xml
12896%%% Primary: NP V NP PP.result (cut-21.1)
12897%%% Syntax:  [np:Instrument,v,np:Patient,prep:to into,np:Result]
12898%%% CCG:     ((s:_\np)/pp)/np
12899%%% Roles:   [Patient,Instrument]
12900%%% Example: The knife cut the envelope into pieces.
12901%%%
12902verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12903verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12904verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12905verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12906verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12907verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12908verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12909verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12910verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12911verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12912verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12913verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12914verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12915verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12916verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]).
12917verbnet(to, pp/np, ['Goal'], [21,.,1]).
12918verbnet(into, pp/np, ['Goal'], [21,.,1]).
12919
12920%%% File:    ext/VerbNet/cut-21.1.xml
12921%%% Primary: NP V NP PP.source (cut-21.1)
12922%%% Syntax:  [np:Agent,v,np:Patient,prep:from,np:Source]
12923%%% CCG:     ((s:_\np)/pp)/np
12924%%% Roles:   [Patient,Agent]
12925%%% Example: Sympathetic fans clipped copies of Ms. Shere's recipes from magazines.
12926%%%
12927verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12928verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12929verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12930verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12931verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12932verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12933verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12934verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12935verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12936verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12937verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12938verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12939verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12940verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12941verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12942verbnet(from, pp/np, ['Source'], [21,.,1]).
12943
12944%%% File:    ext/VerbNet/cut-21.1.xml
12945%%% Primary: NP V NP PP.source PP.instrument (cut-21.1)
12946%%% Syntax:  [np:Agent,v,np:Patient,prep:from,np:Source,prep:with,np:Instrument]
12947%%% CCG:     (((s:_\np)/pp)/pp)/np
12948%%% Roles:   [Patient,Agent]
12949%%% Example: Susan cut the recipes from the magazine with a sharp knife.
12950%%%
12951verbnet(chip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12952verbnet(chop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12953verbnet(clip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12954verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12955verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12956verbnet(hew, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12957verbnet(rip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12958verbnet(saw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12959verbnet(scarify, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12960verbnet(scrape, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12961verbnet(scratch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12962verbnet(slash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12963verbnet(slice, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12964verbnet(snip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12965verbnet(ream, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]).
12966verbnet(with, pp/np, ['Instrument'], [21,.,1]).
12967
12968%%% File:    ext/VerbNet/debone-10.8.xml
12969%%% Primary: NP V NP (debone-10.8)
12970%%% Syntax:  [np:Agent,v,np:Source]
12971%%% CCG:     (s:_\np)/np
12972%%% Roles:   [Source,Agent]
12973%%% Example: The cook deboned the fish.
12974%%%
12975verbnet(deaccent, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12976verbnet(debark, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12977verbnet(debone, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12978verbnet(debowel, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12979verbnet(debug, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12980verbnet(debur, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12981verbnet(declaw, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12982verbnet(decontaminate, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12983verbnet(defang, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12984verbnet(defat, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12985verbnet(defeather, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12986verbnet(deflea, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12987verbnet(deflesh, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12988verbnet(deflower, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12989verbnet(defoam, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12990verbnet(defog, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12991verbnet(deforest, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12992verbnet(defrost, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12993verbnet(defuzz, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12994verbnet(degas, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12995verbnet(degerm, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12996verbnet(deglaze, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12997verbnet(degrease, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12998verbnet(degrit, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
12999verbnet(degum, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13000verbnet(degut, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13001verbnet(dehair, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13002verbnet(dehead, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13003verbnet(dehorn, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13004verbnet(dehull, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13005verbnet(dehusk, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13006verbnet(deice, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13007verbnet(deink, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13008verbnet(delint, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13009verbnet(delouse, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13010verbnet(deluster, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13011verbnet(demast, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13012verbnet(derat, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13013verbnet(derib, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13014verbnet(derind, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13015verbnet(desalt, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13016verbnet(descale, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13017verbnet(desex, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13018verbnet(desprout, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13019verbnet(destarch, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13020verbnet(destress, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13021verbnet(detassel, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13022verbnet(detusk, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13023verbnet(devein, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13024verbnet(dewater, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13025verbnet(dewax, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13026verbnet(deworm, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13027verbnet(disembowel, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13028verbnet(eviscerate, (s:_\np)/np, ['Source','Agent'], [10,'.',8]).
13029
13030%%% File:    ext/VerbNet/declare-29.4.xml
13031%%% Primary: NP V how S_INF (declare-29.4-1-1-1)
13032%%% Syntax:  [np:Agent,v,s:Theme]
13033%%% CCG:     (s:_\np)/s:_
13034%%% Roles:   [Theme,Agent]
13035%%% Example: John declared how to do it.
13036%%%
13037verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,1]).
13038
13039%%% File:    ext/VerbNet/declare-29.4.xml
13040%%% Primary: NP V whether/if S (declare-29.4-1-1-2)
13041%%% Syntax:  [np:Agent,v,s:Theme]
13042%%% CCG:     (s:_\np)/s:_
13043%%% Roles:   [Theme,Agent]
13044%%% Example: John judged whether he should come.
13045%%%
13046verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]).
13047verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]).
13048
13049%%% File:    ext/VerbNet/declare-29.4.xml
13050%%% Primary: NP V whether/if S_INF (declare-29.4-1-1-2)
13051%%% Syntax:  [np:Agent,v,s:Theme]
13052%%% CCG:     (s:_\np)/s:_
13053%%% Roles:   [Theme,Agent]
13054%%% Example: John judged whether to clean the house.
13055%%%
13056verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]).
13057verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]).
13058
13059%%% File:    ext/VerbNet/declare-29.4.xml
13060%%% Primary: NP V S_ING (declare-29.4-1-1-3)
13061%%% Syntax:  [np:Agent,v,vp_ng:Theme]
13062%%% CCG:     (s:_\np)/ (s:ng\np)
13063%%% Roles:   [Theme,Agent]
13064%%% Example: John professed loving the miscreants.
13065%%%
13066verbnet(profess, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',4,-,1,-,1,-,3]).
13067
13068%%% File:    ext/VerbNet/declare-29.4.xml
13069%%% Primary: NP V how S (declare-29.4-1-1)
13070%%% Syntax:  [np:Agent,v,s:Theme]
13071%%% CCG:     (s:_\np)/s:_
13072%%% Roles:   [Theme,Agent]
13073%%% Example: John declared how he did it.
13074%%%
13075verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]).
13076verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]).
13077verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]).
13078verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]).
13079verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]).
13080
13081%%% File:    ext/VerbNet/declare-29.4.xml
13082%%% Primary: NP V what S (declare-29.4-1)
13083%%% Syntax:  [np:Agent,v,s:Theme]
13084%%% CCG:     (s:_\np)/s:_
13085%%% Roles:   [Theme,Agent]
13086%%% Example: The president declared what we should do.
13087%%%
13088verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13089verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13090verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13091verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13092verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13093verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13094
13095%%% File:    ext/VerbNet/declare-29.4.xml
13096%%% Primary: NP V what S_INF (declare-29.4-1)
13097%%% Syntax:  [np:Agent,v,s:Theme]
13098%%% CCG:     (s:_\np)/s:_
13099%%% Roles:   [Theme,Agent]
13100%%% Example: The president declared what to do.
13101%%%
13102verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13103verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13104verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13105verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13106verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13107verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]).
13108
13109%%% File:    ext/VerbNet/declare-29.4.xml
13110%%% Primary: NP V NP ADJ (declare-29.4-1)
13111%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Result]
13112%%% CCG:     ((s:_\np)/pp)/np
13113%%% Roles:   [Theme,Agent]
13114%%% Example: The president declared John as stupid.
13115%%%
13116verbnet(declare, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]).
13117verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]).
13118verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]).
13119verbnet(profess, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]).
13120verbnet(prove, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]).
13121verbnet(maintain, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]).
13122verbnet(as, pp/np, ['Goal'], [29,.,4,-,1]).
13123
13124%%% File:    ext/VerbNet/declare-29.4.xml
13125%%% Primary: NP V how S (declare-29.4-2)
13126%%% Syntax:  [np:Agent,v,s:Theme]
13127%%% CCG:     (s:_\np)/s:_
13128%%% Roles:   [Theme,Agent]
13129%%% Example: The president proclaimed how we should work.
13130%%%
13131verbnet(proclaim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,2]).
13132
13133%%% File:    ext/VerbNet/declare-29.4.xml
13134%%% Primary: NP V how S_INF (declare-29.4-2)
13135%%% Syntax:  [np:Agent,v,s:Theme]
13136%%% CCG:     (s:_\np)/s:_
13137%%% Roles:   [Theme,Agent]
13138%%% Example: The president proclaimed how to do it.
13139%%%
13140verbnet(proclaim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,2]).
13141
13142%%% File:    ext/VerbNet/declare-29.4.xml
13143%%% Primary: NP V NP ADJ (declare-29.4)
13144%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
13145%%% CCG:     ((s:_\np)/np)/np
13146%%% Roles:   [Theme,Goal,Agent]
13147%%% Example: The president declared Smith foolish.
13148%%%
13149verbnet(declare, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13150verbnet(find, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13151verbnet(judge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13152verbnet(profess, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13153verbnet(prove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13154verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13155verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13156
13157%%% File:    ext/VerbNet/declare-29.4.xml
13158%%% Primary: NP V NP NP (declare-29.4)
13159%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
13160%%% CCG:     ((s:_\np)/np)/np
13161%%% Roles:   [Theme,Goal,Agent]
13162%%% Example: The president declared Smith professor.
13163%%%
13164verbnet(declare, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13165verbnet(find, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13166verbnet(judge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13167verbnet(profess, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13168verbnet(prove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13169verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13170verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13171
13172%%% File:    ext/VerbNet/declare-29.4.xml
13173%%% Primary: NP V NP to be NP (declare-29.4)
13174%%% Syntax:  [np:Agent,v,np:Theme]
13175%%% CCG:     (s:_\np)/np
13176%%% Roles:   [Theme,Agent]
13177%%% Example: The president maintained Smith to be a good man.
13178%%%
13179verbnet(declare, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13180verbnet(find, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13181verbnet(judge, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13182verbnet(profess, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13183verbnet(prove, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13184verbnet(maintain, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13185verbnet(proclaim, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]).
13186
13187%%% File:    ext/VerbNet/declare-29.4.xml
13188%%% Primary: NP V NP ADJ (declare-29.4)
13189%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
13190%%% CCG:     ((s:_\np)/np)/np
13191%%% Roles:   [Theme,Goal,Agent]
13192%%% Example: The president judged the matter closed.
13193%%%
13194verbnet(declare, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13195verbnet(find, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13196verbnet(judge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13197verbnet(profess, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13198verbnet(prove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13199verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13200verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]).
13201
13202%%% File:    ext/VerbNet/declare-29.4.xml
13203%%% Primary: NP V that S (declare-29.4)
13204%%% Syntax:  [np:Agent,v,s:Theme]
13205%%% CCG:     (s:_\np)/s:_
13206%%% Roles:   [Theme,Agent]
13207%%% Example: The president maintained that the matter was closed.
13208%%%
13209verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13210verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13211verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13212verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13213verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13214verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13215verbnet(proclaim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]).
13216
13217%%% File:    ext/VerbNet/dedicate-79.xml
13218%%% Primary: NP V NP S_ING (dedicate-79)
13219%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Goal]
13220%%% CCG:     ((s:_\np)/pp)/np
13221%%% Roles:   [Theme,Agent]
13222%%% Example: I dedicated myself to helping us.
13223%%%
13224verbnet(dedicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]).
13225verbnet(devote, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]).
13226verbnet(commit, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]).
13227verbnet(to, pp/np, ['Goal'], [79]).
13228
13229%%% File:    ext/VerbNet/dedicate-79.xml
13230%%% Primary: NP V NP PP.goal (dedicate-79)
13231%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Goal]
13232%%% CCG:     ((s:_\np)/pp)/np
13233%%% Roles:   [Theme,Agent]
13234%%% Example: I dedicated myself to the cause.
13235%%%
13236verbnet(dedicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]).
13237verbnet(devote, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]).
13238verbnet(commit, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]).
13239verbnet(to, pp/np, ['Goal'], [79]).
13240
13241%%% File:    ext/VerbNet/deduce-97.2.xml
13242%%% Primary: NP V NP (deduce-97.2)
13243%%% Syntax:  [np:Agent,v,np:Theme]
13244%%% CCG:     (s:_\np)/np
13245%%% Roles:   [Theme,Agent]
13246%%% Example: He deduced the truth about the story.
13247%%%
13248verbnet(reason, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13249verbnet(reason_out, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13250verbnet(conclude, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13251verbnet(derive, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13252verbnet(disprove, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13253verbnet(infer, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13254verbnet(deduct, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13255verbnet(deduce, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13256verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13257verbnet(conceive, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13258verbnet(prove, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13259verbnet(rationalize, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]).
13260
13261%%% File:    ext/VerbNet/deduce-97.2.xml
13262%%% Primary: NP V NP PP.source (deduce-97.2)
13263%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Source]
13264%%% CCG:     ((s:_\np)/pp)/np
13265%%% Roles:   [Theme,Agent]
13266%%% Example: He deduced the truth from the facts.
13267%%%
13268verbnet(reason, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13269verbnet(reason_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13270verbnet(conclude, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13271verbnet(derive, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13272verbnet(disprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13273verbnet(infer, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13274verbnet(deduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13275verbnet(deduce, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13276verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13277verbnet(conceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13278verbnet(prove, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13279verbnet(rationalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]).
13280verbnet(from, pp/np, ['Source'], [97,.,2]).
13281
13282%%% File:    ext/VerbNet/deduce-97.2.xml
13283%%% Primary: NP V that S PP.theme (deduce-97.2)
13284%%% Syntax:  [np:Agent,v,prep:from,s:Theme,np:Source]
13285%%% CCG:     ((s:_\np)/np)/pp
13286%%% Roles:   [Source,Agent]
13287%%% Example: He deduced that she was a spy from miniature camera she had in her pen.
13288%%%
13289verbnet(reason, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13290verbnet(reason_out, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13291verbnet(conclude, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13292verbnet(derive, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13293verbnet(disprove, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13294verbnet(infer, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13295verbnet(deduct, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13296verbnet(deduce, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13297verbnet(gather, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13298verbnet(conceive, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13299verbnet(prove, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13300verbnet(rationalize, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]).
13301
13302%%% File:    ext/VerbNet/deduce-97.2.xml
13303%%% Primary: NP V that S (deduce-97.2)
13304%%% Syntax:  [np:Agent,v,s:Theme]
13305%%% CCG:     (s:_\np)/s:_
13306%%% Roles:   [Theme,Agent]
13307%%% Example: He deduced that this factor must have influenced the system.
13308%%%
13309verbnet(reason, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13310verbnet(reason_out, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13311verbnet(conclude, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13312verbnet(derive, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13313verbnet(disprove, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13314verbnet(infer, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13315verbnet(deduct, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13316verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13317verbnet(gather, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13318verbnet(conceive, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13319verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13320verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]).
13321
13322%%% File:    ext/VerbNet/defend-85.xml
13323%%% Primary: NP V NP (defend-85)
13324%%% Syntax:  [np:Agent,v,np:Theme]
13325%%% CCG:     (s:_\np)/np
13326%%% Roles:   [Theme,Agent]
13327%%% Example: I defended them.
13328%%%
13329verbnet(defend, (s:_\np)/np, ['Theme','Agent'], [85]).
13330verbnet(insure, (s:_\np)/np, ['Theme','Agent'], [85]).
13331verbnet(protect, (s:_\np)/np, ['Theme','Agent'], [85]).
13332verbnet(shade, (s:_\np)/np, ['Theme','Agent'], [85]).
13333verbnet(preserve, (s:_\np)/np, ['Theme','Agent'], [85]).
13334verbnet(guard, (s:_\np)/np, ['Theme','Agent'], [85]).
13335verbnet(safeguard, (s:_\np)/np, ['Theme','Agent'], [85]).
13336
13337%%% File:    ext/VerbNet/defend-85.xml
13338%%% Primary: NP V NP PP.co-theme (defend-85)
13339%%% Syntax:  [np:Agent,v,np:Theme,prep:against,np:Co-Theme]
13340%%% CCG:     ((s:_\np)/pp)/np
13341%%% Roles:   [Theme,Agent]
13342%%% Example: I defended them against the warriors.
13343%%%
13344verbnet(defend, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13345verbnet(insure, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13346verbnet(protect, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13347verbnet(shade, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13348verbnet(preserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13349verbnet(guard, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13350verbnet(safeguard, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]).
13351verbnet(against, pp/np, ['Theme'], [85]).
13352
13353%%% File:    ext/VerbNet/defend-85.xml
13354%%% Primary: NP V S_ING (defend-85)
13355%%% Syntax:  [np:Agent,v,vp_ng:Theme]
13356%%% CCG:     (s:_\np)/ (s:ng\np)
13357%%% Roles:   [Theme,Agent]
13358%%% Example: I defended building the house.
13359%%%
13360verbnet(defend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13361verbnet(insure, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13362verbnet(protect, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13363verbnet(shade, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13364verbnet(preserve, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13365verbnet(guard, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13366verbnet(safeguard, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]).
13367
13368%%% File:    ext/VerbNet/defend-85.xml
13369%%% Primary: NP V S_ING (defend-85)
13370%%% Syntax:  [np:Agent,v,np:Theme]
13371%%% CCG:     (s:_\np)/np
13372%%% Roles:   [Theme,Agent]
13373%%% Example: I defended their building the house.
13374%%%
13375verbnet(defend, (s:_\np)/np, ['Theme','Agent'], [85]).
13376verbnet(insure, (s:_\np)/np, ['Theme','Agent'], [85]).
13377verbnet(protect, (s:_\np)/np, ['Theme','Agent'], [85]).
13378verbnet(shade, (s:_\np)/np, ['Theme','Agent'], [85]).
13379verbnet(preserve, (s:_\np)/np, ['Theme','Agent'], [85]).
13380verbnet(guard, (s:_\np)/np, ['Theme','Agent'], [85]).
13381verbnet(safeguard, (s:_\np)/np, ['Theme','Agent'], [85]).
13382
13383%%% File:    ext/VerbNet/destroy-44.xml
13384%%% Primary: NP V NP (destroy-44)
13385%%% Syntax:  [np:Agent,v,np:Patient]
13386%%% CCG:     (s:_\np)/np
13387%%% Roles:   [Patient,Agent]
13388%%% Example: The Romans destroyed the city.
13389%%%
13390verbnet(annihilate, (s:_\np)/np, ['Patient','Agent'], [44]).
13391verbnet(blitz, (s:_\np)/np, ['Patient','Agent'], [44]).
13392verbnet(damage, (s:_\np)/np, ['Patient','Agent'], [44]).
13393verbnet(decimate, (s:_\np)/np, ['Patient','Agent'], [44]).
13394verbnet(demolish, (s:_\np)/np, ['Patient','Agent'], [44]).
13395verbnet(desecrate, (s:_\np)/np, ['Patient','Agent'], [44]).
13396verbnet(destroy, (s:_\np)/np, ['Patient','Agent'], [44]).
13397verbnet(devastate, (s:_\np)/np, ['Patient','Agent'], [44]).
13398verbnet(disfigure, (s:_\np)/np, ['Patient','Agent'], [44]).
13399verbnet(efface, (s:_\np)/np, ['Patient','Agent'], [44]).
13400verbnet(exterminate, (s:_\np)/np, ['Patient','Agent'], [44]).
13401verbnet(extirpate, (s:_\np)/np, ['Patient','Agent'], [44]).
13402verbnet(level, (s:_\np)/np, ['Patient','Agent'], [44]).
13403verbnet(maim, (s:_\np)/np, ['Patient','Agent'], [44]).
13404verbnet(mutilate, (s:_\np)/np, ['Patient','Agent'], [44]).
13405verbnet(obliterate, (s:_\np)/np, ['Patient','Agent'], [44]).
13406verbnet(ravage, (s:_\np)/np, ['Patient','Agent'], [44]).
13407verbnet(raze, (s:_\np)/np, ['Patient','Agent'], [44]).
13408verbnet(ruin, (s:_\np)/np, ['Patient','Agent'], [44]).
13409verbnet(shipwreck, (s:_\np)/np, ['Patient','Agent'], [44]).
13410verbnet(undo, (s:_\np)/np, ['Patient','Agent'], [44]).
13411verbnet(unmake, (s:_\np)/np, ['Patient','Agent'], [44]).
13412verbnet(vaporize, (s:_\np)/np, ['Patient','Agent'], [44]).
13413verbnet(waste, (s:_\np)/np, ['Patient','Agent'], [44]).
13414verbnet(wreck, (s:_\np)/np, ['Patient','Agent'], [44]).
13415verbnet(shatter, (s:_\np)/np, ['Patient','Agent'], [44]).
13416
13417%%% File:    ext/VerbNet/destroy-44.xml
13418%%% Primary: NP V NP PP.instrument (destroy-44)
13419%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
13420%%% CCG:     ((s:_\np)/pp)/np
13421%%% Roles:   [Patient,Agent]
13422%%% Example: The builders destroyed the warehouse with explosives.
13423%%%
13424verbnet(annihilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13425verbnet(blitz, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13426verbnet(damage, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13427verbnet(decimate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13428verbnet(demolish, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13429verbnet(desecrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13430verbnet(destroy, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13431verbnet(devastate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13432verbnet(disfigure, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13433verbnet(efface, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13434verbnet(exterminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13435verbnet(extirpate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13436verbnet(level, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13437verbnet(maim, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13438verbnet(mutilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13439verbnet(obliterate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13440verbnet(ravage, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13441verbnet(raze, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13442verbnet(ruin, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13443verbnet(shipwreck, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13444verbnet(undo, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13445verbnet(unmake, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13446verbnet(vaporize, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13447verbnet(waste, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13448verbnet(wreck, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13449verbnet(shatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]).
13450verbnet(with, pp/np, ['Instrument'], [44]).
13451
13452%%% File:    ext/VerbNet/destroy-44.xml
13453%%% Primary: NP.instrument V NP (destroy-44)
13454%%% Syntax:  [np:Instrument,v,np:Patient]
13455%%% CCG:     (s:_\np)/np
13456%%% Roles:   [Patient,Instrument]
13457%%% Example: The explosives destroyed the warehouse.
13458%%%
13459verbnet(annihilate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13460verbnet(blitz, (s:_\np)/np, ['Patient','Instrument'], [44]).
13461verbnet(damage, (s:_\np)/np, ['Patient','Instrument'], [44]).
13462verbnet(decimate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13463verbnet(demolish, (s:_\np)/np, ['Patient','Instrument'], [44]).
13464verbnet(desecrate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13465verbnet(destroy, (s:_\np)/np, ['Patient','Instrument'], [44]).
13466verbnet(devastate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13467verbnet(disfigure, (s:_\np)/np, ['Patient','Instrument'], [44]).
13468verbnet(efface, (s:_\np)/np, ['Patient','Instrument'], [44]).
13469verbnet(exterminate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13470verbnet(extirpate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13471verbnet(level, (s:_\np)/np, ['Patient','Instrument'], [44]).
13472verbnet(maim, (s:_\np)/np, ['Patient','Instrument'], [44]).
13473verbnet(mutilate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13474verbnet(obliterate, (s:_\np)/np, ['Patient','Instrument'], [44]).
13475verbnet(ravage, (s:_\np)/np, ['Patient','Instrument'], [44]).
13476verbnet(raze, (s:_\np)/np, ['Patient','Instrument'], [44]).
13477verbnet(ruin, (s:_\np)/np, ['Patient','Instrument'], [44]).
13478verbnet(shipwreck, (s:_\np)/np, ['Patient','Instrument'], [44]).
13479verbnet(undo, (s:_\np)/np, ['Patient','Instrument'], [44]).
13480verbnet(unmake, (s:_\np)/np, ['Patient','Instrument'], [44]).
13481verbnet(vaporize, (s:_\np)/np, ['Patient','Instrument'], [44]).
13482verbnet(waste, (s:_\np)/np, ['Patient','Instrument'], [44]).
13483verbnet(wreck, (s:_\np)/np, ['Patient','Instrument'], [44]).
13484verbnet(shatter, (s:_\np)/np, ['Patient','Instrument'], [44]).
13485
13486%%% File:    ext/VerbNet/devour-39.4.xml
13487%%% Primary: NP V NP (devour-39.4-1)
13488%%% Syntax:  [np:Agent,v,np:Patient]
13489%%% CCG:     (s:_\np)/np
13490%%% Roles:   [Patient,Agent]
13491%%% Example: Cynthia devoured the pizza.
13492%%%
13493verbnet(consume, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]).
13494verbnet(devour, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]).
13495verbnet(down, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]).
13496verbnet(have, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]).
13497verbnet(ingest, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]).
13498
13499%%% File:    ext/VerbNet/devour-39.4.xml
13500%%% Primary: NP V NP (devour-39.4-2)
13501%%% Syntax:  [np:Agent,v,np:Patient]
13502%%% CCG:     (s:_\np)/np
13503%%% Roles:   [Patient,Agent]
13504%%% Example: Cynthia swilled the beverage.
13505%%%
13506verbnet(imbibe, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,2]).
13507verbnet(swill, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,2]).
13508
13509%%% File:    ext/VerbNet/differ-23.4.xml
13510%%% Primary: NP V PP.co-theme (differ-23.4)
13511%%% Syntax:  [np:Theme,v,prep:from with,np:Co-Theme]
13512%%% CCG:     (s:_\np)/pp
13513%%% Roles:   [Theme]
13514%%% Example: The winter schedule differed from the spring schedule.
13515%%%
13516verbnet(branch, (s:_\np)/pp, ['Theme'], [23,'.',4]).
13517verbnet(deviate, (s:_\np)/pp, ['Theme'], [23,'.',4]).
13518verbnet(differ, (s:_\np)/pp, ['Theme'], [23,'.',4]).
13519verbnet(diverge, (s:_\np)/pp, ['Theme'], [23,'.',4]).
13520verbnet(vary, (s:_\np)/pp, ['Theme'], [23,'.',4]).
13521verbnet(from, pp/np, ['Theme'], [23,.,4]).
13522verbnet(with, pp/np, ['Theme'], [23,.,4]).
13523
13524%%% File:    ext/VerbNet/differ-23.4.xml
13525%%% Primary: NP V (differ-23.4)
13526%%% Syntax:  [np:Theme,v]
13527%%% CCG:     s:_\np
13528%%% Roles:   [Theme]
13529%%% Example: This flyer and that flyer differ.
13530%%%
13531verbnet(branch, s:_\np, ['Theme'], [23,'.',4]).
13532verbnet(deviate, s:_\np, ['Theme'], [23,'.',4]).
13533verbnet(differ, s:_\np, ['Theme'], [23,'.',4]).
13534verbnet(diverge, s:_\np, ['Theme'], [23,'.',4]).
13535verbnet(vary, s:_\np, ['Theme'], [23,'.',4]).
13536
13537%%% File:    ext/VerbNet/dine-39.5.xml
13538%%% Primary: NP V (dine-39.5)
13539%%% Syntax:  [np:Agent,v]
13540%%% CCG:     s:_\np
13541%%% Roles:   [Agent]
13542%%% Example: Cynthia breakfasted.
13543%%%
13544verbnet(banquet, s:_\np, ['Agent'], [39,'.',5]).
13545verbnet(breakfast, s:_\np, ['Agent'], [39,'.',5]).
13546verbnet(brunch, s:_\np, ['Agent'], [39,'.',5]).
13547verbnet(dine, s:_\np, ['Agent'], [39,'.',5]).
13548verbnet(feast, s:_\np, ['Agent'], [39,'.',5]).
13549verbnet(graze, s:_\np, ['Agent'], [39,'.',5]).
13550verbnet(junket, s:_\np, ['Agent'], [39,'.',5]).
13551verbnet(lunch, s:_\np, ['Agent'], [39,'.',5]).
13552verbnet(luncheon, s:_\np, ['Agent'], [39,'.',5]).
13553verbnet(nosh, s:_\np, ['Agent'], [39,'.',5]).
13554verbnet(picnic, s:_\np, ['Agent'], [39,'.',5]).
13555verbnet(snack, s:_\np, ['Agent'], [39,'.',5]).
13556verbnet(sup, s:_\np, ['Agent'], [39,'.',5]).
13557
13558%%% File:    ext/VerbNet/dine-39.5.xml
13559%%% Primary: NP V PP.patient (dine-39.5)
13560%%% Syntax:  [np:Agent,v,prep:on,np:Patient]
13561%%% CCG:     (s:_\np)/pp
13562%%% Roles:   [Agent]
13563%%% Example: Cynthia breakfasted on peaches.
13564%%%
13565verbnet(banquet, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13566verbnet(breakfast, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13567verbnet(brunch, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13568verbnet(dine, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13569verbnet(feast, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13570verbnet(graze, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13571verbnet(junket, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13572verbnet(lunch, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13573verbnet(luncheon, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13574verbnet(nosh, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13575verbnet(picnic, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13576verbnet(snack, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13577verbnet(sup, (s:_\np)/pp, ['Agent'], [39,'.',5]).
13578verbnet(on, pp/np, ['Patient'], [39,.,5]).
13579
13580%%% File:    ext/VerbNet/disappearance-48.2.xml
13581%%% Primary: NP V (disappearance-48.2)
13582%%% Syntax:  [np:Patient,v]
13583%%% CCG:     s:_\np
13584%%% Roles:   [Patient]
13585%%% Example: The crowd vanished.
13586%%%
13587verbnet(die, s:_\np, ['Patient'], [48,'.',2]).
13588verbnet(disappear, s:_\np, ['Patient'], [48,'.',2]).
13589verbnet(expire, s:_\np, ['Patient'], [48,'.',2]).
13590verbnet(lapse, s:_\np, ['Patient'], [48,'.',2]).
13591verbnet(perish, s:_\np, ['Patient'], [48,'.',2]).
13592verbnet(vanish, s:_\np, ['Patient'], [48,'.',2]).
13593
13594%%% File:    ext/VerbNet/disappearance-48.2.xml
13595%%% Primary: There V PP NP (disappearance-48.2)
13596%%% Syntax:  [np:Patient,v,prep:from,np:Initial_Location]
13597%%% CCG:     (s:_\np)/pp
13598%%% Roles:   [Patient]
13599%%% Example: A valuable manuscript vanished from the library.
13600%%%
13601verbnet(die, (s:_\np)/pp, ['Patient'], [48,'.',2]).
13602verbnet(disappear, (s:_\np)/pp, ['Patient'], [48,'.',2]).
13603verbnet(expire, (s:_\np)/pp, ['Patient'], [48,'.',2]).
13604verbnet(lapse, (s:_\np)/pp, ['Patient'], [48,'.',2]).
13605verbnet(perish, (s:_\np)/pp, ['Patient'], [48,'.',2]).
13606verbnet(vanish, (s:_\np)/pp, ['Patient'], [48,'.',2]).
13607verbnet(from, pp/np, ['Source'], [48,.,2]).
13608
13609%%% File:    ext/VerbNet/disassemble-23.3.xml
13610%%% Primary: NP V NP (disassemble-23.3)
13611%%% Syntax:  [np:Agent,v,np:Patient]
13612%%% CCG:     (s:_\np)/np
13613%%% Roles:   [Patient,Agent]
13614%%% Example: I unscrewed the handle.
13615%%%
13616verbnet(carve, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13617verbnet(detach, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13618verbnet(disassemble, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13619verbnet(disconnect, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13620verbnet(dismantle, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13621verbnet(dismount, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13622verbnet(pare, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13623verbnet(partition, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13624verbnet(segregate, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13625verbnet(sift, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13626verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13627verbnet(sunder, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13628verbnet(unbolt, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13629verbnet(unbuckle, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13630verbnet(unbutton, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13631verbnet(unchain, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13632verbnet(unclamp, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13633verbnet(unclasp, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13634verbnet(unclip, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13635verbnet(unfasten, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13636verbnet(unfix, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13637verbnet(unglue, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13638verbnet(unhinge, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13639verbnet(unhitch, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13640verbnet(unhook, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13641verbnet(unlace, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13642verbnet(unlatch, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13643verbnet(unlock, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13644verbnet(unleash, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13645verbnet(unpeg, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13646verbnet(unpin, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13647verbnet(unscrew, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13648verbnet(unseal, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13649verbnet(unshackle, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13650verbnet(unstaple, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13651verbnet(unstitch, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13652verbnet(untie, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13653verbnet(unzip, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13654verbnet(sieve, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]).
13655
13656%%% File:    ext/VerbNet/disassemble-23.3.xml
13657%%% Primary: NP V NP PP.co-patient (disassemble-23.3)
13658%%% Syntax:  [np:Agent,v,np:Patient,prep:from,np:Co-Patient]
13659%%% CCG:     ((s:_\np)/pp)/np
13660%%% Roles:   [Patient,Agent]
13661%%% Example: I unscrewed the handle from the box.
13662%%%
13663verbnet(carve, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13664verbnet(detach, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13665verbnet(disassemble, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13666verbnet(disconnect, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13667verbnet(dismantle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13668verbnet(dismount, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13669verbnet(pare, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13670verbnet(partition, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13671verbnet(segregate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13672verbnet(sift, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13673verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13674verbnet(sunder, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13675verbnet(unbolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13676verbnet(unbuckle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13677verbnet(unbutton, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13678verbnet(unchain, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13679verbnet(unclamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13680verbnet(unclasp, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13681verbnet(unclip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13682verbnet(unfasten, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13683verbnet(unfix, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13684verbnet(unglue, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13685verbnet(unhinge, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13686verbnet(unhitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13687verbnet(unhook, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13688verbnet(unlace, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13689verbnet(unlatch, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13690verbnet(unlock, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13691verbnet(unleash, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13692verbnet(unpeg, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13693verbnet(unpin, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13694verbnet(unscrew, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13695verbnet(unseal, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13696verbnet(unshackle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13697verbnet(unstaple, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13698verbnet(unstitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13699verbnet(untie, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13700verbnet(unzip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13701verbnet(sieve, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]).
13702verbnet(from, pp/np, ['Patient'], [23,.,3]).
13703
13704%%% File:    ext/VerbNet/disassemble-23.3.xml
13705%%% Primary: NP V ADV-Middle (disassemble-23.3)
13706%%% Syntax:  [np:Patient,v,adv]
13707%%% CCG:     s:_\np
13708%%% Roles:   [Patient]
13709%%% Example: That new handle unscrews easily.
13710%%%
13711verbnet(carve, s:_\np, ['Patient'], [23,'.',3]).
13712verbnet(detach, s:_\np, ['Patient'], [23,'.',3]).
13713verbnet(disassemble, s:_\np, ['Patient'], [23,'.',3]).
13714verbnet(disconnect, s:_\np, ['Patient'], [23,'.',3]).
13715verbnet(dismantle, s:_\np, ['Patient'], [23,'.',3]).
13716verbnet(dismount, s:_\np, ['Patient'], [23,'.',3]).
13717verbnet(pare, s:_\np, ['Patient'], [23,'.',3]).
13718verbnet(partition, s:_\np, ['Patient'], [23,'.',3]).
13719verbnet(segregate, s:_\np, ['Patient'], [23,'.',3]).
13720verbnet(sift, s:_\np, ['Patient'], [23,'.',3]).
13721verbnet(slice, s:_\np, ['Patient'], [23,'.',3]).
13722verbnet(sunder, s:_\np, ['Patient'], [23,'.',3]).
13723verbnet(unbolt, s:_\np, ['Patient'], [23,'.',3]).
13724verbnet(unbuckle, s:_\np, ['Patient'], [23,'.',3]).
13725verbnet(unbutton, s:_\np, ['Patient'], [23,'.',3]).
13726verbnet(unchain, s:_\np, ['Patient'], [23,'.',3]).
13727verbnet(unclamp, s:_\np, ['Patient'], [23,'.',3]).
13728verbnet(unclasp, s:_\np, ['Patient'], [23,'.',3]).
13729verbnet(unclip, s:_\np, ['Patient'], [23,'.',3]).
13730verbnet(unfasten, s:_\np, ['Patient'], [23,'.',3]).
13731verbnet(unfix, s:_\np, ['Patient'], [23,'.',3]).
13732verbnet(unglue, s:_\np, ['Patient'], [23,'.',3]).
13733verbnet(unhinge, s:_\np, ['Patient'], [23,'.',3]).
13734verbnet(unhitch, s:_\np, ['Patient'], [23,'.',3]).
13735verbnet(unhook, s:_\np, ['Patient'], [23,'.',3]).
13736verbnet(unlace, s:_\np, ['Patient'], [23,'.',3]).
13737verbnet(unlatch, s:_\np, ['Patient'], [23,'.',3]).
13738verbnet(unlock, s:_\np, ['Patient'], [23,'.',3]).
13739verbnet(unleash, s:_\np, ['Patient'], [23,'.',3]).
13740verbnet(unpeg, s:_\np, ['Patient'], [23,'.',3]).
13741verbnet(unpin, s:_\np, ['Patient'], [23,'.',3]).
13742verbnet(unscrew, s:_\np, ['Patient'], [23,'.',3]).
13743verbnet(unseal, s:_\np, ['Patient'], [23,'.',3]).
13744verbnet(unshackle, s:_\np, ['Patient'], [23,'.',3]).
13745verbnet(unstaple, s:_\np, ['Patient'], [23,'.',3]).
13746verbnet(unstitch, s:_\np, ['Patient'], [23,'.',3]).
13747verbnet(untie, s:_\np, ['Patient'], [23,'.',3]).
13748verbnet(unzip, s:_\np, ['Patient'], [23,'.',3]).
13749verbnet(sieve, s:_\np, ['Patient'], [23,'.',3]).
13750
13751%%% File:    ext/VerbNet/discover-84.xml
13752%%% Primary: NP v (discover-84-1-1)
13753%%% Syntax:  [np:Agent,v]
13754%%% CCG:     s:_\np
13755%%% Roles:   [Agent]
13756%%% Example: I learned.
13757%%%
13758verbnet(hear, s:_\np, ['Agent'], [84,-,1,-,1]).
13759verbnet(learn, s:_\np, ['Agent'], [84,-,1,-,1]).
13760verbnet(read, s:_\np, ['Agent'], [84,-,1,-,1]).
13761verbnet(study, s:_\np, ['Agent'], [84,-,1,-,1]).
13762verbnet(find_out, s:_\np, ['Agent'], [84,-,1,-,1]).
13763verbnet(figure_out, s:_\np, ['Agent'], [84,-,1,-,1]).
13764
13765%%% File:    ext/VerbNet/discover-84.xml
13766%%% Primary: NP V PP.theme S_ING (discover-84-1-1)
13767%%% Syntax:  [np:Agent,v,prep:about,np:Theme]
13768%%% CCG:     (s:_\np)/pp
13769%%% Roles:   [Agent]
13770%%% Example: I learned about his drinking.
13771%%%
13772verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13773verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13774verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13775verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13776verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13777verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13778verbnet(about, pp/np, ['Theme'], [84,-,1,-,1]).
13779
13780%%% File:    ext/VerbNet/discover-84.xml
13781%%% Primary: NP V PP.theme what S (discover-84-1-1)
13782%%% Syntax:  [np:Agent,v,prep:about,s:Theme]
13783%%% CCG:     (s:_\np)/pp
13784%%% Roles:   [Agent]
13785%%% Example: I learned about what he drank.
13786%%%
13787verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13788verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13789verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13790verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13791verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13792verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13793verbnet(about, pp/s:_, ['Theme'], [84,-,1,-,1]).
13794
13795%%% File:    ext/VerbNet/discover-84.xml
13796%%% Primary: NP V PP.theme (discover-84-1-1)
13797%%% Syntax:  [np:Agent,v,prep:about,np:Theme]
13798%%% CCG:     (s:_\np)/pp
13799%%% Roles:   [Agent]
13800%%% Example: I learned about the drinking.
13801%%%
13802verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13803verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13804verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13805verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13806verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13807verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]).
13808verbnet(about, pp/np, ['Theme'], [84,-,1,-,1]).
13809
13810%%% File:    ext/VerbNet/discover-84.xml
13811%%% Primary: NP V PP.theme PP.source (discover-84-1-1)
13812%%% Syntax:  [np:Agent,v,prep:about,np:Theme,prep:from,np:Source]
13813%%% CCG:     ((s:_\np)/pp)/pp
13814%%% Roles:   [Agent]
13815%%% Example: I learned about it from a book.
13816%%%
13817verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]).
13818verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]).
13819verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]).
13820verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]).
13821verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]).
13822verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]).
13823verbnet(from, pp/np, ['Source'], [84,-,1,-,1]).
13824
13825%%% File:    ext/VerbNet/discover-84.xml
13826%%% Primary: NP V PP.theme S_ING (discover-84-1)
13827%%% Syntax:  [np:Agent,v,prep:about,s:Theme]
13828%%% CCG:     (s:_\np)/pp
13829%%% Roles:   [Agent]
13830%%% Example: I discovered about him drinking.
13831%%%
13832verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1]).
13833verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1]).
13834verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1]).
13835verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1]).
13836verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1]).
13837verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1]).
13838verbnet(pick_up, (s:_\np)/pp, ['Agent'], [84,-,1]).
13839verbnet(about, pp/s:_, ['Theme'], [84,-,1]).
13840
13841%%% File:    ext/VerbNet/discover-84.xml
13842%%% Primary: NP V PP.source how S (discover-84-1)
13843%%% Syntax:  [np:Agent,v,prep:from,np:Source,s:Theme]
13844%%% CCG:     ((s:_\np)/s:_)/pp
13845%%% Roles:   [Theme,Agent]
13846%%% Example: I discovered from them how she did it.
13847%%%
13848verbnet(hear, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13849verbnet(learn, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13850verbnet(read, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13851verbnet(study, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13852verbnet(find_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13853verbnet(figure_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13854verbnet(pick_up, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13855
13856%%% File:    ext/VerbNet/discover-84.xml
13857%%% Primary: NP V PP.source how S_INF (discover-84-1)
13858%%% Syntax:  [np:Agent,v,prep:from,np:Source,s:Theme]
13859%%% CCG:     ((s:_\np)/s:_)/pp
13860%%% Roles:   [Theme,Agent]
13861%%% Example: I discovered from them how to do it.
13862%%%
13863verbnet(hear, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13864verbnet(learn, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13865verbnet(read, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13866verbnet(study, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13867verbnet(find_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13868verbnet(figure_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13869verbnet(pick_up, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]).
13870
13871%%% File:    ext/VerbNet/discover-84.xml
13872%%% Primary: NP V PP.source PP.theme whether/if S (discover-84-1)
13873%%% Syntax:  [np:Agent,v,prep:from,np:Source,prep:about,s:Theme]
13874%%% CCG:     ((s:_\np)/pp)/pp
13875%%% Roles:   [Agent]
13876%%% Example: I discovered from him about whether he should kill the peasants.
13877%%%
13878verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13879verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13880verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13881verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13882verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13883verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13884verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13885verbnet(about, pp/s:_, ['Theme'], [84,-,1]).
13886
13887%%% File:    ext/VerbNet/discover-84.xml
13888%%% Primary: NP V PP.source PP.theme what S (discover-84-1)
13889%%% Syntax:  [np:Agent,v,prep:from,np:Source,prep:about,s:Theme]
13890%%% CCG:     ((s:_\np)/pp)/pp
13891%%% Roles:   [Agent]
13892%%% Example: I discovered from him about what he should do.
13893%%%
13894verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13895verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13896verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13897verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13898verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13899verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13900verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13901verbnet(about, pp/s:_, ['Theme'], [84,-,1]).
13902
13903%%% File:    ext/VerbNet/discover-84.xml
13904%%% Primary: NP V PP.source PP.theme what S_INF (discover-84-1)
13905%%% Syntax:  [np:Agent,v,prep:from,np:Source,prep:about,s:Theme]
13906%%% CCG:     ((s:_\np)/pp)/pp
13907%%% Roles:   [Agent]
13908%%% Example: I learned from him about what to do.
13909%%%
13910verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13911verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13912verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13913verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13914verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13915verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13916verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13917verbnet(about, pp/s:_, ['Theme'], [84,-,1]).
13918
13919%%% File:    ext/VerbNet/discover-84.xml
13920%%% Primary: NP V PP.source PP.theme whether S_INF (discover-84-1)
13921%%% Syntax:  [np:Agent,v,prep:from,np:Source,prep:about,s:Theme]
13922%%% CCG:     ((s:_\np)/pp)/pp
13923%%% Roles:   [Agent]
13924%%% Example: I discovered from him about whether to go.
13925%%%
13926verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13927verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13928verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13929verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13930verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13931verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13932verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]).
13933verbnet(about, pp/s:_, ['Theme'], [84,-,1]).
13934
13935%%% File:    ext/VerbNet/discover-84.xml
13936%%% Primary: NP V that S (discover-84-1)
13937%%% Syntax:  [np:Agent,v,s:Theme]
13938%%% CCG:     (s:_\np)/s:_
13939%%% Roles:   [Theme,Agent]
13940%%% Example: I discovered that it didn't make sense.
13941%%%
13942verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13943verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13944verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13945verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13946verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13947verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13948verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13949
13950%%% File:    ext/VerbNet/discover-84.xml
13951%%% Primary: NP V what S_INF (discover-84-1)
13952%%% Syntax:  [np:Agent,v,s:Theme]
13953%%% CCG:     (s:_\np)/s:_
13954%%% Roles:   [Theme,Agent]
13955%%% Example: I discovered what to do.
13956%%%
13957verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13958verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13959verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13960verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13961verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13962verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13963verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]).
13964
13965%%% File:    ext/VerbNet/discover-84.xml
13966%%% Primary: NP V how S (discover-84)
13967%%% Syntax:  [np:Agent,v,s:Theme]
13968%%% CCG:     (s:_\np)/s:_
13969%%% Roles:   [Theme,Agent]
13970%%% Example: I discovered how she did it.
13971%%%
13972verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13973verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13974verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13975verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13976verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13977verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13978verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13979verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13980verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13981verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13982verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13983verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13984verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13985verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13986verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13987verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13988verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13989verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13990verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13991verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]).
13992
13993%%% File:    ext/VerbNet/discover-84.xml
13994%%% Primary: NP V how S_INF (discover-84)
13995%%% Syntax:  [np:Agent,v,s:Theme]
13996%%% CCG:     (s:_\np)/s:_
13997%%% Roles:   [Theme,Agent]
13998%%% Example: I discovered how to do it.
13999%%%
14000verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14001verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14002verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14003verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14004verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14005verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14006verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14007verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14008verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14009verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14010verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14011verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14012verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14013verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14014verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14015verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14016verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14017verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14018verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14019verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14020
14021%%% File:    ext/VerbNet/discover-84.xml
14022%%% Primary: NP V NP (discover-84)
14023%%% Syntax:  [np:Agent,v,np:Theme]
14024%%% CCG:     (s:_\np)/np
14025%%% Roles:   [Theme,Agent]
14026%%% Example: I discovered the fleece.
14027%%%
14028verbnet(hear, (s:_\np)/np, ['Theme','Agent'], [84]).
14029verbnet(learn, (s:_\np)/np, ['Theme','Agent'], [84]).
14030verbnet(read, (s:_\np)/np, ['Theme','Agent'], [84]).
14031verbnet(study, (s:_\np)/np, ['Theme','Agent'], [84]).
14032verbnet(find_out, (s:_\np)/np, ['Theme','Agent'], [84]).
14033verbnet(figure_out, (s:_\np)/np, ['Theme','Agent'], [84]).
14034verbnet(pick_up, (s:_\np)/np, ['Theme','Agent'], [84]).
14035verbnet(deduce, (s:_\np)/np, ['Theme','Agent'], [84]).
14036verbnet(determine, (s:_\np)/np, ['Theme','Agent'], [84]).
14037verbnet(discover, (s:_\np)/np, ['Theme','Agent'], [84]).
14038verbnet(figure_out, (s:_\np)/np, ['Theme','Agent'], [84]).
14039verbnet(find, (s:_\np)/np, ['Theme','Agent'], [84]).
14040verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [84]).
14041verbnet(realize, (s:_\np)/np, ['Theme','Agent'], [84]).
14042verbnet(ascertain, (s:_\np)/np, ['Theme','Agent'], [84]).
14043verbnet(rationalize, (s:_\np)/np, ['Theme','Agent'], [84]).
14044verbnet(scent_out, (s:_\np)/np, ['Theme','Agent'], [84]).
14045verbnet(solve, (s:_\np)/np, ['Theme','Agent'], [84]).
14046verbnet(chance_across, (s:_\np)/np, ['Theme','Agent'], [84]).
14047verbnet(chance_on, (s:_\np)/np, ['Theme','Agent'], [84]).
14048
14049%%% File:    ext/VerbNet/discover-84.xml
14050%%% Primary: NP V that S (discover-84)
14051%%% Syntax:  [np:Agent,v,s:Theme]
14052%%% CCG:     (s:_\np)/s:_
14053%%% Roles:   [Theme,Agent]
14054%%% Example: I discovered that it didn't make sense.
14055%%%
14056verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14057verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14058verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14059verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14060verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14061verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14062verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14063verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14064verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14065verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14066verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14067verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14068verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14069verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14070verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14071verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14072verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14073verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14074verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14075verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14076
14077%%% File:    ext/VerbNet/discover-84.xml
14078%%% Primary: NP V what S (discover-84)
14079%%% Syntax:  [np:Agent,v,s:Theme]
14080%%% CCG:     (s:_\np)/s:_
14081%%% Roles:   [Theme,Agent]
14082%%% Example: I discovered what he should do.
14083%%%
14084verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14085verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14086verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14087verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14088verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14089verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14090verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14091verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14092verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14093verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14094verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14095verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14096verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14097verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14098verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14099verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14100verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14101verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14102verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14103verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14104
14105%%% File:    ext/VerbNet/discover-84.xml
14106%%% Primary: NP V what S_INF (discover-84)
14107%%% Syntax:  [np:Agent,v,s:Theme]
14108%%% CCG:     (s:_\np)/s:_
14109%%% Roles:   [Theme,Agent]
14110%%% Example: I discovered what to do.
14111%%%
14112verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14113verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14114verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14115verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14116verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14117verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14118verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14119verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14120verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14121verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14122verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14123verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14124verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14125verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14126verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14127verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14128verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14129verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14130verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14131verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]).
14132
14133%%% File:    ext/VerbNet/dress-41.1.1.xml
14134%%% Primary: NP V (dress-41.1.1)
14135%%% Syntax:  [np:Agent,v]
14136%%% CCG:     s:_\np
14137%%% Roles:   [Agent]
14138%%% Example: Marlene dressed.
14139%%%
14140verbnet(bathe, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14141verbnet(change, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14142verbnet(clothe, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14143verbnet(disrobe, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14144verbnet(dress, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14145verbnet(exercise, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14146verbnet(lave, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14147verbnet(moisturize, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14148verbnet(preen, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14149verbnet(primp, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14150verbnet(shave, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14151verbnet(shower, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14152verbnet(strip, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14153verbnet(sunbathe, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14154verbnet(tan, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14155verbnet(unclothe, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14156verbnet(undress, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14157verbnet(wash, s:_\np, ['Agent'], [41,'.',1,'.',1]).
14158
14159%%% File:    ext/VerbNet/dress-41.1.1.xml
14160%%% Primary: NP V NP (dress-41.1.1)
14161%%% Syntax:  [np:Agent,v,np:Patient]
14162%%% CCG:     (s:_\np)/np
14163%%% Roles:   [Patient,Agent]
14164%%% Example: Marlene dressed the baby.
14165%%%
14166verbnet(bathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14167verbnet(change, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14168verbnet(clothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14169verbnet(disrobe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14170verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14171verbnet(exercise, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14172verbnet(lave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14173verbnet(moisturize, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14174verbnet(preen, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14175verbnet(primp, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14176verbnet(shave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14177verbnet(shower, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14178verbnet(strip, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14179verbnet(sunbathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14180verbnet(tan, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14181verbnet(unclothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14182verbnet(undress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14183verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14184
14185%%% File:    ext/VerbNet/dress-41.1.1.xml
14186%%% Primary: NP V NP (dress-41.1.1)
14187%%% Syntax:  [np:Agent,v,np:Patient]
14188%%% CCG:     (s:_\np)/np
14189%%% Roles:   [Patient,Agent]
14190%%% Example: Marlene dressed herself.
14191%%%
14192verbnet(bathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14193verbnet(change, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14194verbnet(clothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14195verbnet(disrobe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14196verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14197verbnet(exercise, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14198verbnet(lave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14199verbnet(moisturize, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14200verbnet(preen, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14201verbnet(primp, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14202verbnet(shave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14203verbnet(shower, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14204verbnet(strip, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14205verbnet(sunbathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14206verbnet(tan, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14207verbnet(unclothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14208verbnet(undress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14209verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]).
14210
14211%%% File:    ext/VerbNet/dressing_well-41.3.2.xml
14212%%% Primary: NP V NP up (dressing_well-41.3.2)
14213%%% Syntax:  [np:Agent,v,np:Patient,lex:up]
14214%%% CCG:     (s:_\np)/np
14215%%% Roles:   [Patient,Agent]
14216%%% Missing: [lex:up]
14217%%% Example: She spruced herself up before the job interview.
14218%%%
14219verbnet(doll, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14220verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14221verbnet(gussy, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14222verbnet(spruce, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14223verbnet(tog, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14224verbnet(trick, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14225
14226%%% File:    ext/VerbNet/dressing_well-41.3.2.xml
14227%%% Primary: NP V up NP (dressing_well-41.3.2)
14228%%% Syntax:  [np:Agent,v,lex:up,np:Patient]
14229%%% CCG:     (s:_\np)/np
14230%%% Roles:   [Patient,Agent]
14231%%% Missing: [lex:up]
14232%%% Example: She spruced up herself before the job interview.
14233%%%
14234verbnet(doll, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14235verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14236verbnet(gussy, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14237verbnet(spruce, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14238verbnet(tog, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14239verbnet(trick, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]).
14240
14241%%% File:    ext/VerbNet/drive-11.5.xml
14242%%% Primary: NP V NP-Dative NP (drive-11.5-1)
14243%%% Syntax:  [np:Agent,v,np:Destination,np:Theme]
14244%%% CCG:     ((s:_\np)/np)/np
14245%%% Roles:   [Destination,Theme,Agent]
14246%%% Example: Amanda flew me the package.
14247%%%
14248verbnet(barge, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14249verbnet(bus, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14250verbnet(cart, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14251verbnet(ferry, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14252verbnet(fly, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14253verbnet(shuttle, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14254verbnet(truck, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]).
14255
14256%%% File:    ext/VerbNet/drive-11.5.xml
14257%%% Primary: NP V NP (drive-11.5-1)
14258%%% Syntax:  [np:Agent,v,np:Theme]
14259%%% CCG:     (s:_\np)/np
14260%%% Roles:   [Theme,Agent]
14261%%% Example: Amanda shuttled her children.
14262%%%
14263verbnet(barge, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14264verbnet(bus, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14265verbnet(cart, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14266verbnet(ferry, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14267verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14268verbnet(shuttle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14269verbnet(truck, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14270
14271%%% File:    ext/VerbNet/drive-11.5.xml
14272%%% Primary: NP V NP PP.initial_location (drive-11.5-1)
14273%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
14274%%% CCG:     ((s:_\np)/pp)/np
14275%%% Roles:   [Theme,Agent]
14276%%% Example: Amanda shuttled her children from Philadelphia.
14277%%%
14278verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14279verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14280verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14281verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14282verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14283verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14284verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14285
14286%%% File:    ext/VerbNet/drive-11.5.xml
14287%%% Primary: NP V NP PP.destination (drive-11.5-1)
14288%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination]
14289%%% CCG:     ((s:_\np)/pp)/np
14290%%% Roles:   [Theme,Agent]
14291%%% Example: Amanda shuttled the children to school.
14292%%%
14293verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14294verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14295verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14296verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14297verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14298verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14299verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14300verbnet(to, pp/np, ['Destination'], [11,.,5,-,1]).
14301
14302%%% File:    ext/VerbNet/drive-11.5.xml
14303%%% Primary: NP V NP PP.initial_location PP.destination (drive-11.5-1)
14304%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination]
14305%%% CCG:     (((s:_\np)/pp)/pp)/np
14306%%% Roles:   [Theme,Agent]
14307%%% Example: Amanda trucked the package from Philadelphia to her mother's house.
14308%%%
14309verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14310verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14311verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14312verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14313verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14314verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14315verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14316verbnet(to, pp/np, ['Destination'], [11,.,5,-,1]).
14317
14318%%% File:    ext/VerbNet/drive-11.5.xml
14319%%% Primary: NP V NP PP.destination PP.initial_location (drive-11.5-1)
14320%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination,pp,np:Initial_Location]
14321%%% CCG:     (((s:_\np)/pp)/pp)/np
14322%%% Roles:   [Theme,Agent]
14323%%% Example: Amanda trucked the package to her mother's house from Philadelphia.
14324%%%
14325verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14326verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14327verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14328verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14329verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14330verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14331verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]).
14332
14333%%% File:    ext/VerbNet/drive-11.5.xml
14334%%% Primary: NP V NP (drive-11.5)
14335%%% Syntax:  [np:Agent,v,np:Theme]
14336%%% CCG:     (s:_\np)/np
14337%%% Roles:   [Theme,Agent]
14338%%% Example: Amanda drove the package.
14339%%%
14340verbnet(barge, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14341verbnet(bus, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14342verbnet(cart, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14343verbnet(ferry, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14344verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14345verbnet(shuttle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14346verbnet(truck, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14347verbnet(bike, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14348verbnet(drive, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14349verbnet(row, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14350verbnet(motor, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14351verbnet(paddle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14352verbnet(tool, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14353verbnet(tool_around, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14354verbnet(trundle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14355verbnet(wheel, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]).
14356
14357%%% File:    ext/VerbNet/drive-11.5.xml
14358%%% Primary: NP V NP PP.destination (drive-11.5)
14359%%% Syntax:  [np:Agent,v,np:Theme,prep:to towards,np:Destination]
14360%%% CCG:     ((s:_\np)/pp)/np
14361%%% Roles:   [Theme,Agent]
14362%%% Example: Amanda drove the package to New York.
14363%%%
14364verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14365verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14366verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14367verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14368verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14369verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14370verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14371verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14372verbnet(drive, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14373verbnet(row, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14374verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14375verbnet(paddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14376verbnet(tool, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14377verbnet(tool_around, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14378verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14379verbnet(wheel, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14380verbnet(to, pp/np, ['Destination'], [11,.,5]).
14381verbnet(towards, pp/np, ['Destination'], [11,.,5]).
14382
14383%%% File:    ext/VerbNet/drive-11.5.xml
14384%%% Primary: NP V NP PP.initial_location (drive-11.5)
14385%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
14386%%% CCG:     ((s:_\np)/pp)/np
14387%%% Roles:   [Theme,Agent]
14388%%% Example: Amanda drove the package from home.
14389%%%
14390verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14391verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14392verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14393verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14394verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14395verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14396verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14397verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14398verbnet(drive, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14399verbnet(row, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14400verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14401verbnet(paddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14402verbnet(tool, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14403verbnet(tool_around, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14404verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14405verbnet(wheel, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14406
14407%%% File:    ext/VerbNet/drive-11.5.xml
14408%%% Primary: NP V NP PP.initial_location PP.destination (drive-11.5)
14409%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to towards,np:Destination]
14410%%% CCG:     (((s:_\np)/pp)/pp)/np
14411%%% Roles:   [Theme,Agent]
14412%%% Example: Amanda drove the package from home to New York.
14413%%%
14414verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14415verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14416verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14417verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14418verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14419verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14420verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14421verbnet(bike, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14422verbnet(drive, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14423verbnet(row, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14424verbnet(motor, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14425verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14426verbnet(tool, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14427verbnet(tool_around, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14428verbnet(trundle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14429verbnet(wheel, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14430verbnet(to, pp/np, ['Destination'], [11,.,5]).
14431verbnet(towards, pp/np, ['Destination'], [11,.,5]).
14432
14433%%% File:    ext/VerbNet/drive-11.5.xml
14434%%% Primary: NP V NP PP.destination PP.initial_location (drive-11.5)
14435%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination,pp,np:Initial_Location]
14436%%% CCG:     (((s:_\np)/pp)/pp)/np
14437%%% Roles:   [Theme,Agent]
14438%%% Example: Amanda drove the package to New York from home.
14439%%%
14440verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14441verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14442verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14443verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14444verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14445verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14446verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14447verbnet(bike, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14448verbnet(drive, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14449verbnet(row, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14450verbnet(motor, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14451verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14452verbnet(tool, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14453verbnet(tool_around, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14454verbnet(trundle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14455verbnet(wheel, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]).
14456
14457%%% File:    ext/VerbNet/dub-29.3.xml
14458%%% Primary: NP V NP NP (dub-29.3)
14459%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
14460%%% CCG:     ((s:_\np)/np)/np
14461%%% Roles:   [Theme,Goal,Agent]
14462%%% Example: The captain named the ship Seafarer.
14463%%%
14464verbnet(call, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14465verbnet(decree, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14466verbnet(dub, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14467verbnet(make, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14468verbnet(pronounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14469verbnet(rename, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14470verbnet(rule, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14471verbnet(stamp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14472verbnet(term, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14473verbnet(vote, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14474verbnet(anoint, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14475verbnet(baptize, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14476verbnet(brand, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14477verbnet(christen, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14478verbnet(consecrate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14479verbnet(crown, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14480verbnet(label, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14481verbnet(name, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14482verbnet(nickname, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14483verbnet(style, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]).
14484
14485%%% File:    ext/VerbNet/dub-29.3.xml
14486%%% Primary: NP V NP (dub-29.3)
14487%%% Syntax:  [np:Agent,v,np:Theme]
14488%%% CCG:     (s:_\np)/np
14489%%% Roles:   [Theme,Agent]
14490%%% Example: The captain baptized the ship.
14491%%%
14492verbnet(call, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14493verbnet(decree, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14494verbnet(dub, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14495verbnet(make, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14496verbnet(pronounce, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14497verbnet(rename, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14498verbnet(rule, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14499verbnet(stamp, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14500verbnet(term, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14501verbnet(vote, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14502verbnet(anoint, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14503verbnet(baptize, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14504verbnet(brand, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14505verbnet(christen, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14506verbnet(consecrate, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14507verbnet(crown, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14508verbnet(label, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14509verbnet(name, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14510verbnet(nickname, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14511verbnet(style, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]).
14512
14513%%% File:    ext/VerbNet/eat-39.1.xml
14514%%% Primary: NP V NP (eat-39.1-1)
14515%%% Syntax:  [np:Agent,v,np:Patient]
14516%%% CCG:     (s:_\np)/np
14517%%% Roles:   [Patient,Agent]
14518%%% Example: Cynthia ate the peach.
14519%%%
14520verbnet(eat, (s:_\np)/np, ['Patient','Agent'], [39,'.',1,-,1]).
14521
14522%%% File:    ext/VerbNet/eat-39.1.xml
14523%%% Primary: NP V (eat-39.1-1)
14524%%% Syntax:  [np:Agent,v]
14525%%% CCG:     s:_\np
14526%%% Roles:   [Agent]
14527%%% Example: Cynthia ate.
14528%%%
14529verbnet(eat, s:_\np, ['Agent'], [39,'.',1,-,1]).
14530
14531%%% File:    ext/VerbNet/eat-39.1.xml
14532%%% Primary: NP V PP-Conative (eat-39.1-1)
14533%%% Syntax:  [np:Agent,v,prep:at,np:Patient]
14534%%% CCG:     (s:_\np)/pp
14535%%% Roles:   [Agent]
14536%%% Example: Cynthia ate at the peach.
14537%%%
14538verbnet(eat, (s:_\np)/pp, ['Agent'], [39,'.',1,-,1]).
14539verbnet(at, pp/np, ['Patient'], [39,.,1,-,1]).
14540
14541%%% File:    ext/VerbNet/eat-39.1.xml
14542%%% Primary: NP V PP.source (eat-39.1-1)
14543%%% Syntax:  [np:Agent,v,pp,np:Source]
14544%%% CCG:     (s:_\np)/pp
14545%%% Roles:   [Agent]
14546%%% Example: He ate off of the table.
14547%%%
14548verbnet(eat, (s:_\np)/pp, ['Agent'], [39,'.',1,-,1]).
14549
14550%%% File:    ext/VerbNet/eat-39.1.xml
14551%%% Primary: NP V NP (eat-39.1-2)
14552%%% Syntax:  [np:Agent,v,np:Patient]
14553%%% CCG:     (s:_\np)/np
14554%%% Roles:   [Patient,Agent]
14555%%% Example: Cynthia drank the wine.
14556%%%
14557verbnet(drink, (s:_\np)/np, ['Patient','Agent'], [39,'.',1,-,2]).
14558
14559%%% File:    ext/VerbNet/eat-39.1.xml
14560%%% Primary: NP V (eat-39.1-2)
14561%%% Syntax:  [np:Agent,v]
14562%%% CCG:     s:_\np
14563%%% Roles:   [Agent]
14564%%% Example: Cynthia drank.
14565%%%
14566verbnet(drink, s:_\np, ['Agent'], [39,'.',1,-,2]).
14567
14568%%% File:    ext/VerbNet/eat-39.1.xml
14569%%% Primary: NP V PP.source (eat-39.1-2)
14570%%% Syntax:  [np:Agent,v,pp,np:Source]
14571%%% CCG:     (s:_\np)/pp
14572%%% Roles:   [Agent]
14573%%% Example: He drank out of the goblet.
14574%%%
14575verbnet(drink, (s:_\np)/pp, ['Agent'], [39,'.',1,-,2]).
14576
14577%%% File:    ext/VerbNet/empathize-88.2.xml
14578%%% Primary: NP V (empathize-88.2)
14579%%% Syntax:  [np:Experiencer,v]
14580%%% CCG:     s:_\np
14581%%% Roles:   [Experiencer]
14582%%% Example: You really have to empathize.
14583%%%
14584verbnet(empathize, s:_\np, ['Experiencer'], [88,'.',2]).
14585verbnet(sympathize, s:_\np, ['Experiencer'], [88,'.',2]).
14586verbnet(identify, s:_\np, ['Experiencer'], [88,'.',2]).
14587verbnet(commiserate, s:_\np, ['Experiencer'], [88,'.',2]).
14588
14589%%% File:    ext/VerbNet/empathize-88.2.xml
14590%%% Primary: NP V PP.stimulus (empathize-88.2)
14591%%% Syntax:  [np:Experiencer,v,prep:with,np:Stimulus]
14592%%% CCG:     (s:_\np)/pp
14593%%% Roles:   [Experiencer]
14594%%% Example: You really have to empathize with them.
14595%%%
14596verbnet(empathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14597verbnet(sympathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14598verbnet(identify, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14599verbnet(commiserate, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14600verbnet(with, pp/np, ['Stimulus'], [88,.,2]).
14601
14602%%% File:    ext/VerbNet/empathize-88.2.xml
14603%%% Primary: NP V PP.stimulus S_ING (empathize-88.2)
14604%%% Syntax:  [np:Experiencer,v,prep:with,np:Stimulus]
14605%%% CCG:     (s:_\np)/pp
14606%%% Roles:   [Experiencer]
14607%%% Example: You really have to empathize with their doing it.
14608%%%
14609verbnet(empathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14610verbnet(sympathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14611verbnet(identify, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14612verbnet(commiserate, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14613verbnet(with, pp/np, ['Stimulus'], [88,.,2]).
14614
14615%%% File:    ext/VerbNet/empathize-88.2.xml
14616%%% Primary: NP V PP.stimulus what S (empathize-88.2)
14617%%% Syntax:  [np:Experiencer,v,prep:with,s:Stimulus]
14618%%% CCG:     (s:_\np)/pp
14619%%% Roles:   [Experiencer]
14620%%% Example: You've really got to empathize with what they want.
14621%%%
14622verbnet(empathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14623verbnet(sympathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14624verbnet(identify, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14625verbnet(commiserate, (s:_\np)/pp, ['Experiencer'], [88,'.',2]).
14626verbnet(with, pp/s:_, ['Stimulus'], [88,.,2]).
14627
14628%%% File:    ext/VerbNet/enforce-63.xml
14629%%% Primary: NP V NP (enforce-63)
14630%%% Syntax:  [np:Agent,v,np:Theme]
14631%%% CCG:     (s:_\np)/np
14632%%% Roles:   [Theme,Agent]
14633%%% Example: I cannot impose my opinion.
14634%%%
14635verbnet(control, (s:_\np)/np, ['Theme','Agent'], [63]).
14636verbnet(enforce, (s:_\np)/np, ['Theme','Agent'], [63]).
14637verbnet(impose, (s:_\np)/np, ['Theme','Agent'], [63]).
14638
14639%%% File:    ext/VerbNet/enforce-63.xml
14640%%% Primary: NP V that S (enforce-63)
14641%%% Syntax:  [np:Agent,v,s:Theme]
14642%%% CCG:     (s:_\np)/s:_
14643%%% Roles:   [Theme,Agent]
14644%%% Example: I cannot impose that I get what I want.
14645%%%
14646verbnet(control, (s:_\np)/s:_, ['Theme','Agent'], [63]).
14647verbnet(enforce, (s:_\np)/s:_, ['Theme','Agent'], [63]).
14648verbnet(impose, (s:_\np)/s:_, ['Theme','Agent'], [63]).
14649
14650%%% File:    ext/VerbNet/engender-27.xml
14651%%% Primary: NP V NP (engender-27)
14652%%% Syntax:  [np:Cause,v,np:Theme]
14653%%% CCG:     (s:_\np)/np
14654%%% Roles:   [Theme,Cause]
14655%%% Example: Racial inequality engenders conflict.
14656%%%
14657verbnet(beget, (s:_\np)/np, ['Theme','Cause'], [27]).
14658verbnet(bring_about, (s:_\np)/np, ['Theme','Cause'], [27]).
14659verbnet(cause, (s:_\np)/np, ['Theme','Cause'], [27]).
14660verbnet(create, (s:_\np)/np, ['Theme','Cause'], [27]).
14661verbnet(engender, (s:_\np)/np, ['Theme','Cause'], [27]).
14662verbnet(generate, (s:_\np)/np, ['Theme','Cause'], [27]).
14663verbnet(incite, (s:_\np)/np, ['Theme','Cause'], [27]).
14664verbnet(inspire, (s:_\np)/np, ['Theme','Cause'], [27]).
14665verbnet(instigate, (s:_\np)/np, ['Theme','Cause'], [27]).
14666verbnet(kindle, (s:_\np)/np, ['Theme','Cause'], [27]).
14667verbnet(produce, (s:_\np)/np, ['Theme','Cause'], [27]).
14668verbnet(provoke, (s:_\np)/np, ['Theme','Cause'], [27]).
14669verbnet(set_off, (s:_\np)/np, ['Theme','Cause'], [27]).
14670verbnet(shape, (s:_\np)/np, ['Theme','Cause'], [27]).
14671verbnet(sire, (s:_\np)/np, ['Theme','Cause'], [27]).
14672verbnet(spark, (s:_\np)/np, ['Theme','Cause'], [27]).
14673verbnet(spawn, (s:_\np)/np, ['Theme','Cause'], [27]).
14674verbnet(actuate, (s:_\np)/np, ['Theme','Cause'], [27]).
14675verbnet(arouse, (s:_\np)/np, ['Theme','Cause'], [27]).
14676verbnet(call_forth, (s:_\np)/np, ['Theme','Cause'], [27]).
14677verbnet(elicit, (s:_\np)/np, ['Theme','Cause'], [27]).
14678verbnet(prompt, (s:_\np)/np, ['Theme','Cause'], [27]).
14679verbnet(stimulate, (s:_\np)/np, ['Theme','Cause'], [27]).
14680verbnet(stir_up, (s:_\np)/np, ['Theme','Cause'], [27]).
14681
14682%%% File:    ext/VerbNet/engender-27.xml
14683%%% Primary: NP V that S (engender-27)
14684%%% Syntax:  [np:Cause,v,np:Theme,s:Predicate]
14685%%% CCG:     ((s:_\np)/s:_)/np
14686%%% Roles:   [Theme,Attribute,Cause]
14687%%% Example: The bug causes the chip to give wrong answers for some mathematical calculations.
14688%%%
14689verbnet(beget, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14690verbnet(bring_about, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14691verbnet(cause, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14692verbnet(create, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14693verbnet(engender, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14694verbnet(generate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14695verbnet(incite, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14696verbnet(inspire, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14697verbnet(instigate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14698verbnet(kindle, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14699verbnet(produce, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14700verbnet(provoke, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14701verbnet(set_off, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14702verbnet(shape, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14703verbnet(sire, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14704verbnet(spark, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14705verbnet(spawn, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14706verbnet(actuate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14707verbnet(arouse, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14708verbnet(call_forth, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14709verbnet(elicit, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14710verbnet(prompt, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14711verbnet(stimulate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14712verbnet(stir_up, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]).
14713
14714%%% File:    ext/VerbNet/ensure-99.xml
14715%%% Primary: NP V NP (ensure-99)
14716%%% Syntax:  [np:Cause,v,np:Theme]
14717%%% CCG:     (s:_\np)/np
14718%%% Roles:   [Theme,Cause]
14719%%% Example: Our exertions ensured a good outcome.
14720%%%
14721verbnet(ensure, (s:_\np)/np, ['Theme','Cause'], [99]).
14722verbnet(assure, (s:_\np)/np, ['Theme','Cause'], [99]).
14723verbnet(guarantee, (s:_\np)/np, ['Theme','Cause'], [99]).
14724verbnet(insure, (s:_\np)/np, ['Theme','Cause'], [99]).
14725verbnet(secure, (s:_\np)/np, ['Theme','Cause'], [99]).
14726verbnet(ascertain, (s:_\np)/np, ['Theme','Cause'], [99]).
14727verbnet(reinsure, (s:_\np)/np, ['Theme','Cause'], [99]).
14728
14729%%% File:    ext/VerbNet/ensure-99.xml
14730%%% Primary: NP V NP NP (ensure-99)
14731%%% Syntax:  [np:Cause,v,np:Beneficiary,np:Theme]
14732%%% CCG:     ((s:_\np)/np)/np
14733%%% Roles:   [Beneficiary,Theme,Cause]
14734%%% Example: Our exertions ensured us a good outcome.
14735%%%
14736verbnet(ensure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14737verbnet(assure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14738verbnet(guarantee, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14739verbnet(insure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14740verbnet(secure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14741verbnet(ascertain, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14742verbnet(reinsure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]).
14743
14744%%% File:    ext/VerbNet/ensure-99.xml
14745%%% Primary: NP V NP PP.beneficiary (ensure-99)
14746%%% Syntax:  [np:Cause,v,np:Theme,prep:for,np:Beneficiary]
14747%%% CCG:     ((s:_\np)/pp)/np
14748%%% Roles:   [Theme,Cause]
14749%%% Example: The circumstances ensured a good outcome for him.
14750%%%
14751verbnet(ensure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14752verbnet(assure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14753verbnet(guarantee, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14754verbnet(insure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14755verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14756verbnet(ascertain, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14757verbnet(reinsure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]).
14758verbnet(for, pp/np, ['Beneficiary'], [99]).
14759
14760%%% File:    ext/VerbNet/ensure-99.xml
14761%%% Primary: NP V that S (ensure-99)
14762%%% Syntax:  [np:Cause,v,np:Beneficiary,vp_to:Theme]
14763%%% CCG:     ((s:_\np)/ (s:ng\np))/np
14764%%% Roles:   [Beneficiary,Theme,Cause]
14765%%% Example: The circumstances ensured that he would arrive in time.
14766%%%
14767verbnet(ensure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14768verbnet(assure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14769verbnet(guarantee, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14770verbnet(insure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14771verbnet(secure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14772verbnet(ascertain, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14773verbnet(reinsure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]).
14774
14775%%% File:    ext/VerbNet/entity_specific_cos-45.5.xml
14776%%% Primary: NP.patient V (entity_specific_cos-45.5)
14777%%% Syntax:  [np:Patient,v]
14778%%% CCG:     s:_\np
14779%%% Roles:   [Patient]
14780%%% Example: The roses bloomed.
14781%%%
14782verbnet(atrophy, s:_\np, ['Patient'], [45,'.',5]).
14783verbnet(blister, s:_\np, ['Patient'], [45,'.',5]).
14784verbnet(bloom, s:_\np, ['Patient'], [45,'.',5]).
14785verbnet(blossom, s:_\np, ['Patient'], [45,'.',5]).
14786verbnet(bud, s:_\np, ['Patient'], [45,'.',5]).
14787verbnet(burgeon, s:_\np, ['Patient'], [45,'.',5]).
14788verbnet(burn, s:_\np, ['Patient'], [45,'.',5]).
14789verbnet(corrode, s:_\np, ['Patient'], [45,'.',5]).
14790verbnet(decay, s:_\np, ['Patient'], [45,'.',5]).
14791verbnet(decompose, s:_\np, ['Patient'], [45,'.',5]).
14792verbnet(deteriorate, s:_\np, ['Patient'], [45,'.',5]).
14793verbnet(erode, s:_\np, ['Patient'], [45,'.',5]).
14794verbnet(ferment, s:_\np, ['Patient'], [45,'.',5]).
14795verbnet(fester, s:_\np, ['Patient'], [45,'.',5]).
14796verbnet(flower, s:_\np, ['Patient'], [45,'.',5]).
14797verbnet(foliate, s:_\np, ['Patient'], [45,'.',5]).
14798verbnet(germinate, s:_\np, ['Patient'], [45,'.',5]).
14799verbnet(green, s:_\np, ['Patient'], [45,'.',5]).
14800verbnet(molder, s:_\np, ['Patient'], [45,'.',5]).
14801verbnet(molt, s:_\np, ['Patient'], [45,'.',5]).
14802verbnet(oxidize, s:_\np, ['Patient'], [45,'.',5]).
14803verbnet(phosphoresce, s:_\np, ['Patient'], [45,'.',5]).
14804verbnet(putrefy, s:_\np, ['Patient'], [45,'.',5]).
14805verbnet(rot, s:_\np, ['Patient'], [45,'.',5]).
14806verbnet(rust, s:_\np, ['Patient'], [45,'.',5]).
14807verbnet(spoil, s:_\np, ['Patient'], [45,'.',5]).
14808verbnet(sprout, s:_\np, ['Patient'], [45,'.',5]).
14809verbnet(stagnate, s:_\np, ['Patient'], [45,'.',5]).
14810verbnet(swell, s:_\np, ['Patient'], [45,'.',5]).
14811verbnet(tarnish, s:_\np, ['Patient'], [45,'.',5]).
14812verbnet(wane, s:_\np, ['Patient'], [45,'.',5]).
14813verbnet(wilt, s:_\np, ['Patient'], [45,'.',5]).
14814verbnet(wither, s:_\np, ['Patient'], [45,'.',5]).
14815verbnet(pullulate, s:_\np, ['Patient'], [45,'.',5]).
14816
14817%%% File:    ext/VerbNet/entity_specific_modes_being-47.2.xml
14818%%% Primary: NP V (entity_specific_modes_being-47.2)
14819%%% Syntax:  [np:Theme,v]
14820%%% CCG:     s:_\np
14821%%% Roles:   [Theme]
14822%%% Example: The beer foamed.
14823%%%
14824verbnet(billow, s:_\np, ['Theme'], [47,'.',2]).
14825verbnet(bloom, s:_\np, ['Theme'], [47,'.',2]).
14826verbnet(blossom, s:_\np, ['Theme'], [47,'.',2]).
14827verbnet(bristle, s:_\np, ['Theme'], [47,'.',2]).
14828verbnet(bulge, s:_\np, ['Theme'], [47,'.',2]).
14829verbnet(burn, s:_\np, ['Theme'], [47,'.',2]).
14830verbnet(effervesce, s:_\np, ['Theme'], [47,'.',2]).
14831verbnet(fester, s:_\np, ['Theme'], [47,'.',2]).
14832verbnet(fizz, s:_\np, ['Theme'], [47,'.',2]).
14833verbnet(flow, s:_\np, ['Theme'], [47,'.',2]).
14834verbnet(flower, s:_\np, ['Theme'], [47,'.',2]).
14835verbnet(flux, s:_\np, ['Theme'], [47,'.',2]).
14836verbnet(foam, s:_\np, ['Theme'], [47,'.',2]).
14837verbnet(froth, s:_\np, ['Theme'], [47,'.',2]).
14838verbnet(moil, s:_\np, ['Theme'], [47,'.',2]).
14839verbnet(propagate, s:_\np, ['Theme'], [47,'.',2]).
14840verbnet(rage, s:_\np, ['Theme'], [47,'.',2]).
14841verbnet(ripple, s:_\np, ['Theme'], [47,'.',2]).
14842verbnet(roil, s:_\np, ['Theme'], [47,'.',2]).
14843verbnet(seethe, s:_\np, ['Theme'], [47,'.',2]).
14844verbnet(smolder, s:_\np, ['Theme'], [47,'.',2]).
14845verbnet(sprout, s:_\np, ['Theme'], [47,'.',2]).
14846
14847%%% File:    ext/VerbNet/entity_specific_modes_being-47.2.xml
14848%%% Primary: NP V PP.location (entity_specific_modes_being-47.2)
14849%%% Syntax:  [np:Theme,v,pp,np:Location]
14850%%% CCG:     (s:_\np)/pp
14851%%% Roles:   [Theme]
14852%%% Example: A fire raged in the mountains.
14853%%%
14854verbnet(billow, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14855verbnet(bloom, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14856verbnet(blossom, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14857verbnet(bristle, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14858verbnet(bulge, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14859verbnet(burn, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14860verbnet(effervesce, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14861verbnet(fester, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14862verbnet(fizz, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14863verbnet(flow, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14864verbnet(flower, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14865verbnet(flux, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14866verbnet(foam, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14867verbnet(froth, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14868verbnet(moil, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14869verbnet(propagate, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14870verbnet(rage, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14871verbnet(ripple, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14872verbnet(roil, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14873verbnet(seethe, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14874verbnet(smolder, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14875verbnet(sprout, (s:_\np)/pp, ['Theme'], [47,'.',2]).
14876
14877%%% File:    ext/VerbNet/entity_specific_modes_being-47.2.xml
14878%%% Primary: There V NP (entity_specific_modes_being-47.2)
14879%%% Syntax:  [lex:there,v,np:Theme]
14880%%% CCG:     (s:_\lex:there)/np
14881%%% Roles:   [Theme]
14882%%% Example: There raged a fire.
14883%%%
14884verbnet(billow, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14885verbnet(bloom, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14886verbnet(blossom, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14887verbnet(bristle, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14888verbnet(bulge, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14889verbnet(burn, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14890verbnet(effervesce, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14891verbnet(fester, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14892verbnet(fizz, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14893verbnet(flow, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14894verbnet(flower, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14895verbnet(flux, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14896verbnet(foam, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14897verbnet(froth, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14898verbnet(moil, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14899verbnet(propagate, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14900verbnet(rage, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14901verbnet(ripple, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14902verbnet(roil, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14903verbnet(seethe, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14904verbnet(smolder, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14905verbnet(sprout, (s:_\lex:there)/np, ['Theme'], [47,'.',2]).
14906
14907%%% File:    ext/VerbNet/entity_specific_modes_being-47.2.xml
14908%%% Primary: NP.location V NP (entity_specific_modes_being-47.2)
14909%%% Syntax:  [pp,np:Location,v,np:Theme]
14910%%% CCG:     (s:_\pp)/np
14911%%% Roles:   [Theme]
14912%%% Example: All through the mountains raged a fire.
14913%%%
14914verbnet(billow, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14915verbnet(bloom, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14916verbnet(blossom, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14917verbnet(bristle, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14918verbnet(bulge, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14919verbnet(burn, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14920verbnet(effervesce, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14921verbnet(fester, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14922verbnet(fizz, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14923verbnet(flow, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14924verbnet(flower, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14925verbnet(flux, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14926verbnet(foam, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14927verbnet(froth, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14928verbnet(moil, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14929verbnet(propagate, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14930verbnet(rage, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14931verbnet(ripple, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14932verbnet(roil, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14933verbnet(seethe, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14934verbnet(smolder, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14935verbnet(sprout, (s:_\pp)/np, ['Theme'], [47,'.',2]).
14936
14937%%% File:    ext/VerbNet/entity_specific_modes_being-47.2.xml
14938%%% Primary: NP.location V PP.theme (entity_specific_modes_being-47.2)
14939%%% Syntax:  [np:Location,v,prep:with,np:Theme]
14940%%% CCG:     (s:_\np)/pp
14941%%% Roles:   [Location]
14942%%% Example: The garden flowered with roses.
14943%%%
14944verbnet(billow, (s:_\np)/pp, ['Location'], [47,'.',2]).
14945verbnet(bloom, (s:_\np)/pp, ['Location'], [47,'.',2]).
14946verbnet(blossom, (s:_\np)/pp, ['Location'], [47,'.',2]).
14947verbnet(bristle, (s:_\np)/pp, ['Location'], [47,'.',2]).
14948verbnet(bulge, (s:_\np)/pp, ['Location'], [47,'.',2]).
14949verbnet(burn, (s:_\np)/pp, ['Location'], [47,'.',2]).
14950verbnet(effervesce, (s:_\np)/pp, ['Location'], [47,'.',2]).
14951verbnet(fester, (s:_\np)/pp, ['Location'], [47,'.',2]).
14952verbnet(fizz, (s:_\np)/pp, ['Location'], [47,'.',2]).
14953verbnet(flow, (s:_\np)/pp, ['Location'], [47,'.',2]).
14954verbnet(flower, (s:_\np)/pp, ['Location'], [47,'.',2]).
14955verbnet(flux, (s:_\np)/pp, ['Location'], [47,'.',2]).
14956verbnet(foam, (s:_\np)/pp, ['Location'], [47,'.',2]).
14957verbnet(froth, (s:_\np)/pp, ['Location'], [47,'.',2]).
14958verbnet(moil, (s:_\np)/pp, ['Location'], [47,'.',2]).
14959verbnet(propagate, (s:_\np)/pp, ['Location'], [47,'.',2]).
14960verbnet(rage, (s:_\np)/pp, ['Location'], [47,'.',2]).
14961verbnet(ripple, (s:_\np)/pp, ['Location'], [47,'.',2]).
14962verbnet(roil, (s:_\np)/pp, ['Location'], [47,'.',2]).
14963verbnet(seethe, (s:_\np)/pp, ['Location'], [47,'.',2]).
14964verbnet(smolder, (s:_\np)/pp, ['Location'], [47,'.',2]).
14965verbnet(sprout, (s:_\np)/pp, ['Location'], [47,'.',2]).
14966verbnet(with, pp/np, ['Theme'], [47,.,2]).
14967
14968%%% File:    ext/VerbNet/equip-13.4.2.xml
14969%%% Primary: NP.theme V NP (equip-13.4.2-1-1)
14970%%% Syntax:  [np:Theme,v,np:Recipient]
14971%%% CCG:     (s:_\np)/np
14972%%% Roles:   [Recipient,Theme]
14973%%% Example: The huge load burdened the mule.
14974%%%
14975verbnet(armor, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14976verbnet(encumber, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14977verbnet(fortify, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14978verbnet(overburden, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14979verbnet(weight, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14980verbnet(burden, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14981verbnet(compensate, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]).
14982
14983%%% File:    ext/VerbNet/equip-13.4.2.xml
14984%%% Primary: NP V NP.recipient (equip-13.4.2-1)
14985%%% Syntax:  [np:Agent,v,np:Recipient]
14986%%% CCG:     (s:_\np)/np
14987%%% Roles:   [Recipient,Agent]
14988%%% Example: Brown equipped his soldiers.
14989%%%
14990verbnet(armor, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14991verbnet(encumber, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14992verbnet(fortify, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14993verbnet(overburden, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14994verbnet(weight, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14995verbnet(burden, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14996verbnet(compensate, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14997verbnet(arm, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14998verbnet(equip, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
14999verbnet(rearm, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
15000verbnet(redress, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
15001verbnet(regale, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
15002verbnet(reward, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
15003verbnet(saddle, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
15004verbnet(treat, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]).
15005
15006%%% File:    ext/VerbNet/equip-13.4.2.xml
15007%%% Primary: NP V NP-Fulfilling PP (equip-13.4.2)
15008%%% Syntax:  [np:Agent,v,np:Recipient,prep:with,np:Theme]
15009%%% CCG:     ((s:_\np)/pp)/np
15010%%% Roles:   [Recipient,Agent]
15011%%% Example: Brown equipped Jones with a camera.
15012%%%
15013verbnet(armor, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15014verbnet(encumber, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15015verbnet(fortify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15016verbnet(overburden, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15017verbnet(weight, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15018verbnet(burden, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15019verbnet(compensate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15020verbnet(arm, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15021verbnet(equip, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15022verbnet(rearm, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15023verbnet(redress, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15024verbnet(regale, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15025verbnet(reward, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15026verbnet(saddle, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15027verbnet(treat, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15028verbnet(charge, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15029verbnet(invest, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15030verbnet(ply, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]).
15031verbnet(with, pp/np, ['Theme'], [13,.,4,.,2]).
15032
15033%%% File:    ext/VerbNet/escape-51.1.xml
15034%%% Primary: NP V NP (escape-51.1-1)
15035%%% Syntax:  [np:Theme,v,np:Initial_Location]
15036%%% CCG:     (s:_\np)/np
15037%%% Roles:   [Source,Theme]
15038%%% Example: The convict escaped the prison.
15039%%%
15040verbnet(depart, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15041verbnet(disembark, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15042verbnet(escape, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15043verbnet(exit, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15044verbnet(flee, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15045verbnet(leave, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15046verbnet(vacate, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]).
15047
15048%%% File:    ext/VerbNet/escape-51.1.xml
15049%%% Primary: NP V NP (escape-51.1-2)
15050%%% Syntax:  [np:Theme,v,np:Destination]
15051%%% CCG:     (s:_\np)/np
15052%%% Roles:   [Destination,Theme]
15053%%% Example: He entered the room.
15054%%%
15055verbnet(enter, (s:_\np)/np, ['Destination','Theme'], [51,'.',1,-,2]).
15056verbnet(approach, (s:_\np)/np, ['Destination','Theme'], [51,'.',1,-,2]).
15057
15058%%% File:    ext/VerbNet/escape-51.1.xml
15059%%% Primary: NP V NP (escape-51.1-3)
15060%%% Syntax:  [np:Theme,v,np:Trajectory]
15061%%% CCG:     (s:_\np)/np
15062%%% Roles:   [Path,Theme]
15063%%% Example: He climbed the mountain.
15064%%%
15065verbnet(ascend, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]).
15066verbnet(climb, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]).
15067verbnet(cross, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]).
15068verbnet(descend, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]).
15069
15070%%% File:    ext/VerbNet/escape-51.1.xml
15071%%% Primary: NP V (escape-51.1)
15072%%% Syntax:  [np:Theme,v]
15073%%% CCG:     s:_\np
15074%%% Roles:   [Theme]
15075%%% Example: The prisoners advanced.
15076%%%
15077verbnet(depart, s:_\np, ['Theme'], [51,'.',1]).
15078verbnet(disembark, s:_\np, ['Theme'], [51,'.',1]).
15079verbnet(escape, s:_\np, ['Theme'], [51,'.',1]).
15080verbnet(exit, s:_\np, ['Theme'], [51,'.',1]).
15081verbnet(flee, s:_\np, ['Theme'], [51,'.',1]).
15082verbnet(leave, s:_\np, ['Theme'], [51,'.',1]).
15083verbnet(vacate, s:_\np, ['Theme'], [51,'.',1]).
15084verbnet(enter, s:_\np, ['Theme'], [51,'.',1]).
15085verbnet(approach, s:_\np, ['Theme'], [51,'.',1]).
15086verbnet(ascend, s:_\np, ['Theme'], [51,'.',1]).
15087verbnet(climb, s:_\np, ['Theme'], [51,'.',1]).
15088verbnet(cross, s:_\np, ['Theme'], [51,'.',1]).
15089verbnet(descend, s:_\np, ['Theme'], [51,'.',1]).
15090verbnet(advance, s:_\np, ['Theme'], [51,'.',1]).
15091verbnet(approach, s:_\np, ['Theme'], [51,'.',1]).
15092verbnet(come, s:_\np, ['Theme'], [51,'.',1]).
15093verbnet(fall, s:_\np, ['Theme'], [51,'.',1]).
15094verbnet(go, s:_\np, ['Theme'], [51,'.',1]).
15095verbnet(plunge, s:_\np, ['Theme'], [51,'.',1]).
15096verbnet(recede, s:_\np, ['Theme'], [51,'.',1]).
15097verbnet(return, s:_\np, ['Theme'], [51,'.',1]).
15098verbnet(rise, s:_\np, ['Theme'], [51,'.',1]).
15099verbnet(tumble, s:_\np, ['Theme'], [51,'.',1]).
15100verbnet(arrive, s:_\np, ['Theme'], [51,'.',1]).
15101verbnet(set_off, s:_\np, ['Theme'], [51,'.',1]).
15102verbnet(set_out, s:_\np, ['Theme'], [51,'.',1]).
15103verbnet(bolt, s:_\np, ['Theme'], [51,'.',1]).
15104verbnet(emerge, s:_\np, ['Theme'], [51,'.',1]).
15105verbnet(emigrate, s:_\np, ['Theme'], [51,'.',1]).
15106verbnet(retreat, s:_\np, ['Theme'], [51,'.',1]).
15107verbnet(skedaddle, s:_\np, ['Theme'], [51,'.',1]).
15108verbnet(vamoose, s:_\np, ['Theme'], [51,'.',1]).
15109verbnet(withdraw, s:_\np, ['Theme'], [51,'.',1]).
15110
15111%%% File:    ext/VerbNet/escape-51.1.xml
15112%%% Primary: NP V PP.initial_loc (escape-51.1)
15113%%% Syntax:  [np:Theme,v,pp,np:Initial_Location]
15114%%% CCG:     (s:_\np)/pp
15115%%% Roles:   [Theme]
15116%%% Example: He came from France.
15117%%%
15118verbnet(depart, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15119verbnet(disembark, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15120verbnet(escape, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15121verbnet(exit, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15122verbnet(flee, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15123verbnet(leave, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15124verbnet(vacate, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15125verbnet(enter, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15126verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15127verbnet(ascend, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15128verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15129verbnet(cross, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15130verbnet(descend, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15131verbnet(advance, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15132verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15133verbnet(come, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15134verbnet(fall, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15135verbnet(go, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15136verbnet(plunge, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15137verbnet(recede, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15138verbnet(return, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15139verbnet(rise, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15140verbnet(tumble, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15141verbnet(arrive, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15142verbnet(set_off, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15143verbnet(set_out, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15144verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15145verbnet(emerge, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15146verbnet(emigrate, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15147verbnet(retreat, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15148verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15149verbnet(vamoose, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15150verbnet(withdraw, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15151
15152%%% File:    ext/VerbNet/escape-51.1.xml
15153%%% Primary: NP V PP.destination (escape-51.1)
15154%%% Syntax:  [np:Theme,v,pp,np:Destination]
15155%%% CCG:     (s:_\np)/pp
15156%%% Roles:   [Theme]
15157%%% Example: He came to Colorado.
15158%%%
15159verbnet(depart, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15160verbnet(disembark, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15161verbnet(escape, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15162verbnet(exit, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15163verbnet(flee, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15164verbnet(leave, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15165verbnet(vacate, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15166verbnet(enter, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15167verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15168verbnet(ascend, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15169verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15170verbnet(cross, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15171verbnet(descend, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15172verbnet(advance, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15173verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15174verbnet(come, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15175verbnet(fall, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15176verbnet(go, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15177verbnet(plunge, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15178verbnet(recede, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15179verbnet(return, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15180verbnet(rise, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15181verbnet(tumble, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15182verbnet(arrive, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15183verbnet(set_off, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15184verbnet(set_out, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15185verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15186verbnet(emerge, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15187verbnet(emigrate, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15188verbnet(retreat, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15189verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15190verbnet(vamoose, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15191verbnet(withdraw, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15192
15193%%% File:    ext/VerbNet/escape-51.1.xml
15194%%% Primary: NP V PP.trajectory (escape-51.1)
15195%%% Syntax:  [np:Theme,v,pp,np:Trajectory]
15196%%% CCG:     (s:_\np)/pp
15197%%% Roles:   [Theme]
15198%%% Example: He came through the door.
15199%%%
15200verbnet(depart, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15201verbnet(disembark, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15202verbnet(escape, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15203verbnet(exit, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15204verbnet(flee, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15205verbnet(leave, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15206verbnet(vacate, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15207verbnet(enter, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15208verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15209verbnet(ascend, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15210verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15211verbnet(cross, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15212verbnet(descend, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15213verbnet(advance, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15214verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15215verbnet(come, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15216verbnet(fall, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15217verbnet(go, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15218verbnet(plunge, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15219verbnet(recede, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15220verbnet(return, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15221verbnet(rise, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15222verbnet(tumble, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15223verbnet(arrive, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15224verbnet(set_off, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15225verbnet(set_out, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15226verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15227verbnet(emerge, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15228verbnet(emigrate, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15229verbnet(retreat, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15230verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15231verbnet(vamoose, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15232verbnet(withdraw, (s:_\np)/pp, ['Theme'], [51,'.',1]).
15233
15234%%% File:    ext/VerbNet/escape-51.1.xml
15235%%% Primary: NP V PP.initial_loc PP.destination (escape-51.1)
15236%%% Syntax:  [np:Theme,v,pp,np:Initial_Location,pp,np:Destination]
15237%%% CCG:     ((s:_\np)/pp)/pp
15238%%% Roles:   [Theme]
15239%%% Example: He came from France to Colorado.
15240%%%
15241verbnet(depart, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15242verbnet(disembark, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15243verbnet(escape, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15244verbnet(exit, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15245verbnet(flee, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15246verbnet(leave, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15247verbnet(vacate, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15248verbnet(enter, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15249verbnet(approach, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15250verbnet(ascend, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15251verbnet(climb, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15252verbnet(cross, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15253verbnet(descend, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15254verbnet(advance, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15255verbnet(approach, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15256verbnet(come, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15257verbnet(fall, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15258verbnet(go, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15259verbnet(plunge, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15260verbnet(recede, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15261verbnet(return, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15262verbnet(rise, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15263verbnet(tumble, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15264verbnet(arrive, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15265verbnet(set_off, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15266verbnet(set_out, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15267verbnet(bolt, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15268verbnet(emerge, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15269verbnet(emigrate, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15270verbnet(retreat, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15271verbnet(skedaddle, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15272verbnet(vamoose, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15273verbnet(withdraw, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]).
15274
15275%%% File:    ext/VerbNet/establish-55.5.xml
15276%%% Primary: NP V NP PP.instrument (establish-55.5-1)
15277%%% Syntax:  [np:Agent,v,np:Theme,prep:with,np:Instrument]
15278%%% CCG:     ((s:_\np)/pp)/np
15279%%% Roles:   [Theme,Agent]
15280%%% Example: I opened the event with a speech.
15281%%%
15282verbnet(initiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15283verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15284verbnet(fake, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15285verbnet(feign, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15286verbnet(format, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15287verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15288verbnet(plant, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15289verbnet(implement, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15290verbnet(instigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15291verbnet(institute, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15292verbnet(organize, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15293verbnet(originate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15294verbnet(prepare, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15295verbnet(premise, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15296verbnet(devise, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15297verbnet(mount, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15298verbnet(bring_about, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15299verbnet(arrange, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15300verbnet(introduce, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15301verbnet(simulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15302verbnet(strike_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15303verbnet(synthesise, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15304verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15305verbnet(open, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15306verbnet(open_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]).
15307verbnet(with, pp/np, ['Instrument'], [55,.,5,-,1]).
15308
15309%%% File:    ext/VerbNet/establish-55.5.xml
15310%%% Primary: NP V NP (establish-55.5)
15311%%% Syntax:  [np:Agent,v,np:Theme]
15312%%% CCG:     (s:_\np)/np
15313%%% Roles:   [Theme,Agent]
15314%%% Example: Zellig Harris established Penn's linguistics department.
15315%%%
15316verbnet(initiate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15317verbnet(establish, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15318verbnet(fake, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15319verbnet(feign, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15320verbnet(format, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15321verbnet(found, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15322verbnet(plant, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15323verbnet(implement, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15324verbnet(instigate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15325verbnet(institute, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15326verbnet(organize, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15327verbnet(originate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15328verbnet(prepare, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15329verbnet(premise, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15330verbnet(devise, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15331verbnet(mount, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15332verbnet(bring_about, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15333verbnet(arrange, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15334verbnet(introduce, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15335verbnet(simulate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15336verbnet(strike_up, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15337verbnet(synthesise, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15338verbnet(launch, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15339verbnet(open, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15340verbnet(open_up, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15341verbnet(constitute, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15342verbnet(constitutionalize, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15343verbnet(innovate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15344verbnet(machinate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15345verbnet(pioneer, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15346verbnet(stage, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]).
15347
15348%%% File:    ext/VerbNet/estimate-34.2.xml
15349%%% Primary: NP V NP (estimate-34.2)
15350%%% Syntax:  [np:Agent,v,np:Theme]
15351%%% CCG:     (s:_\np)/np
15352%%% Roles:   [Theme,Agent]
15353%%% Example: He estimated the probability of Don Quixote spontaneously combusting upon contact with the curry poweder.
15354%%%
15355verbnet(estimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15356verbnet(gauge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15357verbnet(approximate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15358verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15359verbnet(judge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15360verbnet(count, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15361verbnet(quantize, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15362verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15363verbnet(guesstimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15364verbnet(project, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15365
15366%%% File:    ext/VerbNet/estimate-34.2.xml
15367%%% Primary: NP V NP PP.value (estimate-34.2)
15368%%% Syntax:  [np:Agent,v,np:Theme,prep:at,np:Value]
15369%%% CCG:     ((s:_\np)/pp)/np
15370%%% Roles:   [Theme,Agent]
15371%%% Example: He estimated the probability at 0.9.
15372%%%
15373verbnet(estimate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15374verbnet(gauge, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15375verbnet(approximate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15376verbnet(guess, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15377verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15378verbnet(count, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15379verbnet(quantize, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15380verbnet(assess, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15381verbnet(guesstimate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15382verbnet(project, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]).
15383verbnet(at, pp/np, ['Value'], [34,.,2]).
15384
15385%%% File:    ext/VerbNet/estimate-34.2.xml
15386%%% Primary: NP V how S (estimate-34.2)
15387%%% Syntax:  [np:Agent,v,s:Value]
15388%%% CCG:     (s:_\np)/s:_
15389%%% Roles:   [Value,Agent]
15390%%% Example: He estimated how likely it would be.
15391%%%
15392verbnet(estimate, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15393verbnet(gauge, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15394verbnet(approximate, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15395verbnet(guess, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15396verbnet(judge, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15397verbnet(count, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15398verbnet(quantize, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15399verbnet(assess, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15400verbnet(guesstimate, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15401verbnet(project, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]).
15402
15403%%% File:    ext/VerbNet/estimate-34.2.xml
15404%%% Primary: NP V NP to be ADJ (estimate-34.2)
15405%%% Syntax:  [np:Agent,v,np:Theme]
15406%%% CCG:     (s:_\np)/np
15407%%% Roles:   [Theme,Agent]
15408%%% Example: He estimated this outcome to be likely.
15409%%%
15410verbnet(estimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15411verbnet(gauge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15412verbnet(approximate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15413verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15414verbnet(judge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15415verbnet(count, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15416verbnet(quantize, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15417verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15418verbnet(guesstimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15419verbnet(project, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]).
15420
15421%%% File:    ext/VerbNet/estimate-34.2.xml
15422%%% Primary: NP V that S (estimate-34.2)
15423%%% Syntax:  [np:Agent,v,s:Theme]
15424%%% CCG:     (s:_\np)/s:_
15425%%% Roles:   [Theme,Agent]
15426%%% Example: He estimated that it would be likely.
15427%%%
15428verbnet(estimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15429verbnet(gauge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15430verbnet(approximate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15431verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15432verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15433verbnet(count, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15434verbnet(quantize, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15435verbnet(assess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15436verbnet(guesstimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15437verbnet(project, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15438
15439%%% File:    ext/VerbNet/estimate-34.2.xml
15440%%% Primary: NP V what S (estimate-34.2)
15441%%% Syntax:  [np:Agent,v,s:Theme]
15442%%% CCG:     (s:_\np)/s:_
15443%%% Roles:   [Theme,Agent]
15444%%% Example: He estimated what would be likely.
15445%%%
15446verbnet(estimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15447verbnet(gauge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15448verbnet(approximate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15449verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15450verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15451verbnet(count, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15452verbnet(quantize, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15453verbnet(assess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15454verbnet(guesstimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15455verbnet(project, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]).
15456
15457%%% File:    ext/VerbNet/exceed-90.xml
15458%%% Primary: NP V NP PP.attribute PP.extent (exceed-90-1)
15459%%% Syntax:  [np:Theme,v,np:Co-Theme,prep:in,np:Attribute,prep:by,np:Extent]
15460%%% CCG:     (((s:_\np)/pp)/pp)/np
15461%%% Roles:   [Theme,Theme]
15462%%% Example: She exceeded him in speed by two miles per hour.
15463%%%
15464verbnet(better, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15465verbnet(exceed, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15466verbnet(lap, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15467verbnet(outbid, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15468verbnet(outdo, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15469verbnet(outmatch, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15470verbnet(outnumber, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15471verbnet(outrace, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15472verbnet(outshine, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15473verbnet(outsmart, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15474verbnet(outstrip, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15475verbnet(outweigh, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15476verbnet(outwit, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15477verbnet(overreach, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15478verbnet(overstep, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15479verbnet(surpass, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15480verbnet(top, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]).
15481verbnet(by, pp/np, ['Extent'], [90,-,1]).
15482
15483%%% File:    ext/VerbNet/exceed-90.xml
15484%%% Primary: NP V NP (exceed-90)
15485%%% Syntax:  [np:Theme,v,np:Co-Theme]
15486%%% CCG:     (s:_\np)/np
15487%%% Roles:   [Theme,Theme]
15488%%% Example: Her performance exceeds our expectations.
15489%%%
15490verbnet(better, (s:_\np)/np, ['Theme','Theme'], [90]).
15491verbnet(exceed, (s:_\np)/np, ['Theme','Theme'], [90]).
15492verbnet(lap, (s:_\np)/np, ['Theme','Theme'], [90]).
15493verbnet(outbid, (s:_\np)/np, ['Theme','Theme'], [90]).
15494verbnet(outdo, (s:_\np)/np, ['Theme','Theme'], [90]).
15495verbnet(outmatch, (s:_\np)/np, ['Theme','Theme'], [90]).
15496verbnet(outnumber, (s:_\np)/np, ['Theme','Theme'], [90]).
15497verbnet(outrace, (s:_\np)/np, ['Theme','Theme'], [90]).
15498verbnet(outshine, (s:_\np)/np, ['Theme','Theme'], [90]).
15499verbnet(outsmart, (s:_\np)/np, ['Theme','Theme'], [90]).
15500verbnet(outstrip, (s:_\np)/np, ['Theme','Theme'], [90]).
15501verbnet(outweigh, (s:_\np)/np, ['Theme','Theme'], [90]).
15502verbnet(outwit, (s:_\np)/np, ['Theme','Theme'], [90]).
15503verbnet(overreach, (s:_\np)/np, ['Theme','Theme'], [90]).
15504verbnet(overstep, (s:_\np)/np, ['Theme','Theme'], [90]).
15505verbnet(surpass, (s:_\np)/np, ['Theme','Theme'], [90]).
15506verbnet(top, (s:_\np)/np, ['Theme','Theme'], [90]).
15507verbnet(overcome, (s:_\np)/np, ['Theme','Theme'], [90]).
15508verbnet(transcend, (s:_\np)/np, ['Theme','Theme'], [90]).
15509
15510%%% File:    ext/VerbNet/exceed-90.xml
15511%%% Primary: NP V NP PP.attribute (exceed-90)
15512%%% Syntax:  [np:Theme,v,np:Co-Theme,prep:in,np:Attribute]
15513%%% CCG:     ((s:_\np)/pp)/np
15514%%% Roles:   [Theme,Theme]
15515%%% Example: Her performance exceeds ours in brilliance.
15516%%%
15517verbnet(better, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15518verbnet(exceed, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15519verbnet(lap, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15520verbnet(outbid, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15521verbnet(outdo, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15522verbnet(outmatch, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15523verbnet(outnumber, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15524verbnet(outrace, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15525verbnet(outshine, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15526verbnet(outsmart, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15527verbnet(outstrip, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15528verbnet(outweigh, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15529verbnet(outwit, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15530verbnet(overreach, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15531verbnet(overstep, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15532verbnet(surpass, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15533verbnet(top, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15534verbnet(overcome, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15535verbnet(transcend, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]).
15536verbnet(in, pp/np, ['Attribute'], [90]).
15537
15538%%% File:    ext/VerbNet/exchange-13.6.xml
15539%%% Primary: NP V PP.co-theme (exchange-13.6-1-1)
15540%%% Syntax:  [np:Theme,v,prep:for into,np:Co-Theme]
15541%%% CCG:     (s:_\np)/pp
15542%%% Roles:   [Theme]
15543%%% Example: They tend to substitute for more mundane things.
15544%%%
15545verbnet(substitute, (s:_\np)/pp, ['Theme'], [13,'.',6,-,1,-,1]).
15546verbnet(swap, (s:_\np)/pp, ['Theme'], [13,'.',6,-,1,-,1]).
15547verbnet(for, pp/np, ['Theme'], [13,.,6,-,1,-,1]).
15548verbnet(into, pp/np, ['Theme'], [13,.,6,-,1,-,1]).
15549
15550%%% File:    ext/VerbNet/exchange-13.6.xml
15551%%% Primary: NP V NP PP.co-theme (exchange-13.6-1)
15552%%% Syntax:  [np:Theme,v,np:Location,prep:with,np:Co-Theme]
15553%%% CCG:     ((s:_\np)/pp)/np
15554%%% Roles:   [Location,Theme]
15555%%% Example: One bell can swap places with another.
15556%%%
15557verbnet(substitute, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]).
15558verbnet(swap, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]).
15559verbnet(change, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]).
15560verbnet(exchange, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]).
15561verbnet(switch, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]).
15562verbnet(trade, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]).
15563verbnet(with, pp/np, ['Theme'], [13,.,6,-,1]).
15564
15565%%% File:    ext/VerbNet/exchange-13.6.xml
15566%%% Primary: NP V NP.location (exchange-13.6-1)
15567%%% Syntax:  [np:Theme,v,np:Location]
15568%%% CCG:     (s:_\np)/np
15569%%% Roles:   [Location,Theme]
15570%%% Example: The bells traded places.
15571%%%
15572verbnet(substitute, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]).
15573verbnet(swap, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]).
15574verbnet(change, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]).
15575verbnet(exchange, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]).
15576verbnet(switch, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]).
15577verbnet(trade, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]).
15578
15579%%% File:    ext/VerbNet/exchange-13.6.xml
15580%%% Primary: NP V NP PP.co-theme (exchange-13.6)
15581%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Co-Theme]
15582%%% CCG:     ((s:_\np)/pp)/np
15583%%% Roles:   [Theme,Agent]
15584%%% Example: Gwen exchanged the dress for a shirt.
15585%%%
15586verbnet(substitute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15587verbnet(swap, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15588verbnet(change, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15589verbnet(exchange, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15590verbnet(switch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15591verbnet(trade, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15592verbnet(barter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15593verbnet(forgo, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15594verbnet(replace, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15595verbnet(for, pp/np, ['Theme'], [13,.,6]).
15596
15597%%% File:    ext/VerbNet/exchange-13.6.xml
15598%%% Primary: NP V NP (exchange-13.6)
15599%%% Syntax:  [np:Agent,v,np:Theme]
15600%%% CCG:     (s:_\np)/np
15601%%% Roles:   [Theme,Agent]
15602%%% Example: Twenty couples exchanged rings.
15603%%%
15604verbnet(substitute, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15605verbnet(swap, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15606verbnet(change, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15607verbnet(exchange, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15608verbnet(switch, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15609verbnet(trade, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15610verbnet(barter, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15611verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15612verbnet(replace, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15613
15614%%% File:    ext/VerbNet/exchange-13.6.xml
15615%%% Primary: NP V PP.theme (exchange-13.6)
15616%%% Syntax:  [np:Agent,v,pp,np:Theme]
15617%%% CCG:     (s:_\np)/pp
15618%%% Roles:   [Agent]
15619%%% Example: He swapped between the two.
15620%%%
15621verbnet(substitute, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15622verbnet(swap, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15623verbnet(change, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15624verbnet(exchange, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15625verbnet(switch, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15626verbnet(trade, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15627verbnet(barter, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15628verbnet(forgo, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15629verbnet(replace, (s:_\np)/pp, ['Agent'], [13,'.',6]).
15630
15631%%% File:    ext/VerbNet/exchange-13.6.xml
15632%%% Primary: NP V NP PP.co-agent (exchange-13.6)
15633%%% Syntax:  [np:Agent,v,np:Theme,prep:with,np:Co-Agent]
15634%%% CCG:     ((s:_\np)/pp)/np
15635%%% Roles:   [Theme,Agent]
15636%%% Example: Cathay is swapping equity stakes with the U.S. carrier.
15637%%%
15638verbnet(substitute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15639verbnet(swap, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15640verbnet(change, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15641verbnet(exchange, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15642verbnet(switch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15643verbnet(trade, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15644verbnet(barter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15645verbnet(forgo, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15646verbnet(replace, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]).
15647verbnet(with, pp/np, ['Agent'], [13,.,6]).
15648
15649%%% File:    ext/VerbNet/exchange-13.6.xml
15650%%% Primary: NP V NP (exchange-13.6)
15651%%% Syntax:  [np:Agent,v,np:Theme]
15652%%% CCG:     (s:_\np)/np
15653%%% Roles:   [Theme,Agent]
15654%%% Example: She exchanged her purchase.
15655%%%
15656verbnet(substitute, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15657verbnet(swap, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15658verbnet(change, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15659verbnet(exchange, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15660verbnet(switch, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15661verbnet(trade, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15662verbnet(barter, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15663verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15664verbnet(replace, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]).
15665
15666%%% File:    ext/VerbNet/exhale-40.1.3.xml
15667%%% Primary: NP V (exhale-40.1.3-1)
15668%%% Syntax:  [np:Pivot,v]
15669%%% CCG:     s:_\np
15670%%% Roles:   [Pivot]
15671%%% Example: Paul exhaled.
15672%%%
15673verbnet(defecate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15674verbnet(exhale, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15675verbnet(hemorrhage, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15676verbnet(perspire, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15677verbnet(expectorate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15678verbnet(regurgitate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15679verbnet(urinate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15680verbnet(whiff, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]).
15681
15682%%% File:    ext/VerbNet/exhale-40.1.3.xml
15683%%% Primary: NP V NP (exhale-40.1.3-1)
15684%%% Syntax:  [np:Pivot,v,np:Theme]
15685%%% CCG:     (s:_\np)/np
15686%%% Roles:   [Theme,Pivot]
15687%%% Example: Paul exhaled a breath.
15688%%%
15689verbnet(defecate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15690verbnet(exhale, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15691verbnet(hemorrhage, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15692verbnet(perspire, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15693verbnet(expectorate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15694verbnet(regurgitate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15695verbnet(urinate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15696verbnet(whiff, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]).
15697
15698%%% File:    ext/VerbNet/exhale-40.1.3.xml
15699%%% Primary: NP V (exhale-40.1.3-2)
15700%%% Syntax:  [np:Pivot,v]
15701%%% CCG:     s:_\np
15702%%% Roles:   [Pivot]
15703%%% Example: Paul inhaled.
15704%%%
15705verbnet(inhale, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,2]).
15706
15707%%% File:    ext/VerbNet/exhale-40.1.3.xml
15708%%% Primary: NP V NP (exhale-40.1.3-2)
15709%%% Syntax:  [np:Pivot,v,np:Theme]
15710%%% CCG:     (s:_\np)/np
15711%%% Roles:   [Theme,Pivot]
15712%%% Example: Paul inhaled water.
15713%%%
15714verbnet(inhale, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,2]).
15715
15716%%% File:    ext/VerbNet/exist-47.1.xml
15717%%% Primary: NP V NP (exist-47.1-1-1)
15718%%% Syntax:  [np:Theme,v,np:Pivot]
15719%%% CCG:     (s:_\np)/np
15720%%% Roles:   [Pivot,Theme]
15721%%% Example: I endured the routine heavy traffic.
15722%%%
15723verbnet(endure, (s:_\np)/np, ['Pivot','Theme'], [47,'.',1,-,1,-,1]).
15724verbnet(survive, (s:_\np)/np, ['Pivot','Theme'], [47,'.',1,-,1,-,1]).
15725
15726%%% File:    ext/VerbNet/exist-47.1.xml
15727%%% Primary: NP V (exist-47.1-1)
15728%%% Syntax:  [np:Theme,v]
15729%%% CCG:     s:_\np
15730%%% Roles:   [Theme]
15731%%% Example: Unicorns don't exist.
15732%%%
15733verbnet(endure, s:_\np, ['Theme'], [47,'.',1,-,1]).
15734verbnet(survive, s:_\np, ['Theme'], [47,'.',1,-,1]).
15735verbnet(coexist, s:_\np, ['Theme'], [47,'.',1,-,1]).
15736verbnet(dwell, s:_\np, ['Theme'], [47,'.',1,-,1]).
15737verbnet(exist, s:_\np, ['Theme'], [47,'.',1,-,1]).
15738verbnet(extend, s:_\np, ['Theme'], [47,'.',1,-,1]).
15739verbnet(flourish, s:_\np, ['Theme'], [47,'.',1,-,1]).
15740verbnet(languish, s:_\np, ['Theme'], [47,'.',1,-,1]).
15741verbnet(linger, s:_\np, ['Theme'], [47,'.',1,-,1]).
15742verbnet(live, s:_\np, ['Theme'], [47,'.',1,-,1]).
15743verbnet(loom, s:_\np, ['Theme'], [47,'.',1,-,1]).
15744verbnet(lurk, s:_\np, ['Theme'], [47,'.',1,-,1]).
15745verbnet(persist, s:_\np, ['Theme'], [47,'.',1,-,1]).
15746verbnet(predominate, s:_\np, ['Theme'], [47,'.',1,-,1]).
15747verbnet(prevail, s:_\np, ['Theme'], [47,'.',1,-,1]).
15748verbnet(prosper, s:_\np, ['Theme'], [47,'.',1,-,1]).
15749verbnet(remain, s:_\np, ['Theme'], [47,'.',1,-,1]).
15750verbnet(reside, s:_\np, ['Theme'], [47,'.',1,-,1]).
15751verbnet(shelter, s:_\np, ['Theme'], [47,'.',1,-,1]).
15752verbnet(stay, s:_\np, ['Theme'], [47,'.',1,-,1]).
15753verbnet(thrive, s:_\np, ['Theme'], [47,'.',1,-,1]).
15754verbnet(tower, s:_\np, ['Theme'], [47,'.',1,-,1]).
15755verbnet(vegetate, s:_\np, ['Theme'], [47,'.',1,-,1]).
15756verbnet(wait, s:_\np, ['Theme'], [47,'.',1,-,1]).
15757verbnet(persevere, s:_\np, ['Theme'], [47,'.',1,-,1]).
15758
15759%%% File:    ext/VerbNet/exist-47.1.xml
15760%%% Primary: NP V PP.location (exist-47.1)
15761%%% Syntax:  [np:Theme,v,pp,np:Location]
15762%%% CCG:     (s:_\np)/pp
15763%%% Roles:   [Theme]
15764%%% Example: Unicorns don't exist on Earth.
15765%%%
15766verbnet(endure, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15767verbnet(survive, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15768verbnet(coexist, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15769verbnet(dwell, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15770verbnet(exist, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15771verbnet(extend, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15772verbnet(flourish, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15773verbnet(languish, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15774verbnet(linger, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15775verbnet(live, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15776verbnet(loom, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15777verbnet(lurk, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15778verbnet(persist, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15779verbnet(predominate, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15780verbnet(prevail, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15781verbnet(prosper, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15782verbnet(remain, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15783verbnet(reside, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15784verbnet(shelter, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15785verbnet(stay, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15786verbnet(thrive, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15787verbnet(tower, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15788verbnet(vegetate, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15789verbnet(wait, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15790verbnet(persevere, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15791verbnet(overspread, (s:_\np)/pp, ['Theme'], [47,'.',1]).
15792
15793%%% File:    ext/VerbNet/feeding-39.7.xml
15794%%% Primary: NP V NP (feeding-39.7)
15795%%% Syntax:  [np:Agent,v,np:Recipient]
15796%%% CCG:     (s:_\np)/np
15797%%% Roles:   [Recipient,Agent]
15798%%% Example: Teresa bottlefed the baby.
15799%%%
15800verbnet(bottlefeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15801verbnet(breastfeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15802verbnet(feed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15803verbnet('force-feed', (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15804verbnet(handfeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15805verbnet(nurse, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15806verbnet(spoonfeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15807verbnet(suckle, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]).
15808
15809%%% File:    ext/VerbNet/feeding-39.7.xml
15810%%% Primary: NP V NP PP.recipient (feeding-39.7)
15811%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Recipient]
15812%%% CCG:     ((s:_\np)/pp)/np
15813%%% Roles:   [Theme,Agent]
15814%%% Example: Teresa bottlefed soy milk to the baby.
15815%%%
15816verbnet(bottlefeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15817verbnet(breastfeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15818verbnet(feed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15819verbnet('force-feed', ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15820verbnet(handfeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15821verbnet(nurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15822verbnet(spoonfeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15823verbnet(suckle, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]).
15824verbnet(to, pp/np, ['Recipient'], [39,.,7]).
15825
15826%%% File:    ext/VerbNet/feeding-39.7.xml
15827%%% Primary: NP V NP-Dative NP (feeding-39.7)
15828%%% Syntax:  [np:Agent,v,np:Recipient,np:Theme]
15829%%% CCG:     ((s:_\np)/np)/np
15830%%% Roles:   [Recipient,Theme,Agent]
15831%%% Example: Teresa bottlefed the baby soy milk.
15832%%%
15833verbnet(bottlefeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15834verbnet(breastfeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15835verbnet(feed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15836verbnet('force-feed', ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15837verbnet(handfeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15838verbnet(nurse, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15839verbnet(spoonfeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15840verbnet(suckle, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]).
15841
15842%%% File:    ext/VerbNet/ferret-35.6.xml
15843%%% Primary: NP V NP PP.source (ferret-35.6)
15844%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Source]
15845%%% CCG:     ((s:_\np)/pp)/np
15846%%% Roles:   [Theme,Agent]
15847%%% Example: I ferreted the secret out of him.
15848%%%
15849verbnet(ferret, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',6]).
15850verbnet(nose, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',6]).
15851verbnet(tease, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',6]).
15852
15853%%% File:    ext/VerbNet/fill-9.8.xml
15854%%% Primary: NP V (fill-9.8-1)
15855%%% Syntax:  [np:Theme,v]
15856%%% CCG:     s:_\np
15857%%% Roles:   [Theme]
15858%%% Example: CFC's pollute.
15859%%%
15860verbnet(pollute, s:_\np, ['Theme'], [9,'.',8,-,1]).
15861verbnet(stain, s:_\np, ['Theme'], [9,'.',8,-,1]).
15862
15863%%% File:    ext/VerbNet/fill-9.8.xml
15864%%% Primary: NP V NP PP.theme (fill-9.8)
15865%%% Syntax:  [np:Agent,v,np:Destination,prep:with,np:Theme]
15866%%% CCG:     ((s:_\np)/pp)/np
15867%%% Roles:   [Destination,Agent]
15868%%% Example: Leslie staffed the store with employees.
15869%%%
15870verbnet(pollute, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15871verbnet(stain, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15872verbnet(adorn, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15873verbnet(anoint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15874verbnet(bandage, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15875verbnet(bathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15876verbnet(bestrew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15877verbnet(bind, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15878verbnet(blanket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15879verbnet(block, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15880verbnet(blot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15881verbnet(bombard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15882verbnet(carpet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15883verbnet(choke, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15884verbnet(cloak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15885verbnet(clog, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15886verbnet(clutter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15887verbnet(coat, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15888verbnet(contaminate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15889verbnet(cover, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15890verbnet(dam, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15891verbnet(dapple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15892verbnet(deck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15893verbnet(decorate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15894verbnet(deluge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15895verbnet(dirty, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15896verbnet(disguise, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15897verbnet(dope, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15898verbnet(douse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15899verbnet(dot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15900verbnet(drench, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15901verbnet(edge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15902verbnet(embellish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15903verbnet(emblazon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15904verbnet(encircle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15905verbnet(encrust, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15906verbnet(endow, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15907verbnet(enrich, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15908verbnet(entangle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15909verbnet(face, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15910verbnet(festoon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15911verbnet(fill, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15912verbnet(fleck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15913verbnet(flood, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15914verbnet(frame, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15915verbnet(garland, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15916verbnet(garnish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15917verbnet(grace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15918verbnet(gild, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15919verbnet(honeycomb, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15920verbnet(imbue, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15921verbnet(impregnate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15922verbnet(infect, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15923verbnet(inlay, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15924verbnet(interlace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15925verbnet(interlard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15926verbnet(interleave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15927verbnet(intersperse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15928verbnet(interweave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15929verbnet(inundate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15930verbnet(lard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15931verbnet(lash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15932verbnet(line, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15933verbnet(litter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15934verbnet(mask, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15935verbnet(mottle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15936verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15937verbnet(pad, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15938verbnet(panel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15939verbnet(pave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15940verbnet(plate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15941verbnet(plug, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15942verbnet(replenish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15943verbnet(repopulate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15944verbnet(riddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15945verbnet(ring, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15946verbnet(ripple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15947verbnet(robe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15948verbnet(saturate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15949verbnet(sauce, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15950verbnet(season, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15951verbnet(shroud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15952verbnet(smother, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15953verbnet(smut, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15954verbnet(soak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15955verbnet(soil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15956verbnet(speckle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15957verbnet(splotch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15958verbnet(spot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15959verbnet(staff, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15960verbnet(stipple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15961verbnet(stop_up, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15962verbnet(stud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15963verbnet(suffuse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15964verbnet(sully, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15965verbnet(surround, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15966verbnet(swaddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15967verbnet(swathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15968verbnet(taint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15969verbnet(tile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15970verbnet(tool, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15971verbnet(trim, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15972verbnet(veil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15973verbnet(vein, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15974verbnet(inject, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15975verbnet(with, pp/np, ['Theme'], [9,.,8]).
15976
15977%%% File:    ext/VerbNet/fill-9.8.xml
15978%%% Primary: NP V NP PP.theme (fill-9.8)
15979%%% Syntax:  [np:Agent,v,np:Destination,prep:in,np:Theme]
15980%%% CCG:     ((s:_\np)/pp)/np
15981%%% Roles:   [Destination,Agent]
15982%%% Example: Leigh swaddled the baby in blankets.
15983%%%
15984verbnet(pollute, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15985verbnet(stain, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15986verbnet(adorn, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15987verbnet(anoint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15988verbnet(bandage, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15989verbnet(bathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15990verbnet(bestrew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15991verbnet(bind, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15992verbnet(blanket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15993verbnet(block, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15994verbnet(blot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15995verbnet(bombard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15996verbnet(carpet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15997verbnet(choke, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15998verbnet(cloak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
15999verbnet(clog, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16000verbnet(clutter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16001verbnet(coat, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16002verbnet(contaminate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16003verbnet(cover, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16004verbnet(dam, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16005verbnet(dapple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16006verbnet(deck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16007verbnet(decorate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16008verbnet(deluge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16009verbnet(dirty, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16010verbnet(disguise, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16011verbnet(dope, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16012verbnet(douse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16013verbnet(dot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16014verbnet(drench, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16015verbnet(edge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16016verbnet(embellish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16017verbnet(emblazon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16018verbnet(encircle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16019verbnet(encrust, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16020verbnet(endow, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16021verbnet(enrich, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16022verbnet(entangle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16023verbnet(face, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16024verbnet(festoon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16025verbnet(fill, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16026verbnet(fleck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16027verbnet(flood, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16028verbnet(frame, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16029verbnet(garland, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16030verbnet(garnish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16031verbnet(grace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16032verbnet(gild, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16033verbnet(honeycomb, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16034verbnet(imbue, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16035verbnet(impregnate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16036verbnet(infect, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16037verbnet(inlay, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16038verbnet(interlace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16039verbnet(interlard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16040verbnet(interleave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16041verbnet(intersperse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16042verbnet(interweave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16043verbnet(inundate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16044verbnet(lard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16045verbnet(lash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16046verbnet(line, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16047verbnet(litter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16048verbnet(mask, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16049verbnet(mottle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16050verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16051verbnet(pad, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16052verbnet(panel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16053verbnet(pave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16054verbnet(plate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16055verbnet(plug, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16056verbnet(replenish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16057verbnet(repopulate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16058verbnet(riddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16059verbnet(ring, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16060verbnet(ripple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16061verbnet(robe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16062verbnet(saturate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16063verbnet(sauce, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16064verbnet(season, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16065verbnet(shroud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16066verbnet(smother, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16067verbnet(smut, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16068verbnet(soak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16069verbnet(soil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16070verbnet(speckle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16071verbnet(splotch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16072verbnet(spot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16073verbnet(staff, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16074verbnet(stipple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16075verbnet(stop_up, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16076verbnet(stud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16077verbnet(suffuse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16078verbnet(sully, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16079verbnet(surround, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16080verbnet(swaddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16081verbnet(swathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16082verbnet(taint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16083verbnet(tile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16084verbnet(tool, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16085verbnet(trim, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16086verbnet(veil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16087verbnet(vein, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16088verbnet(inject, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]).
16089verbnet(in, pp/np, ['Theme'], [9,.,8]).
16090
16091%%% File:    ext/VerbNet/fill-9.8.xml
16092%%% Primary: NP V NP (fill-9.8)
16093%%% Syntax:  [np:Theme,v,np:Destination]
16094%%% CCG:     (s:_\np)/np
16095%%% Roles:   [Destination,Theme]
16096%%% Example: The employees staffed the store.
16097%%%
16098verbnet(pollute, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16099verbnet(stain, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16100verbnet(adorn, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16101verbnet(anoint, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16102verbnet(bandage, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16103verbnet(bathe, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16104verbnet(bestrew, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16105verbnet(bind, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16106verbnet(blanket, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16107verbnet(block, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16108verbnet(blot, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16109verbnet(bombard, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16110verbnet(carpet, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16111verbnet(choke, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16112verbnet(cloak, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16113verbnet(clog, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16114verbnet(clutter, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16115verbnet(coat, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16116verbnet(contaminate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16117verbnet(cover, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16118verbnet(dam, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16119verbnet(dapple, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16120verbnet(deck, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16121verbnet(decorate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16122verbnet(deluge, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16123verbnet(dirty, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16124verbnet(disguise, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16125verbnet(dope, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16126verbnet(douse, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16127verbnet(dot, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16128verbnet(drench, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16129verbnet(edge, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16130verbnet(embellish, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16131verbnet(emblazon, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16132verbnet(encircle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16133verbnet(encrust, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16134verbnet(endow, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16135verbnet(enrich, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16136verbnet(entangle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16137verbnet(face, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16138verbnet(festoon, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16139verbnet(fill, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16140verbnet(fleck, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16141verbnet(flood, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16142verbnet(frame, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16143verbnet(garland, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16144verbnet(garnish, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16145verbnet(grace, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16146verbnet(gild, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16147verbnet(honeycomb, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16148verbnet(imbue, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16149verbnet(impregnate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16150verbnet(infect, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16151verbnet(inlay, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16152verbnet(interlace, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16153verbnet(interlard, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16154verbnet(interleave, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16155verbnet(intersperse, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16156verbnet(interweave, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16157verbnet(inundate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16158verbnet(lard, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16159verbnet(lash, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16160verbnet(line, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16161verbnet(litter, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16162verbnet(mask, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16163verbnet(mottle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16164verbnet(ornament, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16165verbnet(pad, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16166verbnet(panel, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16167verbnet(pave, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16168verbnet(plate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16169verbnet(plug, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16170verbnet(replenish, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16171verbnet(repopulate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16172verbnet(riddle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16173verbnet(ring, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16174verbnet(ripple, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16175verbnet(robe, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16176verbnet(saturate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16177verbnet(sauce, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16178verbnet(season, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16179verbnet(shroud, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16180verbnet(smother, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16181verbnet(smut, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16182verbnet(soak, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16183verbnet(soil, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16184verbnet(speckle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16185verbnet(splotch, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16186verbnet(spot, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16187verbnet(staff, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16188verbnet(stipple, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16189verbnet(stop_up, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16190verbnet(stud, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16191verbnet(suffuse, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16192verbnet(sully, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16193verbnet(surround, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16194verbnet(swaddle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16195verbnet(swathe, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16196verbnet(taint, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16197verbnet(tile, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16198verbnet(tool, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16199verbnet(trim, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16200verbnet(veil, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16201verbnet(vein, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16202verbnet(inject, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]).
16203
16204%%% File:    ext/VerbNet/fill-9.8.xml
16205%%% Primary: NP V NP.destination (fill-9.8)
16206%%% Syntax:  [np:Agent,v,np:Destination]
16207%%% CCG:     (s:_\np)/np
16208%%% Roles:   [Destination,Agent]
16209%%% Example: Leslie staffed the store.
16210%%%
16211verbnet(pollute, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16212verbnet(stain, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16213verbnet(adorn, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16214verbnet(anoint, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16215verbnet(bandage, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16216verbnet(bathe, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16217verbnet(bestrew, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16218verbnet(bind, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16219verbnet(blanket, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16220verbnet(block, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16221verbnet(blot, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16222verbnet(bombard, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16223verbnet(carpet, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16224verbnet(choke, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16225verbnet(cloak, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16226verbnet(clog, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16227verbnet(clutter, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16228verbnet(coat, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16229verbnet(contaminate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16230verbnet(cover, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16231verbnet(dam, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16232verbnet(dapple, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16233verbnet(deck, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16234verbnet(decorate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16235verbnet(deluge, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16236verbnet(dirty, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16237verbnet(disguise, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16238verbnet(dope, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16239verbnet(douse, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16240verbnet(dot, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16241verbnet(drench, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16242verbnet(edge, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16243verbnet(embellish, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16244verbnet(emblazon, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16245verbnet(encircle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16246verbnet(encrust, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16247verbnet(endow, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16248verbnet(enrich, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16249verbnet(entangle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16250verbnet(face, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16251verbnet(festoon, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16252verbnet(fill, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16253verbnet(fleck, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16254verbnet(flood, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16255verbnet(frame, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16256verbnet(garland, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16257verbnet(garnish, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16258verbnet(grace, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16259verbnet(gild, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16260verbnet(honeycomb, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16261verbnet(imbue, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16262verbnet(impregnate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16263verbnet(infect, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16264verbnet(inlay, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16265verbnet(interlace, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16266verbnet(interlard, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16267verbnet(interleave, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16268verbnet(intersperse, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16269verbnet(interweave, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16270verbnet(inundate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16271verbnet(lard, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16272verbnet(lash, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16273verbnet(line, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16274verbnet(litter, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16275verbnet(mask, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16276verbnet(mottle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16277verbnet(ornament, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16278verbnet(pad, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16279verbnet(panel, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16280verbnet(pave, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16281verbnet(plate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16282verbnet(plug, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16283verbnet(replenish, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16284verbnet(repopulate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16285verbnet(riddle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16286verbnet(ring, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16287verbnet(ripple, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16288verbnet(robe, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16289verbnet(saturate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16290verbnet(sauce, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16291verbnet(season, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16292verbnet(shroud, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16293verbnet(smother, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16294verbnet(smut, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16295verbnet(soak, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16296verbnet(soil, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16297verbnet(speckle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16298verbnet(splotch, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16299verbnet(spot, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16300verbnet(staff, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16301verbnet(stipple, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16302verbnet(stop_up, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16303verbnet(stud, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16304verbnet(suffuse, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16305verbnet(sully, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16306verbnet(surround, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16307verbnet(swaddle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16308verbnet(swathe, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16309verbnet(taint, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16310verbnet(tile, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16311verbnet(tool, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16312verbnet(trim, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16313verbnet(veil, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16314verbnet(vein, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16315verbnet(inject, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]).
16316
16317%%% File:    ext/VerbNet/fire-10.10.xml
16318%%% Primary: NP V NP (fire-10.10)
16319%%% Syntax:  [np:Agent,v,np:Theme]
16320%%% CCG:     (s:_\np)/np
16321%%% Roles:   [Theme,Agent]
16322%%% Example: I fired two secretaries.
16323%%%
16324verbnet(fire, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16325verbnet(dismiss, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16326verbnet(sack, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16327verbnet(drop, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16328verbnet(unseat, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16329verbnet(oust, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16330verbnet(expel, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16331verbnet(remove, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16332verbnet(can, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16333verbnet(send_away, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16334verbnet(suspend, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16335verbnet(force_out, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16336verbnet(terminate, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16337verbnet(give_the_boot, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16338verbnet(lay_off, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16339verbnet(let_go, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16340verbnet(shitcan, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]).
16341
16342%%% File:    ext/VerbNet/fire-10.10.xml
16343%%% Primary: NP V NP PP.source (fire-10.10)
16344%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Source]
16345%%% CCG:     ((s:_\np)/pp)/np
16346%%% Roles:   [Theme,Agent]
16347%%% Example: I fired two secretaries from the company.
16348%%%
16349verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16350verbnet(dismiss, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16351verbnet(sack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16352verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16353verbnet(unseat, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16354verbnet(oust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16355verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16356verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16357verbnet(can, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16358verbnet(send_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16359verbnet(suspend, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16360verbnet(force_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16361verbnet(terminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16362verbnet(give_the_boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16363verbnet(lay_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16364verbnet(let_go, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16365verbnet(shitcan, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16366verbnet(from, pp/np, ['Source'], [10,.,10]).
16367
16368%%% File:    ext/VerbNet/fire-10.10.xml
16369%%% Primary: NP V NP PP.attribute (fire-10.10)
16370%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Attribute]
16371%%% CCG:     ((s:_\np)/pp)/np
16372%%% Roles:   [Theme,Agent]
16373%%% Example: I fired him as my chief of staff.
16374%%%
16375verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16376verbnet(dismiss, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16377verbnet(sack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16378verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16379verbnet(unseat, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16380verbnet(oust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16381verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16382verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16383verbnet(can, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16384verbnet(send_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16385verbnet(suspend, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16386verbnet(force_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16387verbnet(terminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16388verbnet(give_the_boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16389verbnet(lay_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16390verbnet(let_go, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16391verbnet(shitcan, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]).
16392verbnet(as, pp/np, ['Attribute'], [10,.,10]).
16393
16394%%% File:    ext/VerbNet/fit-54.3.xml
16395%%% Primary: NP.location V NP (fit-54.3)
16396%%% Syntax:  [np:Location,v,np:Value]
16397%%% CCG:     (s:_\np)/np
16398%%% Roles:   [Value,Location]
16399%%% Example: Each room sleeps five people.
16400%%%
16401verbnet(carry, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16402verbnet(contain, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16403verbnet(fit, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16404verbnet(feed, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16405verbnet(hibernate, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16406verbnet(hold, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16407verbnet(house, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16408verbnet(reseat, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16409verbnet(seat, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16410verbnet(serve, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16411verbnet(sleep, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16412verbnet(store, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16413verbnet(take, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16414verbnet(use, (s:_\np)/np, ['Value','Location'], [54,'.',3]).
16415
16416%%% File:    ext/VerbNet/fit-54.3.xml
16417%%% Primary: NP V NP PP.location (fit-54.3)
16418%%% Syntax:  [np:Agent,v,np:Value,prep:in,np:Location]
16419%%% CCG:     ((s:_\np)/pp)/np
16420%%% Roles:   [Value,Agent]
16421%%% Example: We sleep five people in each room.
16422%%%
16423verbnet(carry, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16424verbnet(contain, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16425verbnet(fit, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16426verbnet(feed, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16427verbnet(hibernate, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16428verbnet(hold, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16429verbnet(house, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16430verbnet(reseat, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16431verbnet(seat, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16432verbnet(serve, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16433verbnet(sleep, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16434verbnet(store, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16435verbnet(take, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16436verbnet(use, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]).
16437verbnet(in, pp/np, ['Location'], [54,.,3]).
16438
16439%%% File:    ext/VerbNet/flinch-40.5.xml
16440%%% Primary: NP V (flinch-40.5)
16441%%% Syntax:  [np:Experiencer,v]
16442%%% CCG:     s:_\np
16443%%% Roles:   [Experiencer]
16444%%% Example: Sharon flinched.
16445%%%
16446verbnet(balk, s:_\np, ['Experiencer'], [40,'.',5]).
16447verbnet(cower, s:_\np, ['Experiencer'], [40,'.',5]).
16448verbnet(cringe, s:_\np, ['Experiencer'], [40,'.',5]).
16449verbnet(flinch, s:_\np, ['Experiencer'], [40,'.',5]).
16450verbnet(quail, s:_\np, ['Experiencer'], [40,'.',5]).
16451verbnet(recoil, s:_\np, ['Experiencer'], [40,'.',5]).
16452verbnet(shrink, s:_\np, ['Experiencer'], [40,'.',5]).
16453verbnet(wince, s:_\np, ['Experiencer'], [40,'.',5]).
16454
16455%%% File:    ext/VerbNet/flinch-40.5.xml
16456%%% Primary: NP V PP.stimulus (flinch-40.5)
16457%%% Syntax:  [np:Experiencer,v,prep:at from,np:Stimulus]
16458%%% CCG:     (s:_\np)/pp
16459%%% Roles:   [Experiencer]
16460%%% Example: Sharon flinched at the sight of the accident.
16461%%%
16462verbnet(balk, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16463verbnet(cower, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16464verbnet(cringe, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16465verbnet(flinch, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16466verbnet(quail, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16467verbnet(recoil, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16468verbnet(shrink, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16469verbnet(wince, (s:_\np)/pp, ['Experiencer'], [40,'.',5]).
16470verbnet(at, pp/np, ['Stimulus'], [40,.,5]).
16471verbnet(from, pp/np, ['Stimulus'], [40,.,5]).
16472
16473%%% File:    ext/VerbNet/floss-41.2.1.xml
16474%%% Primary: NP V NP (floss-41.2.1)
16475%%% Syntax:  [np:Agent,v,np:Patient]
16476%%% CCG:     (s:_\np)/np
16477%%% Roles:   [Patient,Agent]
16478%%% Example: The hygienist flossed my teeth.
16479%%%
16480verbnet(brush, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16481verbnet(floss, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16482verbnet(shave, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16483verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16484
16485%%% File:    ext/VerbNet/floss-41.2.1.xml
16486%%% Primary: NP V (floss-41.2.1)
16487%%% Syntax:  [np:Agent,v]
16488%%% CCG:     s:_\np
16489%%% Roles:   [Agent]
16490%%% Example: I flossed.
16491%%%
16492verbnet(brush, s:_\np, ['Agent'], [41,'.',2,'.',1]).
16493verbnet(floss, s:_\np, ['Agent'], [41,'.',2,'.',1]).
16494verbnet(shave, s:_\np, ['Agent'], [41,'.',2,'.',1]).
16495verbnet(wash, s:_\np, ['Agent'], [41,'.',2,'.',1]).
16496
16497%%% File:    ext/VerbNet/floss-41.2.1.xml
16498%%% Primary: NP V NP PP.instrument (floss-41.2.1)
16499%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
16500%%% CCG:     ((s:_\np)/pp)/np
16501%%% Roles:   [Patient,Agent]
16502%%% Example: She flossed her teeth with floss.
16503%%%
16504verbnet(brush, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16505verbnet(floss, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16506verbnet(shave, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16507verbnet(wash, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]).
16508verbnet(with, pp/np, ['Instrument'], [41,.,2,.,1]).
16509
16510%%% File:    ext/VerbNet/floss-41.2.1.xml
16511%%% Primary: NP V PP.instrument (floss-41.2.1)
16512%%% Syntax:  [np:Agent,v,prep:with,np:Instrument]
16513%%% CCG:     (s:_\np)/pp
16514%%% Roles:   [Agent]
16515%%% Example: She brushed with a toothbrush.
16516%%%
16517verbnet(brush, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]).
16518verbnet(floss, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]).
16519verbnet(shave, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]).
16520verbnet(wash, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]).
16521verbnet(with, pp/np, ['Instrument'], [41,.,2,.,1]).
16522
16523%%% File:    ext/VerbNet/focus-87.1.xml
16524%%% Primary: NP V PP.theme (focus-87.1)
16525%%% Syntax:  [np:Experiencer,v,prep:on,np:Theme]
16526%%% CCG:     (s:_\np)/pp
16527%%% Roles:   [Experiencer]
16528%%% Example: We focused on it.
16529%%%
16530verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16531verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16532verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16533verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16534verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16535verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16536verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16537verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16538verbnet(on, pp/np, ['Theme'], [87,.,1]).
16539
16540%%% File:    ext/VerbNet/focus-87.1.xml
16541%%% Primary: NP V PP.theme S_ING (focus-87.1)
16542%%% Syntax:  [np:Experiencer,v,prep:on,np:Theme]
16543%%% CCG:     (s:_\np)/pp
16544%%% Roles:   [Experiencer]
16545%%% Example: We focused on reading the book.
16546%%%
16547verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16548verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16549verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16550verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16551verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16552verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16553verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16554verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16555verbnet(on, pp/np, ['Theme'], [87,.,1]).
16556
16557%%% File:    ext/VerbNet/focus-87.1.xml
16558%%% Primary: NP V PP.theme what S (focus-87.1)
16559%%% Syntax:  [np:Experiencer,v,prep:on,s:Theme]
16560%%% CCG:     (s:_\np)/pp
16561%%% Roles:   [Experiencer]
16562%%% Example: We focused on what he wanted.
16563%%%
16564verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16565verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16566verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16567verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16568verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16569verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16570verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16571verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16572verbnet(on, pp/s:_, ['Theme'], [87,.,1]).
16573
16574%%% File:    ext/VerbNet/focus-87.1.xml
16575%%% Primary: NP V PP.theme what S_INF (focus-87.1)
16576%%% Syntax:  [np:Experiencer,v,prep:on,s:Theme]
16577%%% CCG:     (s:_\np)/pp
16578%%% Roles:   [Experiencer]
16579%%% Example: We focused on what to do.
16580%%%
16581verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16582verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16583verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16584verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16585verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16586verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16587verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16588verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]).
16589verbnet(on, pp/s:_, ['Theme'], [87,.,1]).
16590
16591%%% File:    ext/VerbNet/forbid-67.xml
16592%%% Primary: NP V NP PP.theme S_ING (forbid-67)
16593%%% Syntax:  [np:Agent,v,np:Theme]
16594%%% CCG:     (s:_\np)/np
16595%%% Roles:   [Theme,Agent]
16596%%% Example: The rules forbid us from smoking.
16597%%%
16598verbnet(ban, (s:_\np)/np, ['Theme','Agent'], [67]).
16599verbnet(bar, (s:_\np)/np, ['Theme','Agent'], [67]).
16600verbnet(block, (s:_\np)/np, ['Theme','Agent'], [67]).
16601verbnet(deter, (s:_\np)/np, ['Theme','Agent'], [67]).
16602verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [67]).
16603verbnet(dissuade, (s:_\np)/np, ['Theme','Agent'], [67]).
16604verbnet(forbid, (s:_\np)/np, ['Theme','Agent'], [67]).
16605verbnet(hamper, (s:_\np)/np, ['Theme','Agent'], [67]).
16606verbnet(hinder, (s:_\np)/np, ['Theme','Agent'], [67]).
16607verbnet(impede, (s:_\np)/np, ['Theme','Agent'], [67]).
16608verbnet(inhibit, (s:_\np)/np, ['Theme','Agent'], [67]).
16609verbnet(obstruct, (s:_\np)/np, ['Theme','Agent'], [67]).
16610verbnet(preclude, (s:_\np)/np, ['Theme','Agent'], [67]).
16611verbnet(prevent, (s:_\np)/np, ['Theme','Agent'], [67]).
16612verbnet(prohibit, (s:_\np)/np, ['Theme','Agent'], [67]).
16613verbnet(restrain, (s:_\np)/np, ['Theme','Agent'], [67]).
16614verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [67]).
16615
16616%%% File:    ext/VerbNet/forbid-67.xml
16617%%% Primary: NP V S_ING (forbid-67)
16618%%% Syntax:  [np:Agent,v,np:Theme]
16619%%% CCG:     (s:_\np)/np
16620%%% Roles:   [Theme,Agent]
16621%%% Example: The rules forbid our smoking.
16622%%%
16623verbnet(ban, (s:_\np)/np, ['Theme','Agent'], [67]).
16624verbnet(bar, (s:_\np)/np, ['Theme','Agent'], [67]).
16625verbnet(block, (s:_\np)/np, ['Theme','Agent'], [67]).
16626verbnet(deter, (s:_\np)/np, ['Theme','Agent'], [67]).
16627verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [67]).
16628verbnet(dissuade, (s:_\np)/np, ['Theme','Agent'], [67]).
16629verbnet(forbid, (s:_\np)/np, ['Theme','Agent'], [67]).
16630verbnet(hamper, (s:_\np)/np, ['Theme','Agent'], [67]).
16631verbnet(hinder, (s:_\np)/np, ['Theme','Agent'], [67]).
16632verbnet(impede, (s:_\np)/np, ['Theme','Agent'], [67]).
16633verbnet(inhibit, (s:_\np)/np, ['Theme','Agent'], [67]).
16634verbnet(obstruct, (s:_\np)/np, ['Theme','Agent'], [67]).
16635verbnet(preclude, (s:_\np)/np, ['Theme','Agent'], [67]).
16636verbnet(prevent, (s:_\np)/np, ['Theme','Agent'], [67]).
16637verbnet(prohibit, (s:_\np)/np, ['Theme','Agent'], [67]).
16638verbnet(restrain, (s:_\np)/np, ['Theme','Agent'], [67]).
16639verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [67]).
16640
16641%%% File:    ext/VerbNet/forbid-67.xml
16642%%% Primary: NP V S_ING (forbid-67)
16643%%% Syntax:  [np:Agent,v,vp_ng:Theme]
16644%%% CCG:     (s:_\np)/ (s:ng\np)
16645%%% Roles:   [Theme,Agent]
16646%%% Example: The rules forbid smoking.
16647%%%
16648verbnet(ban, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16649verbnet(bar, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16650verbnet(block, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16651verbnet(deter, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16652verbnet(discourage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16653verbnet(dissuade, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16654verbnet(forbid, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16655verbnet(hamper, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16656verbnet(hinder, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16657verbnet(impede, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16658verbnet(inhibit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16659verbnet(obstruct, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16660verbnet(preclude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16661verbnet(prevent, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16662verbnet(prohibit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16663verbnet(restrain, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16664verbnet(stop, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]).
16665
16666%%% File:    ext/VerbNet/forbid-67.xml
16667%%% Primary: NP V NP (forbid-67)
16668%%% Syntax:  [np:Agent,v,np:Theme]
16669%%% CCG:     (s:_\np)/np
16670%%% Roles:   [Theme,Agent]
16671%%% Example: The rules forbid it.
16672%%%
16673verbnet(ban, (s:_\np)/np, ['Theme','Agent'], [67]).
16674verbnet(bar, (s:_\np)/np, ['Theme','Agent'], [67]).
16675verbnet(block, (s:_\np)/np, ['Theme','Agent'], [67]).
16676verbnet(deter, (s:_\np)/np, ['Theme','Agent'], [67]).
16677verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [67]).
16678verbnet(dissuade, (s:_\np)/np, ['Theme','Agent'], [67]).
16679verbnet(forbid, (s:_\np)/np, ['Theme','Agent'], [67]).
16680verbnet(hamper, (s:_\np)/np, ['Theme','Agent'], [67]).
16681verbnet(hinder, (s:_\np)/np, ['Theme','Agent'], [67]).
16682verbnet(impede, (s:_\np)/np, ['Theme','Agent'], [67]).
16683verbnet(inhibit, (s:_\np)/np, ['Theme','Agent'], [67]).
16684verbnet(obstruct, (s:_\np)/np, ['Theme','Agent'], [67]).
16685verbnet(preclude, (s:_\np)/np, ['Theme','Agent'], [67]).
16686verbnet(prevent, (s:_\np)/np, ['Theme','Agent'], [67]).
16687verbnet(prohibit, (s:_\np)/np, ['Theme','Agent'], [67]).
16688verbnet(restrain, (s:_\np)/np, ['Theme','Agent'], [67]).
16689verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [67]).
16690
16691%%% File:    ext/VerbNet/force-59.xml
16692%%% Primary: NP V NP S_INF (force-59-1)
16693%%% Syntax:  [np:Agent,v,np:Patient,vp_to:Result]
16694%%% CCG:     ((s:_\np)/ (s:ng\np))/np
16695%%% Roles:   [Patient,Goal,Agent]
16696%%% Example: I forced him to come.
16697%%%
16698verbnet(allure, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16699verbnet(annoy, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16700verbnet('arm-twist', ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16701verbnet(bait, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16702verbnet(bluff, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16703verbnet(blackmail, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16704verbnet(bribe, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16705verbnet(bully, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16706verbnet(cajole, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16707verbnet(cheat, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16708verbnet(con, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16709verbnet(deceive, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16710verbnet(delude, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16711verbnet(draw, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16712verbnet(dupe, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16713verbnet(ensnare, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16714verbnet(entrap, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16715verbnet(flatter, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16716verbnet(fool, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16717verbnet(frighten, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16718verbnet(guide, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16719verbnet(harass, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16720verbnet(harry, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16721verbnet(hijack, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16722verbnet(hoodwink, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16723verbnet(hustle, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16724verbnet(influence, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16725verbnet(seduce, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16726verbnet(lure, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16727verbnet(manipulate, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16728verbnet(organize, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16729verbnet(panic, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16730verbnet(set, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16731verbnet(shame, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16732verbnet(shock, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16733verbnet(stimulate, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16734verbnet(talk, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16735verbnet(tease, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16736verbnet(terrify, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16737verbnet(trap, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16738verbnet(trick, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16739verbnet(wheedle, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]).
16740
16741%%% File:    ext/VerbNet/force-59.xml
16742%%% Primary: NP V NP (force-59)
16743%%% Syntax:  [np:Agent,v,np:Patient]
16744%%% CCG:     (s:_\np)/np
16745%%% Roles:   [Patient,Agent]
16746%%% Example: I forced him.
16747%%%
16748verbnet(allure, (s:_\np)/np, ['Patient','Agent'], [59]).
16749verbnet(annoy, (s:_\np)/np, ['Patient','Agent'], [59]).
16750verbnet('arm-twist', (s:_\np)/np, ['Patient','Agent'], [59]).
16751verbnet(bait, (s:_\np)/np, ['Patient','Agent'], [59]).
16752verbnet(bluff, (s:_\np)/np, ['Patient','Agent'], [59]).
16753verbnet(blackmail, (s:_\np)/np, ['Patient','Agent'], [59]).
16754verbnet(bribe, (s:_\np)/np, ['Patient','Agent'], [59]).
16755verbnet(bully, (s:_\np)/np, ['Patient','Agent'], [59]).
16756verbnet(cajole, (s:_\np)/np, ['Patient','Agent'], [59]).
16757verbnet(cheat, (s:_\np)/np, ['Patient','Agent'], [59]).
16758verbnet(con, (s:_\np)/np, ['Patient','Agent'], [59]).
16759verbnet(deceive, (s:_\np)/np, ['Patient','Agent'], [59]).
16760verbnet(delude, (s:_\np)/np, ['Patient','Agent'], [59]).
16761verbnet(draw, (s:_\np)/np, ['Patient','Agent'], [59]).
16762verbnet(dupe, (s:_\np)/np, ['Patient','Agent'], [59]).
16763verbnet(ensnare, (s:_\np)/np, ['Patient','Agent'], [59]).
16764verbnet(entrap, (s:_\np)/np, ['Patient','Agent'], [59]).
16765verbnet(flatter, (s:_\np)/np, ['Patient','Agent'], [59]).
16766verbnet(fool, (s:_\np)/np, ['Patient','Agent'], [59]).
16767verbnet(frighten, (s:_\np)/np, ['Patient','Agent'], [59]).
16768verbnet(guide, (s:_\np)/np, ['Patient','Agent'], [59]).
16769verbnet(harass, (s:_\np)/np, ['Patient','Agent'], [59]).
16770verbnet(harry, (s:_\np)/np, ['Patient','Agent'], [59]).
16771verbnet(hijack, (s:_\np)/np, ['Patient','Agent'], [59]).
16772verbnet(hoodwink, (s:_\np)/np, ['Patient','Agent'], [59]).
16773verbnet(hustle, (s:_\np)/np, ['Patient','Agent'], [59]).
16774verbnet(influence, (s:_\np)/np, ['Patient','Agent'], [59]).
16775verbnet(seduce, (s:_\np)/np, ['Patient','Agent'], [59]).
16776verbnet(lure, (s:_\np)/np, ['Patient','Agent'], [59]).
16777verbnet(manipulate, (s:_\np)/np, ['Patient','Agent'], [59]).
16778verbnet(organize, (s:_\np)/np, ['Patient','Agent'], [59]).
16779verbnet(panic, (s:_\np)/np, ['Patient','Agent'], [59]).
16780verbnet(set, (s:_\np)/np, ['Patient','Agent'], [59]).
16781verbnet(shame, (s:_\np)/np, ['Patient','Agent'], [59]).
16782verbnet(shock, (s:_\np)/np, ['Patient','Agent'], [59]).
16783verbnet(stimulate, (s:_\np)/np, ['Patient','Agent'], [59]).
16784verbnet(talk, (s:_\np)/np, ['Patient','Agent'], [59]).
16785verbnet(tease, (s:_\np)/np, ['Patient','Agent'], [59]).
16786verbnet(terrify, (s:_\np)/np, ['Patient','Agent'], [59]).
16787verbnet(trap, (s:_\np)/np, ['Patient','Agent'], [59]).
16788verbnet(trick, (s:_\np)/np, ['Patient','Agent'], [59]).
16789verbnet(wheedle, (s:_\np)/np, ['Patient','Agent'], [59]).
16790verbnet(bullock, (s:_\np)/np, ['Patient','Agent'], [59]).
16791verbnet(bamboozle, (s:_\np)/np, ['Patient','Agent'], [59]).
16792verbnet(coax, (s:_\np)/np, ['Patient','Agent'], [59]).
16793verbnet(coerce, (s:_\np)/np, ['Patient','Agent'], [59]).
16794verbnet(commission, (s:_\np)/np, ['Patient','Agent'], [59]).
16795verbnet(compel, (s:_\np)/np, ['Patient','Agent'], [59]).
16796verbnet(convince, (s:_\np)/np, ['Patient','Agent'], [59]).
16797verbnet(cozen, (s:_\np)/np, ['Patient','Agent'], [59]).
16798verbnet(dare, (s:_\np)/np, ['Patient','Agent'], [59]).
16799verbnet(draw, (s:_\np)/np, ['Patient','Agent'], [59]).
16800verbnet(encourage, (s:_\np)/np, ['Patient','Agent'], [59]).
16801verbnet(entice, (s:_\np)/np, ['Patient','Agent'], [59]).
16802verbnet(force, (s:_\np)/np, ['Patient','Agent'], [59]).
16803verbnet(goad, (s:_\np)/np, ['Patient','Agent'], [59]).
16804verbnet(impel, (s:_\np)/np, ['Patient','Agent'], [59]).
16805verbnet(incite, (s:_\np)/np, ['Patient','Agent'], [59]).
16806verbnet(induce, (s:_\np)/np, ['Patient','Agent'], [59]).
16807verbnet(inveigle, (s:_\np)/np, ['Patient','Agent'], [59]).
16808verbnet(jolt, (s:_\np)/np, ['Patient','Agent'], [59]).
16809verbnet(lead, (s:_\np)/np, ['Patient','Agent'], [59]).
16810verbnet(mislead, (s:_\np)/np, ['Patient','Agent'], [59]).
16811verbnet(motivate, (s:_\np)/np, ['Patient','Agent'], [59]).
16812verbnet(obligate, (s:_\np)/np, ['Patient','Agent'], [59]).
16813verbnet(oblige, (s:_\np)/np, ['Patient','Agent'], [59]).
16814verbnet(palaver, (s:_\np)/np, ['Patient','Agent'], [59]).
16815verbnet(persuade, (s:_\np)/np, ['Patient','Agent'], [59]).
16816verbnet(press, (s:_\np)/np, ['Patient','Agent'], [59]).
16817verbnet(pressure, (s:_\np)/np, ['Patient','Agent'], [59]).
16818verbnet(prod, (s:_\np)/np, ['Patient','Agent'], [59]).
16819verbnet(prompt, (s:_\np)/np, ['Patient','Agent'], [59]).
16820verbnet(push, (s:_\np)/np, ['Patient','Agent'], [59]).
16821verbnet(rush, (s:_\np)/np, ['Patient','Agent'], [59]).
16822verbnet(rouse, (s:_\np)/np, ['Patient','Agent'], [59]).
16823verbnet(fox, (s:_\np)/np, ['Patient','Agent'], [59]).
16824verbnet(soothe, (s:_\np)/np, ['Patient','Agent'], [59]).
16825verbnet(spur, (s:_\np)/np, ['Patient','Agent'], [59]).
16826verbnet(steamroller, (s:_\np)/np, ['Patient','Agent'], [59]).
16827verbnet(suborn, (s:_\np)/np, ['Patient','Agent'], [59]).
16828verbnet(sway, (s:_\np)/np, ['Patient','Agent'], [59]).
16829verbnet('sweet-talk', (s:_\np)/np, ['Patient','Agent'], [59]).
16830verbnet(tempt, (s:_\np)/np, ['Patient','Agent'], [59]).
16831verbnet(bullshit, (s:_\np)/np, ['Patient','Agent'], [59]).
16832verbnet(sandbag, (s:_\np)/np, ['Patient','Agent'], [59]).
16833verbnet(railroad, (s:_\np)/np, ['Patient','Agent'], [59]).
16834verbnet(dragoon, (s:_\np)/np, ['Patient','Agent'], [59]).
16835verbnet(hound, (s:_\np)/np, ['Patient','Agent'], [59]).
16836
16837%%% File:    ext/VerbNet/force-59.xml
16838%%% Primary: NP V NP S_ING (force-59)
16839%%% Syntax:  [np:Agent,v,np:Patient,prep:into,vp_ng:Result]
16840%%% CCG:     ((s:_\np)/pp)/np
16841%%% Roles:   [Patient,Agent]
16842%%% Example: I forced him into coming.
16843%%%
16844verbnet(allure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16845verbnet(annoy, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16846verbnet('arm-twist', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16847verbnet(bait, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16848verbnet(bluff, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16849verbnet(blackmail, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16850verbnet(bribe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16851verbnet(bully, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16852verbnet(cajole, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16853verbnet(cheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16854verbnet(con, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16855verbnet(deceive, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16856verbnet(delude, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16857verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16858verbnet(dupe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16859verbnet(ensnare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16860verbnet(entrap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16861verbnet(flatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16862verbnet(fool, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16863verbnet(frighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16864verbnet(guide, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16865verbnet(harass, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16866verbnet(harry, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16867verbnet(hijack, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16868verbnet(hoodwink, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16869verbnet(hustle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16870verbnet(influence, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16871verbnet(seduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16872verbnet(lure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16873verbnet(manipulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16874verbnet(organize, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16875verbnet(panic, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16876verbnet(set, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16877verbnet(shame, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16878verbnet(shock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16879verbnet(stimulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16880verbnet(talk, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16881verbnet(tease, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16882verbnet(terrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16883verbnet(trap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16884verbnet(trick, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16885verbnet(wheedle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16886verbnet(bullock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16887verbnet(bamboozle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16888verbnet(coax, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16889verbnet(coerce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16890verbnet(commission, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16891verbnet(compel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16892verbnet(convince, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16893verbnet(cozen, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16894verbnet(dare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16895verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16896verbnet(encourage, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16897verbnet(entice, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16898verbnet(force, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16899verbnet(goad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16900verbnet(impel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16901verbnet(incite, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16902verbnet(induce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16903verbnet(inveigle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16904verbnet(jolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16905verbnet(lead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16906verbnet(mislead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16907verbnet(motivate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16908verbnet(obligate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16909verbnet(oblige, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16910verbnet(palaver, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16911verbnet(persuade, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16912verbnet(press, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16913verbnet(pressure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16914verbnet(prod, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16915verbnet(prompt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16916verbnet(push, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16917verbnet(rush, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16918verbnet(rouse, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16919verbnet(fox, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16920verbnet(soothe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16921verbnet(spur, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16922verbnet(steamroller, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16923verbnet(suborn, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16924verbnet(sway, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16925verbnet('sweet-talk', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16926verbnet(tempt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16927verbnet(bullshit, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16928verbnet(sandbag, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16929verbnet(railroad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16930verbnet(dragoon, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16931verbnet(hound, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16932verbnet(into, pp/(s:ng\np), ['Goal'], [59]).
16933
16934%%% File:    ext/VerbNet/force-59.xml
16935%%% Primary: NP V NP PP.result (force-59)
16936%%% Syntax:  [np:Agent,v,np:Patient,prep:into,np:Result]
16937%%% CCG:     ((s:_\np)/pp)/np
16938%%% Roles:   [Patient,Agent]
16939%%% Example: I forced John into the chairmanship.
16940%%%
16941verbnet(allure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16942verbnet(annoy, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16943verbnet('arm-twist', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16944verbnet(bait, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16945verbnet(bluff, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16946verbnet(blackmail, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16947verbnet(bribe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16948verbnet(bully, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16949verbnet(cajole, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16950verbnet(cheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16951verbnet(con, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16952verbnet(deceive, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16953verbnet(delude, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16954verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16955verbnet(dupe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16956verbnet(ensnare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16957verbnet(entrap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16958verbnet(flatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16959verbnet(fool, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16960verbnet(frighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16961verbnet(guide, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16962verbnet(harass, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16963verbnet(harry, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16964verbnet(hijack, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16965verbnet(hoodwink, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16966verbnet(hustle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16967verbnet(influence, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16968verbnet(seduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16969verbnet(lure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16970verbnet(manipulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16971verbnet(organize, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16972verbnet(panic, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16973verbnet(set, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16974verbnet(shame, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16975verbnet(shock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16976verbnet(stimulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16977verbnet(talk, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16978verbnet(tease, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16979verbnet(terrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16980verbnet(trap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16981verbnet(trick, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16982verbnet(wheedle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16983verbnet(bullock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16984verbnet(bamboozle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16985verbnet(coax, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16986verbnet(coerce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16987verbnet(commission, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16988verbnet(compel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16989verbnet(convince, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16990verbnet(cozen, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16991verbnet(dare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16992verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16993verbnet(encourage, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16994verbnet(entice, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16995verbnet(force, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16996verbnet(goad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16997verbnet(impel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16998verbnet(incite, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
16999verbnet(induce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17000verbnet(inveigle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17001verbnet(jolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17002verbnet(lead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17003verbnet(mislead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17004verbnet(motivate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17005verbnet(obligate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17006verbnet(oblige, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17007verbnet(palaver, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17008verbnet(persuade, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17009verbnet(press, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17010verbnet(pressure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17011verbnet(prod, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17012verbnet(prompt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17013verbnet(push, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17014verbnet(rush, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17015verbnet(rouse, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17016verbnet(fox, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17017verbnet(soothe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17018verbnet(spur, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17019verbnet(steamroller, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17020verbnet(suborn, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17021verbnet(sway, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17022verbnet('sweet-talk', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17023verbnet(tempt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17024verbnet(bullshit, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17025verbnet(sandbag, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17026verbnet(railroad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17027verbnet(dragoon, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17028verbnet(hound, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]).
17029verbnet(into, pp/np, ['Goal'], [59]).
17030
17031%%% File:    ext/VerbNet/free-80.xml
17032%%% Primary: NP V NP S_ING (free-80-1)
17033%%% Syntax:  [np:Cause,v,np:Source,prep:of,vp_ng:Theme]
17034%%% CCG:     ((s:_\np)/pp)/np
17035%%% Roles:   [Source,Cause]
17036%%% Example: It freed him of feeling guilt.
17037%%%
17038verbnet(absolve, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17039verbnet(acquit, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17040verbnet(clear, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17041verbnet(free, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17042verbnet(cure, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17043verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17044verbnet(emancipate, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17045verbnet(release, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]).
17046verbnet(of, pp/(s:ng\np), ['Theme'], [80,-,1]).
17047
17048%%% File:    ext/VerbNet/free-80.xml
17049%%% Primary: NP V NP PP.theme (free-80)
17050%%% Syntax:  [np:Cause,v,np:Source,prep:of,np:Theme]
17051%%% CCG:     ((s:_\np)/pp)/np
17052%%% Roles:   [Source,Cause]
17053%%% Example: It freed him of guilt.
17054%%%
17055verbnet(absolve, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17056verbnet(acquit, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17057verbnet(clear, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17058verbnet(free, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17059verbnet(cure, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17060verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17061verbnet(emancipate, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17062verbnet(release, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17063verbnet(alleviate, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17064verbnet(liberate, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17065verbnet(discharge, ((s:_\np)/pp)/np, ['Source','Cause'], [80]).
17066verbnet(of, pp/np, ['Theme'], [80]).
17067
17068%%% File:    ext/VerbNet/fulfilling-13.4.1.xml
17069%%% Primary: NP V NP (fulfilling-13.4.1-1)
17070%%% Syntax:  [np:Agent,v,np:Recipient]
17071%%% CCG:     (s:_\np)/np
17072%%% Roles:   [Recipient,Agent]
17073%%% Example: Hess supplied its customers.
17074%%%
17075verbnet(credit, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]).
17076verbnet(entrust, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]).
17077verbnet(furnish, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]).
17078verbnet(serve, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]).
17079verbnet(supply, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]).
17080
17081%%% File:    ext/VerbNet/fulfilling-13.4.1.xml
17082%%% Primary: NP V PP.recipient (fulfilling-13.4.1-2)
17083%%% Syntax:  [np:Agent,v,prep:for,np:Recipient]
17084%%% CCG:     (s:_\np)/pp
17085%%% Roles:   [Agent]
17086%%% Example: Hess provides for its customers.
17087%%%
17088verbnet(provide, (s:_\np)/pp, ['Agent'], [13,'.',4,'.',1,-,2]).
17089verbnet(for, pp/np, ['Recipient'], [13,.,4,.,1,-,2]).
17090
17091%%% File:    ext/VerbNet/fulfilling-13.4.1.xml
17092%%% Primary: NP V NP PP.recipient (fulfilling-13.4.1)
17093%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Recipient]
17094%%% CCG:     ((s:_\np)/pp)/np
17095%%% Roles:   [Theme,Agent]
17096%%% Example: Brown presented a plaque to Jones.
17097%%%
17098verbnet(credit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17099verbnet(entrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17100verbnet(furnish, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17101verbnet(serve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17102verbnet(supply, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17103verbnet(provide, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17104verbnet(issue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17105verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17106verbnet(present, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17107verbnet(trust, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17108verbnet(to, pp/np, ['Recipient'], [13,.,4,.,1]).
17109
17110%%% File:    ext/VerbNet/fulfilling-13.4.1.xml
17111%%% Primary: NP V NP-Fulfilling PP.theme (fulfilling-13.4.1)
17112%%% Syntax:  [np:Agent,v,np:Recipient,prep:with,np:Theme]
17113%%% CCG:     ((s:_\np)/pp)/np
17114%%% Roles:   [Recipient,Agent]
17115%%% Example: Brown presented Jones with a plaque.
17116%%%
17117verbnet(credit, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17118verbnet(entrust, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17119verbnet(furnish, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17120verbnet(serve, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17121verbnet(supply, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17122verbnet(provide, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17123verbnet(issue, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17124verbnet(leave, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17125verbnet(present, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17126verbnet(trust, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]).
17127verbnet(with, pp/np, ['Theme'], [13,.,4,.,1]).
17128
17129%%% File:    ext/VerbNet/fulfilling-13.4.1.xml
17130%%% Primary: NP V NP (fulfilling-13.4.1)
17131%%% Syntax:  [np:Agent,v,np:Theme]
17132%%% CCG:     (s:_\np)/np
17133%%% Roles:   [Theme,Agent]
17134%%% Example: Brown presented the plaque.
17135%%%
17136verbnet(credit, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17137verbnet(entrust, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17138verbnet(furnish, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17139verbnet(serve, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17140verbnet(supply, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17141verbnet(provide, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17142verbnet(issue, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17143verbnet(leave, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17144verbnet(present, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17145verbnet(trust, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]).
17146
17147%%% File:    ext/VerbNet/funnel-9.3.xml
17148%%% Primary: NP V PP.destination (funnel-9.3-2-1)
17149%%% Syntax:  [np:Theme,v,prep:into,np:Destination]
17150%%% CCG:     (s:_\np)/pp
17151%%% Roles:   [Theme]
17152%%% Example: The company is wedging into new markets.
17153%%%
17154verbnet(bang, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17155verbnet(dump, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17156verbnet(funnel, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17157verbnet(hammer, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17158verbnet(pound, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17159verbnet(push, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17160verbnet(ram, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17161verbnet(shake, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17162verbnet(squeeze, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17163verbnet(sweep, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17164verbnet(wedge, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]).
17165verbnet(into, pp/np, ['Destination'], [9,.,3,-,2,-,1]).
17166
17167%%% File:    ext/VerbNet/funnel-9.3.xml
17168%%% Primary: NP V NP PP.destination (funnel-9.3-1)
17169%%% Syntax:  [np:Agent,v,np:Theme,prep:between in_between,np:Destination]
17170%%% CCG:     ((s:_\np)/pp)/np
17171%%% Roles:   [Theme,Agent]
17172%%% Example: He wedged the diamond between shifting dunes.
17173%%%
17174verbnet(bang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17175verbnet(dump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17176verbnet(funnel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17177verbnet(hammer, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17178verbnet(pound, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17179verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17180verbnet(ram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17181verbnet(shake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17182verbnet(squeeze, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17183verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17184verbnet(wedge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17185verbnet(channel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17186verbnet(fit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17187verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17188verbnet(scrape, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17189verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17190verbnet(spoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17191verbnet(squash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17192verbnet(squish, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17193verbnet(tuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17194verbnet(wipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17195verbnet(wring, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]).
17196verbnet(between, pp/np, ['Destination'], [9,.,3,-,1]).
17197verbnet(in_between, pp/np, ['Destination'], [9,.,3,-,1]).
17198
17199%%% File:    ext/VerbNet/funnel-9.3.xml
17200%%% Primary: NP V NP PP.destination (funnel-9.3)
17201%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
17202%%% CCG:     ((s:_\np)/pp)/np
17203%%% Roles:   [Theme,Agent]
17204%%% Example: I funneled the mixture into the bottle.
17205%%%
17206verbnet(bang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17207verbnet(dump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17208verbnet(funnel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17209verbnet(hammer, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17210verbnet(pound, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17211verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17212verbnet(ram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17213verbnet(shake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17214verbnet(squeeze, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17215verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17216verbnet(wedge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17217verbnet(channel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17218verbnet(fit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17219verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17220verbnet(scrape, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17221verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17222verbnet(spoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17223verbnet(squash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17224verbnet(squish, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17225verbnet(tuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17226verbnet(wipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17227verbnet(wring, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17228verbnet(dip, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17229verbnet(dunk, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17230verbnet(ladle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17231verbnet(hoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17232verbnet(scoop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17233verbnet(siphon, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17234verbnet(channelize, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]).
17235
17236%%% File:    ext/VerbNet/funnel-9.3.xml
17237%%% Primary: NP V NP ADVP (funnel-9.3)
17238%%% Syntax:  [np:Agent,v,np:Theme,np:Destination]
17239%%% CCG:     ((s:_\np)/np)/np
17240%%% Roles:   [Theme,Destination,Agent]
17241%%% Example: I spooned the sauce there.
17242%%%
17243verbnet(bang, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17244verbnet(dump, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17245verbnet(funnel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17246verbnet(hammer, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17247verbnet(pound, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17248verbnet(push, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17249verbnet(ram, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17250verbnet(shake, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17251verbnet(squeeze, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17252verbnet(sweep, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17253verbnet(wedge, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17254verbnet(channel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17255verbnet(fit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17256verbnet(rake, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17257verbnet(scrape, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17258verbnet(shovel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17259verbnet(spoon, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17260verbnet(squash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17261verbnet(squish, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17262verbnet(tuck, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17263verbnet(wipe, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17264verbnet(wring, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17265verbnet(dip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17266verbnet(dunk, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17267verbnet(ladle, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17268verbnet(hoe, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17269verbnet(scoop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17270verbnet(siphon, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17271verbnet(channelize, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]).
17272
17273%%% File:    ext/VerbNet/future_having-13.3.xml
17274%%% Primary: NP V NP PP.goal (future_having-13.3)
17275%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Goal]
17276%%% CCG:     ((s:_\np)/pp)/np
17277%%% Roles:   [Theme,Agent]
17278%%% Example: We offered our paycheck to her.
17279%%%
17280verbnet(advance, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17281verbnet(allocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17282verbnet(allot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17283verbnet(apportion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17284verbnet(assign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17285verbnet(award, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17286verbnet(bequeath, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17287verbnet(cede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17288verbnet(concede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17289verbnet(devolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17290verbnet(extend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17291verbnet(grant, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17292verbnet(guarantee, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17293verbnet(issue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17294verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17295verbnet(offer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17296verbnet(owe, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17297verbnet(portion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17298verbnet(promise, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17299verbnet(ration, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17300verbnet(reallocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17301verbnet(reassign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17302verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17303verbnet(will, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17304verbnet(yield, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17305verbnet(accord, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17306verbnet(to, pp/np, ['Goal'], [13,.,3]).
17307
17308%%% File:    ext/VerbNet/future_having-13.3.xml
17309%%% Primary: NP V NP.theme (PP) (future_having-13.3)
17310%%% Syntax:  [np:Agent,v,np:Theme]
17311%%% CCG:     (s:_\np)/np
17312%%% Roles:   [Theme,Agent]
17313%%% Example: I promised my house (to somebody).
17314%%%
17315verbnet(advance, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17316verbnet(allocate, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17317verbnet(allot, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17318verbnet(apportion, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17319verbnet(assign, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17320verbnet(award, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17321verbnet(bequeath, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17322verbnet(cede, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17323verbnet(concede, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17324verbnet(devolve, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17325verbnet(extend, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17326verbnet(grant, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17327verbnet(guarantee, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17328verbnet(issue, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17329verbnet(leave, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17330verbnet(offer, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17331verbnet(owe, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17332verbnet(portion, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17333verbnet(promise, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17334verbnet(ration, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17335verbnet(reallocate, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17336verbnet(reassign, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17337verbnet(vote, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17338verbnet(will, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17339verbnet(yield, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17340verbnet(accord, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]).
17341
17342%%% File:    ext/VerbNet/future_having-13.3.xml
17343%%% Primary: NP V NP-Dative NP (future_having-13.3)
17344%%% Syntax:  [np:Agent,v,np:Goal,np:Theme]
17345%%% CCG:     ((s:_\np)/np)/np
17346%%% Roles:   [Goal,Theme,Agent]
17347%%% Example: I promised somebody my time.
17348%%%
17349verbnet(advance, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17350verbnet(allocate, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17351verbnet(allot, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17352verbnet(apportion, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17353verbnet(assign, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17354verbnet(award, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17355verbnet(bequeath, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17356verbnet(cede, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17357verbnet(concede, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17358verbnet(devolve, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17359verbnet(extend, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17360verbnet(grant, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17361verbnet(guarantee, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17362verbnet(issue, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17363verbnet(leave, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17364verbnet(offer, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17365verbnet(owe, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17366verbnet(portion, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17367verbnet(promise, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17368verbnet(ration, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17369verbnet(reallocate, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17370verbnet(reassign, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17371verbnet(vote, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17372verbnet(will, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17373verbnet(yield, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17374verbnet(accord, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]).
17375
17376%%% File:    ext/VerbNet/future_having-13.3.xml
17377%%% Primary: NP V NP PP.goal (future_having-13.3)
17378%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Goal]
17379%%% CCG:     ((s:_\np)/pp)/np
17380%%% Roles:   [Theme,Agent]
17381%%% Example: The House allocated more than $1.8 million for the pensions and expenses of former presidents.
17382%%%
17383verbnet(advance, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17384verbnet(allocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17385verbnet(allot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17386verbnet(apportion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17387verbnet(assign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17388verbnet(award, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17389verbnet(bequeath, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17390verbnet(cede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17391verbnet(concede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17392verbnet(devolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17393verbnet(extend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17394verbnet(grant, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17395verbnet(guarantee, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17396verbnet(issue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17397verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17398verbnet(offer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17399verbnet(owe, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17400verbnet(portion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17401verbnet(promise, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17402verbnet(ration, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17403verbnet(reallocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17404verbnet(reassign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17405verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17406verbnet(will, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17407verbnet(yield, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17408verbnet(accord, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]).
17409verbnet(for, pp/np, ['Goal'], [13,.,3]).
17410
17411%%% File:    ext/VerbNet/get-13.5.1.xml
17412%%% Primary: NP V NP PP.source (get-13.5.1-1)
17413%%% Syntax:  [np:Agent,v,np:Theme,prep:from for on,np:Source]
17414%%% CCG:     ((s:_\np)/pp)/np
17415%%% Roles:   [Theme,Agent]
17416%%% Example: John earned $10 million on proceeds from the sale.
17417%%%
17418verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17419verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17420verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17421verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17422verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17423verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17424verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17425verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17426verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]).
17427verbnet(from, pp/np, ['Source'], [13,.,5,.,1,-,1]).
17428verbnet(for, pp/np, ['Source'], [13,.,5,.,1,-,1]).
17429verbnet(on, pp/np, ['Source'], [13,.,5,.,1,-,1]).
17430
17431%%% File:    ext/VerbNet/get-13.5.1.xml
17432%%% Primary: NP V NP (get-13.5.1)
17433%%% Syntax:  [np:Agent,v,np:Theme]
17434%%% CCG:     (s:_\np)/np
17435%%% Roles:   [Theme,Agent]
17436%%% Example: Carmen bought a dress.
17437%%%
17438verbnet(earn, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17439verbnet(fetch, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17440verbnet(cash, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17441verbnet(gain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17442verbnet(get, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17443verbnet(save, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17444verbnet(score, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17445verbnet(secure, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17446verbnet(steal, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17447verbnet(attain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17448verbnet(book, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17449verbnet(buy, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17450verbnet(call, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17451verbnet(catch, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17452verbnet(charter, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17453verbnet(choose, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17454verbnet(conserve, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17455verbnet(find, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17456verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17457verbnet(hire, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17458verbnet(lease, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17459verbnet(order, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17460verbnet(phone, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17461verbnet(pick, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17462verbnet(pluck, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17463verbnet(procure, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17464verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17465verbnet(reach, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17466verbnet(rent, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17467verbnet(reserve, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17468verbnet(shoot, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17469verbnet(slaughter, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17470verbnet(vote, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17471verbnet(win, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17472
17473%%% File:    ext/VerbNet/get-13.5.1.xml
17474%%% Primary: NP V NP PP.source (get-13.5.1)
17475%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Source]
17476%%% CCG:     ((s:_\np)/pp)/np
17477%%% Roles:   [Theme,Agent]
17478%%% Example: Carmen bought a dress from Diana.
17479%%%
17480verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17481verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17482verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17483verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17484verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17485verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17486verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17487verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17488verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17489verbnet(attain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17490verbnet(book, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17491verbnet(buy, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17492verbnet(call, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17493verbnet(catch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17494verbnet(charter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17495verbnet(choose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17496verbnet(conserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17497verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17498verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17499verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17500verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17501verbnet(order, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17502verbnet(phone, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17503verbnet(pick, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17504verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17505verbnet(procure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17506verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17507verbnet(reach, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17508verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17509verbnet(reserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17510verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17511verbnet(slaughter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17512verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17513verbnet(win, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17514verbnet(from, pp/np, ['Source'], [13,.,5,.,1]).
17515
17516%%% File:    ext/VerbNet/get-13.5.1.xml
17517%%% Primary: NP V NP PP.beneficiary (get-13.5.1)
17518%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Beneficiary]
17519%%% CCG:     ((s:_\np)/pp)/np
17520%%% Roles:   [Theme,Agent]
17521%%% Example: Carmen bought a dress for Mary.
17522%%%
17523verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17524verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17525verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17526verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17527verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17528verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17529verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17530verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17531verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17532verbnet(attain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17533verbnet(book, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17534verbnet(buy, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17535verbnet(call, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17536verbnet(catch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17537verbnet(charter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17538verbnet(choose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17539verbnet(conserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17540verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17541verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17542verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17543verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17544verbnet(order, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17545verbnet(phone, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17546verbnet(pick, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17547verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17548verbnet(procure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17549verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17550verbnet(reach, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17551verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17552verbnet(reserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17553verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17554verbnet(slaughter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17555verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17556verbnet(win, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17557verbnet(for, pp/np, ['Beneficiary'], [13,.,5,.,1]).
17558
17559%%% File:    ext/VerbNet/get-13.5.1.xml
17560%%% Primary: NP V NP.beneficiary NP (get-13.5.1)
17561%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Theme]
17562%%% CCG:     ((s:_\np)/np)/np
17563%%% Roles:   [Beneficiary,Theme,Agent]
17564%%% Example: Carmen bought Mary a dress.
17565%%%
17566verbnet(earn, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17567verbnet(fetch, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17568verbnet(cash, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17569verbnet(gain, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17570verbnet(get, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17571verbnet(save, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17572verbnet(score, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17573verbnet(secure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17574verbnet(steal, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17575verbnet(attain, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17576verbnet(book, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17577verbnet(buy, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17578verbnet(call, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17579verbnet(catch, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17580verbnet(charter, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17581verbnet(choose, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17582verbnet(conserve, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17583verbnet(find, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17584verbnet(gather, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17585verbnet(hire, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17586verbnet(lease, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17587verbnet(order, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17588verbnet(phone, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17589verbnet(pick, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17590verbnet(pluck, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17591verbnet(procure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17592verbnet(pull, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17593verbnet(reach, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17594verbnet(rent, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17595verbnet(reserve, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17596verbnet(shoot, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17597verbnet(slaughter, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17598verbnet(vote, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17599verbnet(win, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]).
17600
17601%%% File:    ext/VerbNet/get-13.5.1.xml
17602%%% Primary: NP V NP PP.asset (get-13.5.1)
17603%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Asset]
17604%%% CCG:     ((s:_\np)/pp)/np
17605%%% Roles:   [Theme,Agent]
17606%%% Example: Carmen bought a dress for $50.
17607%%%
17608verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17609verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17610verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17611verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17612verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17613verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17614verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17615verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17616verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17617verbnet(attain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17618verbnet(book, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17619verbnet(buy, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17620verbnet(call, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17621verbnet(catch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17622verbnet(charter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17623verbnet(choose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17624verbnet(conserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17625verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17626verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17627verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17628verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17629verbnet(order, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17630verbnet(phone, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17631verbnet(pick, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17632verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17633verbnet(procure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17634verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17635verbnet(reach, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17636verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17637verbnet(reserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17638verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17639verbnet(slaughter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17640verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17641verbnet(win, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17642verbnet(for, pp/np, ['Asset'], [13,.,5,.,1]).
17643
17644%%% File:    ext/VerbNet/get-13.5.1.xml
17645%%% Primary: NP.asset V NP (get-13.5.1)
17646%%% Syntax:  [np:Asset,v,np:Theme]
17647%%% CCG:     (s:_\np)/np
17648%%% Roles:   [Theme,Asset]
17649%%% Example: $50 won't even buy a dress.
17650%%%
17651verbnet(earn, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17652verbnet(fetch, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17653verbnet(cash, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17654verbnet(gain, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17655verbnet(get, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17656verbnet(save, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17657verbnet(score, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17658verbnet(secure, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17659verbnet(steal, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17660verbnet(attain, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17661verbnet(book, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17662verbnet(buy, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17663verbnet(call, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17664verbnet(catch, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17665verbnet(charter, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17666verbnet(choose, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17667verbnet(conserve, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17668verbnet(find, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17669verbnet(gather, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17670verbnet(hire, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17671verbnet(lease, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17672verbnet(order, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17673verbnet(phone, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17674verbnet(pick, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17675verbnet(pluck, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17676verbnet(procure, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17677verbnet(pull, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17678verbnet(reach, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17679verbnet(rent, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17680verbnet(reserve, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17681verbnet(shoot, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17682verbnet(slaughter, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17683verbnet(vote, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17684verbnet(win, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]).
17685
17686%%% File:    ext/VerbNet/get-13.5.1.xml
17687%%% Primary: NP V NP PP.source NP.asset (get-13.5.1)
17688%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Source,prep:at for,np:Asset]
17689%%% CCG:     (((s:_\np)/pp)/pp)/np
17690%%% Roles:   [Theme,Agent]
17691%%% Example: FMC has bought 565,000 shares from Nortek Inc. at $23.50 a share.
17692%%%
17693verbnet(earn, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17694verbnet(fetch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17695verbnet(cash, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17696verbnet(gain, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17697verbnet(get, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17698verbnet(save, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17699verbnet(score, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17700verbnet(secure, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17701verbnet(steal, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17702verbnet(attain, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17703verbnet(book, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17704verbnet(buy, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17705verbnet(call, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17706verbnet(catch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17707verbnet(charter, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17708verbnet(choose, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17709verbnet(conserve, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17710verbnet(find, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17711verbnet(gather, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17712verbnet(hire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17713verbnet(lease, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17714verbnet(order, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17715verbnet(phone, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17716verbnet(pick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17717verbnet(pluck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17718verbnet(procure, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17719verbnet(pull, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17720verbnet(reach, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17721verbnet(rent, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17722verbnet(reserve, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17723verbnet(shoot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17724verbnet(slaughter, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17725verbnet(vote, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17726verbnet(win, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]).
17727verbnet(at, pp/np, ['Asset'], [13,.,5,.,1]).
17728verbnet(for, pp/np, ['Asset'], [13,.,5,.,1]).
17729
17730%%% File:    ext/VerbNet/give-13.1.xml
17731%%% Primary: NP V NP PP.asset (give-13.1-1)
17732%%% Syntax:  [np:Agent,v,np:Theme,prep:for at,np:Asset]
17733%%% CCG:     ((s:_\np)/pp)/np
17734%%% Roles:   [Theme,Agent]
17735%%% Example: He leased the car for $200 a week.
17736%%%
17737verbnet(give, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17738verbnet(hock, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17739verbnet(hawk, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17740verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17741verbnet(sell, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17742verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17743verbnet(pawn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17744verbnet(for, pp/np, ['Asset'], [13,.,1,-,1]).
17745verbnet(at, pp/np, ['Asset'], [13,.,1,-,1]).
17746
17747%%% File:    ext/VerbNet/give-13.1.xml
17748%%% Primary: NP V NP PP.recipient PP.asset (give-13.1-1)
17749%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Recipient,prep:at for on,np:Asset]
17750%%% CCG:     (((s:_\np)/pp)/pp)/np
17751%%% Roles:   [Theme,Agent]
17752%%% Example: I leased the car to my friend for $5 a month.
17753%%%
17754verbnet(give, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17755verbnet(hock, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17756verbnet(hawk, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17757verbnet(rent, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17758verbnet(sell, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17759verbnet(lease, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17760verbnet(pawn, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]).
17761verbnet(at, pp/np, ['Asset'], [13,.,1,-,1]).
17762verbnet(for, pp/np, ['Asset'], [13,.,1,-,1]).
17763verbnet(on, pp/np, ['Asset'], [13,.,1,-,1]).
17764
17765%%% File:    ext/VerbNet/give-13.1.xml
17766%%% Primary: NP V NP NP PP.asset (give-13.1-1)
17767%%% Syntax:  [np:Agent,v,np:Recipient,np:Theme,prep:at for on,np:Asset]
17768%%% CCG:     (((s:_\np)/pp)/np)/np
17769%%% Roles:   [Recipient,Theme,Agent]
17770%%% Example: I leased him the car for $250 a month.
17771%%%
17772verbnet(give, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17773verbnet(hock, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17774verbnet(hawk, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17775verbnet(rent, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17776verbnet(sell, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17777verbnet(lease, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17778verbnet(pawn, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]).
17779verbnet(at, pp/np, ['Asset'], [13,.,1,-,1]).
17780verbnet(for, pp/np, ['Asset'], [13,.,1,-,1]).
17781verbnet(on, pp/np, ['Asset'], [13,.,1,-,1]).
17782
17783%%% File:    ext/VerbNet/give-13.1.xml
17784%%% Primary: NP V NP PP.recipient (give-13.1)
17785%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Recipient]
17786%%% CCG:     ((s:_\np)/pp)/np
17787%%% Roles:   [Theme,Agent]
17788%%% Example: They lent a bicycle to me.
17789%%%
17790verbnet(give, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17791verbnet(hock, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17792verbnet(hawk, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17793verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17794verbnet(sell, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17795verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17796verbnet(pawn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17797verbnet(deal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17798verbnet(lend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17799verbnet(loan, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17800verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17801verbnet(peddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17802verbnet(refund, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17803verbnet(render, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]).
17804verbnet(to, pp/np, ['Recipient'], [13,.,1]).
17805
17806%%% File:    ext/VerbNet/give-13.1.xml
17807%%% Primary: NP V NP-Dative NP (give-13.1)
17808%%% Syntax:  [np:Agent,v,np:Recipient,np:Theme]
17809%%% CCG:     ((s:_\np)/np)/np
17810%%% Roles:   [Recipient,Theme,Agent]
17811%%% Example: They lent me a bicycle.
17812%%%
17813verbnet(give, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17814verbnet(hock, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17815verbnet(hawk, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17816verbnet(rent, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17817verbnet(sell, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17818verbnet(lease, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17819verbnet(pawn, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17820verbnet(deal, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17821verbnet(lend, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17822verbnet(loan, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17823verbnet(pass, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17824verbnet(peddle, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17825verbnet(refund, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17826verbnet(render, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]).
17827
17828%%% File:    ext/VerbNet/give-13.1.xml
17829%%% Primary: NP V NP (give-13.1)
17830%%% Syntax:  [np:Agent,v,np:Theme]
17831%%% CCG:     (s:_\np)/np
17832%%% Roles:   [Theme,Agent]
17833%%% Example: I leased my house (to somebody).
17834%%%
17835verbnet(give, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17836verbnet(hock, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17837verbnet(hawk, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17838verbnet(rent, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17839verbnet(sell, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17840verbnet(lease, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17841verbnet(pawn, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17842verbnet(deal, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17843verbnet(lend, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17844verbnet(loan, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17845verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17846verbnet(peddle, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17847verbnet(refund, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17848verbnet(render, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]).
17849
17850%%% File:    ext/VerbNet/give-13.1.xml
17851%%% Primary: NP V PP.recipient (give-13.1)
17852%%% Syntax:  [np:Agent,v,prep:to,np:Recipient]
17853%%% CCG:     (s:_\np)/pp
17854%%% Roles:   [Agent]
17855%%% Example: The bank lent to fewer customers.
17856%%%
17857verbnet(give, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17858verbnet(hock, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17859verbnet(hawk, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17860verbnet(rent, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17861verbnet(sell, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17862verbnet(lease, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17863verbnet(pawn, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17864verbnet(deal, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17865verbnet(lend, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17866verbnet(loan, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17867verbnet(pass, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17868verbnet(peddle, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17869verbnet(refund, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17870verbnet(render, (s:_\np)/pp, ['Agent'], [13,'.',1]).
17871verbnet(to, pp/np, ['Recipient'], [13,.,1]).
17872
17873%%% File:    ext/VerbNet/gobble-39.3.xml
17874%%% Primary: NP V NP (gobble-39.3-1)
17875%%% Syntax:  [np:Agent,v,np:Patient]
17876%%% CCG:     (s:_\np)/np
17877%%% Roles:   [Patient,Agent]
17878%%% Example: Cynthia gobbled the pizza.
17879%%%
17880verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17881verbnet(gobble, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17882verbnet(wolf, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17883
17884%%% File:    ext/VerbNet/gobble-39.3.xml
17885%%% Primary: NP V NP up (gobble-39.3-1)
17886%%% Syntax:  [np:Agent,v,np:Patient,lex:up]
17887%%% CCG:     (s:_\np)/np
17888%%% Roles:   [Patient,Agent]
17889%%% Missing: [lex:up]
17890%%% Example: Cynthia gobbled the pizza up.
17891%%%
17892verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17893verbnet(gobble, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17894verbnet(wolf, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17895
17896%%% File:    ext/VerbNet/gobble-39.3.xml
17897%%% Primary: NP V NP down (gobble-39.3-1)
17898%%% Syntax:  [np:Agent,v,np:Patient,lex:down]
17899%%% CCG:     (s:_\np)/np
17900%%% Roles:   [Patient,Agent]
17901%%% Missing: [lex:down]
17902%%% Example: Cynthia gobbled the pizza down.
17903%%%
17904verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17905verbnet(gobble, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17906verbnet(wolf, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]).
17907
17908%%% File:    ext/VerbNet/gobble-39.3.xml
17909%%% Primary: NP V NP (gobble-39.3-2)
17910%%% Syntax:  [np:Agent,v,np:Patient]
17911%%% CCG:     (s:_\np)/np
17912%%% Roles:   [Patient,Agent]
17913%%% Example: Cynthia quaffed her mead.
17914%%%
17915verbnet(gulp, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17916verbnet(guzzle, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17917verbnet(quaff, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17918verbnet(slug, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17919verbnet(swallow, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17920verbnet(swig, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17921
17922%%% File:    ext/VerbNet/gobble-39.3.xml
17923%%% Primary: NP V down NP (gobble-39.3-2)
17924%%% Syntax:  [np:Agent,v,np:Patient,lex:down]
17925%%% CCG:     (s:_\np)/np
17926%%% Roles:   [Patient,Agent]
17927%%% Missing: [lex:down]
17928%%% Example: Cynthia quaffed down the mixture.
17929%%%
17930verbnet(gulp, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17931verbnet(guzzle, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17932verbnet(quaff, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17933verbnet(slug, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17934verbnet(swallow, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17935verbnet(swig, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]).
17936
17937%%% File:    ext/VerbNet/gorge-39.6.xml
17938%%% Primary: NP V PP.patient (gorge-39.6)
17939%%% Syntax:  [np:Agent,v,prep:on,np:Patient]
17940%%% CCG:     (s:_\np)/pp
17941%%% Roles:   [Agent]
17942%%% Example: Cynthia gorged on peaches.
17943%%%
17944verbnet(exist, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17945verbnet(feed, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17946verbnet(flourish, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17947verbnet(gorge, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17948verbnet(live, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17949verbnet(prosper, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17950verbnet(subsist, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17951verbnet(survive, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17952verbnet(thrive, (s:_\np)/pp, ['Agent'], [39,'.',6]).
17953verbnet(on, pp/np, ['Patient'], [39,.,6]).
17954
17955%%% File:    ext/VerbNet/groom-41.1.2.xml
17956%%% Primary: NP V NP (groom-41.1.2)
17957%%% Syntax:  [np:Agent,v,np:Patient]
17958%%% CCG:     (s:_\np)/np
17959%%% Roles:   [Patient,Agent]
17960%%% Example: Sheila groomed the horse.
17961%%%
17962verbnet(cleanse, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]).
17963verbnet(curry, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]).
17964verbnet(groom, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]).
17965verbnet(neaten, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]).
17966
17967%%% File:    ext/VerbNet/grow-26.2.xml
17968%%% Primary: NP.material V PP.product (grow-26.2)
17969%%% Syntax:  [np:Material,v,prep:into,np:Product]
17970%%% CCG:     (s:_\np)/pp
17971%%% Roles:   [Source]
17972%%% Example: That acorn will grow into an oak tree.
17973%%%
17974verbnet(develop, (s:_\np)/pp, ['Source'], [26,'.',2]).
17975verbnet(evolve, (s:_\np)/pp, ['Source'], [26,'.',2]).
17976verbnet(generate, (s:_\np)/pp, ['Source'], [26,'.',2]).
17977verbnet(grow, (s:_\np)/pp, ['Source'], [26,'.',2]).
17978verbnet(hatch, (s:_\np)/pp, ['Source'], [26,'.',2]).
17979verbnet(maturate, (s:_\np)/pp, ['Source'], [26,'.',2]).
17980verbnet(mature, (s:_\np)/pp, ['Source'], [26,'.',2]).
17981verbnet(into, pp/np, ['Result'], [26,.,2]).
17982
17983%%% File:    ext/VerbNet/grow-26.2.xml
17984%%% Primary: NP.product V PP.material (grow-26.2)
17985%%% Syntax:  [np:Product,v,prep:from out_of,np:Material]
17986%%% CCG:     (s:_\np)/pp
17987%%% Roles:   [Result]
17988%%% Example: An oak tree will grow from that acorn.
17989%%%
17990verbnet(develop, (s:_\np)/pp, ['Result'], [26,'.',2]).
17991verbnet(evolve, (s:_\np)/pp, ['Result'], [26,'.',2]).
17992verbnet(generate, (s:_\np)/pp, ['Result'], [26,'.',2]).
17993verbnet(grow, (s:_\np)/pp, ['Result'], [26,'.',2]).
17994verbnet(hatch, (s:_\np)/pp, ['Result'], [26,'.',2]).
17995verbnet(maturate, (s:_\np)/pp, ['Result'], [26,'.',2]).
17996verbnet(mature, (s:_\np)/pp, ['Result'], [26,'.',2]).
17997verbnet(from, pp/np, ['Source'], [26,.,2]).
17998verbnet(out_of, pp/np, ['Source'], [26,.,2]).
17999
18000%%% File:    ext/VerbNet/grow-26.2.xml
18001%%% Primary: NP V NP.product PP.material (grow-26.2)
18002%%% Syntax:  [np:Agent,v,np:Product,prep:from out_of,np:Material]
18003%%% CCG:     ((s:_\np)/pp)/np
18004%%% Roles:   [Result,Agent]
18005%%% Example: The gardener grew an oak tree from that acorn.
18006%%%
18007verbnet(develop, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18008verbnet(evolve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18009verbnet(generate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18010verbnet(grow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18011verbnet(hatch, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18012verbnet(maturate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18013verbnet(mature, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]).
18014verbnet(from, pp/np, ['Source'], [26,.,2]).
18015verbnet(out_of, pp/np, ['Source'], [26,.,2]).
18016
18017%%% File:    ext/VerbNet/grow-26.2.xml
18018%%% Primary: NP V NP.material PP.product (grow-26.2)
18019%%% Syntax:  [np:Agent,v,np:Material,prep:into,np:Product]
18020%%% CCG:     ((s:_\np)/pp)/np
18021%%% Roles:   [Source,Agent]
18022%%% Example: The gardener grew that acorn into an oak tree.
18023%%%
18024verbnet(develop, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18025verbnet(evolve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18026verbnet(generate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18027verbnet(grow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18028verbnet(hatch, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18029verbnet(maturate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18030verbnet(mature, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]).
18031verbnet(into, pp/np, ['Result'], [26,.,2]).
18032
18033%%% File:    ext/VerbNet/help-72.xml
18034%%% Primary: NP V PP.theme (help-72-1)
18035%%% Syntax:  [np:Agent,v,prep:with,np:Theme]
18036%%% CCG:     (s:_\np)/pp
18037%%% Roles:   [Agent]
18038%%% Example: I helped with the homework.
18039%%%
18040verbnet(aid, (s:_\np)/pp, ['Agent'], [72,-,1]).
18041verbnet(abet, (s:_\np)/pp, ['Agent'], [72,-,1]).
18042verbnet(assist, (s:_\np)/pp, ['Agent'], [72,-,1]).
18043verbnet(help, (s:_\np)/pp, ['Agent'], [72,-,1]).
18044verbnet(with, pp/np, ['Theme'], [72,-,1]).
18045
18046%%% File:    ext/VerbNet/help-72.xml
18047%%% Primary: NP V NP (help-72)
18048%%% Syntax:  [np:Agent,v,np:Beneficiary]
18049%%% CCG:     (s:_\np)/np
18050%%% Roles:   [Beneficiary,Agent]
18051%%% Example: I helped him.
18052%%%
18053verbnet(aid, (s:_\np)/np, ['Beneficiary','Agent'], [72]).
18054verbnet(abet, (s:_\np)/np, ['Beneficiary','Agent'], [72]).
18055verbnet(assist, (s:_\np)/np, ['Beneficiary','Agent'], [72]).
18056verbnet(help, (s:_\np)/np, ['Beneficiary','Agent'], [72]).
18057verbnet(support, (s:_\np)/np, ['Beneficiary','Agent'], [72]).
18058verbnet(succor, (s:_\np)/np, ['Beneficiary','Agent'], [72]).
18059
18060%%% File:    ext/VerbNet/help-72.xml
18061%%% Primary: NP V NP PP.theme (help-72)
18062%%% Syntax:  [np:Agent,v,np:Beneficiary,prep:with,np:Theme]
18063%%% CCG:     ((s:_\np)/pp)/np
18064%%% Roles:   [Beneficiary,Agent]
18065%%% Example: I helped him with homework.
18066%%%
18067verbnet(aid, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18068verbnet(abet, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18069verbnet(assist, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18070verbnet(help, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18071verbnet(support, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18072verbnet(succor, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18073verbnet(with, pp/np, ['Theme'], [72]).
18074
18075%%% File:    ext/VerbNet/help-72.xml
18076%%% Primary: NP V NP S_ING (help-72)
18077%%% Syntax:  [np:Agent,v,np:Beneficiary,prep:with,vp_ng:Theme]
18078%%% CCG:     ((s:_\np)/pp)/np
18079%%% Roles:   [Beneficiary,Agent]
18080%%% Example: I helped him with finishing the homework.
18081%%%
18082verbnet(aid, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18083verbnet(abet, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18084verbnet(assist, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18085verbnet(help, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18086verbnet(support, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18087verbnet(succor, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]).
18088verbnet(with, pp/(s:ng\np), ['Theme'], [72]).
18089
18090%%% File:    ext/VerbNet/help-72.xml
18091%%% Primary: NP V NP S_INF (help-72)
18092%%% Syntax:  [np:Agent,v,np:Beneficiary,vp_to:Theme]
18093%%% CCG:     ((s:_\np)/ (s:ng\np))/np
18094%%% Roles:   [Beneficiary,Theme,Agent]
18095%%% Example: I helped him to finish the homework.
18096%%%
18097verbnet(aid, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]).
18098verbnet(abet, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]).
18099verbnet(assist, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]).
18100verbnet(help, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]).
18101verbnet(support, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]).
18102verbnet(succor, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]).
18103
18104%%% File:    ext/VerbNet/help-72.xml
18105%%% Primary: NP V S_ING (help-72)
18106%%% Syntax:  [np:Agent,v,prep:with,vp_ng:Theme]
18107%%% CCG:     (s:_\np)/pp
18108%%% Roles:   [Agent]
18109%%% Example: I helped with finishing the homework.
18110%%%
18111verbnet(aid, (s:_\np)/pp, ['Agent'], [72]).
18112verbnet(abet, (s:_\np)/pp, ['Agent'], [72]).
18113verbnet(assist, (s:_\np)/pp, ['Agent'], [72]).
18114verbnet(help, (s:_\np)/pp, ['Agent'], [72]).
18115verbnet(support, (s:_\np)/pp, ['Agent'], [72]).
18116verbnet(succor, (s:_\np)/pp, ['Agent'], [72]).
18117verbnet(with, pp/(s:ng\np), ['Theme'], [72]).
18118
18119%%% File:    ext/VerbNet/herd-47.5.2.xml
18120%%% Primary: NP V (herd-47.5.2)
18121%%% Syntax:  [np:Theme,v]
18122%%% CCG:     s:_\np
18123%%% Roles:   [Theme]
18124%%% Example: The kids are assembling.
18125%%%
18126verbnet(accumulate, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18127verbnet(aggregate, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18128verbnet(amass, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18129verbnet(assemble, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18130verbnet(cluster, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18131verbnet(collect, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18132verbnet(congregate, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18133verbnet(convene, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18134verbnet(flock, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18135verbnet(gather, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18136verbnet(group, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18137verbnet(herd, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18138verbnet(huddle, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18139verbnet(mass, s:_\np, ['Theme'], [47,'.',5,'.',2]).
18140
18141%%% File:    ext/VerbNet/herd-47.5.2.xml
18142%%% Primary: NP V NP.theme (herd-47.5.2)
18143%%% Syntax:  [np:Agent,v,np:Theme]
18144%%% CCG:     (s:_\np)/np
18145%%% Roles:   [Theme,Agent]
18146%%% Example: The teacher gathered the kids.
18147%%%
18148verbnet(accumulate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18149verbnet(aggregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18150verbnet(amass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18151verbnet(assemble, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18152verbnet(cluster, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18153verbnet(collect, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18154verbnet(congregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18155verbnet(convene, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18156verbnet(flock, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18157verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18158verbnet(group, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18159verbnet(herd, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18160verbnet(huddle, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18161verbnet(mass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18162
18163%%% File:    ext/VerbNet/herd-47.5.2.xml
18164%%% Primary: NP V NP together (herd-47.5.2)
18165%%% Syntax:  [np:Agent,v,np:Theme,lex:together]
18166%%% CCG:     (s:_\np)/np
18167%%% Roles:   [Theme,Agent]
18168%%% Missing: [lex:together]
18169%%% Example: The teacher gathered the kids together.
18170%%%
18171verbnet(accumulate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18172verbnet(aggregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18173verbnet(amass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18174verbnet(assemble, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18175verbnet(cluster, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18176verbnet(collect, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18177verbnet(congregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18178verbnet(convene, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18179verbnet(flock, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18180verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18181verbnet(group, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18182verbnet(herd, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18183verbnet(huddle, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18184verbnet(mass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]).
18185
18186%%% File:    ext/VerbNet/hiccup-40.1.1.xml
18187%%% Primary: NP V (hiccup-40.1.1)
18188%%% Syntax:  [np:Agent,v]
18189%%% CCG:     s:_\np
18190%%% Roles:   [Agent]
18191%%% Example: Paul hiccuped.
18192%%%
18193verbnet(belch, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18194verbnet(blink, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18195verbnet(blush, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18196verbnet(burp, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18197verbnet(eruct, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18198verbnet(fart, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18199verbnet(flush, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18200verbnet(hiccup, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18201verbnet(pant, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18202verbnet(salivate, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18203verbnet(shiver, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18204verbnet(sneeze, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18205verbnet(sniffle, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18206verbnet(snore, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18207verbnet(snuff, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18208verbnet(snuffle, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18209verbnet(swallow, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18210verbnet(wheeze, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18211verbnet(yawn, s:_\np, ['Agent'], [40,'.',1,'.',1]).
18212
18213%%% File:    ext/VerbNet/hire-13.5.3.xml
18214%%% Primary: NP V NP (hire-13.5.3)
18215%%% Syntax:  [np:Agent,v,np:Theme]
18216%%% CCG:     (s:_\np)/np
18217%%% Roles:   [Theme,Agent]
18218%%% Example: I hired two secretaries.
18219%%%
18220verbnet(hire, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18221verbnet(recruit, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18222verbnet(employ, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18223verbnet(contract, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18224verbnet(engage, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18225verbnet(take, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18226verbnet(sign, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18227verbnet(sign_on, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18228verbnet(sign_up, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18229verbnet(subcontract, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18230verbnet(train, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18231verbnet(enlist, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18232verbnet(reinstate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18233
18234%%% File:    ext/VerbNet/hire-13.5.3.xml
18235%%% Primary: NP V NP PP.attribute (hire-13.5.3)
18236%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Attribute]
18237%%% CCG:     ((s:_\np)/pp)/np
18238%%% Roles:   [Theme,Agent]
18239%%% Example: I hired two secretaries as helpers.
18240%%%
18241verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18242verbnet(recruit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18243verbnet(employ, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18244verbnet(contract, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18245verbnet(engage, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18246verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18247verbnet(sign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18248verbnet(sign_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18249verbnet(sign_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18250verbnet(subcontract, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18251verbnet(train, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18252verbnet(enlist, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18253verbnet(reinstate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]).
18254verbnet(as, pp/np, ['Attribute'], [13,.,5,.,3]).
18255
18256%%% File:    ext/VerbNet/hit-18.1.xml
18257%%% Primary: NP V PP (hit-18.1-1)
18258%%% Syntax:  [np:Agent,v,prep:at,np:Patient]
18259%%% CCG:     (s:_\np)/pp
18260%%% Roles:   [Agent]
18261%%% Example: Paul hit at the window.
18262%%%
18263verbnet(batter, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18264verbnet(beat, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18265verbnet(bump, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18266verbnet(butt, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18267verbnet(drum, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18268verbnet(hammer, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18269verbnet(hit, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18270verbnet(jab, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18271verbnet(kick, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18272verbnet(knock, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18273verbnet(lash, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18274verbnet(pound, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18275verbnet(rap, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18276verbnet(slap, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18277verbnet(smack, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18278verbnet(smash, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18279verbnet(strike, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18280verbnet(stomp, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18281verbnet(whang, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18282verbnet(tap, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]).
18283verbnet(at, pp/np, ['Patient'], [18,.,1,-,1]).
18284
18285%%% File:    ext/VerbNet/hit-18.1.xml
18286%%% Primary: NP V PP PP (hit-18.1-1)
18287%%% Syntax:  [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument]
18288%%% CCG:     ((s:_\np)/pp)/pp
18289%%% Roles:   [Agent]
18290%%% Example: Paul hit at the window with an open hand.
18291%%%
18292verbnet(batter, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18293verbnet(beat, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18294verbnet(bump, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18295verbnet(butt, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18296verbnet(drum, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18297verbnet(hammer, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18298verbnet(hit, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18299verbnet(jab, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18300verbnet(kick, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18301verbnet(knock, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18302verbnet(lash, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18303verbnet(pound, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18304verbnet(rap, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18305verbnet(slap, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18306verbnet(smack, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18307verbnet(smash, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18308verbnet(strike, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18309verbnet(stomp, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18310verbnet(whang, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18311verbnet(tap, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]).
18312verbnet(with, pp/np, ['Instrument'], [18,.,1,-,1]).
18313
18314%%% File:    ext/VerbNet/hit-18.1.xml
18315%%% Primary: NP V NP (hit-18.1-1)
18316%%% Syntax:  [np:Agent,v,np:Instrument]
18317%%% CCG:     (s:_\np)/np
18318%%% Roles:   [Instrument,Agent]
18319%%% Example: Paul hit his elbow.
18320%%%
18321verbnet(batter, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18322verbnet(beat, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18323verbnet(bump, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18324verbnet(butt, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18325verbnet(drum, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18326verbnet(hammer, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18327verbnet(hit, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18328verbnet(jab, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18329verbnet(kick, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18330verbnet(knock, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18331verbnet(lash, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18332verbnet(pound, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18333verbnet(rap, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18334verbnet(slap, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18335verbnet(smack, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18336verbnet(smash, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18337verbnet(strike, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18338verbnet(stomp, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18339verbnet(whang, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18340verbnet(tap, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18341
18342%%% File:    ext/VerbNet/hit-18.1.xml
18343%%% Primary: NP V NP PP (hit-18.1-1)
18344%%% Syntax:  [np:Agent,v,np:Instrument,prep:against on,np:Patient]
18345%%% CCG:     ((s:_\np)/pp)/np
18346%%% Roles:   [Instrument,Agent]
18347%%% Example: Paul hit his elbow on the doorknob.
18348%%%
18349verbnet(batter, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18350verbnet(beat, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18351verbnet(bump, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18352verbnet(butt, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18353verbnet(drum, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18354verbnet(hammer, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18355verbnet(hit, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18356verbnet(jab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18357verbnet(kick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18358verbnet(knock, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18359verbnet(lash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18360verbnet(pound, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18361verbnet(rap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18362verbnet(slap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18363verbnet(smack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18364verbnet(smash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18365verbnet(strike, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18366verbnet(stomp, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18367verbnet(whang, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18368verbnet(tap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]).
18369verbnet(against, pp/np, ['Patient'], [18,.,1,-,1]).
18370verbnet(on, pp/np, ['Patient'], [18,.,1,-,1]).
18371
18372%%% File:    ext/VerbNet/hit-18.1.xml
18373%%% Primary: NP V NP (hit-18.1)
18374%%% Syntax:  [np:Agent,v,np:Patient]
18375%%% CCG:     (s:_\np)/np
18376%%% Roles:   [Patient,Agent]
18377%%% Example: Paula hit the ball.
18378%%%
18379verbnet(batter, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18380verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18381verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18382verbnet(butt, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18383verbnet(drum, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18384verbnet(hammer, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18385verbnet(hit, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18386verbnet(jab, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18387verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18388verbnet(knock, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18389verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18390verbnet(pound, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18391verbnet(rap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18392verbnet(slap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18393verbnet(smack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18394verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18395verbnet(strike, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18396verbnet(stomp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18397verbnet(whang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18398verbnet(tap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18399verbnet(bang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18400verbnet(bash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18401verbnet(click, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18402verbnet(dash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18403verbnet(squash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18404verbnet(tamp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18405verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18406verbnet(thwack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18407verbnet(whack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18408verbnet(smite, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18409
18410%%% File:    ext/VerbNet/hit-18.1.xml
18411%%% Primary: NP V NP PP.instrument (hit-18.1)
18412%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
18413%%% CCG:     ((s:_\np)/pp)/np
18414%%% Roles:   [Patient,Agent]
18415%%% Example: Paula hit the ball with a stick.
18416%%%
18417verbnet(batter, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18418verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18419verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18420verbnet(butt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18421verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18422verbnet(hammer, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18423verbnet(hit, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18424verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18425verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18426verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18427verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18428verbnet(pound, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18429verbnet(rap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18430verbnet(slap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18431verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18432verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18433verbnet(strike, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18434verbnet(stomp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18435verbnet(whang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18436verbnet(tap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18437verbnet(bang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18438verbnet(bash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18439verbnet(click, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18440verbnet(dash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18441verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18442verbnet(tamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18443verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18444verbnet(thwack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18445verbnet(whack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18446verbnet(smite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18447verbnet(with, pp/np, ['Instrument'], [18,.,1]).
18448
18449%%% File:    ext/VerbNet/hit-18.1.xml
18450%%% Primary: NP V NP together (hit-18.1)
18451%%% Syntax:  [np:Agent,v,np:Patient,lex:together]
18452%%% CCG:     (s:_\np)/np
18453%%% Roles:   [Patient,Agent]
18454%%% Missing: [lex:together]
18455%%% Example: Paula hit the sticks together.
18456%%%
18457verbnet(batter, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18458verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18459verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18460verbnet(butt, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18461verbnet(drum, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18462verbnet(hammer, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18463verbnet(hit, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18464verbnet(jab, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18465verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18466verbnet(knock, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18467verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18468verbnet(pound, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18469verbnet(rap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18470verbnet(slap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18471verbnet(smack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18472verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18473verbnet(strike, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18474verbnet(stomp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18475verbnet(whang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18476verbnet(tap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18477verbnet(bang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18478verbnet(bash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18479verbnet(click, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18480verbnet(dash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18481verbnet(squash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18482verbnet(tamp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18483verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18484verbnet(thwack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18485verbnet(whack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18486verbnet(smite, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]).
18487
18488%%% File:    ext/VerbNet/hit-18.1.xml
18489%%% Primary: NP V NP ADJP (hit-18.1)
18490%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
18491%%% CCG:     ((s:_\np)/np)/np
18492%%% Roles:   [Patient,Goal,Agent]
18493%%% Example: Paul kicked the door open.
18494%%%
18495verbnet(batter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18496verbnet(beat, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18497verbnet(bump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18498verbnet(butt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18499verbnet(drum, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18500verbnet(hammer, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18501verbnet(hit, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18502verbnet(jab, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18503verbnet(kick, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18504verbnet(knock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18505verbnet(lash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18506verbnet(pound, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18507verbnet(rap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18508verbnet(slap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18509verbnet(smack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18510verbnet(smash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18511verbnet(strike, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18512verbnet(stomp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18513verbnet(whang, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18514verbnet(tap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18515verbnet(bang, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18516verbnet(bash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18517verbnet(click, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18518verbnet(dash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18519verbnet(squash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18520verbnet(tamp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18521verbnet(thump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18522verbnet(thwack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18523verbnet(whack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18524verbnet(smite, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18525
18526%%% File:    ext/VerbNet/hit-18.1.xml
18527%%% Primary: NP V NP ADJP PP.instrument (hit-18.1)
18528%%% Syntax:  [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument]
18529%%% CCG:     (((s:_\np)/pp)/np)/np
18530%%% Roles:   [Patient,Goal,Agent]
18531%%% Example: Paul hit the door open with his foot.
18532%%%
18533verbnet(batter, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18534verbnet(beat, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18535verbnet(bump, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18536verbnet(butt, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18537verbnet(drum, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18538verbnet(hammer, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18539verbnet(hit, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18540verbnet(jab, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18541verbnet(kick, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18542verbnet(knock, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18543verbnet(lash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18544verbnet(pound, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18545verbnet(rap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18546verbnet(slap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18547verbnet(smack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18548verbnet(smash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18549verbnet(strike, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18550verbnet(stomp, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18551verbnet(whang, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18552verbnet(tap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18553verbnet(bang, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18554verbnet(bash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18555verbnet(click, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18556verbnet(dash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18557verbnet(squash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18558verbnet(tamp, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18559verbnet(thump, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18560verbnet(thwack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18561verbnet(whack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18562verbnet(smite, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]).
18563verbnet(with, pp/np, ['Instrument'], [18,.,1]).
18564
18565%%% File:    ext/VerbNet/hit-18.1.xml
18566%%% Primary: NP V NP PP.result (hit-18.1)
18567%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
18568%%% CCG:     ((s:_\np)/pp)/np
18569%%% Roles:   [Patient,Agent]
18570%%% Example: Paul hit the window to pieces.
18571%%%
18572verbnet(batter, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18573verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18574verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18575verbnet(butt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18576verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18577verbnet(hammer, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18578verbnet(hit, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18579verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18580verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18581verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18582verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18583verbnet(pound, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18584verbnet(rap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18585verbnet(slap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18586verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18587verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18588verbnet(strike, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18589verbnet(stomp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18590verbnet(whang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18591verbnet(tap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18592verbnet(bang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18593verbnet(bash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18594verbnet(click, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18595verbnet(dash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18596verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18597verbnet(tamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18598verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18599verbnet(thwack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18600verbnet(whack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18601verbnet(smite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18602verbnet(to, pp/np, ['Goal'], [18,.,1]).
18603verbnet(into, pp/np, ['Goal'], [18,.,1]).
18604
18605%%% File:    ext/VerbNet/hit-18.1.xml
18606%%% Primary: NP V NP PP.result PP.instrument (hit-18.1)
18607%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument]
18608%%% CCG:     (((s:_\np)/pp)/pp)/np
18609%%% Roles:   [Patient,Agent]
18610%%% Example: Paul hit the window to pieces with a hammer.
18611%%%
18612verbnet(batter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18613verbnet(beat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18614verbnet(bump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18615verbnet(butt, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18616verbnet(drum, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18617verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18618verbnet(hit, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18619verbnet(jab, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18620verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18621verbnet(knock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18622verbnet(lash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18623verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18624verbnet(rap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18625verbnet(slap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18626verbnet(smack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18627verbnet(smash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18628verbnet(strike, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18629verbnet(stomp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18630verbnet(whang, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18631verbnet(tap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18632verbnet(bang, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18633verbnet(bash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18634verbnet(click, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18635verbnet(dash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18636verbnet(squash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18637verbnet(tamp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18638verbnet(thump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18639verbnet(thwack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18640verbnet(whack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18641verbnet(smite, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]).
18642verbnet(with, pp/np, ['Instrument'], [18,.,1]).
18643
18644%%% File:    ext/VerbNet/hit-18.1.xml
18645%%% Primary: NP V NP PP (hit-18.1)
18646%%% Syntax:  [np:Agent,v,np:Instrument,prep:against on,np:Patient]
18647%%% CCG:     ((s:_\np)/pp)/np
18648%%% Roles:   [Instrument,Agent]
18649%%% Example: Paula hit the stick against/on the fence.
18650%%%
18651verbnet(batter, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18652verbnet(beat, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18653verbnet(bump, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18654verbnet(butt, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18655verbnet(drum, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18656verbnet(hammer, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18657verbnet(hit, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18658verbnet(jab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18659verbnet(kick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18660verbnet(knock, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18661verbnet(lash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18662verbnet(pound, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18663verbnet(rap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18664verbnet(slap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18665verbnet(smack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18666verbnet(smash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18667verbnet(strike, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18668verbnet(stomp, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18669verbnet(whang, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18670verbnet(tap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18671verbnet(bang, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18672verbnet(bash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18673verbnet(click, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18674verbnet(dash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18675verbnet(squash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18676verbnet(tamp, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18677verbnet(thump, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18678verbnet(thwack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18679verbnet(whack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18680verbnet(smite, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]).
18681verbnet(against, pp/np, ['Patient'], [18,.,1]).
18682verbnet(on, pp/np, ['Patient'], [18,.,1]).
18683
18684%%% File:    ext/VerbNet/hit-18.1.xml
18685%%% Primary: NP.instrument V NP (hit-18.1)
18686%%% Syntax:  [np:Instrument,v,np:Patient]
18687%%% CCG:     (s:_\np)/np
18688%%% Roles:   [Patient,Instrument]
18689%%% Example: The stick hit the fence.
18690%%%
18691verbnet(batter, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18692verbnet(beat, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18693verbnet(bump, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18694verbnet(butt, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18695verbnet(drum, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18696verbnet(hammer, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18697verbnet(hit, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18698verbnet(jab, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18699verbnet(kick, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18700verbnet(knock, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18701verbnet(lash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18702verbnet(pound, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18703verbnet(rap, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18704verbnet(slap, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18705verbnet(smack, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18706verbnet(smash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18707verbnet(strike, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18708verbnet(stomp, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18709verbnet(whang, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18710verbnet(tap, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18711verbnet(bang, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18712verbnet(bash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18713verbnet(click, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18714verbnet(dash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18715verbnet(squash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18716verbnet(tamp, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18717verbnet(thump, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18718verbnet(thwack, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18719verbnet(whack, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18720verbnet(smite, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]).
18721
18722%%% File:    ext/VerbNet/hit-18.1.xml
18723%%% Primary: NP V NP ADJP (hit-18.1)
18724%%% Syntax:  [np:Instrument,v,np:Patient,np:Result]
18725%%% CCG:     ((s:_\np)/np)/np
18726%%% Roles:   [Patient,Goal,Instrument]
18727%%% Example: The stick hit the door open.
18728%%%
18729verbnet(batter, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18730verbnet(beat, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18731verbnet(bump, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18732verbnet(butt, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18733verbnet(drum, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18734verbnet(hammer, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18735verbnet(hit, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18736verbnet(jab, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18737verbnet(kick, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18738verbnet(knock, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18739verbnet(lash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18740verbnet(pound, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18741verbnet(rap, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18742verbnet(slap, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18743verbnet(smack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18744verbnet(smash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18745verbnet(strike, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18746verbnet(stomp, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18747verbnet(whang, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18748verbnet(tap, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18749verbnet(bang, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18750verbnet(bash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18751verbnet(click, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18752verbnet(dash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18753verbnet(squash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18754verbnet(tamp, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18755verbnet(thump, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18756verbnet(thwack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18757verbnet(whack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18758verbnet(smite, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]).
18759
18760%%% File:    ext/VerbNet/hit-18.1.xml
18761%%% Primary: NP V NP ADJP PP.result (hit-18.1)
18762%%% Syntax:  [np:Instrument,v,np:Patient,prep:to into,np:Result]
18763%%% CCG:     ((s:_\np)/pp)/np
18764%%% Roles:   [Patient,Instrument]
18765%%% Example: The hammer hit the window to pieces.
18766%%%
18767verbnet(batter, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18768verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18769verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18770verbnet(butt, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18771verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18772verbnet(hammer, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18773verbnet(hit, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18774verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18775verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18776verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18777verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18778verbnet(pound, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18779verbnet(rap, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18780verbnet(slap, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18781verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18782verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18783verbnet(strike, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18784verbnet(stomp, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18785verbnet(whang, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18786verbnet(tap, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18787verbnet(bang, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18788verbnet(bash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18789verbnet(click, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18790verbnet(dash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18791verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18792verbnet(tamp, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18793verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18794verbnet(thwack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18795verbnet(whack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18796verbnet(smite, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]).
18797verbnet(to, pp/np, ['Goal'], [18,.,1]).
18798verbnet(into, pp/np, ['Goal'], [18,.,1]).
18799
18800%%% File:    ext/VerbNet/hold-15.1.xml
18801%%% Primary: NP V NP (hold-15.1-1)
18802%%% Syntax:  [np:Agent,v,np:Theme]
18803%%% CCG:     (s:_\np)/np
18804%%% Roles:   [Theme,Agent]
18805%%% Example: She held his arm.
18806%%%
18807verbnet(clasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18808verbnet(clutch, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18809verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18810verbnet(grasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18811verbnet(grip, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18812verbnet(handle, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18813verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18814verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18815verbnet(push, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18816verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18817verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18818verbnet(wield, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18819verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]).
18820
18821%%% File:    ext/VerbNet/hold-15.1.xml
18822%%% Primary: NP V NP (hold-15.1)
18823%%% Syntax:  [np:Agent,v,np:Theme]
18824%%% CCG:     (s:_\np)/np
18825%%% Roles:   [Theme,Agent]
18826%%% Example: She held the rail.
18827%%%
18828verbnet(clasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18829verbnet(clutch, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18830verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18831verbnet(grasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18832verbnet(grip, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18833verbnet(handle, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18834verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18835verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18836verbnet(push, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18837verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18838verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18839verbnet(wield, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18840verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]).
18841
18842%%% File:    ext/VerbNet/hunt-35.1.xml
18843%%% Primary: NP V NP PP.theme (hunt-35.1)
18844%%% Syntax:  [np:Agent,v,np:Location,prep:for,np:Theme]
18845%%% CCG:     ((s:_\np)/pp)/np
18846%%% Roles:   [Location,Agent]
18847%%% Example: I hunted the woods for game.
18848%%%
18849verbnet(dig, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18850verbnet(feel, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18851verbnet(fish, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18852verbnet(hunt, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18853verbnet(mine, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18854verbnet(pan, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18855verbnet(poach, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18856verbnet(scrounge, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18857verbnet(seek, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]).
18858verbnet(for, pp/np, ['Theme'], [35,.,1]).
18859
18860%%% File:    ext/VerbNet/hunt-35.1.xml
18861%%% Primary: NP V PP.theme PP.location (hunt-35.1)
18862%%% Syntax:  [np:Agent,v,prep:for,np:Theme,pp,np:Location]
18863%%% CCG:     ((s:_\np)/pp)/pp
18864%%% Roles:   [Agent]
18865%%% Example: I hunted for game in the woods.
18866%%%
18867verbnet(dig, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18868verbnet(feel, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18869verbnet(fish, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18870verbnet(hunt, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18871verbnet(mine, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18872verbnet(pan, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18873verbnet(poach, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18874verbnet(scrounge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18875verbnet(seek, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18876
18877%%% File:    ext/VerbNet/hunt-35.1.xml
18878%%% Primary: NP V PP.location PP.theme (hunt-35.1)
18879%%% Syntax:  [np:Agent,v,pp,np:Location,prep:for,np:Theme]
18880%%% CCG:     ((s:_\np)/pp)/pp
18881%%% Roles:   [Agent]
18882%%% Example: I hunted in the woods for game.
18883%%%
18884verbnet(dig, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18885verbnet(feel, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18886verbnet(fish, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18887verbnet(hunt, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18888verbnet(mine, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18889verbnet(pan, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18890verbnet(poach, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18891verbnet(scrounge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18892verbnet(seek, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]).
18893verbnet(for, pp/np, ['Theme'], [35,.,1]).
18894
18895%%% File:    ext/VerbNet/hunt-35.1.xml
18896%%% Primary: NP V NP PP.location (hunt-35.1)
18897%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
18898%%% CCG:     ((s:_\np)/pp)/np
18899%%% Roles:   [Theme,Agent]
18900%%% Example: I hunted game in the woods.
18901%%%
18902verbnet(dig, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18903verbnet(feel, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18904verbnet(fish, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18905verbnet(hunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18906verbnet(mine, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18907verbnet(pan, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18908verbnet(poach, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18909verbnet(scrounge, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18910verbnet(seek, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]).
18911
18912%%% File:    ext/VerbNet/hunt-35.1.xml
18913%%% Primary: NP V NP (hunt-35.1)
18914%%% Syntax:  [np:Agent,v,np:Theme]
18915%%% CCG:     (s:_\np)/np
18916%%% Roles:   [Theme,Agent]
18917%%% Example: I was hunting game.
18918%%%
18919verbnet(dig, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18920verbnet(feel, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18921verbnet(fish, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18922verbnet(hunt, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18923verbnet(mine, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18924verbnet(pan, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18925verbnet(poach, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18926verbnet(scrounge, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18927verbnet(seek, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]).
18928
18929%%% File:    ext/VerbNet/hunt-35.1.xml
18930%%% Primary: NP V (hunt-35.1)
18931%%% Syntax:  [np:Agent,v]
18932%%% CCG:     s:_\np
18933%%% Roles:   [Agent]
18934%%% Example: I was hunting.
18935%%%
18936verbnet(dig, s:_\np, ['Agent'], [35,'.',1]).
18937verbnet(feel, s:_\np, ['Agent'], [35,'.',1]).
18938verbnet(fish, s:_\np, ['Agent'], [35,'.',1]).
18939verbnet(hunt, s:_\np, ['Agent'], [35,'.',1]).
18940verbnet(mine, s:_\np, ['Agent'], [35,'.',1]).
18941verbnet(pan, s:_\np, ['Agent'], [35,'.',1]).
18942verbnet(poach, s:_\np, ['Agent'], [35,'.',1]).
18943verbnet(scrounge, s:_\np, ['Agent'], [35,'.',1]).
18944verbnet(seek, s:_\np, ['Agent'], [35,'.',1]).
18945
18946%%% File:    ext/VerbNet/hurt-40.8.3.xml
18947%%% Primary: NP V (hurt-40.8.3-1-1)
18948%%% Syntax:  [np:Patient,v]
18949%%% CCG:     s:_\np
18950%%% Roles:   [Patient]
18951%%% Example: My ankle twisted.
18952%%%
18953verbnet(break, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18954verbnet(chip, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18955verbnet(fracture, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18956verbnet(pull, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18957verbnet(rupture, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18958verbnet(split, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18959verbnet(splinter, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18960verbnet(sprain, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18961verbnet(tear, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18962verbnet(turn, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18963verbnet(twist, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]).
18964
18965%%% File:    ext/VerbNet/hurt-40.8.3.xml
18966%%% Primary: NP V NP (hurt-40.8.3-1)
18967%%% Syntax:  [np:Experiencer,v,np:Patient]
18968%%% CCG:     (s:_\np)/np
18969%%% Roles:   [Patient,Experiencer]
18970%%% Example: Tessa hurt/sprained her ankle.
18971%%%
18972verbnet(break, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18973verbnet(chip, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18974verbnet(fracture, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18975verbnet(pull, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18976verbnet(rupture, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18977verbnet(split, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18978verbnet(splinter, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18979verbnet(sprain, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18980verbnet(tear, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18981verbnet(turn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18982verbnet(twist, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18983verbnet(stub, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]).
18984
18985%%% File:    ext/VerbNet/hurt-40.8.3.xml
18986%%% Primary: NP V NP (hurt-40.8.3-2)
18987%%% Syntax:  [np:Experiencer,v,np:Patient]
18988%%% CCG:     (s:_\np)/np
18989%%% Roles:   [Patient,Experiencer]
18990%%% Example: Tessa hurt/sprained her ankle.
18991%%%
18992verbnet(bark, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18993verbnet(bite, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18994verbnet(bruise, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18995verbnet(bump, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18996verbnet(burn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18997verbnet(contuse, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18998verbnet(cut, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
18999verbnet(hurt, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19000verbnet(injure, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19001verbnet(nick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19002verbnet(prick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19003verbnet(scald, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19004verbnet(scratch, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19005verbnet(skin, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19006verbnet(strain, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19007verbnet(sunburn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19008verbnet(wrench, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19009
19010%%% File:    ext/VerbNet/hurt-40.8.3.xml
19011%%% Primary: NP V NP (hurt-40.8.3-2)
19012%%% Syntax:  [np:Experiencer,v,np:Patient]
19013%%% CCG:     (s:_\np)/np
19014%%% Roles:   [Patient,Experiencer]
19015%%% Example: Tessa hurt herself.
19016%%%
19017verbnet(bark, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19018verbnet(bite, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19019verbnet(bruise, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19020verbnet(bump, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19021verbnet(burn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19022verbnet(contuse, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19023verbnet(cut, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19024verbnet(hurt, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19025verbnet(injure, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19026verbnet(nick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19027verbnet(prick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19028verbnet(scald, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19029verbnet(scratch, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19030verbnet(skin, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19031verbnet(strain, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19032verbnet(sunburn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19033verbnet(wrench, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]).
19034
19035%%% File:    ext/VerbNet/illustrate-25.3.xml
19036%%% Primary: NP V NP (illustrate-25.3)
19037%%% Syntax:  [np:Agent,v,np:Destination]
19038%%% CCG:     (s:_\np)/np
19039%%% Roles:   [Destination,Agent]
19040%%% Example: The jeweler decorated the ring.
19041%%%
19042verbnet(address, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19043verbnet(adorn, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19044verbnet(autograph, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19045verbnet(bead, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19046verbnet(brand, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19047verbnet(date, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19048verbnet(decorate, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19049verbnet(embellish, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19050verbnet(endorse, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19051verbnet(gild, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19052verbnet(illuminate, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19053verbnet(illustrate, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19054verbnet(initial, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19055verbnet(label, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19056verbnet(letter, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19057verbnet(monogram, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19058verbnet(ornament, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19059verbnet(tag, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]).
19060
19061%%% File:    ext/VerbNet/illustrate-25.3.xml
19062%%% Primary: NP V NP PP.theme (illustrate-25.3)
19063%%% Syntax:  [np:Agent,v,np:Destination,prep:with,np:Theme]
19064%%% CCG:     ((s:_\np)/pp)/np
19065%%% Roles:   [Destination,Agent]
19066%%% Example: The jeweler decorated the ring with the name.
19067%%%
19068verbnet(address, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19069verbnet(adorn, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19070verbnet(autograph, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19071verbnet(bead, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19072verbnet(brand, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19073verbnet(date, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19074verbnet(decorate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19075verbnet(embellish, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19076verbnet(endorse, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19077verbnet(gild, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19078verbnet(illuminate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19079verbnet(illustrate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19080verbnet(initial, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19081verbnet(label, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19082verbnet(letter, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19083verbnet(monogram, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19084verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19085verbnet(tag, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]).
19086verbnet(with, pp/np, ['Theme'], [25,.,3]).
19087
19088%%% File:    ext/VerbNet/image_impression-25.1.xml
19089%%% Primary: NP V NP.theme PP.destination (image_impression-25.1)
19090%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
19091%%% CCG:     ((s:_\np)/pp)/np
19092%%% Roles:   [Theme,Agent]
19093%%% Example: Smith inscribed his name on the ring.
19094%%%
19095verbnet(annotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19096verbnet(applique, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19097verbnet(emboss, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19098verbnet(embroider, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19099verbnet(engrave, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19100verbnet(etch, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19101verbnet(imprint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19102verbnet(incise, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19103verbnet(inscribe, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19104verbnet(mark, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19105verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19106verbnet(scar, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19107verbnet(set, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19108verbnet(sign, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19109verbnet(stamp, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19110verbnet(stipple, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19111verbnet(tattoo, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19112verbnet(tool, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]).
19113
19114%%% File:    ext/VerbNet/image_impression-25.1.xml
19115%%% Primary: NP V NP.destination PP.theme (image_impression-25.1)
19116%%% Syntax:  [np:Agent,v,np:Destination,prep:with,np:Theme]
19117%%% CCG:     ((s:_\np)/pp)/np
19118%%% Roles:   [Destination,Agent]
19119%%% Example: Smith inscribed the ring with his name.
19120%%%
19121verbnet(annotate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19122verbnet(applique, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19123verbnet(emboss, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19124verbnet(embroider, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19125verbnet(engrave, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19126verbnet(etch, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19127verbnet(imprint, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19128verbnet(incise, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19129verbnet(inscribe, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19130verbnet(mark, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19131verbnet(paint, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19132verbnet(scar, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19133verbnet(set, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19134verbnet(sign, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19135verbnet(stamp, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19136verbnet(stipple, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19137verbnet(tattoo, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19138verbnet(tool, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]).
19139verbnet(with, pp/np, ['Theme'], [25,.,1]).
19140
19141%%% File:    ext/VerbNet/image_impression-25.1.xml
19142%%% Primary: NP V NP.destination (image_impression-25.1)
19143%%% Syntax:  [np:Agent,v,np:Destination]
19144%%% CCG:     (s:_\np)/np
19145%%% Roles:   [Destination,Agent]
19146%%% Example: Smith was inscribing the rings.
19147%%%
19148verbnet(annotate, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19149verbnet(applique, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19150verbnet(emboss, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19151verbnet(embroider, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19152verbnet(engrave, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19153verbnet(etch, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19154verbnet(imprint, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19155verbnet(incise, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19156verbnet(inscribe, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19157verbnet(mark, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19158verbnet(paint, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19159verbnet(scar, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19160verbnet(set, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19161verbnet(sign, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19162verbnet(stamp, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19163verbnet(stipple, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19164verbnet(tattoo, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19165verbnet(tool, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]).
19166
19167%%% File:    ext/VerbNet/image_impression-25.1.xml
19168%%% Primary: NP V NP.theme (image_impression-25.1)
19169%%% Syntax:  [np:Agent,v,np:Theme]
19170%%% CCG:     (s:_\np)/np
19171%%% Roles:   [Theme,Agent]
19172%%% Example: Smith inscribed his name.
19173%%%
19174verbnet(annotate, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19175verbnet(applique, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19176verbnet(emboss, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19177verbnet(embroider, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19178verbnet(engrave, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19179verbnet(etch, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19180verbnet(imprint, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19181verbnet(incise, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19182verbnet(inscribe, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19183verbnet(mark, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19184verbnet(paint, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19185verbnet(scar, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19186verbnet(set, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19187verbnet(sign, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19188verbnet(stamp, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19189verbnet(stipple, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19190verbnet(tattoo, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19191verbnet(tool, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]).
19192
19193%%% File:    ext/VerbNet/image_impression-25.1.xml
19194%%% Primary: NP V (image_impression-25.1)
19195%%% Syntax:  [np:Agent,v]
19196%%% CCG:     s:_\np
19197%%% Roles:   [Agent]
19198%%% Example: Smith was inscribing.
19199%%%
19200verbnet(annotate, s:_\np, ['Agent'], [25,'.',1]).
19201verbnet(applique, s:_\np, ['Agent'], [25,'.',1]).
19202verbnet(emboss, s:_\np, ['Agent'], [25,'.',1]).
19203verbnet(embroider, s:_\np, ['Agent'], [25,'.',1]).
19204verbnet(engrave, s:_\np, ['Agent'], [25,'.',1]).
19205verbnet(etch, s:_\np, ['Agent'], [25,'.',1]).
19206verbnet(imprint, s:_\np, ['Agent'], [25,'.',1]).
19207verbnet(incise, s:_\np, ['Agent'], [25,'.',1]).
19208verbnet(inscribe, s:_\np, ['Agent'], [25,'.',1]).
19209verbnet(mark, s:_\np, ['Agent'], [25,'.',1]).
19210verbnet(paint, s:_\np, ['Agent'], [25,'.',1]).
19211verbnet(scar, s:_\np, ['Agent'], [25,'.',1]).
19212verbnet(set, s:_\np, ['Agent'], [25,'.',1]).
19213verbnet(sign, s:_\np, ['Agent'], [25,'.',1]).
19214verbnet(stamp, s:_\np, ['Agent'], [25,'.',1]).
19215verbnet(stipple, s:_\np, ['Agent'], [25,'.',1]).
19216verbnet(tattoo, s:_\np, ['Agent'], [25,'.',1]).
19217verbnet(tool, s:_\np, ['Agent'], [25,'.',1]).
19218
19219%%% File:    ext/VerbNet/indicate-78.xml
19220%%% Primary: NP V NP to be NP (indicate-78-1-1)
19221%%% Syntax:  [np:Cause,v,np:Topic]
19222%%% CCG:     (s:_\np)/np
19223%%% Roles:   [Topic,Cause]
19224%%% Example: This indicates him to be the thief.
19225%%%
19226verbnet(affirm, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19227verbnet(reaffirm, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19228verbnet(disclose, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19229verbnet(verify, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19230verbnet(confirm, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19231verbnet(demonstrate, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19232verbnet(establish, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19233verbnet(prove, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19234verbnet(reveal, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19235verbnet(show, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]).
19236
19237%%% File:    ext/VerbNet/indicate-78.xml
19238%%% Primary: NP V PP.recipient that S (indicate-78-1)
19239%%% Syntax:  [np:Cause,v,prep:to,np:Recipient,s:Topic]
19240%%% CCG:     ((s:_\np)/s:_)/pp
19241%%% Roles:   [Topic,Cause]
19242%%% Example: This indicates to us that they had stolen money.
19243%%%
19244verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19245verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19246verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19247verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19248verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19249verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19250verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19251verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19252verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19253verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19254verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19255verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19256verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19257
19258%%% File:    ext/VerbNet/indicate-78.xml
19259%%% Primary: NP V PP.recipient whether/if S (indicate-78-1)
19260%%% Syntax:  [np:Cause,v,prep:to,np:Recipient,s:Topic]
19261%%% CCG:     ((s:_\np)/s:_)/pp
19262%%% Roles:   [Topic,Cause]
19263%%% Example: This indicates to me whether they did it.
19264%%%
19265verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19266verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19267verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19268verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19269verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19270verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19271verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19272verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19273verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19274verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19275verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19276verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19277verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19278
19279%%% File:    ext/VerbNet/indicate-78.xml
19280%%% Primary: NP V PP.recipient what S (indicate-78-1)
19281%%% Syntax:  [np:Cause,v,prep:to,np:Recipient,s:Topic]
19282%%% CCG:     ((s:_\np)/s:_)/pp
19283%%% Roles:   [Topic,Cause]
19284%%% Example: This indicates to me what he is.
19285%%%
19286verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19287verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19288verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19289verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19290verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19291verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19292verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19293verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19294verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19295verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19296verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19297verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19298verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19299
19300%%% File:    ext/VerbNet/indicate-78.xml
19301%%% Primary: NP V PP.recipient how S (indicate-78-1)
19302%%% Syntax:  [np:Cause,v,prep:to,np:Recipient,s:Topic]
19303%%% CCG:     ((s:_\np)/s:_)/pp
19304%%% Roles:   [Topic,Cause]
19305%%% Example: This indicates to us how it happended.
19306%%%
19307verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19308verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19309verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19310verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19311verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19312verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19313verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19314verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19315verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19316verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19317verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19318verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19319verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]).
19320
19321%%% File:    ext/VerbNet/indicate-78.xml
19322%%% Primary: NP V how S (indicate-78)
19323%%% Syntax:  [np:Cause,v,s:Topic]
19324%%% CCG:     (s:_\np)/s:_
19325%%% Roles:   [Topic,Cause]
19326%%% Example: This indicates how she did it.
19327%%%
19328verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19329verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19330verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19331verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19332verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19333verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19334verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19335verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19336verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19337verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19338verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19339verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19340verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19341verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19342verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19343verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19344verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19345verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19346verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19347verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19348verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19349
19350%%% File:    ext/VerbNet/indicate-78.xml
19351%%% Primary: NP V how S_INF (indicate-78)
19352%%% Syntax:  [np:Cause,v,s:Topic]
19353%%% CCG:     (s:_\np)/s:_
19354%%% Roles:   [Topic,Cause]
19355%%% Example: This indicates how to do it.
19356%%%
19357verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19358verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19359verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19360verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19361verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19362verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19363verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19364verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19365verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19366verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19367verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19368verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19369verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19370verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19371verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19372verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19373verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19374verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19375verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19376verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19377verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19378
19379%%% File:    ext/VerbNet/indicate-78.xml
19380%%% Primary: NP V NP (indicate-78)
19381%%% Syntax:  [np:Cause,v,np:Topic]
19382%%% CCG:     (s:_\np)/np
19383%%% Roles:   [Topic,Cause]
19384%%% Example: This indicates it.
19385%%%
19386verbnet(affirm, (s:_\np)/np, ['Topic','Cause'], [78]).
19387verbnet(reaffirm, (s:_\np)/np, ['Topic','Cause'], [78]).
19388verbnet(disclose, (s:_\np)/np, ['Topic','Cause'], [78]).
19389verbnet(verify, (s:_\np)/np, ['Topic','Cause'], [78]).
19390verbnet(confirm, (s:_\np)/np, ['Topic','Cause'], [78]).
19391verbnet(demonstrate, (s:_\np)/np, ['Topic','Cause'], [78]).
19392verbnet(establish, (s:_\np)/np, ['Topic','Cause'], [78]).
19393verbnet(prove, (s:_\np)/np, ['Topic','Cause'], [78]).
19394verbnet(reveal, (s:_\np)/np, ['Topic','Cause'], [78]).
19395verbnet(show, (s:_\np)/np, ['Topic','Cause'], [78]).
19396verbnet(explain, (s:_\np)/np, ['Topic','Cause'], [78]).
19397verbnet(indicate, (s:_\np)/np, ['Topic','Cause'], [78]).
19398verbnet(say, (s:_\np)/np, ['Topic','Cause'], [78]).
19399verbnet(imply, (s:_\np)/np, ['Topic','Cause'], [78]).
19400verbnet(predict, (s:_\np)/np, ['Topic','Cause'], [78]).
19401verbnet(denote, (s:_\np)/np, ['Topic','Cause'], [78]).
19402verbnet(corroborate, (s:_\np)/np, ['Topic','Cause'], [78]).
19403verbnet(expose, (s:_\np)/np, ['Topic','Cause'], [78]).
19404verbnet(prognosticate, (s:_\np)/np, ['Topic','Cause'], [78]).
19405verbnet(forebode, (s:_\np)/np, ['Topic','Cause'], [78]).
19406verbnet(anticipate, (s:_\np)/np, ['Topic','Cause'], [78]).
19407
19408%%% File:    ext/VerbNet/indicate-78.xml
19409%%% Primary: NP V whether/if S (indicate-78)
19410%%% Syntax:  [np:Cause,v,s:Topic]
19411%%% CCG:     (s:_\np)/s:_
19412%%% Roles:   [Topic,Cause]
19413%%% Example: This indicates whether he is the thief.
19414%%%
19415verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19416verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19417verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19418verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19419verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19420verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19421verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19422verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19423verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19424verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19425verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19426verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19427verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19428verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19429verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19430verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19431verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19432verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19433verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19434verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19435verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19436
19437%%% File:    ext/VerbNet/indicate-78.xml
19438%%% Primary: NP V what S (indicate-78)
19439%%% Syntax:  [np:Cause,v,s:Topic]
19440%%% CCG:     (s:_\np)/s:_
19441%%% Roles:   [Topic,Cause]
19442%%% Example: This indicates what he should do.
19443%%%
19444verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19445verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19446verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19447verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19448verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19449verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19450verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19451verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19452verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19453verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19454verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19455verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19456verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19457verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19458verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19459verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19460verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19461verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19462verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19463verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19464verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]).
19465
19466%%% File:    ext/VerbNet/inquire-37.1.2.xml
19467%%% Primary: NP V how S (inquire-37.1.2)
19468%%% Syntax:  [np:Agent,v,s:Topic]
19469%%% CCG:     (s:_\np)/s:_
19470%%% Roles:   [Topic,Agent]
19471%%% Example: I asked how she did it.
19472%%%
19473verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19474verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19475verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19476verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19477verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19478
19479%%% File:    ext/VerbNet/inquire-37.1.2.xml
19480%%% Primary: NP V how S_INF (inquire-37.1.2)
19481%%% Syntax:  [np:Agent,v,s:Topic]
19482%%% CCG:     (s:_\np)/s:_
19483%%% Roles:   [Topic,Agent]
19484%%% Example: I asked how to do it.
19485%%%
19486verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19487verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19488verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19489verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19490verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19491
19492%%% File:    ext/VerbNet/inquire-37.1.2.xml
19493%%% Primary: NP v (inquire-37.1.2)
19494%%% Syntax:  [np:Agent,v]
19495%%% CCG:     s:_\np
19496%%% Roles:   [Agent]
19497%%% Example: I asked.
19498%%%
19499verbnet(ask, s:_\np, ['Agent'], [37,'.',1,'.',2]).
19500verbnet(enquire, s:_\np, ['Agent'], [37,'.',1,'.',2]).
19501verbnet(inquire, s:_\np, ['Agent'], [37,'.',1,'.',2]).
19502verbnet(consult, s:_\np, ['Agent'], [37,'.',1,'.',2]).
19503verbnet(pry, s:_\np, ['Agent'], [37,'.',1,'.',2]).
19504
19505%%% File:    ext/VerbNet/inquire-37.1.2.xml
19506%%% Primary: NP V NP.recipient (inquire-37.1.2)
19507%%% Syntax:  [np:Agent,v,np:Recipient]
19508%%% CCG:     (s:_\np)/np
19509%%% Roles:   [Recipient,Agent]
19510%%% Example: I asked him.
19511%%%
19512verbnet(ask, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19513verbnet(enquire, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19514verbnet(inquire, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19515verbnet(consult, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19516verbnet(pry, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19517
19518%%% File:    ext/VerbNet/inquire-37.1.2.xml
19519%%% Primary: NP V NP.topic (inquire-37.1.2)
19520%%% Syntax:  [np:Agent,v,np:Topic]
19521%%% CCG:     (s:_\np)/np
19522%%% Roles:   [Topic,Agent]
19523%%% Example: I asked a question.
19524%%%
19525verbnet(ask, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]).
19526verbnet(enquire, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]).
19527verbnet(inquire, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]).
19528verbnet(consult, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]).
19529verbnet(pry, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]).
19530
19531%%% File:    ext/VerbNet/inquire-37.1.2.xml
19532%%% Primary: NP V NP PP.topic (inquire-37.1.2)
19533%%% Syntax:  [np:Agent,v,np:Recipient,prep:about,np:Topic]
19534%%% CCG:     ((s:_\np)/pp)/np
19535%%% Roles:   [Recipient,Agent]
19536%%% Example: I asked him about it.
19537%%%
19538verbnet(ask, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19539verbnet(enquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19540verbnet(inquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19541verbnet(consult, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19542verbnet(pry, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19543verbnet(about, pp/np, ['Topic'], [37,.,1,.,2]).
19544
19545%%% File:    ext/VerbNet/inquire-37.1.2.xml
19546%%% Primary: NP V NP whether S (inquire-37.1.2)
19547%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
19548%%% CCG:     ((s:_\np)/s:_)/np
19549%%% Roles:   [Recipient,Topic,Agent]
19550%%% Example: I asked him whether he was going.
19551%%%
19552verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19553verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19554verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19555verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19556verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19557
19558%%% File:    ext/VerbNet/inquire-37.1.2.xml
19559%%% Primary: NP V NP what S (inquire-37.1.2)
19560%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
19561%%% CCG:     ((s:_\np)/s:_)/np
19562%%% Roles:   [Recipient,Topic,Agent]
19563%%% Example: I asked him what he was doing.
19564%%%
19565verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19566verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19567verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19568verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19569verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19570
19571%%% File:    ext/VerbNet/inquire-37.1.2.xml
19572%%% Primary: NP V NP whether S_INF (inquire-37.1.2)
19573%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
19574%%% CCG:     ((s:_\np)/s:_)/np
19575%%% Roles:   [Recipient,Topic,Agent]
19576%%% Example: I asked him whether to clean the house.
19577%%%
19578verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19579verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19580verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19581verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19582verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19583
19584%%% File:    ext/VerbNet/inquire-37.1.2.xml
19585%%% Primary: NP V NP what S_INF (inquire-37.1.2)
19586%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
19587%%% CCG:     ((s:_\np)/s:_)/np
19588%%% Roles:   [Recipient,Topic,Agent]
19589%%% Example: He asked him what to do.
19590%%%
19591verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19592verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19593verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19594verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19595verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19596
19597%%% File:    ext/VerbNet/inquire-37.1.2.xml
19598%%% Primary: NP V PP.topic whether S (inquire-37.1.2)
19599%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
19600%%% CCG:     (s:_\np)/pp
19601%%% Roles:   [Agent]
19602%%% Example: He asked about whether he wanted to go.
19603%%%
19604verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19605verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19606verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19607verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19608verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19609verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19610
19611%%% File:    ext/VerbNet/inquire-37.1.2.xml
19612%%% Primary: NP V NP PP.topic what S (inquire-37.1.2)
19613%%% Syntax:  [np:Agent,v,np:Recipient,prep:about,s:Topic]
19614%%% CCG:     ((s:_\np)/pp)/np
19615%%% Roles:   [Recipient,Agent]
19616%%% Example: He asked him about what he wanted.
19617%%%
19618verbnet(ask, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19619verbnet(enquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19620verbnet(inquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19621verbnet(consult, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19622verbnet(pry, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]).
19623verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19624
19625%%% File:    ext/VerbNet/inquire-37.1.2.xml
19626%%% Primary: NP V PP.topic whether S_INF (inquire-37.1.2)
19627%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
19628%%% CCG:     (s:_\np)/pp
19629%%% Roles:   [Agent]
19630%%% Example: He asked about whether to go.
19631%%%
19632verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19633verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19634verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19635verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19636verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19637verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19638
19639%%% File:    ext/VerbNet/inquire-37.1.2.xml
19640%%% Primary: NP V PP.topic what S_INF (inquire-37.1.2)
19641%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
19642%%% CCG:     (s:_\np)/pp
19643%%% Roles:   [Agent]
19644%%% Example: He asked about what to do.
19645%%%
19646verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19647verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19648verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19649verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19650verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19651verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19652
19653%%% File:    ext/VerbNet/inquire-37.1.2.xml
19654%%% Primary: NP V PP.topic (inquire-37.1.2)
19655%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
19656%%% CCG:     (s:_\np)/pp
19657%%% Roles:   [Agent]
19658%%% Example: I asked about it.
19659%%%
19660verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19661verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19662verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19663verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19664verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]).
19665verbnet(about, pp/np, ['Topic'], [37,.,1,.,2]).
19666
19667%%% File:    ext/VerbNet/inquire-37.1.2.xml
19668%%% Primary: NP V PP.recipient how S (inquire-37.1.2)
19669%%% Syntax:  [np:Agent,v,prep:of,np:Recipient,s:Topic]
19670%%% CCG:     ((s:_\np)/s:_)/pp
19671%%% Roles:   [Topic,Agent]
19672%%% Example: He asked of her how it works.
19673%%%
19674verbnet(ask, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19675verbnet(enquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19676verbnet(inquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19677verbnet(consult, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19678verbnet(pry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19679
19680%%% File:    ext/VerbNet/inquire-37.1.2.xml
19681%%% Primary: NP V PP.recipient how S_INF (inquire-37.1.2)
19682%%% Syntax:  [np:Agent,v,prep:of,np:Recipient,s:Topic]
19683%%% CCG:     ((s:_\np)/s:_)/pp
19684%%% Roles:   [Topic,Agent]
19685%%% Example: He asked of her how to do it.
19686%%%
19687verbnet(ask, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19688verbnet(enquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19689verbnet(inquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19690verbnet(consult, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19691verbnet(pry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]).
19692
19693%%% File:    ext/VerbNet/inquire-37.1.2.xml
19694%%% Primary: NP V PP.recipient whether S (inquire-37.1.2)
19695%%% Syntax:  [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic]
19696%%% CCG:     ((s:_\np)/pp)/pp
19697%%% Roles:   [Agent]
19698%%% Example: He asked of her about whether he should kill the peasants.
19699%%%
19700verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19701verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19702verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19703verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19704verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19705verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19706
19707%%% File:    ext/VerbNet/inquire-37.1.2.xml
19708%%% Primary: NP V PP.recipient PP.topic what S (inquire-37.1.2)
19709%%% Syntax:  [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic]
19710%%% CCG:     ((s:_\np)/pp)/pp
19711%%% Roles:   [Agent]
19712%%% Example: He asked of her about what he should do.
19713%%%
19714verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19715verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19716verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19717verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19718verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19719verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19720
19721%%% File:    ext/VerbNet/inquire-37.1.2.xml
19722%%% Primary: NP V PP.recipient PP.topic what S_INF (inquire-37.1.2)
19723%%% Syntax:  [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic]
19724%%% CCG:     ((s:_\np)/pp)/pp
19725%%% Roles:   [Agent]
19726%%% Example: He asked of her about what to do.
19727%%%
19728verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19729verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19730verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19731verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19732verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19733verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19734
19735%%% File:    ext/VerbNet/inquire-37.1.2.xml
19736%%% Primary: NP V PP.recipient PP.topic whether S_INF (inquire-37.1.2)
19737%%% Syntax:  [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic]
19738%%% CCG:     ((s:_\np)/pp)/pp
19739%%% Roles:   [Agent]
19740%%% Example: I asked of him about whether to go.
19741%%%
19742verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19743verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19744verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19745verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19746verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]).
19747verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]).
19748
19749%%% File:    ext/VerbNet/inquire-37.1.2.xml
19750%%% Primary: NP V whether S (inquire-37.1.2)
19751%%% Syntax:  [np:Agent,v,s:Topic]
19752%%% CCG:     (s:_\np)/s:_
19753%%% Roles:   [Topic,Agent]
19754%%% Example: He asked whether he should come.
19755%%%
19756verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19757verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19758verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19759verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19760verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19761
19762%%% File:    ext/VerbNet/inquire-37.1.2.xml
19763%%% Primary: NP V what S (inquire-37.1.2)
19764%%% Syntax:  [np:Agent,v,s:Topic]
19765%%% CCG:     (s:_\np)/s:_
19766%%% Roles:   [Topic,Agent]
19767%%% Example: He asked what he should do.
19768%%%
19769verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19770verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19771verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19772verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19773verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19774
19775%%% File:    ext/VerbNet/inquire-37.1.2.xml
19776%%% Primary: NP V whether S_INF (inquire-37.1.2)
19777%%% Syntax:  [np:Agent,v,s:Topic]
19778%%% CCG:     (s:_\np)/s:_
19779%%% Roles:   [Topic,Agent]
19780%%% Example: He asked whether to clean the house.
19781%%%
19782verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19783verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19784verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19785verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19786verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19787
19788%%% File:    ext/VerbNet/inquire-37.1.2.xml
19789%%% Primary: NP V what S_INF (inquire-37.1.2)
19790%%% Syntax:  [np:Agent,v,s:Topic]
19791%%% CCG:     (s:_\np)/s:_
19792%%% Roles:   [Topic,Agent]
19793%%% Example: He asked what to do.
19794%%%
19795verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19796verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19797verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19798verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19799verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]).
19800
19801%%% File:    ext/VerbNet/inquire-37.1.2.xml
19802%%% Primary: NP V NP how S (inquire-37.1.2)
19803%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
19804%%% CCG:     ((s:_\np)/s:_)/np
19805%%% Roles:   [Recipient,Topic,Agent]
19806%%% Example: He asked him how he came.
19807%%%
19808verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19809verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19810verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19811verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19812verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]).
19813
19814%%% File:    ext/VerbNet/instr_communication-37.4.xml
19815%%% Primary: NP V NP (instr_communication-37.4)
19816%%% Syntax:  [np:Agent,v,np:Topic]
19817%%% CCG:     (s:_\np)/np
19818%%% Roles:   [Topic,Agent]
19819%%% Example: Heather cabled the news.
19820%%%
19821verbnet(broadcast, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19822verbnet(cable, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19823verbnet('e-mail', (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19824verbnet(fax, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19825verbnet(modem, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19826verbnet(netmail, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19827verbnet(phone, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19828verbnet(radio, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19829verbnet(relay, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19830verbnet(satellite, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19831verbnet(semaphore, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19832verbnet(sign, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19833verbnet(signal, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19834verbnet(telecast, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19835verbnet(telegraph, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19836verbnet(telephone, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19837verbnet(telex, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19838verbnet(wire, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19839verbnet(wireless, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]).
19840
19841%%% File:    ext/VerbNet/instr_communication-37.4.xml
19842%%% Primary: NP V NP.recipient (instr_communication-37.4)
19843%%% Syntax:  [np:Agent,v,np:Recipient]
19844%%% CCG:     (s:_\np)/np
19845%%% Roles:   [Recipient,Agent]
19846%%% Example: Heather cabled Sara.
19847%%%
19848verbnet(broadcast, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19849verbnet(cable, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19850verbnet('e-mail', (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19851verbnet(fax, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19852verbnet(modem, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19853verbnet(netmail, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19854verbnet(phone, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19855verbnet(radio, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19856verbnet(relay, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19857verbnet(satellite, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19858verbnet(semaphore, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19859verbnet(sign, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19860verbnet(signal, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19861verbnet(telecast, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19862verbnet(telegraph, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19863verbnet(telephone, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19864verbnet(telex, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19865verbnet(wire, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19866verbnet(wireless, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]).
19867
19868%%% File:    ext/VerbNet/instr_communication-37.4.xml
19869%%% Primary: NP V NP PP.recipient (instr_communication-37.4)
19870%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
19871%%% CCG:     ((s:_\np)/pp)/np
19872%%% Roles:   [Topic,Agent]
19873%%% Example: Heather cabled the news to Sara.
19874%%%
19875verbnet(broadcast, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19876verbnet(cable, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19877verbnet('e-mail', ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19878verbnet(fax, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19879verbnet(modem, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19880verbnet(netmail, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19881verbnet(phone, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19882verbnet(radio, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19883verbnet(relay, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19884verbnet(satellite, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19885verbnet(semaphore, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19886verbnet(sign, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19887verbnet(signal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19888verbnet(telecast, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19889verbnet(telegraph, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19890verbnet(telephone, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19891verbnet(telex, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19892verbnet(wire, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19893verbnet(wireless, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]).
19894verbnet(to, pp/np, ['Recipient'], [37,.,4]).
19895
19896%%% File:    ext/VerbNet/instr_communication-37.4.xml
19897%%% Primary: NP V NP-Dative NP (instr_communication-37.4)
19898%%% Syntax:  [np:Agent,v,np:Recipient,np:Topic]
19899%%% CCG:     ((s:_\np)/np)/np
19900%%% Roles:   [Recipient,Topic,Agent]
19901%%% Example: Heather cabled Sara the news.
19902%%%
19903verbnet(broadcast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19904verbnet(cable, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19905verbnet('e-mail', ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19906verbnet(fax, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19907verbnet(modem, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19908verbnet(netmail, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19909verbnet(phone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19910verbnet(radio, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19911verbnet(relay, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19912verbnet(satellite, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19913verbnet(semaphore, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19914verbnet(sign, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19915verbnet(signal, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19916verbnet(telecast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19917verbnet(telegraph, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19918verbnet(telephone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19919verbnet(telex, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19920verbnet(wire, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19921verbnet(wireless, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19922
19923%%% File:    ext/VerbNet/instr_communication-37.4.xml
19924%%% Primary: NP V NP.recipient S-Quote (instr_communication-37.4)
19925%%% Syntax:  [np:Agent,v,np:Recipient,np:Topic]
19926%%% CCG:     ((s:_\np)/np)/np
19927%%% Roles:   [Recipient,Topic,Agent]
19928%%% Example: Heather cabled Sara, 'Come immediately.'
19929%%%
19930verbnet(broadcast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19931verbnet(cable, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19932verbnet('e-mail', ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19933verbnet(fax, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19934verbnet(modem, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19935verbnet(netmail, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19936verbnet(phone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19937verbnet(radio, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19938verbnet(relay, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19939verbnet(satellite, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19940verbnet(semaphore, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19941verbnet(sign, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19942verbnet(signal, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19943verbnet(telecast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19944verbnet(telegraph, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19945verbnet(telephone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19946verbnet(telex, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19947verbnet(wire, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19948verbnet(wireless, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
19949
19950%%% File:    ext/VerbNet/instr_communication-37.4.xml
19951%%% Primary: NP V PP.recipient S-Quote (instr_communication-37.4)
19952%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,np:Topic]
19953%%% CCG:     ((s:_\np)/np)/pp
19954%%% Roles:   [Topic,Agent]
19955%%% Example: Heather cabled to Sara, 'Come immediately.'
19956%%%
19957verbnet(broadcast, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19958verbnet(cable, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19959verbnet('e-mail', ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19960verbnet(fax, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19961verbnet(modem, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19962verbnet(netmail, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19963verbnet(phone, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19964verbnet(radio, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19965verbnet(relay, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19966verbnet(satellite, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19967verbnet(semaphore, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19968verbnet(sign, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19969verbnet(signal, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19970verbnet(telecast, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19971verbnet(telegraph, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19972verbnet(telephone, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19973verbnet(telex, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19974verbnet(wire, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19975verbnet(wireless, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]).
19976
19977%%% File:    ext/VerbNet/instr_communication-37.4.xml
19978%%% Primary: NP V NP PP.topic (instr_communication-37.4)
19979%%% Syntax:  [np:Agent,v,np:Recipient,prep:about,np:Topic]
19980%%% CCG:     ((s:_\np)/pp)/np
19981%%% Roles:   [Recipient,Agent]
19982%%% Example: Heather cabled Sara about the situation.
19983%%%
19984verbnet(broadcast, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19985verbnet(cable, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19986verbnet('e-mail', ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19987verbnet(fax, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19988verbnet(modem, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19989verbnet(netmail, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19990verbnet(phone, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19991verbnet(radio, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19992verbnet(relay, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19993verbnet(satellite, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19994verbnet(semaphore, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19995verbnet(sign, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19996verbnet(signal, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19997verbnet(telecast, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19998verbnet(telegraph, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
19999verbnet(telephone, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
20000verbnet(telex, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
20001verbnet(wire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
20002verbnet(wireless, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]).
20003verbnet(about, pp/np, ['Topic'], [37,.,4]).
20004
20005%%% File:    ext/VerbNet/instr_communication-37.4.xml
20006%%% Primary: NP V that S (instr_communication-37.4)
20007%%% Syntax:  [np:Agent,v,s:Topic]
20008%%% CCG:     (s:_\np)/s:_
20009%%% Roles:   [Topic,Agent]
20010%%% Example: Heather cabled that the party would be tonight.
20011%%%
20012verbnet(broadcast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20013verbnet(cable, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20014verbnet('e-mail', (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20015verbnet(fax, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20016verbnet(modem, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20017verbnet(netmail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20018verbnet(phone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20019verbnet(radio, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20020verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20021verbnet(satellite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20022verbnet(semaphore, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20023verbnet(sign, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20024verbnet(signal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20025verbnet(telecast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20026verbnet(telegraph, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20027verbnet(telephone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20028verbnet(telex, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20029verbnet(wire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20030verbnet(wireless, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20031
20032%%% File:    ext/VerbNet/instr_communication-37.4.xml
20033%%% Primary: NP V when S_INF (instr_communication-37.4)
20034%%% Syntax:  [np:Agent,v,s:Topic]
20035%%% CCG:     (s:_\np)/s:_
20036%%% Roles:   [Topic,Agent]
20037%%% Example: Heather cabled when to send the package.
20038%%%
20039verbnet(broadcast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20040verbnet(cable, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20041verbnet('e-mail', (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20042verbnet(fax, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20043verbnet(modem, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20044verbnet(netmail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20045verbnet(phone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20046verbnet(radio, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20047verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20048verbnet(satellite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20049verbnet(semaphore, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20050verbnet(sign, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20051verbnet(signal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20052verbnet(telecast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20053verbnet(telegraph, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20054verbnet(telephone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20055verbnet(telex, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20056verbnet(wire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20057verbnet(wireless, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]).
20058
20059%%% File:    ext/VerbNet/instr_communication-37.4.xml
20060%%% Primary: NP V S_INF (instr_communication-37.4)
20061%%% Syntax:  [np:Agent,v,vp_to:Topic]
20062%%% CCG:     (s:_\np)/ (s:ng\np)
20063%%% Roles:   [Topic,Agent]
20064%%% Example: Heather cabled when to send the package.
20065%%%
20066verbnet(broadcast, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20067verbnet(cable, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20068verbnet('e-mail', (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20069verbnet(fax, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20070verbnet(modem, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20071verbnet(netmail, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20072verbnet(phone, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20073verbnet(radio, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20074verbnet(relay, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20075verbnet(satellite, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20076verbnet(semaphore, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20077verbnet(sign, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20078verbnet(signal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20079verbnet(telecast, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20080verbnet(telegraph, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20081verbnet(telephone, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20082verbnet(telex, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20083verbnet(wire, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20084verbnet(wireless, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]).
20085
20086%%% File:    ext/VerbNet/instr_communication-37.4.xml
20087%%% Primary: NP V NP.recipient that S (instr_communication-37.4)
20088%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
20089%%% CCG:     ((s:_\np)/s:_)/np
20090%%% Roles:   [Recipient,Topic,Agent]
20091%%% Example: Heather cabled Sara that the party would be tonight.
20092%%%
20093verbnet(broadcast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20094verbnet(cable, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20095verbnet('e-mail', ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20096verbnet(fax, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20097verbnet(modem, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20098verbnet(netmail, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20099verbnet(phone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20100verbnet(radio, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20101verbnet(relay, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20102verbnet(satellite, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20103verbnet(semaphore, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20104verbnet(sign, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20105verbnet(signal, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20106verbnet(telecast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20107verbnet(telegraph, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20108verbnet(telephone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20109verbnet(telex, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20110verbnet(wire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20111verbnet(wireless, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20112
20113%%% File:    ext/VerbNet/instr_communication-37.4.xml
20114%%% Primary: NP V NP.recipient when S_INF (instr_communication-37.4)
20115%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
20116%%% CCG:     ((s:_\np)/s:_)/np
20117%%% Roles:   [Recipient,Topic,Agent]
20118%%% Example: Heather cabled Sara when to send the package.
20119%%%
20120verbnet(broadcast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20121verbnet(cable, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20122verbnet('e-mail', ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20123verbnet(fax, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20124verbnet(modem, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20125verbnet(netmail, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20126verbnet(phone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20127verbnet(radio, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20128verbnet(relay, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20129verbnet(satellite, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20130verbnet(semaphore, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20131verbnet(sign, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20132verbnet(signal, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20133verbnet(telecast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20134verbnet(telegraph, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20135verbnet(telephone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20136verbnet(telex, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20137verbnet(wire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20138verbnet(wireless, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20139
20140%%% File:    ext/VerbNet/instr_communication-37.4.xml
20141%%% Primary: NP V NP.recipient S_INF (instr_communication-37.4)
20142%%% Syntax:  [np:Agent,v,np:Recipient,vp_to:Topic]
20143%%% CCG:     ((s:_\np)/ (s:ng\np))/np
20144%%% Roles:   [Recipient,Topic,Agent]
20145%%% Example: Heather cabled Sara to come.
20146%%%
20147verbnet(broadcast, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20148verbnet(cable, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20149verbnet('e-mail', ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20150verbnet(fax, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20151verbnet(modem, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20152verbnet(netmail, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20153verbnet(phone, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20154verbnet(radio, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20155verbnet(relay, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20156verbnet(satellite, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20157verbnet(semaphore, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20158verbnet(sign, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20159verbnet(signal, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20160verbnet(telecast, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20161verbnet(telegraph, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20162verbnet(telephone, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20163verbnet(telex, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20164verbnet(wire, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20165verbnet(wireless, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]).
20166
20167%%% File:    ext/VerbNet/instr_communication-37.4.xml
20168%%% Primary: NP V PP.recipient that S (instr_communication-37.4)
20169%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
20170%%% CCG:     ((s:_\np)/s:_)/pp
20171%%% Roles:   [Topic,Agent]
20172%%% Example: Heather cabled to Sara that the party would be tonight.
20173%%%
20174verbnet(broadcast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20175verbnet(cable, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20176verbnet('e-mail', ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20177verbnet(fax, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20178verbnet(modem, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20179verbnet(netmail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20180verbnet(phone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20181verbnet(radio, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20182verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20183verbnet(satellite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20184verbnet(semaphore, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20185verbnet(sign, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20186verbnet(signal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20187verbnet(telecast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20188verbnet(telegraph, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20189verbnet(telephone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20190verbnet(telex, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20191verbnet(wire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20192verbnet(wireless, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20193
20194%%% File:    ext/VerbNet/instr_communication-37.4.xml
20195%%% Primary: NP V PP.recipient when S_INF (instr_communication-37.4)
20196%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
20197%%% CCG:     ((s:_\np)/s:_)/pp
20198%%% Roles:   [Topic,Agent]
20199%%% Example: Heather cabled to Sara when to send the package.
20200%%%
20201verbnet(broadcast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20202verbnet(cable, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20203verbnet('e-mail', ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20204verbnet(fax, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20205verbnet(modem, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20206verbnet(netmail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20207verbnet(phone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20208verbnet(radio, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20209verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20210verbnet(satellite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20211verbnet(semaphore, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20212verbnet(sign, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20213verbnet(signal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20214verbnet(telecast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20215verbnet(telegraph, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20216verbnet(telephone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20217verbnet(telex, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20218verbnet(wire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20219verbnet(wireless, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20220
20221%%% File:    ext/VerbNet/instr_communication-37.4.xml
20222%%% Primary: NP V PP.recipient S_INF (instr_communication-37.4)
20223%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,vp_to:Topic]
20224%%% CCG:     ((s:_\np)/ (s:ng\np))/pp
20225%%% Roles:   [Topic,Agent]
20226%%% Example: Heather cabled to Sara to come.
20227%%%
20228verbnet(broadcast, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20229verbnet(cable, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20230verbnet('e-mail', ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20231verbnet(fax, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20232verbnet(modem, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20233verbnet(netmail, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20234verbnet(phone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20235verbnet(radio, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20236verbnet(relay, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20237verbnet(satellite, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20238verbnet(semaphore, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20239verbnet(sign, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20240verbnet(signal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20241verbnet(telecast, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20242verbnet(telegraph, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20243verbnet(telephone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20244verbnet(telex, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20245verbnet(wire, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20246verbnet(wireless, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]).
20247
20248%%% File:    ext/VerbNet/instr_communication-37.4.xml
20249%%% Primary: NP V for NP S_INF (instr_communication-37.4)
20250%%% Syntax:  [np:Agent,v,prep:for,np:Recipient,s:Topic]
20251%%% CCG:     ((s:_\np)/s:_)/pp
20252%%% Roles:   [Topic,Agent]
20253%%% Example: Heather cabled for Sara to come.
20254%%%
20255verbnet(broadcast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20256verbnet(cable, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20257verbnet('e-mail', ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20258verbnet(fax, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20259verbnet(modem, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20260verbnet(netmail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20261verbnet(phone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20262verbnet(radio, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20263verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20264verbnet(satellite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20265verbnet(semaphore, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20266verbnet(sign, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20267verbnet(signal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20268verbnet(telecast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20269verbnet(telegraph, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20270verbnet(telephone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20271verbnet(telex, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20272verbnet(wire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20273verbnet(wireless, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]).
20274
20275%%% File:    ext/VerbNet/interrogate-37.1.3.xml
20276%%% Primary: NP V NP (interrogate-37.1.3)
20277%%% Syntax:  [np:Agent,v,np:Recipient]
20278%%% CCG:     (s:_\np)/np
20279%%% Roles:   [Recipient,Agent]
20280%%% Example: I interrogated him.
20281%%%
20282verbnet('cross-examine', (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20283verbnet(question, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20284verbnet(interview, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20285verbnet(interrogate, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20286
20287%%% File:    ext/VerbNet/interrogate-37.1.3.xml
20288%%% Primary: NP V NP PP.attribute (interrogate-37.1.3)
20289%%% Syntax:  [np:Agent,v,np:Recipient,prep: (as),np:Attribute]
20290%%% CCG:     ((s:_\np)/pp)/np
20291%%% Roles:   [Recipient,Agent]
20292%%% Example: I interrogated him as a suspect.
20293%%%
20294verbnet('cross-examine', ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20295verbnet(question, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20296verbnet(interview, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20297verbnet(interrogate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20298verbnet(as, pp/np, ['Attribute'], [37,.,1,.,3]).
20299
20300%%% File:    ext/VerbNet/interrogate-37.1.3.xml
20301%%% Primary: NP V NP PP.topic (interrogate-37.1.3)
20302%%% Syntax:  [np:Agent,v,np:Recipient,prep:about,np:Topic]
20303%%% CCG:     ((s:_\np)/pp)/np
20304%%% Roles:   [Recipient,Agent]
20305%%% Example: I interrogated him about the incident.
20306%%%
20307verbnet('cross-examine', ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20308verbnet(question, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20309verbnet(interview, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20310verbnet(interrogate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]).
20311verbnet(about, pp/np, ['Topic'], [37,.,1,.,3]).
20312
20313%%% File:    ext/VerbNet/investigate-35.4.xml
20314%%% Primary: NP V NP.location PP.theme (investigate-35.4)
20315%%% Syntax:  [np:Agent,v,np:Location,prep:for,np:Theme]
20316%%% CCG:     ((s:_\np)/pp)/np
20317%%% Roles:   [Location,Agent]
20318%%% Example: We investigated the area for bombs.
20319%%%
20320verbnet(canvass, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20321verbnet(explore, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20322verbnet(examine, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20323verbnet(frisk, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20324verbnet(inspect, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20325verbnet(investigate, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20326verbnet(monitor, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20327verbnet(observe, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20328verbnet(quiz, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20329verbnet(raid, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20330verbnet(ransack, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20331verbnet(riffle, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20332verbnet(scan, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20333verbnet(scrutinize, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20334verbnet(survey, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20335verbnet(tap, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20336verbnet(test, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]).
20337verbnet(for, pp/np, ['Theme'], [35,.,4]).
20338
20339%%% File:    ext/VerbNet/investigate-35.4.xml
20340%%% Primary: NP V NP.location (investigate-35.4)
20341%%% Syntax:  [np:Agent,v,np:Location]
20342%%% CCG:     (s:_\np)/np
20343%%% Roles:   [Location,Agent]
20344%%% Example: We inspected the area.
20345%%%
20346verbnet(canvass, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20347verbnet(explore, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20348verbnet(examine, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20349verbnet(frisk, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20350verbnet(inspect, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20351verbnet(investigate, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20352verbnet(monitor, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20353verbnet(observe, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20354verbnet(quiz, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20355verbnet(raid, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20356verbnet(ransack, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20357verbnet(riffle, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20358verbnet(scan, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20359verbnet(scrutinize, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20360verbnet(survey, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20361verbnet(tap, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20362verbnet(test, (s:_\np)/np, ['Location','Agent'], [35,'.',4]).
20363
20364%%% File:    ext/VerbNet/involve-107.xml
20365%%% Primary: NP V NP (involve-107)
20366%%% Syntax:  [np:Agent,v,np:Theme]
20367%%% CCG:     (s:_\np)/np
20368%%% Roles:   [Theme,Agent]
20369%%% Example: They thoughtlessly involved me.
20370%%%
20371verbnet(involve, (s:_\np)/np, ['Theme','Agent'], [107]).
20372verbnet(engage, (s:_\np)/np, ['Theme','Agent'], [107]).
20373verbnet(relate, (s:_\np)/np, ['Theme','Agent'], [107]).
20374verbnet(include, (s:_\np)/np, ['Theme','Agent'], [107]).
20375verbnet(enroll, (s:_\np)/np, ['Theme','Agent'], [107]).
20376
20377%%% File:    ext/VerbNet/involve-107.xml
20378%%% Primary: NP V NP PP.goal (involve-107)
20379%%% Syntax:  [np:Agent,v,np:Theme,prep:in,np:Goal]
20380%%% CCG:     ((s:_\np)/pp)/np
20381%%% Roles:   [Theme,Agent]
20382%%% Example: They thoughtlessly involved me in their affairs.
20383%%%
20384verbnet(involve, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]).
20385verbnet(engage, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]).
20386verbnet(relate, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]).
20387verbnet(include, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]).
20388verbnet(enroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]).
20389verbnet(in, pp/np, ['Goal'], [107]).
20390
20391%%% File:    ext/VerbNet/judgement-33.xml
20392%%% Primary: NP V NP (judgement-33)
20393%%% Syntax:  [np:Agent,v,np:Theme]
20394%%% CCG:     (s:_\np)/np
20395%%% Roles:   [Theme,Agent]
20396%%% Example: They praised the volunteers.
20397%%%
20398verbnet(acclaim, (s:_\np)/np, ['Theme','Agent'], [33]).
20399verbnet(accurse, (s:_\np)/np, ['Theme','Agent'], [33]).
20400verbnet(applaud, (s:_\np)/np, ['Theme','Agent'], [33]).
20401verbnet(assail, (s:_\np)/np, ['Theme','Agent'], [33]).
20402verbnet(assault, (s:_\np)/np, ['Theme','Agent'], [33]).
20403verbnet(attack, (s:_\np)/np, ['Theme','Agent'], [33]).
20404verbnet(belittle, (s:_\np)/np, ['Theme','Agent'], [33]).
20405verbnet(blame, (s:_\np)/np, ['Theme','Agent'], [33]).
20406verbnet(blaspheme, (s:_\np)/np, ['Theme','Agent'], [33]).
20407verbnet(bless, (s:_\np)/np, ['Theme','Agent'], [33]).
20408verbnet(celebrate, (s:_\np)/np, ['Theme','Agent'], [33]).
20409verbnet(commend, (s:_\np)/np, ['Theme','Agent'], [33]).
20410verbnet(compensate, (s:_\np)/np, ['Theme','Agent'], [33]).
20411verbnet(compliment, (s:_\np)/np, ['Theme','Agent'], [33]).
20412verbnet(condone, (s:_\np)/np, ['Theme','Agent'], [33]).
20413verbnet(congratulate, (s:_\np)/np, ['Theme','Agent'], [33]).
20414verbnet(curse, (s:_\np)/np, ['Theme','Agent'], [33]).
20415verbnet(damn, (s:_\np)/np, ['Theme','Agent'], [33]).
20416verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [33]).
20417verbnet(eulogize, (s:_\np)/np, ['Theme','Agent'], [33]).
20418verbnet(excoriate, (s:_\np)/np, ['Theme','Agent'], [33]).
20419verbnet(excuse, (s:_\np)/np, ['Theme','Agent'], [33]).
20420verbnet(extol, (s:_\np)/np, ['Theme','Agent'], [33]).
20421verbnet(felicitate, (s:_\np)/np, ['Theme','Agent'], [33]).
20422verbnet(forgive, (s:_\np)/np, ['Theme','Agent'], [33]).
20423verbnet(gibe, (s:_\np)/np, ['Theme','Agent'], [33]).
20424verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [33]).
20425verbnet(greet, (s:_\np)/np, ['Theme','Agent'], [33]).
20426verbnet(hail, (s:_\np)/np, ['Theme','Agent'], [33]).
20427verbnet(herald, (s:_\np)/np, ['Theme','Agent'], [33]).
20428verbnet(imprecate, (s:_\np)/np, ['Theme','Agent'], [33]).
20429verbnet(incriminate, (s:_\np)/np, ['Theme','Agent'], [33]).
20430verbnet(indict, (s:_\np)/np, ['Theme','Agent'], [33]).
20431verbnet(lampoon, (s:_\np)/np, ['Theme','Agent'], [33]).
20432verbnet(stigmatize, (s:_\np)/np, ['Theme','Agent'], [33]).
20433verbnet(praise, (s:_\np)/np, ['Theme','Agent'], [33]).
20434verbnet(honor, (s:_\np)/np, ['Theme','Agent'], [33]).
20435verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [33]).
20436verbnet(laud, (s:_\np)/np, ['Theme','Agent'], [33]).
20437verbnet(pardon, (s:_\np)/np, ['Theme','Agent'], [33]).
20438verbnet(recompense, (s:_\np)/np, ['Theme','Agent'], [33]).
20439verbnet(remunerate, (s:_\np)/np, ['Theme','Agent'], [33]).
20440verbnet(slander, (s:_\np)/np, ['Theme','Agent'], [33]).
20441verbnet(stultify, (s:_\np)/np, ['Theme','Agent'], [33]).
20442verbnet(repay, (s:_\np)/np, ['Theme','Agent'], [33]).
20443verbnet(reward, (s:_\np)/np, ['Theme','Agent'], [33]).
20444verbnet(salute, (s:_\np)/np, ['Theme','Agent'], [33]).
20445verbnet(thank, (s:_\np)/np, ['Theme','Agent'], [33]).
20446verbnet(toast, (s:_\np)/np, ['Theme','Agent'], [33]).
20447verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [33]).
20448verbnet(abuse, (s:_\np)/np, ['Theme','Agent'], [33]).
20449verbnet(backbite, (s:_\np)/np, ['Theme','Agent'], [33]).
20450verbnet(calumniate, (s:_\np)/np, ['Theme','Agent'], [33]).
20451verbnet(castigate, (s:_\np)/np, ['Theme','Agent'], [33]).
20452verbnet(censure, (s:_\np)/np, ['Theme','Agent'], [33]).
20453verbnet(chasten, (s:_\np)/np, ['Theme','Agent'], [33]).
20454verbnet(chastise, (s:_\np)/np, ['Theme','Agent'], [33]).
20455verbnet(chide, (s:_\np)/np, ['Theme','Agent'], [33]).
20456verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [33]).
20457verbnet(criticize, (s:_\np)/np, ['Theme','Agent'], [33]).
20458verbnet(decry, (s:_\np)/np, ['Theme','Agent'], [33]).
20459verbnet(defame, (s:_\np)/np, ['Theme','Agent'], [33]).
20460verbnet(denigrate, (s:_\np)/np, ['Theme','Agent'], [33]).
20461verbnet(denounce, (s:_\np)/np, ['Theme','Agent'], [33]).
20462verbnet(deprecate, (s:_\np)/np, ['Theme','Agent'], [33]).
20463verbnet(deride, (s:_\np)/np, ['Theme','Agent'], [33]).
20464verbnet(disparage, (s:_\np)/np, ['Theme','Agent'], [33]).
20465verbnet(fault, (s:_\np)/np, ['Theme','Agent'], [33]).
20466verbnet(impeach, (s:_\np)/np, ['Theme','Agent'], [33]).
20467verbnet(insult, (s:_\np)/np, ['Theme','Agent'], [33]).
20468verbnet(lambaste, (s:_\np)/np, ['Theme','Agent'], [33]).
20469verbnet(malign, (s:_\np)/np, ['Theme','Agent'], [33]).
20470verbnet(mock, (s:_\np)/np, ['Theme','Agent'], [33]).
20471verbnet(penalize, (s:_\np)/np, ['Theme','Agent'], [33]).
20472verbnet(persecute, (s:_\np)/np, ['Theme','Agent'], [33]).
20473verbnet(prosecute, (s:_\np)/np, ['Theme','Agent'], [33]).
20474verbnet(punish, (s:_\np)/np, ['Theme','Agent'], [33]).
20475verbnet(rebuke, (s:_\np)/np, ['Theme','Agent'], [33]).
20476verbnet(reprimand, (s:_\np)/np, ['Theme','Agent'], [33]).
20477verbnet(reproach, (s:_\np)/np, ['Theme','Agent'], [33]).
20478verbnet(reprove, (s:_\np)/np, ['Theme','Agent'], [33]).
20479verbnet(revile, (s:_\np)/np, ['Theme','Agent'], [33]).
20480verbnet(ridicule, (s:_\np)/np, ['Theme','Agent'], [33]).
20481verbnet(scold, (s:_\np)/np, ['Theme','Agent'], [33]).
20482verbnet(repudiate, (s:_\np)/np, ['Theme','Agent'], [33]).
20483verbnet(scorn, (s:_\np)/np, ['Theme','Agent'], [33]).
20484verbnet(shame, (s:_\np)/np, ['Theme','Agent'], [33]).
20485verbnet(snub, (s:_\np)/np, ['Theme','Agent'], [33]).
20486verbnet(upbraid, (s:_\np)/np, ['Theme','Agent'], [33]).
20487verbnet(victimize, (s:_\np)/np, ['Theme','Agent'], [33]).
20488verbnet(vilify, (s:_\np)/np, ['Theme','Agent'], [33]).
20489verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [33]).
20490verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [33]).
20491
20492%%% File:    ext/VerbNet/judgement-33.xml
20493%%% Primary: NP V NP PP.predicate (judgement-33)
20494%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Predicate]
20495%%% CCG:     ((s:_\np)/pp)/np
20496%%% Roles:   [Theme,Agent]
20497%%% Example: They praised the volunteers for their dedication.
20498%%%
20499verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20500verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20501verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20502verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20503verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20504verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20505verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20506verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20507verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20508verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20509verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20510verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20511verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20512verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20513verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20514verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20515verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20516verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20517verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20518verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20519verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20520verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20521verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20522verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20523verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20524verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20525verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20526verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20527verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20528verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20529verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20530verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20531verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20532verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20533verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20534verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20535verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20536verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20537verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20538verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20539verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20540verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20541verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20542verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20543verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20544verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20545verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20546verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20547verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20548verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20549verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20550verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20551verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20552verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20553verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20554verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20555verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20556verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20557verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20558verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20559verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20560verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20561verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20562verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20563verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20564verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20565verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20566verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20567verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20568verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20569verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20570verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20571verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20572verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20573verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20574verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20575verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20576verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20577verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20578verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20579verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20580verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20581verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20582verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20583verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20584verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20585verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20586verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20587verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20588verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20589verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20590verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20591verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20592verbnet(for, pp/np, ['Attribute'], [33]).
20593
20594%%% File:    ext/VerbNet/judgement-33.xml
20595%%% Primary: NP V NP.predicate (judgement-33)
20596%%% Syntax:  [np:Agent,v,np:Theme,np:Predicate]
20597%%% CCG:     ((s:_\np)/np)/np
20598%%% Roles:   [Theme,Attribute,Agent]
20599%%% Example: They praised the volunteer's dedication.
20600%%%
20601verbnet(acclaim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20602verbnet(accurse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20603verbnet(applaud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20604verbnet(assail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20605verbnet(assault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20606verbnet(attack, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20607verbnet(belittle, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20608verbnet(blame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20609verbnet(blaspheme, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20610verbnet(bless, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20611verbnet(celebrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20612verbnet(commend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20613verbnet(compensate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20614verbnet(compliment, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20615verbnet(condone, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20616verbnet(congratulate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20617verbnet(curse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20618verbnet(damn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20619verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20620verbnet(eulogize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20621verbnet(excoriate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20622verbnet(excuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20623verbnet(extol, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20624verbnet(felicitate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20625verbnet(forgive, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20626verbnet(gibe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20627verbnet(glorify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20628verbnet(greet, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20629verbnet(hail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20630verbnet(herald, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20631verbnet(imprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20632verbnet(incriminate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20633verbnet(indict, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20634verbnet(lampoon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20635verbnet(stigmatize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20636verbnet(praise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20637verbnet(honor, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20638verbnet(recommend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20639verbnet(laud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20640verbnet(pardon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20641verbnet(recompense, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20642verbnet(remunerate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20643verbnet(slander, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20644verbnet(stultify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20645verbnet(repay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20646verbnet(reward, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20647verbnet(salute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20648verbnet(thank, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20649verbnet(toast, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20650verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20651verbnet(abuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20652verbnet(backbite, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20653verbnet(calumniate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20654verbnet(castigate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20655verbnet(censure, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20656verbnet(chasten, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20657verbnet(chastise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20658verbnet(chide, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20659verbnet(condemn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20660verbnet(criticize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20661verbnet(decry, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20662verbnet(defame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20663verbnet(denigrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20664verbnet(denounce, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20665verbnet(deprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20666verbnet(deride, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20667verbnet(disparage, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20668verbnet(fault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20669verbnet(impeach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20670verbnet(insult, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20671verbnet(lambaste, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20672verbnet(malign, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20673verbnet(mock, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20674verbnet(penalize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20675verbnet(persecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20676verbnet(prosecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20677verbnet(punish, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20678verbnet(rebuke, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20679verbnet(reprimand, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20680verbnet(reproach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20681verbnet(reprove, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20682verbnet(revile, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20683verbnet(ridicule, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20684verbnet(scold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20685verbnet(repudiate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20686verbnet(scorn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20687verbnet(shame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20688verbnet(snub, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20689verbnet(upbraid, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20690verbnet(victimize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20691verbnet(vilify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20692verbnet(approve, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20693verbnet(sanction, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20694
20695%%% File:    ext/VerbNet/judgement-33.xml
20696%%% Primary: NP V NP PP.predicate (judgement-33)
20697%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Predicate]
20698%%% CCG:     ((s:_\np)/pp)/np
20699%%% Roles:   [Theme,Agent]
20700%%% Example: I judged him as a good man.
20701%%%
20702verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20703verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20704verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20705verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20706verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20707verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20708verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20709verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20710verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20711verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20712verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20713verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20714verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20715verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20716verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20717verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20718verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20719verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20720verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20721verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20722verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20723verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20724verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20725verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20726verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20727verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20728verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20729verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20730verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20731verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20732verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20733verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20734verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20735verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20736verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20737verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20738verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20739verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20740verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20741verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20742verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20743verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20744verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20745verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20746verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20747verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20748verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20749verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20750verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20751verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20752verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20753verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20754verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20755verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20756verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20757verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20758verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20759verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20760verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20761verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20762verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20763verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20764verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20765verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20766verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20767verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20768verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20769verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20770verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20771verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20772verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20773verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20774verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20775verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20776verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20777verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20778verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20779verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20780verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20781verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20782verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20783verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20784verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20785verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20786verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20787verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20788verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20789verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20790verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20791verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20792verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20793verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20794verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
20795verbnet(as, pp/np, ['Attribute'], [33]).
20796
20797%%% File:    ext/VerbNet/judgement-33.xml
20798%%% Primary: NP v NP to be NP (judgement-33)
20799%%% Syntax:  [np:Agent,v,np:Theme,np:Predicate]
20800%%% CCG:     ((s:_\np)/np)/np
20801%%% Roles:   [Theme,Attribute,Agent]
20802%%% Example: I judged him to be a good man.
20803%%%
20804verbnet(acclaim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20805verbnet(accurse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20806verbnet(applaud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20807verbnet(assail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20808verbnet(assault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20809verbnet(attack, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20810verbnet(belittle, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20811verbnet(blame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20812verbnet(blaspheme, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20813verbnet(bless, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20814verbnet(celebrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20815verbnet(commend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20816verbnet(compensate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20817verbnet(compliment, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20818verbnet(condone, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20819verbnet(congratulate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20820verbnet(curse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20821verbnet(damn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20822verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20823verbnet(eulogize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20824verbnet(excoriate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20825verbnet(excuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20826verbnet(extol, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20827verbnet(felicitate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20828verbnet(forgive, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20829verbnet(gibe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20830verbnet(glorify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20831verbnet(greet, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20832verbnet(hail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20833verbnet(herald, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20834verbnet(imprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20835verbnet(incriminate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20836verbnet(indict, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20837verbnet(lampoon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20838verbnet(stigmatize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20839verbnet(praise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20840verbnet(honor, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20841verbnet(recommend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20842verbnet(laud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20843verbnet(pardon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20844verbnet(recompense, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20845verbnet(remunerate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20846verbnet(slander, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20847verbnet(stultify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20848verbnet(repay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20849verbnet(reward, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20850verbnet(salute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20851verbnet(thank, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20852verbnet(toast, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20853verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20854verbnet(abuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20855verbnet(backbite, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20856verbnet(calumniate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20857verbnet(castigate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20858verbnet(censure, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20859verbnet(chasten, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20860verbnet(chastise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20861verbnet(chide, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20862verbnet(condemn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20863verbnet(criticize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20864verbnet(decry, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20865verbnet(defame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20866verbnet(denigrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20867verbnet(denounce, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20868verbnet(deprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20869verbnet(deride, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20870verbnet(disparage, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20871verbnet(fault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20872verbnet(impeach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20873verbnet(insult, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20874verbnet(lambaste, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20875verbnet(malign, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20876verbnet(mock, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20877verbnet(penalize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20878verbnet(persecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20879verbnet(prosecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20880verbnet(punish, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20881verbnet(rebuke, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20882verbnet(reprimand, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20883verbnet(reproach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20884verbnet(reprove, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20885verbnet(revile, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20886verbnet(ridicule, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20887verbnet(scold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20888verbnet(repudiate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20889verbnet(scorn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20890verbnet(shame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20891verbnet(snub, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20892verbnet(upbraid, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20893verbnet(victimize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20894verbnet(vilify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20895verbnet(approve, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20896verbnet(sanction, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
20897
20898%%% File:    ext/VerbNet/judgment-33.xml
20899%%% Primary: NP V NP (judgment-33)
20900%%% Syntax:  [np:Agent,v,np:Theme]
20901%%% CCG:     (s:_\np)/np
20902%%% Roles:   [Theme,Agent]
20903%%% Example: They praised the volunteers.
20904%%%
20905verbnet(acclaim, (s:_\np)/np, ['Theme','Agent'], [33]).
20906verbnet(accurse, (s:_\np)/np, ['Theme','Agent'], [33]).
20907verbnet(applaud, (s:_\np)/np, ['Theme','Agent'], [33]).
20908verbnet(assail, (s:_\np)/np, ['Theme','Agent'], [33]).
20909verbnet(assault, (s:_\np)/np, ['Theme','Agent'], [33]).
20910verbnet(attack, (s:_\np)/np, ['Theme','Agent'], [33]).
20911verbnet(badmouth, (s:_\np)/np, ['Theme','Agent'], [33]).
20912verbnet(belittle, (s:_\np)/np, ['Theme','Agent'], [33]).
20913verbnet(blame, (s:_\np)/np, ['Theme','Agent'], [33]).
20914verbnet(blaspheme, (s:_\np)/np, ['Theme','Agent'], [33]).
20915verbnet(bless, (s:_\np)/np, ['Theme','Agent'], [33]).
20916verbnet(celebrate, (s:_\np)/np, ['Theme','Agent'], [33]).
20917verbnet(commend, (s:_\np)/np, ['Theme','Agent'], [33]).
20918verbnet(compensate, (s:_\np)/np, ['Theme','Agent'], [33]).
20919verbnet(compliment, (s:_\np)/np, ['Theme','Agent'], [33]).
20920verbnet(condone, (s:_\np)/np, ['Theme','Agent'], [33]).
20921verbnet(congratulate, (s:_\np)/np, ['Theme','Agent'], [33]).
20922verbnet(curse, (s:_\np)/np, ['Theme','Agent'], [33]).
20923verbnet(damn, (s:_\np)/np, ['Theme','Agent'], [33]).
20924verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [33]).
20925verbnet(eulogize, (s:_\np)/np, ['Theme','Agent'], [33]).
20926verbnet(excoriate, (s:_\np)/np, ['Theme','Agent'], [33]).
20927verbnet(excuse, (s:_\np)/np, ['Theme','Agent'], [33]).
20928verbnet(extol, (s:_\np)/np, ['Theme','Agent'], [33]).
20929verbnet(felicitate, (s:_\np)/np, ['Theme','Agent'], [33]).
20930verbnet(forgive, (s:_\np)/np, ['Theme','Agent'], [33]).
20931verbnet(gibe, (s:_\np)/np, ['Theme','Agent'], [33]).
20932verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [33]).
20933verbnet(greet, (s:_\np)/np, ['Theme','Agent'], [33]).
20934verbnet(hail, (s:_\np)/np, ['Theme','Agent'], [33]).
20935verbnet(herald, (s:_\np)/np, ['Theme','Agent'], [33]).
20936verbnet(imprecate, (s:_\np)/np, ['Theme','Agent'], [33]).
20937verbnet(incriminate, (s:_\np)/np, ['Theme','Agent'], [33]).
20938verbnet(indict, (s:_\np)/np, ['Theme','Agent'], [33]).
20939verbnet(lampoon, (s:_\np)/np, ['Theme','Agent'], [33]).
20940verbnet(stigmatize, (s:_\np)/np, ['Theme','Agent'], [33]).
20941verbnet(praise, (s:_\np)/np, ['Theme','Agent'], [33]).
20942verbnet(honor, (s:_\np)/np, ['Theme','Agent'], [33]).
20943verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [33]).
20944verbnet(laud, (s:_\np)/np, ['Theme','Agent'], [33]).
20945verbnet(pardon, (s:_\np)/np, ['Theme','Agent'], [33]).
20946verbnet(recompense, (s:_\np)/np, ['Theme','Agent'], [33]).
20947verbnet(remunerate, (s:_\np)/np, ['Theme','Agent'], [33]).
20948verbnet(reprobate, (s:_\np)/np, ['Theme','Agent'], [33]).
20949verbnet(slander, (s:_\np)/np, ['Theme','Agent'], [33]).
20950verbnet(stultify, (s:_\np)/np, ['Theme','Agent'], [33]).
20951verbnet(repay, (s:_\np)/np, ['Theme','Agent'], [33]).
20952verbnet(reward, (s:_\np)/np, ['Theme','Agent'], [33]).
20953verbnet(salute, (s:_\np)/np, ['Theme','Agent'], [33]).
20954verbnet(satirize, (s:_\np)/np, ['Theme','Agent'], [33]).
20955verbnet(thank, (s:_\np)/np, ['Theme','Agent'], [33]).
20956verbnet(toast, (s:_\np)/np, ['Theme','Agent'], [33]).
20957verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [33]).
20958verbnet(abuse, (s:_\np)/np, ['Theme','Agent'], [33]).
20959verbnet(backbite, (s:_\np)/np, ['Theme','Agent'], [33]).
20960verbnet(calumniate, (s:_\np)/np, ['Theme','Agent'], [33]).
20961verbnet(castigate, (s:_\np)/np, ['Theme','Agent'], [33]).
20962verbnet(censure, (s:_\np)/np, ['Theme','Agent'], [33]).
20963verbnet(chasten, (s:_\np)/np, ['Theme','Agent'], [33]).
20964verbnet(chastise, (s:_\np)/np, ['Theme','Agent'], [33]).
20965verbnet(chide, (s:_\np)/np, ['Theme','Agent'], [33]).
20966verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [33]).
20967verbnet(criticize, (s:_\np)/np, ['Theme','Agent'], [33]).
20968verbnet(decry, (s:_\np)/np, ['Theme','Agent'], [33]).
20969verbnet(defame, (s:_\np)/np, ['Theme','Agent'], [33]).
20970verbnet(denigrate, (s:_\np)/np, ['Theme','Agent'], [33]).
20971verbnet(denounce, (s:_\np)/np, ['Theme','Agent'], [33]).
20972verbnet(deprecate, (s:_\np)/np, ['Theme','Agent'], [33]).
20973verbnet(deride, (s:_\np)/np, ['Theme','Agent'], [33]).
20974verbnet(disparage, (s:_\np)/np, ['Theme','Agent'], [33]).
20975verbnet(fault, (s:_\np)/np, ['Theme','Agent'], [33]).
20976verbnet(impeach, (s:_\np)/np, ['Theme','Agent'], [33]).
20977verbnet(insult, (s:_\np)/np, ['Theme','Agent'], [33]).
20978verbnet(lambaste, (s:_\np)/np, ['Theme','Agent'], [33]).
20979verbnet(malign, (s:_\np)/np, ['Theme','Agent'], [33]).
20980verbnet(mock, (s:_\np)/np, ['Theme','Agent'], [33]).
20981verbnet(penalize, (s:_\np)/np, ['Theme','Agent'], [33]).
20982verbnet(persecute, (s:_\np)/np, ['Theme','Agent'], [33]).
20983verbnet(prosecute, (s:_\np)/np, ['Theme','Agent'], [33]).
20984verbnet(punish, (s:_\np)/np, ['Theme','Agent'], [33]).
20985verbnet(rebuke, (s:_\np)/np, ['Theme','Agent'], [33]).
20986verbnet(reprimand, (s:_\np)/np, ['Theme','Agent'], [33]).
20987verbnet(reproach, (s:_\np)/np, ['Theme','Agent'], [33]).
20988verbnet(reprove, (s:_\np)/np, ['Theme','Agent'], [33]).
20989verbnet(revile, (s:_\np)/np, ['Theme','Agent'], [33]).
20990verbnet(ridicule, (s:_\np)/np, ['Theme','Agent'], [33]).
20991verbnet(scold, (s:_\np)/np, ['Theme','Agent'], [33]).
20992verbnet(repudiate, (s:_\np)/np, ['Theme','Agent'], [33]).
20993verbnet(scorn, (s:_\np)/np, ['Theme','Agent'], [33]).
20994verbnet(shame, (s:_\np)/np, ['Theme','Agent'], [33]).
20995verbnet(snub, (s:_\np)/np, ['Theme','Agent'], [33]).
20996verbnet(upbraid, (s:_\np)/np, ['Theme','Agent'], [33]).
20997verbnet(victimize, (s:_\np)/np, ['Theme','Agent'], [33]).
20998verbnet(vilify, (s:_\np)/np, ['Theme','Agent'], [33]).
20999verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [33]).
21000verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [33]).
21001verbnet(slang, (s:_\np)/np, ['Theme','Agent'], [33]).
21002
21003%%% File:    ext/VerbNet/judgment-33.xml
21004%%% Primary: NP V NP PP.attribute (judgment-33)
21005%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Attribute]
21006%%% CCG:     ((s:_\np)/pp)/np
21007%%% Roles:   [Theme,Agent]
21008%%% Example: They praised the volunteers for their dedication.
21009%%%
21010verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21011verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21012verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21013verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21014verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21015verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21016verbnet(badmouth, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21017verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21018verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21019verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21020verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21021verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21022verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21023verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21024verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21025verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21026verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21027verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21028verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21029verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21030verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21031verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21032verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21033verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21034verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21035verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21036verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21037verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21038verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21039verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21040verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21041verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21042verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21043verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21044verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21045verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21046verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21047verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21048verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21049verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21050verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21051verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21052verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21053verbnet(reprobate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21054verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21055verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21056verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21057verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21058verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21059verbnet(satirize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21060verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21061verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21062verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21063verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21064verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21065verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21066verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21067verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21068verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21069verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21070verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21071verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21072verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21073verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21074verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21075verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21076verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21077verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21078verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21079verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21080verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21081verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21082verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21083verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21084verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21085verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21086verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21087verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21088verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21089verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21090verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21091verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21092verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21093verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21094verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21095verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21096verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21097verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21098verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21099verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21100verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21101verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21102verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21103verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21104verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21105verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21106verbnet(slang, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21107verbnet(for, pp/np, ['Attribute'], [33]).
21108
21109%%% File:    ext/VerbNet/judgment-33.xml
21110%%% Primary: NP V NP.theme (judgment-33)
21111%%% Syntax:  [np:Agent,v,np:Theme]
21112%%% CCG:     (s:_\np)/np
21113%%% Roles:   [Theme,Agent]
21114%%% Example: They praised the volunteer's dedication.
21115%%%
21116verbnet(acclaim, (s:_\np)/np, ['Theme','Agent'], [33]).
21117verbnet(accurse, (s:_\np)/np, ['Theme','Agent'], [33]).
21118verbnet(applaud, (s:_\np)/np, ['Theme','Agent'], [33]).
21119verbnet(assail, (s:_\np)/np, ['Theme','Agent'], [33]).
21120verbnet(assault, (s:_\np)/np, ['Theme','Agent'], [33]).
21121verbnet(attack, (s:_\np)/np, ['Theme','Agent'], [33]).
21122verbnet(badmouth, (s:_\np)/np, ['Theme','Agent'], [33]).
21123verbnet(belittle, (s:_\np)/np, ['Theme','Agent'], [33]).
21124verbnet(blame, (s:_\np)/np, ['Theme','Agent'], [33]).
21125verbnet(blaspheme, (s:_\np)/np, ['Theme','Agent'], [33]).
21126verbnet(bless, (s:_\np)/np, ['Theme','Agent'], [33]).
21127verbnet(celebrate, (s:_\np)/np, ['Theme','Agent'], [33]).
21128verbnet(commend, (s:_\np)/np, ['Theme','Agent'], [33]).
21129verbnet(compensate, (s:_\np)/np, ['Theme','Agent'], [33]).
21130verbnet(compliment, (s:_\np)/np, ['Theme','Agent'], [33]).
21131verbnet(condone, (s:_\np)/np, ['Theme','Agent'], [33]).
21132verbnet(congratulate, (s:_\np)/np, ['Theme','Agent'], [33]).
21133verbnet(curse, (s:_\np)/np, ['Theme','Agent'], [33]).
21134verbnet(damn, (s:_\np)/np, ['Theme','Agent'], [33]).
21135verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [33]).
21136verbnet(eulogize, (s:_\np)/np, ['Theme','Agent'], [33]).
21137verbnet(excoriate, (s:_\np)/np, ['Theme','Agent'], [33]).
21138verbnet(excuse, (s:_\np)/np, ['Theme','Agent'], [33]).
21139verbnet(extol, (s:_\np)/np, ['Theme','Agent'], [33]).
21140verbnet(felicitate, (s:_\np)/np, ['Theme','Agent'], [33]).
21141verbnet(forgive, (s:_\np)/np, ['Theme','Agent'], [33]).
21142verbnet(gibe, (s:_\np)/np, ['Theme','Agent'], [33]).
21143verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [33]).
21144verbnet(greet, (s:_\np)/np, ['Theme','Agent'], [33]).
21145verbnet(hail, (s:_\np)/np, ['Theme','Agent'], [33]).
21146verbnet(herald, (s:_\np)/np, ['Theme','Agent'], [33]).
21147verbnet(imprecate, (s:_\np)/np, ['Theme','Agent'], [33]).
21148verbnet(incriminate, (s:_\np)/np, ['Theme','Agent'], [33]).
21149verbnet(indict, (s:_\np)/np, ['Theme','Agent'], [33]).
21150verbnet(lampoon, (s:_\np)/np, ['Theme','Agent'], [33]).
21151verbnet(stigmatize, (s:_\np)/np, ['Theme','Agent'], [33]).
21152verbnet(praise, (s:_\np)/np, ['Theme','Agent'], [33]).
21153verbnet(honor, (s:_\np)/np, ['Theme','Agent'], [33]).
21154verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [33]).
21155verbnet(laud, (s:_\np)/np, ['Theme','Agent'], [33]).
21156verbnet(pardon, (s:_\np)/np, ['Theme','Agent'], [33]).
21157verbnet(recompense, (s:_\np)/np, ['Theme','Agent'], [33]).
21158verbnet(remunerate, (s:_\np)/np, ['Theme','Agent'], [33]).
21159verbnet(reprobate, (s:_\np)/np, ['Theme','Agent'], [33]).
21160verbnet(slander, (s:_\np)/np, ['Theme','Agent'], [33]).
21161verbnet(stultify, (s:_\np)/np, ['Theme','Agent'], [33]).
21162verbnet(repay, (s:_\np)/np, ['Theme','Agent'], [33]).
21163verbnet(reward, (s:_\np)/np, ['Theme','Agent'], [33]).
21164verbnet(salute, (s:_\np)/np, ['Theme','Agent'], [33]).
21165verbnet(satirize, (s:_\np)/np, ['Theme','Agent'], [33]).
21166verbnet(thank, (s:_\np)/np, ['Theme','Agent'], [33]).
21167verbnet(toast, (s:_\np)/np, ['Theme','Agent'], [33]).
21168verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [33]).
21169verbnet(abuse, (s:_\np)/np, ['Theme','Agent'], [33]).
21170verbnet(backbite, (s:_\np)/np, ['Theme','Agent'], [33]).
21171verbnet(calumniate, (s:_\np)/np, ['Theme','Agent'], [33]).
21172verbnet(castigate, (s:_\np)/np, ['Theme','Agent'], [33]).
21173verbnet(censure, (s:_\np)/np, ['Theme','Agent'], [33]).
21174verbnet(chasten, (s:_\np)/np, ['Theme','Agent'], [33]).
21175verbnet(chastise, (s:_\np)/np, ['Theme','Agent'], [33]).
21176verbnet(chide, (s:_\np)/np, ['Theme','Agent'], [33]).
21177verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [33]).
21178verbnet(criticize, (s:_\np)/np, ['Theme','Agent'], [33]).
21179verbnet(decry, (s:_\np)/np, ['Theme','Agent'], [33]).
21180verbnet(defame, (s:_\np)/np, ['Theme','Agent'], [33]).
21181verbnet(denigrate, (s:_\np)/np, ['Theme','Agent'], [33]).
21182verbnet(denounce, (s:_\np)/np, ['Theme','Agent'], [33]).
21183verbnet(deprecate, (s:_\np)/np, ['Theme','Agent'], [33]).
21184verbnet(deride, (s:_\np)/np, ['Theme','Agent'], [33]).
21185verbnet(disparage, (s:_\np)/np, ['Theme','Agent'], [33]).
21186verbnet(fault, (s:_\np)/np, ['Theme','Agent'], [33]).
21187verbnet(impeach, (s:_\np)/np, ['Theme','Agent'], [33]).
21188verbnet(insult, (s:_\np)/np, ['Theme','Agent'], [33]).
21189verbnet(lambaste, (s:_\np)/np, ['Theme','Agent'], [33]).
21190verbnet(malign, (s:_\np)/np, ['Theme','Agent'], [33]).
21191verbnet(mock, (s:_\np)/np, ['Theme','Agent'], [33]).
21192verbnet(penalize, (s:_\np)/np, ['Theme','Agent'], [33]).
21193verbnet(persecute, (s:_\np)/np, ['Theme','Agent'], [33]).
21194verbnet(prosecute, (s:_\np)/np, ['Theme','Agent'], [33]).
21195verbnet(punish, (s:_\np)/np, ['Theme','Agent'], [33]).
21196verbnet(rebuke, (s:_\np)/np, ['Theme','Agent'], [33]).
21197verbnet(reprimand, (s:_\np)/np, ['Theme','Agent'], [33]).
21198verbnet(reproach, (s:_\np)/np, ['Theme','Agent'], [33]).
21199verbnet(reprove, (s:_\np)/np, ['Theme','Agent'], [33]).
21200verbnet(revile, (s:_\np)/np, ['Theme','Agent'], [33]).
21201verbnet(ridicule, (s:_\np)/np, ['Theme','Agent'], [33]).
21202verbnet(scold, (s:_\np)/np, ['Theme','Agent'], [33]).
21203verbnet(repudiate, (s:_\np)/np, ['Theme','Agent'], [33]).
21204verbnet(scorn, (s:_\np)/np, ['Theme','Agent'], [33]).
21205verbnet(shame, (s:_\np)/np, ['Theme','Agent'], [33]).
21206verbnet(snub, (s:_\np)/np, ['Theme','Agent'], [33]).
21207verbnet(upbraid, (s:_\np)/np, ['Theme','Agent'], [33]).
21208verbnet(victimize, (s:_\np)/np, ['Theme','Agent'], [33]).
21209verbnet(vilify, (s:_\np)/np, ['Theme','Agent'], [33]).
21210verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [33]).
21211verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [33]).
21212verbnet(slang, (s:_\np)/np, ['Theme','Agent'], [33]).
21213
21214%%% File:    ext/VerbNet/judgment-33.xml
21215%%% Primary: NP V NP PP.attribute (judgment-33)
21216%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Attribute]
21217%%% CCG:     ((s:_\np)/pp)/np
21218%%% Roles:   [Theme,Agent]
21219%%% Example: I judged him as a good man.
21220%%%
21221verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21222verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21223verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21224verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21225verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21226verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21227verbnet(badmouth, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21228verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21229verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21230verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21231verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21232verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21233verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21234verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21235verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21236verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21237verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21238verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21239verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21240verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21241verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21242verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21243verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21244verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21245verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21246verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21247verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21248verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21249verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21250verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21251verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21252verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21253verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21254verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21255verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21256verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21257verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21258verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21259verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21260verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21261verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21262verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21263verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21264verbnet(reprobate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21265verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21266verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21267verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21268verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21269verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21270verbnet(satirize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21271verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21272verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21273verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21274verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21275verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21276verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21277verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21278verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21279verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21280verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21281verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21282verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21283verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21284verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21285verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21286verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21287verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21288verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21289verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21290verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21291verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21292verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21293verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21294verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21295verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21296verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21297verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21298verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21299verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21300verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21301verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21302verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21303verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21304verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21305verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21306verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21307verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21308verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21309verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21310verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21311verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21312verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21313verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21314verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21315verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21316verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21317verbnet(slang, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]).
21318verbnet(as, pp/np, ['Attribute'], [33]).
21319
21320%%% File:    ext/VerbNet/judgment-33.xml
21321%%% Primary: NP V NP to be NP (judgment-33)
21322%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
21323%%% CCG:     ((s:_\np)/np)/np
21324%%% Roles:   [Theme,Attribute,Agent]
21325%%% Example: I judged him to be a good man.
21326%%%
21327verbnet(acclaim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21328verbnet(accurse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21329verbnet(applaud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21330verbnet(assail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21331verbnet(assault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21332verbnet(attack, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21333verbnet(badmouth, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21334verbnet(belittle, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21335verbnet(blame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21336verbnet(blaspheme, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21337verbnet(bless, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21338verbnet(celebrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21339verbnet(commend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21340verbnet(compensate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21341verbnet(compliment, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21342verbnet(condone, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21343verbnet(congratulate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21344verbnet(curse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21345verbnet(damn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21346verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21347verbnet(eulogize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21348verbnet(excoriate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21349verbnet(excuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21350verbnet(extol, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21351verbnet(felicitate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21352verbnet(forgive, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21353verbnet(gibe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21354verbnet(glorify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21355verbnet(greet, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21356verbnet(hail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21357verbnet(herald, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21358verbnet(imprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21359verbnet(incriminate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21360verbnet(indict, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21361verbnet(lampoon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21362verbnet(stigmatize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21363verbnet(praise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21364verbnet(honor, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21365verbnet(recommend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21366verbnet(laud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21367verbnet(pardon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21368verbnet(recompense, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21369verbnet(remunerate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21370verbnet(reprobate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21371verbnet(slander, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21372verbnet(stultify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21373verbnet(repay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21374verbnet(reward, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21375verbnet(salute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21376verbnet(satirize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21377verbnet(thank, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21378verbnet(toast, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21379verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21380verbnet(abuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21381verbnet(backbite, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21382verbnet(calumniate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21383verbnet(castigate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21384verbnet(censure, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21385verbnet(chasten, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21386verbnet(chastise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21387verbnet(chide, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21388verbnet(condemn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21389verbnet(criticize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21390verbnet(decry, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21391verbnet(defame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21392verbnet(denigrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21393verbnet(denounce, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21394verbnet(deprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21395verbnet(deride, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21396verbnet(disparage, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21397verbnet(fault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21398verbnet(impeach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21399verbnet(insult, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21400verbnet(lambaste, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21401verbnet(malign, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21402verbnet(mock, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21403verbnet(penalize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21404verbnet(persecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21405verbnet(prosecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21406verbnet(punish, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21407verbnet(rebuke, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21408verbnet(reprimand, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21409verbnet(reproach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21410verbnet(reprove, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21411verbnet(revile, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21412verbnet(ridicule, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21413verbnet(scold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21414verbnet(repudiate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21415verbnet(scorn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21416verbnet(shame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21417verbnet(snub, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21418verbnet(upbraid, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21419verbnet(victimize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21420verbnet(vilify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21421verbnet(approve, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21422verbnet(sanction, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21423verbnet(slang, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]).
21424
21425%%% File:    ext/VerbNet/keep-15.2.xml
21426%%% Primary: NP V NP PP.location (keep-15.2)
21427%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
21428%%% CCG:     ((s:_\np)/pp)/np
21429%%% Roles:   [Theme,Agent]
21430%%% Example: Michelle kept the papers in the desk.
21431%%%
21432verbnet(hoard, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]).
21433verbnet(keep, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]).
21434verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]).
21435verbnet(store, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]).
21436verbnet(stock, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]).
21437verbnet(stockpile, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]).
21438
21439%%% File:    ext/VerbNet/keep-15.2.xml
21440%%% Primary: NP V NP (keep-15.2)
21441%%% Syntax:  [np:Agent,v,np:Theme]
21442%%% CCG:     (s:_\np)/np
21443%%% Roles:   [Theme,Agent]
21444%%% Example: Many small investors in Belgium store securities.
21445%%%
21446verbnet(hoard, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]).
21447verbnet(keep, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]).
21448verbnet(leave, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]).
21449verbnet(store, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]).
21450verbnet(stock, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]).
21451verbnet(stockpile, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]).
21452
21453%%% File:    ext/VerbNet/knead-26.5.xml
21454%%% Primary: NP.material V PP.product (knead-26.5)
21455%%% Syntax:  [np:Material,v,prep:into,np:Product]
21456%%% CCG:     (s:_\np)/pp
21457%%% Roles:   [Source]
21458%%% Example: The dough twirled into a pretzel.
21459%%%
21460verbnet(beat, (s:_\np)/pp, ['Source'], [26,'.',5]).
21461verbnet(bend, (s:_\np)/pp, ['Source'], [26,'.',5]).
21462verbnet(coil, (s:_\np)/pp, ['Source'], [26,'.',5]).
21463verbnet(collect, (s:_\np)/pp, ['Source'], [26,'.',5]).
21464verbnet(compress, (s:_\np)/pp, ['Source'], [26,'.',5]).
21465verbnet(contort, (s:_\np)/pp, ['Source'], [26,'.',5]).
21466verbnet(curve, (s:_\np)/pp, ['Source'], [26,'.',5]).
21467verbnet(distort, (s:_\np)/pp, ['Source'], [26,'.',5]).
21468verbnet(fold, (s:_\np)/pp, ['Source'], [26,'.',5]).
21469verbnet(flex, (s:_\np)/pp, ['Source'], [26,'.',5]).
21470verbnet(flux, (s:_\np)/pp, ['Source'], [26,'.',5]).
21471verbnet(knead, (s:_\np)/pp, ['Source'], [26,'.',5]).
21472verbnet(melt, (s:_\np)/pp, ['Source'], [26,'.',5]).
21473verbnet(shake, (s:_\np)/pp, ['Source'], [26,'.',5]).
21474verbnet(squash, (s:_\np)/pp, ['Source'], [26,'.',5]).
21475verbnet(squeeze, (s:_\np)/pp, ['Source'], [26,'.',5]).
21476verbnet(squish, (s:_\np)/pp, ['Source'], [26,'.',5]).
21477verbnet(twirl, (s:_\np)/pp, ['Source'], [26,'.',5]).
21478verbnet(twist, (s:_\np)/pp, ['Source'], [26,'.',5]).
21479verbnet(wad, (s:_\np)/pp, ['Source'], [26,'.',5]).
21480verbnet(whip, (s:_\np)/pp, ['Source'], [26,'.',5]).
21481verbnet(wind, (s:_\np)/pp, ['Source'], [26,'.',5]).
21482verbnet(work, (s:_\np)/pp, ['Source'], [26,'.',5]).
21483verbnet(into, pp/np, ['Result'], [26,.,5]).
21484
21485%%% File:    ext/VerbNet/knead-26.5.xml
21486%%% Primary: NP V NP.material PP.product (knead-26.5)
21487%%% Syntax:  [np:Agent,v,np:Material,prep:into,np:Product]
21488%%% CCG:     ((s:_\np)/pp)/np
21489%%% Roles:   [Source,Agent]
21490%%% Example: I kneaded the dough into a loaf.
21491%%%
21492verbnet(beat, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21493verbnet(bend, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21494verbnet(coil, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21495verbnet(collect, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21496verbnet(compress, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21497verbnet(contort, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21498verbnet(curve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21499verbnet(distort, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21500verbnet(fold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21501verbnet(flex, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21502verbnet(flux, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21503verbnet(knead, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21504verbnet(melt, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21505verbnet(shake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21506verbnet(squash, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21507verbnet(squeeze, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21508verbnet(squish, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21509verbnet(twirl, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21510verbnet(twist, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21511verbnet(wad, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21512verbnet(whip, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21513verbnet(wind, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21514verbnet(work, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]).
21515verbnet(into, pp/np, ['Result'], [26,.,5]).
21516
21517%%% File:    ext/VerbNet/knead-26.5.xml
21518%%% Primary: NP V NP.material (knead-26.5)
21519%%% Syntax:  [np:Agent,v,np:Material]
21520%%% CCG:     (s:_\np)/np
21521%%% Roles:   [Source,Agent]
21522%%% Example: I kneaded the dough.
21523%%%
21524verbnet(beat, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21525verbnet(bend, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21526verbnet(coil, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21527verbnet(collect, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21528verbnet(compress, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21529verbnet(contort, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21530verbnet(curve, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21531verbnet(distort, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21532verbnet(fold, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21533verbnet(flex, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21534verbnet(flux, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21535verbnet(knead, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21536verbnet(melt, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21537verbnet(shake, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21538verbnet(squash, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21539verbnet(squeeze, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21540verbnet(squish, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21541verbnet(twirl, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21542verbnet(twist, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21543verbnet(wad, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21544verbnet(whip, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21545verbnet(wind, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21546verbnet(work, (s:_\np)/np, ['Source','Agent'], [26,'.',5]).
21547
21548%%% File:    ext/VerbNet/learn-14.xml
21549%%% Primary: NP V (learn-14-1)
21550%%% Syntax:  [np:Agent,v]
21551%%% CCG:     s:_\np
21552%%% Roles:   [Agent]
21553%%% Example: She studied.
21554%%%
21555verbnet(cram, s:_\np, ['Agent'], [14,-,1]).
21556verbnet(read, s:_\np, ['Agent'], [14,-,1]).
21557verbnet(study, s:_\np, ['Agent'], [14,-,1]).
21558verbnet(learn, s:_\np, ['Agent'], [14,-,1]).
21559
21560%%% File:    ext/VerbNet/learn-14.xml
21561%%% Primary: NP V PP.topic (learn-14-2-1)
21562%%% Syntax:  [np:Agent,v,prep:of about,np:Topic]
21563%%% CCG:     (s:_\np)/pp
21564%%% Roles:   [Agent]
21565%%% Example: The president learned of a coup plot that might endanger his life.
21566%%%
21567verbnet(assimilate, (s:_\np)/pp, ['Agent'], [14,-,2,-,1]).
21568verbnet(learn, (s:_\np)/pp, ['Agent'], [14,-,2,-,1]).
21569verbnet(read, (s:_\np)/pp, ['Agent'], [14,-,2,-,1]).
21570verbnet(of, pp/np, ['Topic'], [14,-,2,-,1]).
21571verbnet(about, pp/np, ['Topic'], [14,-,2,-,1]).
21572
21573%%% File:    ext/VerbNet/learn-14.xml
21574%%% Primary: NP V that S (learn-14-2)
21575%%% Syntax:  [np:Agent,v,s:Topic]
21576%%% CCG:     (s:_\np)/s:_
21577%%% Roles:   [Topic,Agent]
21578%%% Example: The defense also learned that college-educated people were uncharacteristically conservative.
21579%%%
21580verbnet(assimilate, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]).
21581verbnet(learn, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]).
21582verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]).
21583verbnet(glean, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]).
21584verbnet(memorize, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]).
21585
21586%%% File:    ext/VerbNet/learn-14.xml
21587%%% Primary: NP V NP PP.source (learn-14)
21588%%% Syntax:  [np:Agent,v,np:Topic,prep:from,np:Source]
21589%%% CCG:     ((s:_\np)/pp)/np
21590%%% Roles:   [Topic,Agent]
21591%%% Example: Rhoda learned French from an old book.
21592%%%
21593verbnet(cram, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21594verbnet(read, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21595verbnet(study, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21596verbnet(learn, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21597verbnet(assimilate, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21598verbnet(learn, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21599verbnet(read, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21600verbnet(glean, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21601verbnet(memorize, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]).
21602verbnet(from, pp/np, ['Source'], [14]).
21603
21604%%% File:    ext/VerbNet/learn-14.xml
21605%%% Primary: NP V PP.source (learn-14)
21606%%% Syntax:  [np:Agent,v,prep:from,np:Source]
21607%%% CCG:     (s:_\np)/pp
21608%%% Roles:   [Agent]
21609%%% Example: Rhoda learned from an old book.
21610%%%
21611verbnet(cram, (s:_\np)/pp, ['Agent'], [14]).
21612verbnet(read, (s:_\np)/pp, ['Agent'], [14]).
21613verbnet(study, (s:_\np)/pp, ['Agent'], [14]).
21614verbnet(learn, (s:_\np)/pp, ['Agent'], [14]).
21615verbnet(assimilate, (s:_\np)/pp, ['Agent'], [14]).
21616verbnet(learn, (s:_\np)/pp, ['Agent'], [14]).
21617verbnet(read, (s:_\np)/pp, ['Agent'], [14]).
21618verbnet(glean, (s:_\np)/pp, ['Agent'], [14]).
21619verbnet(memorize, (s:_\np)/pp, ['Agent'], [14]).
21620verbnet(from, pp/np, ['Source'], [14]).
21621
21622%%% File:    ext/VerbNet/learn-14.xml
21623%%% Primary: NP V NP (learn-14)
21624%%% Syntax:  [np:Agent,v,np:Topic]
21625%%% CCG:     (s:_\np)/np
21626%%% Roles:   [Topic,Agent]
21627%%% Example: Kissinger learned his lesson.
21628%%%
21629verbnet(cram, (s:_\np)/np, ['Topic','Agent'], [14]).
21630verbnet(read, (s:_\np)/np, ['Topic','Agent'], [14]).
21631verbnet(study, (s:_\np)/np, ['Topic','Agent'], [14]).
21632verbnet(learn, (s:_\np)/np, ['Topic','Agent'], [14]).
21633verbnet(assimilate, (s:_\np)/np, ['Topic','Agent'], [14]).
21634verbnet(learn, (s:_\np)/np, ['Topic','Agent'], [14]).
21635verbnet(read, (s:_\np)/np, ['Topic','Agent'], [14]).
21636verbnet(glean, (s:_\np)/np, ['Topic','Agent'], [14]).
21637verbnet(memorize, (s:_\np)/np, ['Topic','Agent'], [14]).
21638
21639%%% File:    ext/VerbNet/leave-51.2.xml
21640%%% Primary: NP V (leave-51.2-1)
21641%%% Syntax:  [np:Theme,v]
21642%%% CCG:     s:_\np
21643%%% Roles:   [Theme]
21644%%% Example: The crowd left.
21645%%%
21646verbnet(desert, s:_\np, ['Theme'], [51,'.',2,-,1]).
21647verbnet(leave, s:_\np, ['Theme'], [51,'.',2,-,1]).
21648
21649%%% File:    ext/VerbNet/leave-51.2.xml
21650%%% Primary: NP V NP.initial_location (leave-51.2)
21651%%% Syntax:  [np:Theme,v,np:Initial_Location]
21652%%% CCG:     (s:_\np)/np
21653%%% Roles:   [Source,Theme]
21654%%% Example: We abandoned the area.
21655%%%
21656verbnet(desert, (s:_\np)/np, ['Source','Theme'], [51,'.',2]).
21657verbnet(leave, (s:_\np)/np, ['Source','Theme'], [51,'.',2]).
21658verbnet(abandon, (s:_\np)/np, ['Source','Theme'], [51,'.',2]).
21659verbnet(split, (s:_\np)/np, ['Source','Theme'], [51,'.',2]).
21660
21661%%% File:    ext/VerbNet/lecture-37.11.xml
21662%%% Primary: NP V PP.topic S_ING (lecture-37.11-1-1)
21663%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
21664%%% CCG:     (s:_\np)/pp
21665%%% Roles:   [Agent]
21666%%% Example: She lectured about her traveling.
21667%%%
21668verbnet(elaborate, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1,-,1]).
21669verbnet(comment, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1,-,1]).
21670verbnet(about, pp/np, ['Topic'], [37,.,11,-,1,-,1]).
21671
21672%%% File:    ext/VerbNet/lecture-37.11.xml
21673%%% Primary: NP V (lecture-37.11-1)
21674%%% Syntax:  [np:Agent,v]
21675%%% CCG:     s:_\np
21676%%% Roles:   [Agent]
21677%%% Example: She lectured.
21678%%%
21679verbnet(elaborate, s:_\np, ['Agent'], [37,'.',11,-,1]).
21680verbnet(comment, s:_\np, ['Agent'], [37,'.',11,-,1]).
21681verbnet(lecture, s:_\np, ['Agent'], [37,'.',11,-,1]).
21682verbnet(moralize, s:_\np, ['Agent'], [37,'.',11,-,1]).
21683verbnet(preach, s:_\np, ['Agent'], [37,'.',11,-,1]).
21684verbnet(rant, s:_\np, ['Agent'], [37,'.',11,-,1]).
21685verbnet(remark, s:_\np, ['Agent'], [37,'.',11,-,1]).
21686verbnet(speak, s:_\np, ['Agent'], [37,'.',11,-,1]).
21687verbnet(talk, s:_\np, ['Agent'], [37,'.',11,-,1]).
21688verbnet(testify, s:_\np, ['Agent'], [37,'.',11,-,1]).
21689verbnet(theorize, s:_\np, ['Agent'], [37,'.',11,-,1]).
21690verbnet(write, s:_\np, ['Agent'], [37,'.',11,-,1]).
21691verbnet(pontificate, s:_\np, ['Agent'], [37,'.',11,-,1]).
21692
21693%%% File:    ext/VerbNet/lecture-37.11.xml
21694%%% Primary: NP V PP.topic (lecture-37.11-1)
21695%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
21696%%% CCG:     (s:_\np)/pp
21697%%% Roles:   [Agent]
21698%%% Example: She lectured about her travels.
21699%%%
21700verbnet(elaborate, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21701verbnet(comment, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21702verbnet(lecture, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21703verbnet(moralize, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21704verbnet(preach, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21705verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21706verbnet(remark, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21707verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21708verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21709verbnet(testify, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21710verbnet(theorize, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21711verbnet(write, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21712verbnet(pontificate, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]).
21713verbnet(about, pp/np, ['Topic'], [37,.,11,-,1]).
21714
21715%%% File:    ext/VerbNet/lecture-37.11.xml
21716%%% Primary: NP V PP.recipient PP.topic (lecture-37.11-1)
21717%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,prep:about,np:Topic]
21718%%% CCG:     ((s:_\np)/pp)/pp
21719%%% Roles:   [Agent]
21720%%% Example: She lectured to the class about her travels.
21721%%%
21722verbnet(elaborate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21723verbnet(comment, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21724verbnet(lecture, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21725verbnet(moralize, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21726verbnet(preach, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21727verbnet(rant, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21728verbnet(remark, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21729verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21730verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21731verbnet(testify, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21732verbnet(theorize, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21733verbnet(write, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21734verbnet(pontificate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]).
21735verbnet(about, pp/np, ['Topic'], [37,.,11,-,1]).
21736
21737%%% File:    ext/VerbNet/lecture-37.11.xml
21738%%% Primary: NP V PP.topic (lecture-37.11-2)
21739%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
21740%%% CCG:     (s:_\np)/pp
21741%%% Roles:   [Agent]
21742%%% Example: She dwelled on her travels.
21743%%%
21744verbnet(dwell, (s:_\np)/pp, ['Agent'], [37,'.',11,-,2]).
21745verbnet(about, pp/np, ['Topic'], [37,.,11,-,2]).
21746
21747%%% File:    ext/VerbNet/lecture-37.11.xml
21748%%% Primary: NP V PP.topic S_ING (lecture-37.11-2)
21749%%% Syntax:  [np:Agent,v,prep:on,np:Topic]
21750%%% CCG:     (s:_\np)/pp
21751%%% Roles:   [Agent]
21752%%% Example: She dwelled on her traveling.
21753%%%
21754verbnet(dwell, (s:_\np)/pp, ['Agent'], [37,'.',11,-,2]).
21755verbnet(on, pp/np, ['Topic'], [37,.,11,-,2]).
21756
21757%%% File:    ext/VerbNet/lecture-37.11.xml
21758%%% Primary: NP V S_ING (lecture-37.11)
21759%%% Syntax:  [np:Agent,v,prep:about,vp_ng:Topic]
21760%%% CCG:     (s:_\np)/pp
21761%%% Roles:   [Agent]
21762%%% Example: She lectured about traveling.
21763%%%
21764verbnet(elaborate, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21765verbnet(comment, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21766verbnet(lecture, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21767verbnet(moralize, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21768verbnet(preach, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21769verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21770verbnet(remark, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21771verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21772verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21773verbnet(testify, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21774verbnet(theorize, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21775verbnet(write, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21776verbnet(pontificate, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21777verbnet(dwell, (s:_\np)/pp, ['Agent'], [37,'.',11]).
21778verbnet(about, pp/(s:ng\np), ['Topic'], [37,.,11]).
21779
21780%%% File:    ext/VerbNet/light_emission-43.1.xml
21781%%% Primary: NP V (light_emission-43.1)
21782%%% Syntax:  [np:Theme,v]
21783%%% CCG:     s:_\np
21784%%% Roles:   [Theme]
21785%%% Example: The jewel sparkled.
21786%%%
21787verbnet(beam, s:_\np, ['Theme'], [43,'.',1]).
21788verbnet(blaze, s:_\np, ['Theme'], [43,'.',1]).
21789verbnet(blink, s:_\np, ['Theme'], [43,'.',1]).
21790verbnet(burn, s:_\np, ['Theme'], [43,'.',1]).
21791verbnet(flame, s:_\np, ['Theme'], [43,'.',1]).
21792verbnet(flare, s:_\np, ['Theme'], [43,'.',1]).
21793verbnet(flash, s:_\np, ['Theme'], [43,'.',1]).
21794verbnet(flicker, s:_\np, ['Theme'], [43,'.',1]).
21795verbnet(fluoresce, s:_\np, ['Theme'], [43,'.',1]).
21796verbnet(glare, s:_\np, ['Theme'], [43,'.',1]).
21797verbnet(gleam, s:_\np, ['Theme'], [43,'.',1]).
21798verbnet(glimmer, s:_\np, ['Theme'], [43,'.',1]).
21799verbnet(glint, s:_\np, ['Theme'], [43,'.',1]).
21800verbnet(glisten, s:_\np, ['Theme'], [43,'.',1]).
21801verbnet(glitter, s:_\np, ['Theme'], [43,'.',1]).
21802verbnet(glow, s:_\np, ['Theme'], [43,'.',1]).
21803verbnet(incandesce, s:_\np, ['Theme'], [43,'.',1]).
21804verbnet(scintillate, s:_\np, ['Theme'], [43,'.',1]).
21805verbnet(shimmer, s:_\np, ['Theme'], [43,'.',1]).
21806verbnet(shine, s:_\np, ['Theme'], [43,'.',1]).
21807verbnet(sparkle, s:_\np, ['Theme'], [43,'.',1]).
21808verbnet(twinkle, s:_\np, ['Theme'], [43,'.',1]).
21809
21810%%% File:    ext/VerbNet/light_emission-43.1.xml
21811%%% Primary: NP V PP.location (light_emission-43.1)
21812%%% Syntax:  [np:Theme,v,pp,np:Location]
21813%%% CCG:     (s:_\np)/pp
21814%%% Roles:   [Theme]
21815%%% Example: Jewels sparkled on the crown.
21816%%%
21817verbnet(beam, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21818verbnet(blaze, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21819verbnet(blink, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21820verbnet(burn, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21821verbnet(flame, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21822verbnet(flare, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21823verbnet(flash, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21824verbnet(flicker, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21825verbnet(fluoresce, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21826verbnet(glare, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21827verbnet(gleam, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21828verbnet(glimmer, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21829verbnet(glint, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21830verbnet(glisten, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21831verbnet(glitter, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21832verbnet(glow, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21833verbnet(incandesce, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21834verbnet(scintillate, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21835verbnet(shimmer, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21836verbnet(shine, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21837verbnet(sparkle, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21838verbnet(twinkle, (s:_\np)/pp, ['Theme'], [43,'.',1]).
21839
21840%%% File:    ext/VerbNet/light_emission-43.1.xml
21841%%% Primary: NP.location V PP.theme (light_emission-43.1)
21842%%% Syntax:  [np:Location,v,prep:with,np:Theme]
21843%%% CCG:     (s:_\np)/pp
21844%%% Roles:   [Location]
21845%%% Example: The crown sparkled with jewels.
21846%%%
21847verbnet(beam, (s:_\np)/pp, ['Location'], [43,'.',1]).
21848verbnet(blaze, (s:_\np)/pp, ['Location'], [43,'.',1]).
21849verbnet(blink, (s:_\np)/pp, ['Location'], [43,'.',1]).
21850verbnet(burn, (s:_\np)/pp, ['Location'], [43,'.',1]).
21851verbnet(flame, (s:_\np)/pp, ['Location'], [43,'.',1]).
21852verbnet(flare, (s:_\np)/pp, ['Location'], [43,'.',1]).
21853verbnet(flash, (s:_\np)/pp, ['Location'], [43,'.',1]).
21854verbnet(flicker, (s:_\np)/pp, ['Location'], [43,'.',1]).
21855verbnet(fluoresce, (s:_\np)/pp, ['Location'], [43,'.',1]).
21856verbnet(glare, (s:_\np)/pp, ['Location'], [43,'.',1]).
21857verbnet(gleam, (s:_\np)/pp, ['Location'], [43,'.',1]).
21858verbnet(glimmer, (s:_\np)/pp, ['Location'], [43,'.',1]).
21859verbnet(glint, (s:_\np)/pp, ['Location'], [43,'.',1]).
21860verbnet(glisten, (s:_\np)/pp, ['Location'], [43,'.',1]).
21861verbnet(glitter, (s:_\np)/pp, ['Location'], [43,'.',1]).
21862verbnet(glow, (s:_\np)/pp, ['Location'], [43,'.',1]).
21863verbnet(incandesce, (s:_\np)/pp, ['Location'], [43,'.',1]).
21864verbnet(scintillate, (s:_\np)/pp, ['Location'], [43,'.',1]).
21865verbnet(shimmer, (s:_\np)/pp, ['Location'], [43,'.',1]).
21866verbnet(shine, (s:_\np)/pp, ['Location'], [43,'.',1]).
21867verbnet(sparkle, (s:_\np)/pp, ['Location'], [43,'.',1]).
21868verbnet(twinkle, (s:_\np)/pp, ['Location'], [43,'.',1]).
21869verbnet(with, pp/np, ['Theme'], [43,.,1]).
21870
21871%%% File:    ext/VerbNet/light_emission-43.1.xml
21872%%% Primary: There V NP PP.location (light_emission-43.1)
21873%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
21874%%% CCG:     ((s:_\lex:there)/pp)/np
21875%%% Roles:   [Theme]
21876%%% Example: There sparkled a magnificent diamond on his finger.
21877%%%
21878verbnet(beam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21879verbnet(blaze, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21880verbnet(blink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21881verbnet(burn, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21882verbnet(flame, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21883verbnet(flare, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21884verbnet(flash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21885verbnet(flicker, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21886verbnet(fluoresce, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21887verbnet(glare, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21888verbnet(gleam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21889verbnet(glimmer, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21890verbnet(glint, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21891verbnet(glisten, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21892verbnet(glitter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21893verbnet(glow, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21894verbnet(incandesce, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21895verbnet(scintillate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21896verbnet(shimmer, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21897verbnet(shine, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21898verbnet(sparkle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21899verbnet(twinkle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]).
21900
21901%%% File:    ext/VerbNet/light_emission-43.1.xml
21902%%% Primary: PP.location there V NP (light_emission-43.1)
21903%%% Syntax:  [pp,np:Location,lex:there,v,np:Theme]
21904%%% CCG:     (s:_\pp)/np
21905%%% Roles:   [Theme]
21906%%% Missing: [lex:there]
21907%%% Example: On his finger there sparkled a magnificent diamond.
21908%%%
21909verbnet(beam, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21910verbnet(blaze, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21911verbnet(blink, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21912verbnet(burn, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21913verbnet(flame, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21914verbnet(flare, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21915verbnet(flash, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21916verbnet(flicker, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21917verbnet(fluoresce, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21918verbnet(glare, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21919verbnet(gleam, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21920verbnet(glimmer, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21921verbnet(glint, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21922verbnet(glisten, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21923verbnet(glitter, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21924verbnet(glow, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21925verbnet(incandesce, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21926verbnet(scintillate, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21927verbnet(shimmer, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21928verbnet(shine, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21929verbnet(sparkle, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21930verbnet(twinkle, (s:_\pp)/np, ['Theme'], [43,'.',1]).
21931
21932%%% File:    ext/VerbNet/light_emission-43.1.xml
21933%%% Primary: NP V NP.theme (light_emission-43.1)
21934%%% Syntax:  [np:Agent,v,np:Theme]
21935%%% CCG:     (s:_\np)/np
21936%%% Roles:   [Theme,Agent]
21937%%% Example: The stagehand flashed the lights.
21938%%%
21939verbnet(beam, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21940verbnet(blaze, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21941verbnet(blink, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21942verbnet(burn, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21943verbnet(flame, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21944verbnet(flare, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21945verbnet(flash, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21946verbnet(flicker, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21947verbnet(fluoresce, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21948verbnet(glare, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21949verbnet(gleam, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21950verbnet(glimmer, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21951verbnet(glint, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21952verbnet(glisten, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21953verbnet(glitter, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21954verbnet(glow, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21955verbnet(incandesce, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21956verbnet(scintillate, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21957verbnet(shimmer, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21958verbnet(shine, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21959verbnet(sparkle, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21960verbnet(twinkle, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]).
21961
21962%%% File:    ext/VerbNet/limit-76.xml
21963%%% Primary: NP V NP (limit-76)
21964%%% Syntax:  [np:Cause,v,np:Patient]
21965%%% CCG:     (s:_\np)/np
21966%%% Roles:   [Patient,Cause]
21967%%% Example: The lack of money limited the help.
21968%%%
21969verbnet(confine, (s:_\np)/np, ['Patient','Cause'], [76]).
21970verbnet(limit, (s:_\np)/np, ['Patient','Cause'], [76]).
21971verbnet(reduce, (s:_\np)/np, ['Patient','Cause'], [76]).
21972verbnet(restrict, (s:_\np)/np, ['Patient','Cause'], [76]).
21973verbnet(restrain, (s:_\np)/np, ['Patient','Cause'], [76]).
21974verbnet(constrain, (s:_\np)/np, ['Patient','Cause'], [76]).
21975
21976%%% File:    ext/VerbNet/limit-76.xml
21977%%% Primary: NP V NP S_ING (limit-76)
21978%%% Syntax:  [np:Cause,v,np:Patient,prep:to,vp_ng:Goal]
21979%%% CCG:     ((s:_\np)/pp)/np
21980%%% Roles:   [Patient,Cause]
21981%%% Example: The lack of money limited them to helping to our peers.
21982%%%
21983verbnet(confine, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21984verbnet(limit, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21985verbnet(reduce, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21986verbnet(restrict, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21987verbnet(restrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21988verbnet(constrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21989verbnet(to, pp/(s:ng\np), ['Goal'], [76]).
21990
21991%%% File:    ext/VerbNet/limit-76.xml
21992%%% Primary: NP V NP PP.goal (limit-76)
21993%%% Syntax:  [np:Cause,v,np:Patient,prep:to,np:Goal]
21994%%% CCG:     ((s:_\np)/pp)/np
21995%%% Roles:   [Patient,Cause]
21996%%% Example: The lack of money limited the help to our peers.
21997%%%
21998verbnet(confine, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
21999verbnet(limit, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
22000verbnet(reduce, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
22001verbnet(restrict, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
22002verbnet(restrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
22003verbnet(constrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]).
22004verbnet(to, pp/np, ['Goal'], [76]).
22005
22006%%% File:    ext/VerbNet/limit-76.xml
22007%%% Primary: NP V NP S_INF (limit-76)
22008%%% Syntax:  [np:Cause,v,np:Patient,vp_to:Goal]
22009%%% CCG:     ((s:_\np)/ (s:ng\np))/np
22010%%% Roles:   [Patient,Goal,Cause]
22011%%% Example: The lack of money limited them to help their peers only.
22012%%%
22013verbnet(confine, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]).
22014verbnet(limit, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]).
22015verbnet(reduce, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]).
22016verbnet(restrict, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]).
22017verbnet(restrain, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]).
22018verbnet(constrain, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]).
22019
22020%%% File:    ext/VerbNet/linger-53.1.xml
22021%%% Primary: NP V NP (linger-53.1-1)
22022%%% Syntax:  [np:Agent,v,np:Theme]
22023%%% CCG:     (s:_\np)/np
22024%%% Roles:   [Theme,Agent]
22025%%% Example: He delayed the watering.
22026%%%
22027verbnet(delay, (s:_\np)/np, ['Theme','Agent'], [53,'.',1,-,1]).
22028verbnet(scruple, (s:_\np)/np, ['Theme','Agent'], [53,'.',1,-,1]).
22029verbnet(stall, (s:_\np)/np, ['Theme','Agent'], [53,'.',1,-,1]).
22030
22031%%% File:    ext/VerbNet/linger-53.1.xml
22032%%% Primary: NP V PP.location (linger-53.1)
22033%%% Syntax:  [np:Agent,v,pp,np:Location]
22034%%% CCG:     (s:_\np)/pp
22035%%% Roles:   [Agent]
22036%%% Example: Sasha dawdled in the museum.
22037%%%
22038verbnet(delay, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22039verbnet(scruple, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22040verbnet(stall, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22041verbnet(dally, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22042verbnet(dawdle, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22043verbnet(dither, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22044verbnet(equivocate, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22045verbnet(hesitate, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22046verbnet(linger, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22047verbnet(loaf, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22048verbnet(loiter, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22049verbnet(pause, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22050verbnet(potter, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22051verbnet(procrastinate, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22052verbnet(tarry, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22053
22054%%% File:    ext/VerbNet/linger-53.1.xml
22055%%% Primary: NP V PP.theme (linger-53.1)
22056%%% Syntax:  [np:Agent,v,prep:over,np:Theme]
22057%%% CCG:     (s:_\np)/pp
22058%%% Roles:   [Agent]
22059%%% Example: Sasha dawdled over lunch.
22060%%%
22061verbnet(delay, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22062verbnet(scruple, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22063verbnet(stall, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22064verbnet(dally, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22065verbnet(dawdle, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22066verbnet(dither, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22067verbnet(equivocate, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22068verbnet(hesitate, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22069verbnet(linger, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22070verbnet(loaf, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22071verbnet(loiter, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22072verbnet(pause, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22073verbnet(potter, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22074verbnet(procrastinate, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22075verbnet(tarry, (s:_\np)/pp, ['Agent'], [53,'.',1]).
22076verbnet(over, pp/np, ['Theme'], [53,.,1]).
22077
22078%%% File:    ext/VerbNet/lodge-46.xml
22079%%% Primary: NP V PP.location (lodge-46)
22080%%% Syntax:  [np:Theme,v,prep:at in with,np:Location]
22081%%% CCG:     (s:_\np)/pp
22082%%% Roles:   [Theme]
22083%%% Example: Cornelia lodged with the Stevensons.
22084%%%
22085verbnet(barrack, (s:_\np)/pp, ['Theme'], [46]).
22086verbnet(bivouac, (s:_\np)/pp, ['Theme'], [46]).
22087verbnet(board, (s:_\np)/pp, ['Theme'], [46]).
22088verbnet(camp, (s:_\np)/pp, ['Theme'], [46]).
22089verbnet(dwell, (s:_\np)/pp, ['Theme'], [46]).
22090verbnet(guest, (s:_\np)/pp, ['Theme'], [46]).
22091verbnet(live, (s:_\np)/pp, ['Theme'], [46]).
22092verbnet(lodge, (s:_\np)/pp, ['Theme'], [46]).
22093verbnet(overnight, (s:_\np)/pp, ['Theme'], [46]).
22094verbnet(quarter, (s:_\np)/pp, ['Theme'], [46]).
22095verbnet(reside, (s:_\np)/pp, ['Theme'], [46]).
22096verbnet(room, (s:_\np)/pp, ['Theme'], [46]).
22097verbnet(settle, (s:_\np)/pp, ['Theme'], [46]).
22098verbnet(shack_up, (s:_\np)/pp, ['Theme'], [46]).
22099verbnet(shelter, (s:_\np)/pp, ['Theme'], [46]).
22100verbnet(sleep_over, (s:_\np)/pp, ['Theme'], [46]).
22101verbnet(squat, (s:_\np)/pp, ['Theme'], [46]).
22102verbnet(stay_over, (s:_\np)/pp, ['Theme'], [46]).
22103verbnet(stop, (s:_\np)/pp, ['Theme'], [46]).
22104verbnet(stay, (s:_\np)/pp, ['Theme'], [46]).
22105verbnet(at, pp/np, ['Location'], [46]).
22106verbnet(in, pp/np, ['Location'], [46]).
22107verbnet(with, pp/np, ['Location'], [46]).
22108
22109%%% File:    ext/VerbNet/lodge-46.xml
22110%%% Primary: NP V ADV (lodge-46)
22111%%% Syntax:  [np:Theme,v,np:Location]
22112%%% CCG:     (s:_\np)/np
22113%%% Roles:   [Location,Theme]
22114%%% Example: We camped there.
22115%%%
22116verbnet(barrack, (s:_\np)/np, ['Location','Theme'], [46]).
22117verbnet(bivouac, (s:_\np)/np, ['Location','Theme'], [46]).
22118verbnet(board, (s:_\np)/np, ['Location','Theme'], [46]).
22119verbnet(camp, (s:_\np)/np, ['Location','Theme'], [46]).
22120verbnet(dwell, (s:_\np)/np, ['Location','Theme'], [46]).
22121verbnet(guest, (s:_\np)/np, ['Location','Theme'], [46]).
22122verbnet(live, (s:_\np)/np, ['Location','Theme'], [46]).
22123verbnet(lodge, (s:_\np)/np, ['Location','Theme'], [46]).
22124verbnet(overnight, (s:_\np)/np, ['Location','Theme'], [46]).
22125verbnet(quarter, (s:_\np)/np, ['Location','Theme'], [46]).
22126verbnet(reside, (s:_\np)/np, ['Location','Theme'], [46]).
22127verbnet(room, (s:_\np)/np, ['Location','Theme'], [46]).
22128verbnet(settle, (s:_\np)/np, ['Location','Theme'], [46]).
22129verbnet(shack_up, (s:_\np)/np, ['Location','Theme'], [46]).
22130verbnet(shelter, (s:_\np)/np, ['Location','Theme'], [46]).
22131verbnet(sleep_over, (s:_\np)/np, ['Location','Theme'], [46]).
22132verbnet(squat, (s:_\np)/np, ['Location','Theme'], [46]).
22133verbnet(stay_over, (s:_\np)/np, ['Location','Theme'], [46]).
22134verbnet(stop, (s:_\np)/np, ['Location','Theme'], [46]).
22135verbnet(stay, (s:_\np)/np, ['Location','Theme'], [46]).
22136
22137%%% File:    ext/VerbNet/long-32.2.xml
22138%%% Primary: NP V PP.theme (long-32.2-1)
22139%%% Syntax:  [np:Experiencer,v,prep:for,np:Theme]
22140%%% CCG:     (s:_\np)/pp
22141%%% Roles:   [Experiencer]
22142%%% Example: Danny longs for a sunny day.
22143%%%
22144verbnet(ache, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22145verbnet(crave, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22146verbnet(fall, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22147verbnet(hanker, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22148verbnet(hope, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22149verbnet(hunger, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22150verbnet(itch, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22151verbnet(long, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22152verbnet(lust, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22153verbnet(pine, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22154verbnet(pray, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22155verbnet(thirst, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22156verbnet(wish, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22157verbnet(yearn, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]).
22158verbnet(for, pp/np, ['Theme'], [32,.,2,-,1]).
22159
22160%%% File:    ext/VerbNet/long-32.2.xml
22161%%% Primary: NP V PP.theme (long-32.2-2)
22162%%% Syntax:  [np:Experiencer,v,prep:after,np:Theme]
22163%%% CCG:     (s:_\np)/pp
22164%%% Roles:   [Experiencer]
22165%%% Example: Danny yearns after sunny days.
22166%%%
22167verbnet(dangle, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]).
22168verbnet(hanker, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]).
22169verbnet(lust, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]).
22170verbnet(thirst, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]).
22171verbnet(yearn, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]).
22172verbnet(after, pp/np, ['Theme'], [32,.,2,-,2]).
22173
22174%%% File:    ext/VerbNet/long-32.2.xml
22175%%% Primary: NP V S_INF (long-32.2)
22176%%% Syntax:  [np:Experiencer,v,vp_to:Theme]
22177%%% CCG:     (s:_\np)/ (s:ng\np)
22178%%% Roles:   [Theme,Experiencer]
22179%%% Example: John oft hankered to move up the corporate ladder.
22180%%%
22181verbnet(ache, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22182verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22183verbnet(fall, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22184verbnet(hanker, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22185verbnet(hope, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22186verbnet(hunger, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22187verbnet(itch, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22188verbnet(long, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22189verbnet(lust, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22190verbnet(pine, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22191verbnet(pray, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22192verbnet(thirst, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22193verbnet(wish, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22194verbnet(yearn, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22195verbnet(dangle, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22196verbnet(hanker, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22197verbnet(lust, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22198verbnet(thirst, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22199verbnet(yearn, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]).
22200
22201%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22202%%% Primary: NP v (manner_speaking-37.3)
22203%%% Syntax:  [np:Agent,v]
22204%%% CCG:     s:_\np
22205%%% Roles:   [Agent]
22206%%% Example: Susan whispered.
22207%%%
22208verbnet(babble, s:_\np, ['Agent'], [37,'.',3]).
22209verbnet(bark, s:_\np, ['Agent'], [37,'.',3]).
22210verbnet(bawl, s:_\np, ['Agent'], [37,'.',3]).
22211verbnet(bellow, s:_\np, ['Agent'], [37,'.',3]).
22212verbnet(bleat, s:_\np, ['Agent'], [37,'.',3]).
22213verbnet(boom, s:_\np, ['Agent'], [37,'.',3]).
22214verbnet(bray, s:_\np, ['Agent'], [37,'.',3]).
22215verbnet(burble, s:_\np, ['Agent'], [37,'.',3]).
22216verbnet(bluster, s:_\np, ['Agent'], [37,'.',3]).
22217verbnet(cackle, s:_\np, ['Agent'], [37,'.',3]).
22218verbnet(call, s:_\np, ['Agent'], [37,'.',3]).
22219verbnet(carol, s:_\np, ['Agent'], [37,'.',3]).
22220verbnet(chant, s:_\np, ['Agent'], [37,'.',3]).
22221verbnet(chatter, s:_\np, ['Agent'], [37,'.',3]).
22222verbnet(chirp, s:_\np, ['Agent'], [37,'.',3]).
22223verbnet(chortle, s:_\np, ['Agent'], [37,'.',3]).
22224verbnet(chuckle, s:_\np, ['Agent'], [37,'.',3]).
22225verbnet(cluck, s:_\np, ['Agent'], [37,'.',3]).
22226verbnet(coo, s:_\np, ['Agent'], [37,'.',3]).
22227verbnet(croak, s:_\np, ['Agent'], [37,'.',3]).
22228verbnet(croon, s:_\np, ['Agent'], [37,'.',3]).
22229verbnet(crow, s:_\np, ['Agent'], [37,'.',3]).
22230verbnet(cry, s:_\np, ['Agent'], [37,'.',3]).
22231verbnet(drawl, s:_\np, ['Agent'], [37,'.',3]).
22232verbnet(drone, s:_\np, ['Agent'], [37,'.',3]).
22233verbnet(gabble, s:_\np, ['Agent'], [37,'.',3]).
22234verbnet(gasp, s:_\np, ['Agent'], [37,'.',3]).
22235verbnet(gibber, s:_\np, ['Agent'], [37,'.',3]).
22236verbnet(groan, s:_\np, ['Agent'], [37,'.',3]).
22237verbnet(growl, s:_\np, ['Agent'], [37,'.',3]).
22238verbnet(grumble, s:_\np, ['Agent'], [37,'.',3]).
22239verbnet(grunt, s:_\np, ['Agent'], [37,'.',3]).
22240verbnet(hiss, s:_\np, ['Agent'], [37,'.',3]).
22241verbnet(holler, s:_\np, ['Agent'], [37,'.',3]).
22242verbnet(hoot, s:_\np, ['Agent'], [37,'.',3]).
22243verbnet(howl, s:_\np, ['Agent'], [37,'.',3]).
22244verbnet(jabber, s:_\np, ['Agent'], [37,'.',3]).
22245verbnet(lilt, s:_\np, ['Agent'], [37,'.',3]).
22246verbnet(lisp, s:_\np, ['Agent'], [37,'.',3]).
22247verbnet(moan, s:_\np, ['Agent'], [37,'.',3]).
22248verbnet(mumble, s:_\np, ['Agent'], [37,'.',3]).
22249verbnet(murmur, s:_\np, ['Agent'], [37,'.',3]).
22250verbnet(mutter, s:_\np, ['Agent'], [37,'.',3]).
22251verbnet(nasal, s:_\np, ['Agent'], [37,'.',3]).
22252verbnet(natter, s:_\np, ['Agent'], [37,'.',3]).
22253verbnet(pant, s:_\np, ['Agent'], [37,'.',3]).
22254verbnet(prattle, s:_\np, ['Agent'], [37,'.',3]).
22255verbnet(purr, s:_\np, ['Agent'], [37,'.',3]).
22256verbnet(quaver, s:_\np, ['Agent'], [37,'.',3]).
22257verbnet(rage, s:_\np, ['Agent'], [37,'.',3]).
22258verbnet(rant, s:_\np, ['Agent'], [37,'.',3]).
22259verbnet(rasp, s:_\np, ['Agent'], [37,'.',3]).
22260verbnet(roar, s:_\np, ['Agent'], [37,'.',3]).
22261verbnet(rumble, s:_\np, ['Agent'], [37,'.',3]).
22262verbnet(scream, s:_\np, ['Agent'], [37,'.',3]).
22263verbnet(screech, s:_\np, ['Agent'], [37,'.',3]).
22264verbnet(shout, s:_\np, ['Agent'], [37,'.',3]).
22265verbnet(shriek, s:_\np, ['Agent'], [37,'.',3]).
22266verbnet(sibilate, s:_\np, ['Agent'], [37,'.',3]).
22267verbnet(simper, s:_\np, ['Agent'], [37,'.',3]).
22268verbnet(sigh, s:_\np, ['Agent'], [37,'.',3]).
22269verbnet(sing, s:_\np, ['Agent'], [37,'.',3]).
22270verbnet(smatter, s:_\np, ['Agent'], [37,'.',3]).
22271verbnet(smile, s:_\np, ['Agent'], [37,'.',3]).
22272verbnet(snap, s:_\np, ['Agent'], [37,'.',3]).
22273verbnet(snarl, s:_\np, ['Agent'], [37,'.',3]).
22274verbnet(snivel, s:_\np, ['Agent'], [37,'.',3]).
22275verbnet(snuffle, s:_\np, ['Agent'], [37,'.',3]).
22276verbnet(splutter, s:_\np, ['Agent'], [37,'.',3]).
22277verbnet(squall, s:_\np, ['Agent'], [37,'.',3]).
22278verbnet(squawk, s:_\np, ['Agent'], [37,'.',3]).
22279verbnet(squeak, s:_\np, ['Agent'], [37,'.',3]).
22280verbnet(squeal, s:_\np, ['Agent'], [37,'.',3]).
22281verbnet(stammer, s:_\np, ['Agent'], [37,'.',3]).
22282verbnet(stemmer, s:_\np, ['Agent'], [37,'.',3]).
22283verbnet(stutter, s:_\np, ['Agent'], [37,'.',3]).
22284verbnet(thunder, s:_\np, ['Agent'], [37,'.',3]).
22285verbnet(tisk, s:_\np, ['Agent'], [37,'.',3]).
22286verbnet(trill, s:_\np, ['Agent'], [37,'.',3]).
22287verbnet(trumpet, s:_\np, ['Agent'], [37,'.',3]).
22288verbnet(twang, s:_\np, ['Agent'], [37,'.',3]).
22289verbnet(twitter, s:_\np, ['Agent'], [37,'.',3]).
22290verbnet(vociferate, s:_\np, ['Agent'], [37,'.',3]).
22291verbnet(wail, s:_\np, ['Agent'], [37,'.',3]).
22292verbnet(warble, s:_\np, ['Agent'], [37,'.',3]).
22293verbnet(wheeze, s:_\np, ['Agent'], [37,'.',3]).
22294verbnet(whimper, s:_\np, ['Agent'], [37,'.',3]).
22295verbnet(whine, s:_\np, ['Agent'], [37,'.',3]).
22296verbnet(whisper, s:_\np, ['Agent'], [37,'.',3]).
22297verbnet(whistle, s:_\np, ['Agent'], [37,'.',3]).
22298verbnet(whoop, s:_\np, ['Agent'], [37,'.',3]).
22299verbnet(yammer, s:_\np, ['Agent'], [37,'.',3]).
22300verbnet(yap, s:_\np, ['Agent'], [37,'.',3]).
22301verbnet(yell, s:_\np, ['Agent'], [37,'.',3]).
22302verbnet(yelp, s:_\np, ['Agent'], [37,'.',3]).
22303verbnet(yodel, s:_\np, ['Agent'], [37,'.',3]).
22304verbnet(blare, s:_\np, ['Agent'], [37,'.',3]).
22305verbnet(gurgle, s:_\np, ['Agent'], [37,'.',3]).
22306verbnet(hum, s:_\np, ['Agent'], [37,'.',3]).
22307
22308%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22309%%% Primary: NP V PP.recipient (manner_speaking-37.3)
22310%%% Syntax:  [np:Agent,v,pp,np:Recipient]
22311%%% CCG:     (s:_\np)/pp
22312%%% Roles:   [Agent]
22313%%% Example: Susan whispered to/at Rachel.
22314%%%
22315verbnet(babble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22316verbnet(bark, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22317verbnet(bawl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22318verbnet(bellow, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22319verbnet(bleat, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22320verbnet(boom, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22321verbnet(bray, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22322verbnet(burble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22323verbnet(bluster, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22324verbnet(cackle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22325verbnet(call, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22326verbnet(carol, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22327verbnet(chant, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22328verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22329verbnet(chirp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22330verbnet(chortle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22331verbnet(chuckle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22332verbnet(cluck, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22333verbnet(coo, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22334verbnet(croak, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22335verbnet(croon, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22336verbnet(crow, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22337verbnet(cry, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22338verbnet(drawl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22339verbnet(drone, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22340verbnet(gabble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22341verbnet(gasp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22342verbnet(gibber, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22343verbnet(groan, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22344verbnet(growl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22345verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22346verbnet(grunt, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22347verbnet(hiss, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22348verbnet(holler, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22349verbnet(hoot, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22350verbnet(howl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22351verbnet(jabber, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22352verbnet(lilt, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22353verbnet(lisp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22354verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22355verbnet(mumble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22356verbnet(murmur, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22357verbnet(mutter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22358verbnet(nasal, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22359verbnet(natter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22360verbnet(pant, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22361verbnet(prattle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22362verbnet(purr, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22363verbnet(quaver, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22364verbnet(rage, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22365verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22366verbnet(rasp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22367verbnet(roar, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22368verbnet(rumble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22369verbnet(scream, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22370verbnet(screech, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22371verbnet(shout, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22372verbnet(shriek, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22373verbnet(sibilate, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22374verbnet(simper, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22375verbnet(sigh, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22376verbnet(sing, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22377verbnet(smatter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22378verbnet(smile, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22379verbnet(snap, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22380verbnet(snarl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22381verbnet(snivel, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22382verbnet(snuffle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22383verbnet(splutter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22384verbnet(squall, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22385verbnet(squawk, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22386verbnet(squeak, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22387verbnet(squeal, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22388verbnet(stammer, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22389verbnet(stemmer, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22390verbnet(stutter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22391verbnet(thunder, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22392verbnet(tisk, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22393verbnet(trill, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22394verbnet(trumpet, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22395verbnet(twang, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22396verbnet(twitter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22397verbnet(vociferate, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22398verbnet(wail, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22399verbnet(warble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22400verbnet(wheeze, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22401verbnet(whimper, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22402verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22403verbnet(whisper, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22404verbnet(whistle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22405verbnet(whoop, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22406verbnet(yammer, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22407verbnet(yap, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22408verbnet(yell, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22409verbnet(yelp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22410verbnet(yodel, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22411verbnet(blare, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22412verbnet(gurgle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22413verbnet(hum, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22414
22415%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22416%%% Primary: NP V PP.topic (manner_speaking-37.3)
22417%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
22418%%% CCG:     (s:_\np)/pp
22419%%% Roles:   [Agent]
22420%%% Example: Susan whispered about the party.
22421%%%
22422verbnet(babble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22423verbnet(bark, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22424verbnet(bawl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22425verbnet(bellow, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22426verbnet(bleat, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22427verbnet(boom, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22428verbnet(bray, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22429verbnet(burble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22430verbnet(bluster, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22431verbnet(cackle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22432verbnet(call, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22433verbnet(carol, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22434verbnet(chant, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22435verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22436verbnet(chirp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22437verbnet(chortle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22438verbnet(chuckle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22439verbnet(cluck, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22440verbnet(coo, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22441verbnet(croak, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22442verbnet(croon, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22443verbnet(crow, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22444verbnet(cry, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22445verbnet(drawl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22446verbnet(drone, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22447verbnet(gabble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22448verbnet(gasp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22449verbnet(gibber, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22450verbnet(groan, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22451verbnet(growl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22452verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22453verbnet(grunt, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22454verbnet(hiss, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22455verbnet(holler, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22456verbnet(hoot, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22457verbnet(howl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22458verbnet(jabber, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22459verbnet(lilt, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22460verbnet(lisp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22461verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22462verbnet(mumble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22463verbnet(murmur, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22464verbnet(mutter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22465verbnet(nasal, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22466verbnet(natter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22467verbnet(pant, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22468verbnet(prattle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22469verbnet(purr, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22470verbnet(quaver, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22471verbnet(rage, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22472verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22473verbnet(rasp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22474verbnet(roar, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22475verbnet(rumble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22476verbnet(scream, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22477verbnet(screech, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22478verbnet(shout, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22479verbnet(shriek, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22480verbnet(sibilate, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22481verbnet(simper, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22482verbnet(sigh, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22483verbnet(sing, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22484verbnet(smatter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22485verbnet(smile, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22486verbnet(snap, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22487verbnet(snarl, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22488verbnet(snivel, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22489verbnet(snuffle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22490verbnet(splutter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22491verbnet(squall, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22492verbnet(squawk, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22493verbnet(squeak, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22494verbnet(squeal, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22495verbnet(stammer, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22496verbnet(stemmer, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22497verbnet(stutter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22498verbnet(thunder, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22499verbnet(tisk, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22500verbnet(trill, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22501verbnet(trumpet, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22502verbnet(twang, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22503verbnet(twitter, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22504verbnet(vociferate, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22505verbnet(wail, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22506verbnet(warble, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22507verbnet(wheeze, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22508verbnet(whimper, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22509verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22510verbnet(whisper, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22511verbnet(whistle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22512verbnet(whoop, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22513verbnet(yammer, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22514verbnet(yap, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22515verbnet(yell, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22516verbnet(yelp, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22517verbnet(yodel, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22518verbnet(blare, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22519verbnet(gurgle, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22520verbnet(hum, (s:_\np)/pp, ['Agent'], [37,'.',3]).
22521verbnet(about, pp/np, ['Topic'], [37,.,3]).
22522
22523%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22524%%% Primary: NP V NP (manner_speaking-37.3)
22525%%% Syntax:  [np:Agent,v,np:Topic]
22526%%% CCG:     (s:_\np)/np
22527%%% Roles:   [Topic,Agent]
22528%%% Example: Susan whispered the news/a few words.
22529%%%
22530verbnet(babble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22531verbnet(bark, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22532verbnet(bawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22533verbnet(bellow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22534verbnet(bleat, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22535verbnet(boom, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22536verbnet(bray, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22537verbnet(burble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22538verbnet(bluster, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22539verbnet(cackle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22540verbnet(call, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22541verbnet(carol, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22542verbnet(chant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22543verbnet(chatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22544verbnet(chirp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22545verbnet(chortle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22546verbnet(chuckle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22547verbnet(cluck, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22548verbnet(coo, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22549verbnet(croak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22550verbnet(croon, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22551verbnet(crow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22552verbnet(cry, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22553verbnet(drawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22554verbnet(drone, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22555verbnet(gabble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22556verbnet(gasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22557verbnet(gibber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22558verbnet(groan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22559verbnet(growl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22560verbnet(grumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22561verbnet(grunt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22562verbnet(hiss, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22563verbnet(holler, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22564verbnet(hoot, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22565verbnet(howl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22566verbnet(jabber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22567verbnet(lilt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22568verbnet(lisp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22569verbnet(moan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22570verbnet(mumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22571verbnet(murmur, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22572verbnet(mutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22573verbnet(nasal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22574verbnet(natter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22575verbnet(pant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22576verbnet(prattle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22577verbnet(purr, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22578verbnet(quaver, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22579verbnet(rage, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22580verbnet(rant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22581verbnet(rasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22582verbnet(roar, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22583verbnet(rumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22584verbnet(scream, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22585verbnet(screech, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22586verbnet(shout, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22587verbnet(shriek, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22588verbnet(sibilate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22589verbnet(simper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22590verbnet(sigh, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22591verbnet(sing, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22592verbnet(smatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22593verbnet(smile, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22594verbnet(snap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22595verbnet(snarl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22596verbnet(snivel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22597verbnet(snuffle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22598verbnet(splutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22599verbnet(squall, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22600verbnet(squawk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22601verbnet(squeak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22602verbnet(squeal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22603verbnet(stammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22604verbnet(stemmer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22605verbnet(stutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22606verbnet(thunder, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22607verbnet(tisk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22608verbnet(trill, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22609verbnet(trumpet, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22610verbnet(twang, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22611verbnet(twitter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22612verbnet(vociferate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22613verbnet(wail, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22614verbnet(warble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22615verbnet(wheeze, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22616verbnet(whimper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22617verbnet(whine, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22618verbnet(whisper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22619verbnet(whistle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22620verbnet(whoop, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22621verbnet(yammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22622verbnet(yap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22623verbnet(yell, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22624verbnet(yelp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22625verbnet(yodel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22626verbnet(blare, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22627verbnet(gurgle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22628verbnet(hum, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22629
22630%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22631%%% Primary: NP V S-Quote (manner_speaking-37.3)
22632%%% Syntax:  [np:Agent,v,np:Topic]
22633%%% CCG:     (s:_\np)/np
22634%%% Roles:   [Topic,Agent]
22635%%% Example: Susan whispered, 'Leave the room.'
22636%%%
22637verbnet(babble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22638verbnet(bark, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22639verbnet(bawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22640verbnet(bellow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22641verbnet(bleat, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22642verbnet(boom, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22643verbnet(bray, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22644verbnet(burble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22645verbnet(bluster, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22646verbnet(cackle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22647verbnet(call, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22648verbnet(carol, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22649verbnet(chant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22650verbnet(chatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22651verbnet(chirp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22652verbnet(chortle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22653verbnet(chuckle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22654verbnet(cluck, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22655verbnet(coo, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22656verbnet(croak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22657verbnet(croon, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22658verbnet(crow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22659verbnet(cry, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22660verbnet(drawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22661verbnet(drone, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22662verbnet(gabble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22663verbnet(gasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22664verbnet(gibber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22665verbnet(groan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22666verbnet(growl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22667verbnet(grumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22668verbnet(grunt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22669verbnet(hiss, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22670verbnet(holler, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22671verbnet(hoot, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22672verbnet(howl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22673verbnet(jabber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22674verbnet(lilt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22675verbnet(lisp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22676verbnet(moan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22677verbnet(mumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22678verbnet(murmur, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22679verbnet(mutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22680verbnet(nasal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22681verbnet(natter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22682verbnet(pant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22683verbnet(prattle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22684verbnet(purr, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22685verbnet(quaver, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22686verbnet(rage, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22687verbnet(rant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22688verbnet(rasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22689verbnet(roar, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22690verbnet(rumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22691verbnet(scream, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22692verbnet(screech, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22693verbnet(shout, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22694verbnet(shriek, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22695verbnet(sibilate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22696verbnet(simper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22697verbnet(sigh, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22698verbnet(sing, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22699verbnet(smatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22700verbnet(smile, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22701verbnet(snap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22702verbnet(snarl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22703verbnet(snivel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22704verbnet(snuffle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22705verbnet(splutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22706verbnet(squall, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22707verbnet(squawk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22708verbnet(squeak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22709verbnet(squeal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22710verbnet(stammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22711verbnet(stemmer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22712verbnet(stutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22713verbnet(thunder, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22714verbnet(tisk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22715verbnet(trill, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22716verbnet(trumpet, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22717verbnet(twang, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22718verbnet(twitter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22719verbnet(vociferate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22720verbnet(wail, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22721verbnet(warble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22722verbnet(wheeze, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22723verbnet(whimper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22724verbnet(whine, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22725verbnet(whisper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22726verbnet(whistle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22727verbnet(whoop, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22728verbnet(yammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22729verbnet(yap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22730verbnet(yell, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22731verbnet(yelp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22732verbnet(yodel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22733verbnet(blare, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22734verbnet(gurgle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22735verbnet(hum, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]).
22736
22737%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22738%%% Primary: NP V NP PP.recipient (manner_speaking-37.3)
22739%%% Syntax:  [np:Agent,v,np:Topic,pp,np:Recipient]
22740%%% CCG:     ((s:_\np)/pp)/np
22741%%% Roles:   [Topic,Agent]
22742%%% Example: Susan whispered the news/a few words to/at Rachel.
22743%%%
22744verbnet(babble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22745verbnet(bark, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22746verbnet(bawl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22747verbnet(bellow, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22748verbnet(bleat, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22749verbnet(boom, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22750verbnet(bray, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22751verbnet(burble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22752verbnet(bluster, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22753verbnet(cackle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22754verbnet(call, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22755verbnet(carol, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22756verbnet(chant, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22757verbnet(chatter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22758verbnet(chirp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22759verbnet(chortle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22760verbnet(chuckle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22761verbnet(cluck, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22762verbnet(coo, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22763verbnet(croak, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22764verbnet(croon, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22765verbnet(crow, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22766verbnet(cry, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22767verbnet(drawl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22768verbnet(drone, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22769verbnet(gabble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22770verbnet(gasp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22771verbnet(gibber, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22772verbnet(groan, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22773verbnet(growl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22774verbnet(grumble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22775verbnet(grunt, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22776verbnet(hiss, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22777verbnet(holler, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22778verbnet(hoot, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22779verbnet(howl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22780verbnet(jabber, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22781verbnet(lilt, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22782verbnet(lisp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22783verbnet(moan, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22784verbnet(mumble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22785verbnet(murmur, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22786verbnet(mutter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22787verbnet(nasal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22788verbnet(natter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22789verbnet(pant, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22790verbnet(prattle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22791verbnet(purr, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22792verbnet(quaver, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22793verbnet(rage, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22794verbnet(rant, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22795verbnet(rasp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22796verbnet(roar, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22797verbnet(rumble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22798verbnet(scream, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22799verbnet(screech, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22800verbnet(shout, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22801verbnet(shriek, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22802verbnet(sibilate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22803verbnet(simper, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22804verbnet(sigh, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22805verbnet(sing, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22806verbnet(smatter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22807verbnet(smile, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22808verbnet(snap, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22809verbnet(snarl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22810verbnet(snivel, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22811verbnet(snuffle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22812verbnet(splutter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22813verbnet(squall, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22814verbnet(squawk, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22815verbnet(squeak, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22816verbnet(squeal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22817verbnet(stammer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22818verbnet(stemmer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22819verbnet(stutter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22820verbnet(thunder, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22821verbnet(tisk, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22822verbnet(trill, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22823verbnet(trumpet, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22824verbnet(twang, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22825verbnet(twitter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22826verbnet(vociferate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22827verbnet(wail, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22828verbnet(warble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22829verbnet(wheeze, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22830verbnet(whimper, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22831verbnet(whine, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22832verbnet(whisper, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22833verbnet(whistle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22834verbnet(whoop, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22835verbnet(yammer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22836verbnet(yap, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22837verbnet(yell, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22838verbnet(yelp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22839verbnet(yodel, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22840verbnet(blare, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22841verbnet(gurgle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22842verbnet(hum, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]).
22843
22844%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22845%%% Primary: NP V that S (manner_speaking-37.3)
22846%%% Syntax:  [np:Agent,v,s:Topic]
22847%%% CCG:     (s:_\np)/s:_
22848%%% Roles:   [Topic,Agent]
22849%%% Example: Susan whispered that the party would be tonight.
22850%%%
22851verbnet(babble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22852verbnet(bark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22853verbnet(bawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22854verbnet(bellow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22855verbnet(bleat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22856verbnet(boom, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22857verbnet(bray, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22858verbnet(burble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22859verbnet(bluster, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22860verbnet(cackle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22861verbnet(call, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22862verbnet(carol, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22863verbnet(chant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22864verbnet(chatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22865verbnet(chirp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22866verbnet(chortle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22867verbnet(chuckle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22868verbnet(cluck, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22869verbnet(coo, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22870verbnet(croak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22871verbnet(croon, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22872verbnet(crow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22873verbnet(cry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22874verbnet(drawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22875verbnet(drone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22876verbnet(gabble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22877verbnet(gasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22878verbnet(gibber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22879verbnet(groan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22880verbnet(growl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22881verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22882verbnet(grunt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22883verbnet(hiss, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22884verbnet(holler, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22885verbnet(hoot, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22886verbnet(howl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22887verbnet(jabber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22888verbnet(lilt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22889verbnet(lisp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22890verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22891verbnet(mumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22892verbnet(murmur, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22893verbnet(mutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22894verbnet(nasal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22895verbnet(natter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22896verbnet(pant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22897verbnet(prattle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22898verbnet(purr, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22899verbnet(quaver, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22900verbnet(rage, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22901verbnet(rant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22902verbnet(rasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22903verbnet(roar, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22904verbnet(rumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22905verbnet(scream, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22906verbnet(screech, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22907verbnet(shout, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22908verbnet(shriek, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22909verbnet(sibilate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22910verbnet(simper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22911verbnet(sigh, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22912verbnet(sing, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22913verbnet(smatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22914verbnet(smile, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22915verbnet(snap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22916verbnet(snarl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22917verbnet(snivel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22918verbnet(snuffle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22919verbnet(splutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22920verbnet(squall, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22921verbnet(squawk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22922verbnet(squeak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22923verbnet(squeal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22924verbnet(stammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22925verbnet(stemmer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22926verbnet(stutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22927verbnet(thunder, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22928verbnet(tisk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22929verbnet(trill, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22930verbnet(trumpet, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22931verbnet(twang, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22932verbnet(twitter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22933verbnet(vociferate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22934verbnet(wail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22935verbnet(warble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22936verbnet(wheeze, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22937verbnet(whimper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22938verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22939verbnet(whisper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22940verbnet(whistle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22941verbnet(whoop, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22942verbnet(yammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22943verbnet(yap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22944verbnet(yell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22945verbnet(yelp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22946verbnet(yodel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22947verbnet(blare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22948verbnet(gurgle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22949verbnet(hum, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22950
22951%%% File:    ext/VerbNet/manner_speaking-37.3.xml
22952%%% Primary: NP V how S_INF (manner_speaking-37.3)
22953%%% Syntax:  [np:Agent,v,s:Topic]
22954%%% CCG:     (s:_\np)/s:_
22955%%% Roles:   [Topic,Agent]
22956%%% Example: Susan whispered how to avoid the crowd.
22957%%%
22958verbnet(babble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22959verbnet(bark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22960verbnet(bawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22961verbnet(bellow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22962verbnet(bleat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22963verbnet(boom, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22964verbnet(bray, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22965verbnet(burble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22966verbnet(bluster, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22967verbnet(cackle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22968verbnet(call, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22969verbnet(carol, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22970verbnet(chant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22971verbnet(chatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22972verbnet(chirp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22973verbnet(chortle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22974verbnet(chuckle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22975verbnet(cluck, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22976verbnet(coo, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22977verbnet(croak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22978verbnet(croon, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22979verbnet(crow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22980verbnet(cry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22981verbnet(drawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22982verbnet(drone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22983verbnet(gabble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22984verbnet(gasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22985verbnet(gibber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22986verbnet(groan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22987verbnet(growl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22988verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22989verbnet(grunt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22990verbnet(hiss, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22991verbnet(holler, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22992verbnet(hoot, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22993verbnet(howl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22994verbnet(jabber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22995verbnet(lilt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22996verbnet(lisp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22997verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22998verbnet(mumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
22999verbnet(murmur, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23000verbnet(mutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23001verbnet(nasal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23002verbnet(natter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23003verbnet(pant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23004verbnet(prattle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23005verbnet(purr, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23006verbnet(quaver, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23007verbnet(rage, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23008verbnet(rant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23009verbnet(rasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23010verbnet(roar, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23011verbnet(rumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23012verbnet(scream, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23013verbnet(screech, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23014verbnet(shout, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23015verbnet(shriek, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23016verbnet(sibilate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23017verbnet(simper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23018verbnet(sigh, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23019verbnet(sing, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23020verbnet(smatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23021verbnet(smile, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23022verbnet(snap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23023verbnet(snarl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23024verbnet(snivel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23025verbnet(snuffle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23026verbnet(splutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23027verbnet(squall, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23028verbnet(squawk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23029verbnet(squeak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23030verbnet(squeal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23031verbnet(stammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23032verbnet(stemmer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23033verbnet(stutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23034verbnet(thunder, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23035verbnet(tisk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23036verbnet(trill, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23037verbnet(trumpet, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23038verbnet(twang, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23039verbnet(twitter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23040verbnet(vociferate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23041verbnet(wail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23042verbnet(warble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23043verbnet(wheeze, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23044verbnet(whimper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23045verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23046verbnet(whisper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23047verbnet(whistle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23048verbnet(whoop, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23049verbnet(yammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23050verbnet(yap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23051verbnet(yell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23052verbnet(yelp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23053verbnet(yodel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23054verbnet(blare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23055verbnet(gurgle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23056verbnet(hum, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]).
23057
23058%%% File:    ext/VerbNet/manner_speaking-37.3.xml
23059%%% Primary: NP V S_INF (manner_speaking-37.3)
23060%%% Syntax:  [np:Agent,v,vp_to:Topic]
23061%%% CCG:     (s:_\np)/ (s:ng\np)
23062%%% Roles:   [Topic,Agent]
23063%%% Example: Susan whispered to come.
23064%%%
23065verbnet(babble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23066verbnet(bark, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23067verbnet(bawl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23068verbnet(bellow, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23069verbnet(bleat, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23070verbnet(boom, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23071verbnet(bray, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23072verbnet(burble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23073verbnet(bluster, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23074verbnet(cackle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23075verbnet(call, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23076verbnet(carol, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23077verbnet(chant, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23078verbnet(chatter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23079verbnet(chirp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23080verbnet(chortle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23081verbnet(chuckle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23082verbnet(cluck, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23083verbnet(coo, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23084verbnet(croak, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23085verbnet(croon, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23086verbnet(crow, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23087verbnet(cry, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23088verbnet(drawl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23089verbnet(drone, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23090verbnet(gabble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23091verbnet(gasp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23092verbnet(gibber, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23093verbnet(groan, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23094verbnet(growl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23095verbnet(grumble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23096verbnet(grunt, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23097verbnet(hiss, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23098verbnet(holler, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23099verbnet(hoot, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23100verbnet(howl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23101verbnet(jabber, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23102verbnet(lilt, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23103verbnet(lisp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23104verbnet(moan, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23105verbnet(mumble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23106verbnet(murmur, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23107verbnet(mutter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23108verbnet(nasal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23109verbnet(natter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23110verbnet(pant, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23111verbnet(prattle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23112verbnet(purr, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23113verbnet(quaver, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23114verbnet(rage, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23115verbnet(rant, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23116verbnet(rasp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23117verbnet(roar, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23118verbnet(rumble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23119verbnet(scream, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23120verbnet(screech, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23121verbnet(shout, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23122verbnet(shriek, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23123verbnet(sibilate, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23124verbnet(simper, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23125verbnet(sigh, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23126verbnet(sing, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23127verbnet(smatter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23128verbnet(smile, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23129verbnet(snap, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23130verbnet(snarl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23131verbnet(snivel, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23132verbnet(snuffle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23133verbnet(splutter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23134verbnet(squall, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23135verbnet(squawk, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23136verbnet(squeak, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23137verbnet(squeal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23138verbnet(stammer, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23139verbnet(stemmer, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23140verbnet(stutter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23141verbnet(thunder, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23142verbnet(tisk, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23143verbnet(trill, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23144verbnet(trumpet, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23145verbnet(twang, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23146verbnet(twitter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23147verbnet(vociferate, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23148verbnet(wail, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23149verbnet(warble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23150verbnet(wheeze, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23151verbnet(whimper, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23152verbnet(whine, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23153verbnet(whisper, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23154verbnet(whistle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23155verbnet(whoop, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23156verbnet(yammer, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23157verbnet(yap, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23158verbnet(yell, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23159verbnet(yelp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23160verbnet(yodel, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23161verbnet(blare, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23162verbnet(gurgle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23163verbnet(hum, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]).
23164
23165%%% File:    ext/VerbNet/manner_speaking-37.3.xml
23166%%% Primary: NP V PP.recipient that S (manner_speaking-37.3)
23167%%% Syntax:  [np:Agent,v,pp,np:Recipient,s:Topic]
23168%%% CCG:     ((s:_\np)/s:_)/pp
23169%%% Roles:   [Topic,Agent]
23170%%% Example: Susan whispered to Rachel that the party would be tonight.
23171%%%
23172verbnet(babble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23173verbnet(bark, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23174verbnet(bawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23175verbnet(bellow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23176verbnet(bleat, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23177verbnet(boom, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23178verbnet(bray, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23179verbnet(burble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23180verbnet(bluster, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23181verbnet(cackle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23182verbnet(call, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23183verbnet(carol, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23184verbnet(chant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23185verbnet(chatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23186verbnet(chirp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23187verbnet(chortle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23188verbnet(chuckle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23189verbnet(cluck, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23190verbnet(coo, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23191verbnet(croak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23192verbnet(croon, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23193verbnet(crow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23194verbnet(cry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23195verbnet(drawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23196verbnet(drone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23197verbnet(gabble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23198verbnet(gasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23199verbnet(gibber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23200verbnet(groan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23201verbnet(growl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23202verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23203verbnet(grunt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23204verbnet(hiss, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23205verbnet(holler, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23206verbnet(hoot, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23207verbnet(howl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23208verbnet(jabber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23209verbnet(lilt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23210verbnet(lisp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23211verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23212verbnet(mumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23213verbnet(murmur, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23214verbnet(mutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23215verbnet(nasal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23216verbnet(natter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23217verbnet(pant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23218verbnet(prattle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23219verbnet(purr, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23220verbnet(quaver, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23221verbnet(rage, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23222verbnet(rant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23223verbnet(rasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23224verbnet(roar, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23225verbnet(rumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23226verbnet(scream, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23227verbnet(screech, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23228verbnet(shout, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23229verbnet(shriek, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23230verbnet(sibilate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23231verbnet(simper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23232verbnet(sigh, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23233verbnet(sing, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23234verbnet(smatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23235verbnet(smile, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23236verbnet(snap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23237verbnet(snarl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23238verbnet(snivel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23239verbnet(snuffle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23240verbnet(splutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23241verbnet(squall, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23242verbnet(squawk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23243verbnet(squeak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23244verbnet(squeal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23245verbnet(stammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23246verbnet(stemmer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23247verbnet(stutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23248verbnet(thunder, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23249verbnet(tisk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23250verbnet(trill, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23251verbnet(trumpet, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23252verbnet(twang, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23253verbnet(twitter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23254verbnet(vociferate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23255verbnet(wail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23256verbnet(warble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23257verbnet(wheeze, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23258verbnet(whimper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23259verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23260verbnet(whisper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23261verbnet(whistle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23262verbnet(whoop, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23263verbnet(yammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23264verbnet(yap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23265verbnet(yell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23266verbnet(yelp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23267verbnet(yodel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23268verbnet(blare, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23269verbnet(gurgle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23270verbnet(hum, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23271
23272%%% File:    ext/VerbNet/manner_speaking-37.3.xml
23273%%% Primary: NP V PP.recipient how S_INF (manner_speaking-37.3)
23274%%% Syntax:  [np:Agent,v,pp,np:Recipient,s:Topic]
23275%%% CCG:     ((s:_\np)/s:_)/pp
23276%%% Roles:   [Topic,Agent]
23277%%% Example: Susan whispered to Rachel how to avoid the crowd.
23278%%%
23279verbnet(babble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23280verbnet(bark, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23281verbnet(bawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23282verbnet(bellow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23283verbnet(bleat, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23284verbnet(boom, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23285verbnet(bray, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23286verbnet(burble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23287verbnet(bluster, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23288verbnet(cackle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23289verbnet(call, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23290verbnet(carol, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23291verbnet(chant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23292verbnet(chatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23293verbnet(chirp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23294verbnet(chortle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23295verbnet(chuckle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23296verbnet(cluck, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23297verbnet(coo, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23298verbnet(croak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23299verbnet(croon, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23300verbnet(crow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23301verbnet(cry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23302verbnet(drawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23303verbnet(drone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23304verbnet(gabble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23305verbnet(gasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23306verbnet(gibber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23307verbnet(groan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23308verbnet(growl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23309verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23310verbnet(grunt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23311verbnet(hiss, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23312verbnet(holler, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23313verbnet(hoot, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23314verbnet(howl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23315verbnet(jabber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23316verbnet(lilt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23317verbnet(lisp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23318verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23319verbnet(mumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23320verbnet(murmur, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23321verbnet(mutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23322verbnet(nasal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23323verbnet(natter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23324verbnet(pant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23325verbnet(prattle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23326verbnet(purr, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23327verbnet(quaver, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23328verbnet(rage, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23329verbnet(rant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23330verbnet(rasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23331verbnet(roar, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23332verbnet(rumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23333verbnet(scream, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23334verbnet(screech, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23335verbnet(shout, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23336verbnet(shriek, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23337verbnet(sibilate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23338verbnet(simper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23339verbnet(sigh, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23340verbnet(sing, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23341verbnet(smatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23342verbnet(smile, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23343verbnet(snap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23344verbnet(snarl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23345verbnet(snivel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23346verbnet(snuffle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23347verbnet(splutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23348verbnet(squall, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23349verbnet(squawk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23350verbnet(squeak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23351verbnet(squeal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23352verbnet(stammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23353verbnet(stemmer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23354verbnet(stutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23355verbnet(thunder, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23356verbnet(tisk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23357verbnet(trill, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23358verbnet(trumpet, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23359verbnet(twang, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23360verbnet(twitter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23361verbnet(vociferate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23362verbnet(wail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23363verbnet(warble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23364verbnet(wheeze, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23365verbnet(whimper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23366verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23367verbnet(whisper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23368verbnet(whistle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23369verbnet(whoop, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23370verbnet(yammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23371verbnet(yap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23372verbnet(yell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23373verbnet(yelp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23374verbnet(yodel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23375verbnet(blare, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23376verbnet(gurgle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23377verbnet(hum, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]).
23378
23379%%% File:    ext/VerbNet/manner_speaking-37.3.xml
23380%%% Primary: NP V PP.recipient S_INF (manner_speaking-37.3)
23381%%% Syntax:  [np:Agent,v,pp,np:Recipient,vp_to:Topic]
23382%%% CCG:     ((s:_\np)/ (s:ng\np))/pp
23383%%% Roles:   [Topic,Agent]
23384%%% Example: Susan whispered to Rachel to come.
23385%%%
23386verbnet(babble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23387verbnet(bark, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23388verbnet(bawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23389verbnet(bellow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23390verbnet(bleat, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23391verbnet(boom, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23392verbnet(bray, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23393verbnet(burble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23394verbnet(bluster, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23395verbnet(cackle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23396verbnet(call, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23397verbnet(carol, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23398verbnet(chant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23399verbnet(chatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23400verbnet(chirp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23401verbnet(chortle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23402verbnet(chuckle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23403verbnet(cluck, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23404verbnet(coo, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23405verbnet(croak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23406verbnet(croon, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23407verbnet(crow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23408verbnet(cry, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23409verbnet(drawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23410verbnet(drone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23411verbnet(gabble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23412verbnet(gasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23413verbnet(gibber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23414verbnet(groan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23415verbnet(growl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23416verbnet(grumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23417verbnet(grunt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23418verbnet(hiss, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23419verbnet(holler, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23420verbnet(hoot, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23421verbnet(howl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23422verbnet(jabber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23423verbnet(lilt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23424verbnet(lisp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23425verbnet(moan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23426verbnet(mumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23427verbnet(murmur, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23428verbnet(mutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23429verbnet(nasal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23430verbnet(natter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23431verbnet(pant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23432verbnet(prattle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23433verbnet(purr, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23434verbnet(quaver, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23435verbnet(rage, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23436verbnet(rant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23437verbnet(rasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23438verbnet(roar, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23439verbnet(rumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23440verbnet(scream, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23441verbnet(screech, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23442verbnet(shout, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23443verbnet(shriek, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23444verbnet(sibilate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23445verbnet(simper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23446verbnet(sigh, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23447verbnet(sing, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23448verbnet(smatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23449verbnet(smile, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23450verbnet(snap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23451verbnet(snarl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23452verbnet(snivel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23453verbnet(snuffle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23454verbnet(splutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23455verbnet(squall, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23456verbnet(squawk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23457verbnet(squeak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23458verbnet(squeal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23459verbnet(stammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23460verbnet(stemmer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23461verbnet(stutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23462verbnet(thunder, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23463verbnet(tisk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23464verbnet(trill, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23465verbnet(trumpet, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23466verbnet(twang, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23467verbnet(twitter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23468verbnet(vociferate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23469verbnet(wail, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23470verbnet(warble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23471verbnet(wheeze, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23472verbnet(whimper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23473verbnet(whine, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23474verbnet(whisper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23475verbnet(whistle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23476verbnet(whoop, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23477verbnet(yammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23478verbnet(yap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23479verbnet(yell, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23480verbnet(yelp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23481verbnet(yodel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23482verbnet(blare, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23483verbnet(gurgle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23484verbnet(hum, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23485
23486%%% File:    ext/VerbNet/manner_speaking-37.3.xml
23487%%% Primary: NP V PP.recipient S_INF (manner_speaking-37.3)
23488%%% Syntax:  [np:Agent,v,prep:for,np:Recipient,vp_to:Topic]
23489%%% CCG:     ((s:_\np)/ (s:ng\np))/pp
23490%%% Roles:   [Topic,Agent]
23491%%% Example: Susan whispered for me to come.
23492%%%
23493verbnet(babble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23494verbnet(bark, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23495verbnet(bawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23496verbnet(bellow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23497verbnet(bleat, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23498verbnet(boom, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23499verbnet(bray, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23500verbnet(burble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23501verbnet(bluster, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23502verbnet(cackle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23503verbnet(call, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23504verbnet(carol, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23505verbnet(chant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23506verbnet(chatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23507verbnet(chirp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23508verbnet(chortle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23509verbnet(chuckle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23510verbnet(cluck, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23511verbnet(coo, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23512verbnet(croak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23513verbnet(croon, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23514verbnet(crow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23515verbnet(cry, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23516verbnet(drawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23517verbnet(drone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23518verbnet(gabble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23519verbnet(gasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23520verbnet(gibber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23521verbnet(groan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23522verbnet(growl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23523verbnet(grumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23524verbnet(grunt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23525verbnet(hiss, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23526verbnet(holler, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23527verbnet(hoot, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23528verbnet(howl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23529verbnet(jabber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23530verbnet(lilt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23531verbnet(lisp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23532verbnet(moan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23533verbnet(mumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23534verbnet(murmur, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23535verbnet(mutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23536verbnet(nasal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23537verbnet(natter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23538verbnet(pant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23539verbnet(prattle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23540verbnet(purr, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23541verbnet(quaver, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23542verbnet(rage, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23543verbnet(rant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23544verbnet(rasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23545verbnet(roar, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23546verbnet(rumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23547verbnet(scream, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23548verbnet(screech, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23549verbnet(shout, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23550verbnet(shriek, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23551verbnet(sibilate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23552verbnet(simper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23553verbnet(sigh, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23554verbnet(sing, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23555verbnet(smatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23556verbnet(smile, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23557verbnet(snap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23558verbnet(snarl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23559verbnet(snivel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23560verbnet(snuffle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23561verbnet(splutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23562verbnet(squall, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23563verbnet(squawk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23564verbnet(squeak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23565verbnet(squeal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23566verbnet(stammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23567verbnet(stemmer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23568verbnet(stutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23569verbnet(thunder, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23570verbnet(tisk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23571verbnet(trill, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23572verbnet(trumpet, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23573verbnet(twang, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23574verbnet(twitter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23575verbnet(vociferate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23576verbnet(wail, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23577verbnet(warble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23578verbnet(wheeze, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23579verbnet(whimper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23580verbnet(whine, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23581verbnet(whisper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23582verbnet(whistle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23583verbnet(whoop, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23584verbnet(yammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23585verbnet(yap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23586verbnet(yell, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23587verbnet(yelp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23588verbnet(yodel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23589verbnet(blare, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23590verbnet(gurgle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23591verbnet(hum, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]).
23592
23593%%% File:    ext/VerbNet/manner_speaking-37.3.xml
23594%%% Primary: NP V PP.recipient S-Quote (manner_speaking-37.3)
23595%%% Syntax:  [np:Agent,v,pp,np:Recipient,np:Topic]
23596%%% CCG:     ((s:_\np)/np)/pp
23597%%% Roles:   [Topic,Agent]
23598%%% Example: Susan whispered to Rachel, 'Leave the room.'
23599%%%
23600verbnet(babble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23601verbnet(bark, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23602verbnet(bawl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23603verbnet(bellow, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23604verbnet(bleat, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23605verbnet(boom, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23606verbnet(bray, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23607verbnet(burble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23608verbnet(bluster, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23609verbnet(cackle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23610verbnet(call, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23611verbnet(carol, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23612verbnet(chant, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23613verbnet(chatter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23614verbnet(chirp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23615verbnet(chortle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23616verbnet(chuckle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23617verbnet(cluck, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23618verbnet(coo, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23619verbnet(croak, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23620verbnet(croon, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23621verbnet(crow, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23622verbnet(cry, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23623verbnet(drawl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23624verbnet(drone, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23625verbnet(gabble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23626verbnet(gasp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23627verbnet(gibber, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23628verbnet(groan, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23629verbnet(growl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23630verbnet(grumble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23631verbnet(grunt, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23632verbnet(hiss, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23633verbnet(holler, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23634verbnet(hoot, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23635verbnet(howl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23636verbnet(jabber, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23637verbnet(lilt, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23638verbnet(lisp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23639verbnet(moan, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23640verbnet(mumble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23641verbnet(murmur, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23642verbnet(mutter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23643verbnet(nasal, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23644verbnet(natter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23645verbnet(pant, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23646verbnet(prattle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23647verbnet(purr, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23648verbnet(quaver, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23649verbnet(rage, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23650verbnet(rant, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23651verbnet(rasp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23652verbnet(roar, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23653verbnet(rumble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23654verbnet(scream, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23655verbnet(screech, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23656verbnet(shout, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23657verbnet(shriek, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23658verbnet(sibilate, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23659verbnet(simper, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23660verbnet(sigh, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23661verbnet(sing, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23662verbnet(smatter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23663verbnet(smile, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23664verbnet(snap, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23665verbnet(snarl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23666verbnet(snivel, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23667verbnet(snuffle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23668verbnet(splutter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23669verbnet(squall, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23670verbnet(squawk, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23671verbnet(squeak, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23672verbnet(squeal, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23673verbnet(stammer, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23674verbnet(stemmer, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23675verbnet(stutter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23676verbnet(thunder, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23677verbnet(tisk, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23678verbnet(trill, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23679verbnet(trumpet, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23680verbnet(twang, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23681verbnet(twitter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23682verbnet(vociferate, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23683verbnet(wail, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23684verbnet(warble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23685verbnet(wheeze, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23686verbnet(whimper, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23687verbnet(whine, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23688verbnet(whisper, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23689verbnet(whistle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23690verbnet(whoop, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23691verbnet(yammer, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23692verbnet(yap, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23693verbnet(yell, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23694verbnet(yelp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23695verbnet(yodel, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23696verbnet(blare, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23697verbnet(gurgle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23698verbnet(hum, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]).
23699
23700%%% File:    ext/VerbNet/marry-36.2.xml
23701%%% Primary: NP V (marry-36.2)
23702%%% Syntax:  [np:Agent,v]
23703%%% CCG:     s:_\np
23704%%% Roles:   [Agent]
23705%%% Example: Bill and Kathy married.
23706%%%
23707verbnet(court, s:_\np, ['Agent'], [36,'.',2]).
23708verbnet(cuddle, s:_\np, ['Agent'], [36,'.',2]).
23709verbnet(date, s:_\np, ['Agent'], [36,'.',2]).
23710verbnet(divorce, s:_\np, ['Agent'], [36,'.',2]).
23711verbnet(embrace, s:_\np, ['Agent'], [36,'.',2]).
23712verbnet(hug, s:_\np, ['Agent'], [36,'.',2]).
23713verbnet(kiss, s:_\np, ['Agent'], [36,'.',2]).
23714verbnet(marry, s:_\np, ['Agent'], [36,'.',2]).
23715verbnet(nuzzle, s:_\np, ['Agent'], [36,'.',2]).
23716verbnet(pet, s:_\np, ['Agent'], [36,'.',2]).
23717
23718%%% File:    ext/VerbNet/marry-36.2.xml
23719%%% Primary: NP V NP (marry-36.2)
23720%%% Syntax:  [np:Agent,v,np:Co-Agent]
23721%%% CCG:     (s:_\np)/np
23722%%% Roles:   [Agent,Agent]
23723%%% Example: Bill married Kathy.
23724%%%
23725verbnet(court, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23726verbnet(cuddle, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23727verbnet(date, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23728verbnet(divorce, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23729verbnet(embrace, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23730verbnet(hug, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23731verbnet(kiss, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23732verbnet(marry, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23733verbnet(nuzzle, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23734verbnet(pet, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]).
23735
23736%%% File:    ext/VerbNet/marvel-31.3.xml
23737%%% Primary: NP V PP.stimulus (marvel-31.3-1)
23738%%% Syntax:  [np:Experiencer,v,prep:at,np:Stimulus]
23739%%% CCG:     (s:_\np)/pp
23740%%% Roles:   [Experiencer]
23741%%% Example: Megan marveled at the Grand Canyon.
23742%%%
23743verbnet(cheer, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23744verbnet(cringe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23745verbnet(enthuse, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23746verbnet(exult, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23747verbnet(fume, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23748verbnet(gladden, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23749verbnet(madden, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23750verbnet(marvel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23751verbnet(rage, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23752verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23753verbnet(sadden, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23754verbnet(sicken, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23755verbnet(start, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23756verbnet(swoon, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23757verbnet(thrill, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23758verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23759verbnet(flip_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23760verbnet(freak_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23761verbnet(go_apeshit, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23762verbnet(go_ballistic, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23763verbnet(lose_it, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23764verbnet(chafe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]).
23765verbnet(at, pp/np, ['Stimulus'], [31,.,3,-,1]).
23766
23767%%% File:    ext/VerbNet/marvel-31.3.xml
23768%%% Primary: NP V PP.stimulus (marvel-31.3-2)
23769%%% Syntax:  [np:Experiencer,v,prep:about,np:Stimulus]
23770%%% CCG:     (s:_\np)/pp
23771%%% Roles:   [Experiencer]
23772%%% Example: We cared about the opera.
23773%%%
23774verbnet(bother, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23775verbnet(care, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23776verbnet(fret, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23777verbnet(mind, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23778verbnet(moon, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23779verbnet(rage, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23780verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23781verbnet(rhapsodize, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23782verbnet(stew, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23783verbnet(stress, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23784verbnet(worry, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23785verbnet(flip_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23786verbnet(freak_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23787verbnet(go_apeshit, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23788verbnet(go_ballistic, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23789verbnet(lose_it, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]).
23790verbnet(about, pp/np, ['Stimulus'], [31,.,3,-,2]).
23791
23792%%% File:    ext/VerbNet/marvel-31.3.xml
23793%%% Primary: NP V PP.stimulus (marvel-31.3-3)
23794%%% Syntax:  [np:Experiencer,v,prep:for,np:Stimulus]
23795%%% CCG:     (s:_\np)/pp
23796%%% Roles:   [Experiencer]
23797%%% Example: I grieve for my departed Juliet.
23798%%%
23799verbnet(bleed, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23800verbnet(care, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23801verbnet(cry, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23802verbnet(fear, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23803verbnet(feel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23804verbnet(grieve, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23805verbnet(mourn, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23806verbnet(weep, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]).
23807verbnet(for, pp/np, ['Stimulus'], [31,.,3,-,3]).
23808
23809%%% File:    ext/VerbNet/marvel-31.3.xml
23810%%% Primary: NP V PP.stimulus (marvel-31.3-4)
23811%%% Syntax:  [np:Experiencer,v,prep:from,np:Stimulus]
23812%%% CCG:     (s:_\np)/pp
23813%%% Roles:   [Experiencer]
23814%%% Example: I suffered from occasional blackouts.
23815%%%
23816verbnet(ache, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,4]).
23817verbnet(hurt, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,4]).
23818verbnet(suffer, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,4]).
23819verbnet(from, pp/np, ['Stimulus'], [31,.,3,-,4]).
23820
23821%%% File:    ext/VerbNet/marvel-31.3.xml
23822%%% Primary: NP V PP.stimulus (marvel-31.3-5)
23823%%% Syntax:  [np:Experiencer,v,prep:in,np:Stimulus]
23824%%% CCG:     (s:_\np)/pp
23825%%% Roles:   [Experiencer]
23826%%% Example: I delighted in such pleasant pursuits.
23827%%%
23828verbnet(bask, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23829verbnet(delight, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23830verbnet(exult, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23831verbnet(glory, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23832verbnet(luxuriate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23833verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23834verbnet(revel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23835verbnet(wallow, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]).
23836verbnet(in, pp/np, ['Stimulus'], [31,.,3,-,5]).
23837
23838%%% File:    ext/VerbNet/marvel-31.3.xml
23839%%% Primary: NP V PP.stimulus (marvel-31.3-6)
23840%%% Syntax:  [np:Experiencer,v,prep:of,np:Stimulus]
23841%%% CCG:     (s:_\np)/pp
23842%%% Roles:   [Experiencer]
23843%%% Example: I certainly approved of Mary's acquaitance.
23844%%%
23845verbnet(approve, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23846verbnet(beware, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23847verbnet(despair, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23848verbnet(disapprove, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23849verbnet(sicken, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23850verbnet(tire, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23851verbnet(weary, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]).
23852verbnet(of, pp/np, ['Stimulus'], [31,.,3,-,6]).
23853
23854%%% File:    ext/VerbNet/marvel-31.3.xml
23855%%% Primary: NP V PP.stimulus (marvel-31.3-7)
23856%%% Syntax:  [np:Experiencer,v,prep:on,np:Stimulus]
23857%%% CCG:     (s:_\np)/pp
23858%%% Roles:   [Experiencer]
23859%%% Example: I grooved on David Lynch films.
23860%%%
23861verbnet(groove, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,7]).
23862verbnet(on, pp/np, ['Stimulus'], [31,.,3,-,7]).
23863
23864%%% File:    ext/VerbNet/marvel-31.3.xml
23865%%% Primary: NP V PP.stimulus (marvel-31.3-8)
23866%%% Syntax:  [np:Experiencer,v,prep:over,np:Stimulus]
23867%%% CCG:     (s:_\np)/pp
23868%%% Roles:   [Experiencer]
23869%%% Example: I anguished over Aslan's pain.
23870%%%
23871verbnet(agonize, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23872verbnet(anger, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23873verbnet(anguish, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23874verbnet(delight, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23875verbnet(enthuse, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23876verbnet(exult, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23877verbnet(fret, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23878verbnet(fume, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23879verbnet(gloat, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23880verbnet(grieve, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23881verbnet(gush, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23882verbnet(hallucinate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23883verbnet(hunger, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23884verbnet(marvel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23885verbnet(meditate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23886verbnet(moon, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23887verbnet(mope, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23888verbnet(mourn, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23889verbnet(muse, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23890verbnet(obsess, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23891verbnet(puzzle, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23892verbnet(rage, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23893verbnet(rave, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23894verbnet(reflect, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23895verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23896verbnet(rhapsodize, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23897verbnet(ruminate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23898verbnet(salivate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23899verbnet(seethe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23900verbnet(triumph, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23901verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23902verbnet(worry, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23903verbnet(sorrow, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23904verbnet(flip_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23905verbnet(freak_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23906verbnet(go_apeshit, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23907verbnet(go_ballistic, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23908verbnet(lose_it, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23909verbnet(chafe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]).
23910verbnet(over, pp/np, ['Stimulus'], [31,.,3,-,8]).
23911
23912%%% File:    ext/VerbNet/marvel-31.3.xml
23913%%% Primary: NP V PP.stimulus (marvel-31.3-9)
23914%%% Syntax:  [np:Experiencer,v,prep:to,np:Stimulus]
23915%%% CCG:     (s:_\np)/pp
23916%%% Roles:   [Experiencer]
23917%%% Example: I reacted to the experience violently.
23918%%%
23919verbnet(react, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,9]).
23920verbnet(thrill, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,9]).
23921verbnet(to, pp/np, ['Stimulus'], [31,.,3,-,9]).
23922
23923%%% File:    ext/VerbNet/marvel-31.3.xml
23924%%% Primary: NP V PP (marvel-31.3)
23925%%% Syntax:  [np:Stimulus,v,prep:by,np:Experiencer]
23926%%% CCG:     (s:_\np)/pp
23927%%% Roles:   [Stimulus]
23928%%% Example: The beauty of the Grand Canyon has been marveled over by countless tourists.
23929%%%
23930verbnet(cheer, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23931verbnet(cringe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23932verbnet(enthuse, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23933verbnet(exult, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23934verbnet(fume, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23935verbnet(gladden, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23936verbnet(madden, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23937verbnet(marvel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23938verbnet(rage, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23939verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23940verbnet(sadden, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23941verbnet(sicken, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23942verbnet(start, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23943verbnet(swoon, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23944verbnet(thrill, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23945verbnet(wonder, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23946verbnet(flip_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23947verbnet(freak_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23948verbnet(go_apeshit, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23949verbnet(go_ballistic, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23950verbnet(lose_it, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23951verbnet(chafe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23952verbnet(bother, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23953verbnet(care, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23954verbnet(fret, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23955verbnet(mind, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23956verbnet(moon, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23957verbnet(rage, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23958verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23959verbnet(rhapsodize, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23960verbnet(stew, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23961verbnet(stress, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23962verbnet(worry, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23963verbnet(flip_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23964verbnet(freak_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23965verbnet(go_apeshit, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23966verbnet(go_ballistic, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23967verbnet(lose_it, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23968verbnet(bleed, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23969verbnet(care, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23970verbnet(cry, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23971verbnet(fear, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23972verbnet(feel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23973verbnet(grieve, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23974verbnet(mourn, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23975verbnet(weep, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23976verbnet(ache, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23977verbnet(hurt, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23978verbnet(suffer, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23979verbnet(bask, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23980verbnet(delight, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23981verbnet(exult, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23982verbnet(glory, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23983verbnet(luxuriate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23984verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23985verbnet(revel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23986verbnet(wallow, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23987verbnet(approve, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23988verbnet(beware, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23989verbnet(despair, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23990verbnet(disapprove, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23991verbnet(sicken, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23992verbnet(tire, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23993verbnet(weary, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23994verbnet(groove, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23995verbnet(agonize, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23996verbnet(anger, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23997verbnet(anguish, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23998verbnet(delight, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
23999verbnet(enthuse, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24000verbnet(exult, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24001verbnet(fret, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24002verbnet(fume, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24003verbnet(gloat, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24004verbnet(grieve, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24005verbnet(gush, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24006verbnet(hallucinate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24007verbnet(hunger, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24008verbnet(marvel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24009verbnet(meditate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24010verbnet(moon, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24011verbnet(mope, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24012verbnet(mourn, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24013verbnet(muse, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24014verbnet(obsess, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24015verbnet(puzzle, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24016verbnet(rage, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24017verbnet(rave, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24018verbnet(reflect, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24019verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24020verbnet(rhapsodize, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24021verbnet(ruminate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24022verbnet(salivate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24023verbnet(seethe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24024verbnet(triumph, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24025verbnet(wonder, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24026verbnet(worry, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24027verbnet(sorrow, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24028verbnet(flip_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24029verbnet(freak_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24030verbnet(go_apeshit, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24031verbnet(go_ballistic, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24032verbnet(lose_it, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24033verbnet(chafe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24034verbnet(react, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24035verbnet(thrill, (s:_\np)/pp, ['Stimulus'], [31,'.',3]).
24036verbnet(by, pp/np, ['Experiencer'], [31,.,3]).
24037
24038%%% File:    ext/VerbNet/marvel-31.3.xml
24039%%% Primary: NP V (marvel-31.3)
24040%%% Syntax:  [np:Experiencer,v]
24041%%% CCG:     s:_\np
24042%%% Roles:   [Experiencer]
24043%%% Example: I will suffer.
24044%%%
24045verbnet(cheer, s:_\np, ['Experiencer'], [31,'.',3]).
24046verbnet(cringe, s:_\np, ['Experiencer'], [31,'.',3]).
24047verbnet(enthuse, s:_\np, ['Experiencer'], [31,'.',3]).
24048verbnet(exult, s:_\np, ['Experiencer'], [31,'.',3]).
24049verbnet(fume, s:_\np, ['Experiencer'], [31,'.',3]).
24050verbnet(gladden, s:_\np, ['Experiencer'], [31,'.',3]).
24051verbnet(madden, s:_\np, ['Experiencer'], [31,'.',3]).
24052verbnet(marvel, s:_\np, ['Experiencer'], [31,'.',3]).
24053verbnet(rage, s:_\np, ['Experiencer'], [31,'.',3]).
24054verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]).
24055verbnet(sadden, s:_\np, ['Experiencer'], [31,'.',3]).
24056verbnet(sicken, s:_\np, ['Experiencer'], [31,'.',3]).
24057verbnet(start, s:_\np, ['Experiencer'], [31,'.',3]).
24058verbnet(swoon, s:_\np, ['Experiencer'], [31,'.',3]).
24059verbnet(thrill, s:_\np, ['Experiencer'], [31,'.',3]).
24060verbnet(wonder, s:_\np, ['Experiencer'], [31,'.',3]).
24061verbnet(flip_out, s:_\np, ['Experiencer'], [31,'.',3]).
24062verbnet(freak_out, s:_\np, ['Experiencer'], [31,'.',3]).
24063verbnet(go_apeshit, s:_\np, ['Experiencer'], [31,'.',3]).
24064verbnet(go_ballistic, s:_\np, ['Experiencer'], [31,'.',3]).
24065verbnet(lose_it, s:_\np, ['Experiencer'], [31,'.',3]).
24066verbnet(chafe, s:_\np, ['Experiencer'], [31,'.',3]).
24067verbnet(bother, s:_\np, ['Experiencer'], [31,'.',3]).
24068verbnet(care, s:_\np, ['Experiencer'], [31,'.',3]).
24069verbnet(fret, s:_\np, ['Experiencer'], [31,'.',3]).
24070verbnet(mind, s:_\np, ['Experiencer'], [31,'.',3]).
24071verbnet(moon, s:_\np, ['Experiencer'], [31,'.',3]).
24072verbnet(rage, s:_\np, ['Experiencer'], [31,'.',3]).
24073verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]).
24074verbnet(rhapsodize, s:_\np, ['Experiencer'], [31,'.',3]).
24075verbnet(stew, s:_\np, ['Experiencer'], [31,'.',3]).
24076verbnet(stress, s:_\np, ['Experiencer'], [31,'.',3]).
24077verbnet(worry, s:_\np, ['Experiencer'], [31,'.',3]).
24078verbnet(flip_out, s:_\np, ['Experiencer'], [31,'.',3]).
24079verbnet(freak_out, s:_\np, ['Experiencer'], [31,'.',3]).
24080verbnet(go_apeshit, s:_\np, ['Experiencer'], [31,'.',3]).
24081verbnet(go_ballistic, s:_\np, ['Experiencer'], [31,'.',3]).
24082verbnet(lose_it, s:_\np, ['Experiencer'], [31,'.',3]).
24083verbnet(bleed, s:_\np, ['Experiencer'], [31,'.',3]).
24084verbnet(care, s:_\np, ['Experiencer'], [31,'.',3]).
24085verbnet(cry, s:_\np, ['Experiencer'], [31,'.',3]).
24086verbnet(fear, s:_\np, ['Experiencer'], [31,'.',3]).
24087verbnet(feel, s:_\np, ['Experiencer'], [31,'.',3]).
24088verbnet(grieve, s:_\np, ['Experiencer'], [31,'.',3]).
24089verbnet(mourn, s:_\np, ['Experiencer'], [31,'.',3]).
24090verbnet(weep, s:_\np, ['Experiencer'], [31,'.',3]).
24091verbnet(ache, s:_\np, ['Experiencer'], [31,'.',3]).
24092verbnet(hurt, s:_\np, ['Experiencer'], [31,'.',3]).
24093verbnet(suffer, s:_\np, ['Experiencer'], [31,'.',3]).
24094verbnet(bask, s:_\np, ['Experiencer'], [31,'.',3]).
24095verbnet(delight, s:_\np, ['Experiencer'], [31,'.',3]).
24096verbnet(exult, s:_\np, ['Experiencer'], [31,'.',3]).
24097verbnet(glory, s:_\np, ['Experiencer'], [31,'.',3]).
24098verbnet(luxuriate, s:_\np, ['Experiencer'], [31,'.',3]).
24099verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]).
24100verbnet(revel, s:_\np, ['Experiencer'], [31,'.',3]).
24101verbnet(wallow, s:_\np, ['Experiencer'], [31,'.',3]).
24102verbnet(approve, s:_\np, ['Experiencer'], [31,'.',3]).
24103verbnet(beware, s:_\np, ['Experiencer'], [31,'.',3]).
24104verbnet(despair, s:_\np, ['Experiencer'], [31,'.',3]).
24105verbnet(disapprove, s:_\np, ['Experiencer'], [31,'.',3]).
24106verbnet(sicken, s:_\np, ['Experiencer'], [31,'.',3]).
24107verbnet(tire, s:_\np, ['Experiencer'], [31,'.',3]).
24108verbnet(weary, s:_\np, ['Experiencer'], [31,'.',3]).
24109verbnet(groove, s:_\np, ['Experiencer'], [31,'.',3]).
24110verbnet(agonize, s:_\np, ['Experiencer'], [31,'.',3]).
24111verbnet(anger, s:_\np, ['Experiencer'], [31,'.',3]).
24112verbnet(anguish, s:_\np, ['Experiencer'], [31,'.',3]).
24113verbnet(delight, s:_\np, ['Experiencer'], [31,'.',3]).
24114verbnet(enthuse, s:_\np, ['Experiencer'], [31,'.',3]).
24115verbnet(exult, s:_\np, ['Experiencer'], [31,'.',3]).
24116verbnet(fret, s:_\np, ['Experiencer'], [31,'.',3]).
24117verbnet(fume, s:_\np, ['Experiencer'], [31,'.',3]).
24118verbnet(gloat, s:_\np, ['Experiencer'], [31,'.',3]).
24119verbnet(grieve, s:_\np, ['Experiencer'], [31,'.',3]).
24120verbnet(gush, s:_\np, ['Experiencer'], [31,'.',3]).
24121verbnet(hallucinate, s:_\np, ['Experiencer'], [31,'.',3]).
24122verbnet(hunger, s:_\np, ['Experiencer'], [31,'.',3]).
24123verbnet(marvel, s:_\np, ['Experiencer'], [31,'.',3]).
24124verbnet(meditate, s:_\np, ['Experiencer'], [31,'.',3]).
24125verbnet(moon, s:_\np, ['Experiencer'], [31,'.',3]).
24126verbnet(mope, s:_\np, ['Experiencer'], [31,'.',3]).
24127verbnet(mourn, s:_\np, ['Experiencer'], [31,'.',3]).
24128verbnet(muse, s:_\np, ['Experiencer'], [31,'.',3]).
24129verbnet(obsess, s:_\np, ['Experiencer'], [31,'.',3]).
24130verbnet(puzzle, s:_\np, ['Experiencer'], [31,'.',3]).
24131verbnet(rage, s:_\np, ['Experiencer'], [31,'.',3]).
24132verbnet(rave, s:_\np, ['Experiencer'], [31,'.',3]).
24133verbnet(reflect, s:_\np, ['Experiencer'], [31,'.',3]).
24134verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]).
24135verbnet(rhapsodize, s:_\np, ['Experiencer'], [31,'.',3]).
24136verbnet(ruminate, s:_\np, ['Experiencer'], [31,'.',3]).
24137verbnet(salivate, s:_\np, ['Experiencer'], [31,'.',3]).
24138verbnet(seethe, s:_\np, ['Experiencer'], [31,'.',3]).
24139verbnet(triumph, s:_\np, ['Experiencer'], [31,'.',3]).
24140verbnet(wonder, s:_\np, ['Experiencer'], [31,'.',3]).
24141verbnet(worry, s:_\np, ['Experiencer'], [31,'.',3]).
24142verbnet(sorrow, s:_\np, ['Experiencer'], [31,'.',3]).
24143verbnet(flip_out, s:_\np, ['Experiencer'], [31,'.',3]).
24144verbnet(freak_out, s:_\np, ['Experiencer'], [31,'.',3]).
24145verbnet(go_apeshit, s:_\np, ['Experiencer'], [31,'.',3]).
24146verbnet(go_ballistic, s:_\np, ['Experiencer'], [31,'.',3]).
24147verbnet(lose_it, s:_\np, ['Experiencer'], [31,'.',3]).
24148verbnet(chafe, s:_\np, ['Experiencer'], [31,'.',3]).
24149verbnet(react, s:_\np, ['Experiencer'], [31,'.',3]).
24150verbnet(thrill, s:_\np, ['Experiencer'], [31,'.',3]).
24151
24152%%% File:    ext/VerbNet/masquerade-29.6.xml
24153%%% Primary: NP V PP.attribute (masquerade-29.6-1)
24154%%% Syntax:  [np:Agent,v,lex:like,np:Attribute]
24155%%% CCG:     (s:_\np)/np
24156%%% Roles:   [Attribute,Agent]
24157%%% Missing: [lex:like]
24158%%% Example: Dina acted like a cretin.
24159%%%
24160verbnet(act, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,1]).
24161verbnet(behave, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,1]).
24162
24163%%% File:    ext/VerbNet/masquerade-29.6.xml
24164%%% Primary: NP V NP (masquerade-29.6-2)
24165%%% Syntax:  [np:Agent,v,np:Attribute]
24166%%% CCG:     (s:_\np)/np
24167%%% Roles:   [Attribute,Agent]
24168%%% Example: They serve a restricted role on the bench.
24169%%%
24170verbnet(serve, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,2]).
24171verbnet(pose, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,2]).
24172
24173%%% File:    ext/VerbNet/masquerade-29.6.xml
24174%%% Primary: NP V PP.attribute (masquerade-29.6-2)
24175%%% Syntax:  [np:Agent,v,prep:in,np:Attribute]
24176%%% CCG:     (s:_\np)/pp
24177%%% Roles:   [Agent]
24178%%% Example: He had served in financial planning positions.
24179%%%
24180verbnet(serve, (s:_\np)/pp, ['Agent'], [29,'.',6,-,2]).
24181verbnet(pose, (s:_\np)/pp, ['Agent'], [29,'.',6,-,2]).
24182verbnet(in, pp/np, ['Attribute'], [29,.,6,-,2]).
24183
24184%%% File:    ext/VerbNet/masquerade-29.6.xml
24185%%% Primary: NP V PP.attribute (masquerade-29.6)
24186%%% Syntax:  [np:Agent,v,lex: (as),np:Attribute]
24187%%% CCG:     (s:_\np)/pp
24188%%% Roles:   [Agent]
24189%%% Example: Dina masqueraded as a lawyer.
24190%%%
24191verbnet(act, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24192verbnet(behave, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24193verbnet(serve, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24194verbnet(pose, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24195verbnet(behave, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24196verbnet(camouflage, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24197verbnet(count, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24198verbnet(function, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24199verbnet(masquerade, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24200verbnet(officiate, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24201verbnet(qualify, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24202verbnet(rank, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24203verbnet(rate, (s:_\np)/pp, ['Agent'], [29,'.',6]).
24204verbnet(as, pp/np, ['Attribute'], [29,.,6]).
24205
24206%%% File:    ext/VerbNet/matter-91.xml
24207%%% Primary: NP V (matter-91)
24208%%% Syntax:  [np:Stimulus,v]
24209%%% CCG:     s:_\np
24210%%% Roles:   [Stimulus]
24211%%% Example: It matters.
24212%%%
24213verbnet(matter, s:_\np, ['Stimulus'], [91]).
24214verbnet(count, s:_\np, ['Stimulus'], [91]).
24215
24216%%% File:    ext/VerbNet/matter-91.xml
24217%%% Primary: NP V PP.experiencer (matter-91)
24218%%% Syntax:  [np:Stimulus,v,prep:to,np:Experiencer]
24219%%% CCG:     (s:_\np)/pp
24220%%% Roles:   [Stimulus]
24221%%% Example: It matters to me.
24222%%%
24223verbnet(matter, (s:_\np)/pp, ['Stimulus'], [91]).
24224verbnet(count, (s:_\np)/pp, ['Stimulus'], [91]).
24225verbnet(to, pp/np, ['Experiencer'], [91]).
24226
24227%%% File:    ext/VerbNet/matter-91.xml
24228%%% Primary: It V PP.experiencer that S (matter-91)
24229%%% Syntax:  [lex:it,v,prep:to,np:Experiencer,s:Stimulus]
24230%%% CCG:     ((s:_\lex:it)/s:_)/pp
24231%%% Roles:   [Stimulus]
24232%%% Example: It matters to me that they were wrong.
24233%%%
24234verbnet(matter, ((s:_\lex:it)/s:_)/pp, ['Stimulus'], [91]).
24235verbnet(count, ((s:_\lex:it)/s:_)/pp, ['Stimulus'], [91]).
24236
24237%%% File:    ext/VerbNet/matter-91.xml
24238%%% Primary: It V that S (matter-91)
24239%%% Syntax:  [lex:it,v,s:Stimulus]
24240%%% CCG:     (s:_\lex:it)/s:_
24241%%% Roles:   [Stimulus]
24242%%% Example: It matters that they left.
24243%%%
24244verbnet(matter, (s:_\lex:it)/s:_, ['Stimulus'], [91]).
24245verbnet(count, (s:_\lex:it)/s:_, ['Stimulus'], [91]).
24246
24247%%% File:    ext/VerbNet/matter-91.xml
24248%%% Primary: That S.stimulus V (matter-91)
24249%%% Syntax:  [s:Stimulus,v]
24250%%% CCG:     s:_\s:_
24251%%% Roles:   [Stimulus]
24252%%% Example: That he came matters.
24253%%%
24254verbnet(matter, s:_\s:_, ['Stimulus'], [91]).
24255verbnet(count, s:_\s:_, ['Stimulus'], [91]).
24256
24257%%% File:    ext/VerbNet/meander-47.7.xml
24258%%% Primary: NP V PP.location (meander-47.7)
24259%%% Syntax:  [np:Theme,v,pp,np:Location]
24260%%% CCG:     (s:_\np)/pp
24261%%% Roles:   [Theme]
24262%%% Example: The river runs through the valley.
24263%%%
24264verbnet(angle, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24265verbnet(ascend, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24266verbnet(bend, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24267verbnet(cascade, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24268verbnet(climb, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24269verbnet(crawl, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24270verbnet(crest, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24271verbnet(crisscross, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24272verbnet(cross, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24273verbnet(cut, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24274verbnet(descend, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24275verbnet(dip, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24276verbnet(dive, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24277verbnet(drop, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24278verbnet(edge, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24279verbnet(emerge, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24280verbnet(go, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24281verbnet(meander, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24282verbnet(lance, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24283verbnet(mount, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24284verbnet(pass, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24285verbnet(plummet, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24286verbnet(plunge, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24287verbnet(rise, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24288verbnet(round, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24289verbnet(run, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24290verbnet(skirt, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24291verbnet(slant, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24292verbnet(snake, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24293verbnet(straggle, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24294verbnet(stretch, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24295verbnet(sweep, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24296verbnet(tumble, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24297verbnet(turn, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24298verbnet(twist, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24299verbnet(undulate, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24300verbnet(wander, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24301verbnet(weave, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24302verbnet(wind, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24303verbnet(range, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24304verbnet(swerve, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24305verbnet(veer, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24306verbnet(zigzag, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24307verbnet(converge, (s:_\np)/pp, ['Theme'], [47,'.',7]).
24308
24309%%% File:    ext/VerbNet/meander-47.7.xml
24310%%% Primary: PP.location V NP (meander-47.7)
24311%%% Syntax:  [pp,np:Location,v,np:Theme]
24312%%% CCG:     (s:_\pp)/np
24313%%% Roles:   [Theme]
24314%%% Example: Through the valley meanders the river.
24315%%%
24316verbnet(angle, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24317verbnet(ascend, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24318verbnet(bend, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24319verbnet(cascade, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24320verbnet(climb, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24321verbnet(crawl, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24322verbnet(crest, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24323verbnet(crisscross, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24324verbnet(cross, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24325verbnet(cut, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24326verbnet(descend, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24327verbnet(dip, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24328verbnet(dive, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24329verbnet(drop, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24330verbnet(edge, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24331verbnet(emerge, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24332verbnet(go, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24333verbnet(meander, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24334verbnet(lance, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24335verbnet(mount, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24336verbnet(pass, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24337verbnet(plummet, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24338verbnet(plunge, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24339verbnet(rise, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24340verbnet(round, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24341verbnet(run, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24342verbnet(skirt, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24343verbnet(slant, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24344verbnet(snake, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24345verbnet(straggle, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24346verbnet(stretch, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24347verbnet(sweep, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24348verbnet(tumble, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24349verbnet(turn, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24350verbnet(twist, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24351verbnet(undulate, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24352verbnet(wander, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24353verbnet(weave, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24354verbnet(wind, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24355verbnet(range, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24356verbnet(swerve, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24357verbnet(veer, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24358verbnet(zigzag, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24359verbnet(converge, (s:_\pp)/np, ['Theme'], [47,'.',7]).
24360
24361%%% File:    ext/VerbNet/meander-47.7.xml
24362%%% Primary: There V PP NP (meander-47.7)
24363%%% Syntax:  [lex:there,v,pp,np:Location,np:Theme]
24364%%% CCG:     ((s:_\lex:there)/np)/pp
24365%%% Roles:   [Theme]
24366%%% Example: There meanders through the valley a river.
24367%%%
24368verbnet(angle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24369verbnet(ascend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24370verbnet(bend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24371verbnet(cascade, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24372verbnet(climb, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24373verbnet(crawl, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24374verbnet(crest, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24375verbnet(crisscross, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24376verbnet(cross, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24377verbnet(cut, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24378verbnet(descend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24379verbnet(dip, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24380verbnet(dive, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24381verbnet(drop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24382verbnet(edge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24383verbnet(emerge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24384verbnet(go, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24385verbnet(meander, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24386verbnet(lance, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24387verbnet(mount, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24388verbnet(pass, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24389verbnet(plummet, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24390verbnet(plunge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24391verbnet(rise, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24392verbnet(round, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24393verbnet(run, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24394verbnet(skirt, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24395verbnet(slant, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24396verbnet(snake, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24397verbnet(straggle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24398verbnet(stretch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24399verbnet(sweep, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24400verbnet(tumble, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24401verbnet(turn, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24402verbnet(twist, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24403verbnet(undulate, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24404verbnet(wander, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24405verbnet(weave, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24406verbnet(wind, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24407verbnet(range, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24408verbnet(swerve, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24409verbnet(veer, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24410verbnet(zigzag, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24411verbnet(converge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]).
24412
24413%%% File:    ext/VerbNet/meander-47.7.xml
24414%%% Primary: There V NP PP (meander-47.7)
24415%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
24416%%% CCG:     ((s:_\lex:there)/pp)/np
24417%%% Roles:   [Theme]
24418%%% Example: There meanders a river through the valley.
24419%%%
24420verbnet(angle, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24421verbnet(ascend, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24422verbnet(bend, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24423verbnet(cascade, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24424verbnet(climb, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24425verbnet(crawl, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24426verbnet(crest, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24427verbnet(crisscross, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24428verbnet(cross, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24429verbnet(cut, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24430verbnet(descend, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24431verbnet(dip, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24432verbnet(dive, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24433verbnet(drop, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24434verbnet(edge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24435verbnet(emerge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24436verbnet(go, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24437verbnet(meander, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24438verbnet(lance, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24439verbnet(mount, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24440verbnet(pass, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24441verbnet(plummet, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24442verbnet(plunge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24443verbnet(rise, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24444verbnet(round, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24445verbnet(run, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24446verbnet(skirt, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24447verbnet(slant, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24448verbnet(snake, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24449verbnet(straggle, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24450verbnet(stretch, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24451verbnet(sweep, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24452verbnet(tumble, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24453verbnet(turn, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24454verbnet(twist, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24455verbnet(undulate, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24456verbnet(wander, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24457verbnet(weave, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24458verbnet(wind, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24459verbnet(range, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24460verbnet(swerve, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24461verbnet(veer, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24462verbnet(zigzag, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24463verbnet(converge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]).
24464
24465%%% File:    ext/VerbNet/meet-36.3.xml
24466%%% Primary: NP V PP.co-agent (meet-36.3-1)
24467%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent]
24468%%% CCG:     (s:_\np)/pp
24469%%% Roles:   [Agent]
24470%%% Example: Brenda met with Molly.
24471%%%
24472verbnet(consult, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24473verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24474verbnet(meet, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24475verbnet(play, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24476verbnet(remonstrate, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24477verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24478verbnet(visit, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]).
24479verbnet(with, pp/np, ['Agent'], [36,.,3,-,1]).
24480
24481%%% File:    ext/VerbNet/meet-36.3.xml
24482%%% Primary: NP V (meet-36.3-1)
24483%%% Syntax:  [np:Agent,v]
24484%%% CCG:     s:_\np
24485%%% Roles:   [Agent]
24486%%% Example: Brenda and Molly met.
24487%%%
24488verbnet(consult, s:_\np, ['Agent'], [36,'.',3,-,1]).
24489verbnet(deliberate, s:_\np, ['Agent'], [36,'.',3,-,1]).
24490verbnet(meet, s:_\np, ['Agent'], [36,'.',3,-,1]).
24491verbnet(play, s:_\np, ['Agent'], [36,'.',3,-,1]).
24492verbnet(remonstrate, s:_\np, ['Agent'], [36,'.',3,-,1]).
24493verbnet(reunite, s:_\np, ['Agent'], [36,'.',3,-,1]).
24494verbnet(visit, s:_\np, ['Agent'], [36,'.',3,-,1]).
24495
24496%%% File:    ext/VerbNet/meet-36.3.xml
24497%%% Primary: NP V NP (meet-36.3-1)
24498%%% Syntax:  [np:Agent,v,np:Co-Agent]
24499%%% CCG:     (s:_\np)/np
24500%%% Roles:   [Agent,Agent]
24501%%% Example: Anne met Cathy.
24502%%%
24503verbnet(consult, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24504verbnet(deliberate, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24505verbnet(meet, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24506verbnet(play, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24507verbnet(remonstrate, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24508verbnet(reunite, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24509verbnet(visit, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]).
24510
24511%%% File:    ext/VerbNet/meet-36.3.xml
24512%%% Primary: NP V (meet-36.3-1)
24513%%% Syntax:  [np:Agent,v]
24514%%% CCG:     s:_\np
24515%%% Roles:   [Agent]
24516%%% Example: The committee met.
24517%%%
24518verbnet(consult, s:_\np, ['Agent'], [36,'.',3,-,1]).
24519verbnet(deliberate, s:_\np, ['Agent'], [36,'.',3,-,1]).
24520verbnet(meet, s:_\np, ['Agent'], [36,'.',3,-,1]).
24521verbnet(play, s:_\np, ['Agent'], [36,'.',3,-,1]).
24522verbnet(remonstrate, s:_\np, ['Agent'], [36,'.',3,-,1]).
24523verbnet(reunite, s:_\np, ['Agent'], [36,'.',3,-,1]).
24524verbnet(visit, s:_\np, ['Agent'], [36,'.',3,-,1]).
24525
24526%%% File:    ext/VerbNet/meet-36.3.xml
24527%%% Primary: NP V PP.co-agent (meet-36.3-2)
24528%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent]
24529%%% CCG:     (s:_\np)/pp
24530%%% Roles:   [Agent]
24531%%% Example: Brenda fought with Molly.
24532%%%
24533verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]).
24534verbnet(box, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]).
24535verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]).
24536verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]).
24537verbnet(with, pp/np, ['Agent'], [36,.,3,-,2]).
24538
24539%%% File:    ext/VerbNet/meet-36.3.xml
24540%%% Primary: NP V (meet-36.3-2)
24541%%% Syntax:  [np:Agent,v]
24542%%% CCG:     s:_\np
24543%%% Roles:   [Agent]
24544%%% Example: Brenda and Molly fought.
24545%%%
24546verbnet(battle, s:_\np, ['Agent'], [36,'.',3,-,2]).
24547verbnet(box, s:_\np, ['Agent'], [36,'.',3,-,2]).
24548verbnet(debate, s:_\np, ['Agent'], [36,'.',3,-,2]).
24549verbnet(fight, s:_\np, ['Agent'], [36,'.',3,-,2]).
24550
24551%%% File:    ext/VerbNet/meet-36.3.xml
24552%%% Primary: NP V NP (meet-36.3-2)
24553%%% Syntax:  [np:Agent,v,np:Co-Agent]
24554%%% CCG:     (s:_\np)/np
24555%%% Roles:   [Agent,Agent]
24556%%% Example: Anne fought Cathy.
24557%%%
24558verbnet(battle, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]).
24559verbnet(box, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]).
24560verbnet(debate, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]).
24561verbnet(fight, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]).
24562
24563%%% File:    ext/VerbNet/meet-36.3.xml
24564%%% Primary: NP V (meet-36.3-2)
24565%%% Syntax:  [np:Agent,v]
24566%%% CCG:     s:_\np
24567%%% Roles:   [Agent]
24568%%% Example: The populace fought.
24569%%%
24570verbnet(battle, s:_\np, ['Agent'], [36,'.',3,-,2]).
24571verbnet(box, s:_\np, ['Agent'], [36,'.',3,-,2]).
24572verbnet(debate, s:_\np, ['Agent'], [36,'.',3,-,2]).
24573verbnet(fight, s:_\np, ['Agent'], [36,'.',3,-,2]).
24574
24575%%% File:    ext/VerbNet/mine-10.9.xml
24576%%% Primary: NP V NP (mine-10.9)
24577%%% Syntax:  [np:Agent,v,np:Theme]
24578%%% CCG:     (s:_\np)/np
24579%%% Roles:   [Theme,Agent]
24580%%% Example: The men mined the gold.
24581%%%
24582verbnet(mine, (s:_\np)/np, ['Theme','Agent'], [10,'.',9]).
24583verbnet(quarry, (s:_\np)/np, ['Theme','Agent'], [10,'.',9]).
24584
24585%%% File:    ext/VerbNet/mine-10.9.xml
24586%%% Primary: NP V NP PP.initial_location (mine-10.9)
24587%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
24588%%% CCG:     ((s:_\np)/pp)/np
24589%%% Roles:   [Theme,Agent]
24590%%% Example: The men mined the gold from the abandoned mine.
24591%%%
24592verbnet(mine, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',9]).
24593verbnet(quarry, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',9]).
24594
24595%%% File:    ext/VerbNet/mix-22.1.xml
24596%%% Primary: NP V (mix-22.1-1-1)
24597%%% Syntax:  [np:Patient,v]
24598%%% CCG:     s:_\np
24599%%% Roles:   [Patient]
24600%%% Example: The eggs and the cream mixed.
24601%%%
24602verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24603verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24604verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24605verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24606verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24607verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24608verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24609verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24610verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24611verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24612verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24613verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24614
24615%%% File:    ext/VerbNet/mix-22.1.xml
24616%%% Primary: NP NP V together (mix-22.1-1-1)
24617%%% Syntax:  [np:Patient,v,lex:together]
24618%%% CCG:     s:_\np
24619%%% Roles:   [Patient]
24620%%% Missing: [lex:together]
24621%%% Example: The eggs and the cream mixed together.
24622%%%
24623verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24624verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24625verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24626verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24627verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24628verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24629verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24630verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24631verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24632verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24633verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24634verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]).
24635
24636%%% File:    ext/VerbNet/mix-22.1.xml
24637%%% Primary: NP V NP PP.co-patient (mix-22.1-1)
24638%%% Syntax:  [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient]
24639%%% CCG:     ((s:_\np)/pp)/np
24640%%% Roles:   [Patient,Agent]
24641%%% Example: Herman mixed the eggs with the cream.
24642%%%
24643verbnet(amalgamate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24644verbnet(blend, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24645verbnet(coalesce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24646verbnet(combine, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24647verbnet(compound, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24648verbnet(commingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24649verbnet(decoct, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24650verbnet(fuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24651verbnet(meld, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24652verbnet(merge, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24653verbnet(mingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24654verbnet(mix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24655verbnet(admix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24656verbnet(consolidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24657verbnet(intermix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24658verbnet(scramble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24659verbnet(tumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24660verbnet(cream, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24661verbnet(with, pp/np, ['Patient'], [22,.,1,-,1]).
24662verbnet(into, pp/np, ['Patient'], [22,.,1,-,1]).
24663verbnet(to, pp/np, ['Patient'], [22,.,1,-,1]).
24664
24665%%% File:    ext/VerbNet/mix-22.1.xml
24666%%% Primary: NP V NP (mix-22.1-1)
24667%%% Syntax:  [np:Agent,v,np:Patient]
24668%%% CCG:     (s:_\np)/np
24669%%% Roles:   [Patient,Agent]
24670%%% Example: Herman mixed the eggs.
24671%%%
24672verbnet(amalgamate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24673verbnet(blend, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24674verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24675verbnet(combine, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24676verbnet(compound, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24677verbnet(commingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24678verbnet(decoct, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24679verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24680verbnet(meld, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24681verbnet(merge, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24682verbnet(mingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24683verbnet(mix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24684verbnet(admix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24685verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24686verbnet(intermix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24687verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24688verbnet(tumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24689verbnet(cream, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24690
24691%%% File:    ext/VerbNet/mix-22.1.xml
24692%%% Primary: NP V NP NP together (mix-22.1-1)
24693%%% Syntax:  [np:Agent,v,np:Patient,lex:together]
24694%%% CCG:     (s:_\np)/np
24695%%% Roles:   [Patient,Agent]
24696%%% Missing: [lex:together]
24697%%% Example: Herman mixed the eggs and the cream together.
24698%%%
24699verbnet(amalgamate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24700verbnet(blend, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24701verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24702verbnet(combine, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24703verbnet(compound, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24704verbnet(commingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24705verbnet(decoct, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24706verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24707verbnet(meld, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24708verbnet(merge, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24709verbnet(mingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24710verbnet(mix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24711verbnet(admix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24712verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24713verbnet(intermix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24714verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24715verbnet(tumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24716verbnet(cream, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]).
24717
24718%%% File:    ext/VerbNet/mix-22.1.xml
24719%%% Primary: NP V PP.co-patient (mix-22.1-1)
24720%%% Syntax:  [np:Patient,v,prep:with into to,np:Co-Patient]
24721%%% CCG:     (s:_\np)/pp
24722%%% Roles:   [Patient]
24723%%% Example: The eggs mixed with the cream.
24724%%%
24725verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24726verbnet(blend, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24727verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24728verbnet(combine, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24729verbnet(compound, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24730verbnet(commingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24731verbnet(decoct, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24732verbnet(fuse, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24733verbnet(meld, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24734verbnet(merge, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24735verbnet(mingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24736verbnet(mix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24737verbnet(admix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24738verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24739verbnet(intermix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24740verbnet(scramble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24741verbnet(tumble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24742verbnet(cream, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24743verbnet(with, pp/np, ['Patient'], [22,.,1,-,1]).
24744verbnet(into, pp/np, ['Patient'], [22,.,1,-,1]).
24745verbnet(to, pp/np, ['Patient'], [22,.,1,-,1]).
24746
24747%%% File:    ext/VerbNet/mix-22.1.xml
24748%%% Primary: NP V ADVP-Middle PP (mix-22.1-1)
24749%%% Syntax:  [np:Patient,v,adv,prep:with into to,np:Co-Patient]
24750%%% CCG:     (s:_\np)/pp
24751%%% Roles:   [Patient]
24752%%% Example: Eggs mix well with cream.
24753%%%
24754verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24755verbnet(blend, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24756verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24757verbnet(combine, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24758verbnet(compound, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24759verbnet(commingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24760verbnet(decoct, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24761verbnet(fuse, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24762verbnet(meld, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24763verbnet(merge, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24764verbnet(mingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24765verbnet(mix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24766verbnet(admix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24767verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24768verbnet(intermix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24769verbnet(scramble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24770verbnet(tumble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24771verbnet(cream, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]).
24772verbnet(with, pp/np, ['Patient'], [22,.,1,-,1]).
24773verbnet(into, pp/np, ['Patient'], [22,.,1,-,1]).
24774verbnet(to, pp/np, ['Patient'], [22,.,1,-,1]).
24775
24776%%% File:    ext/VerbNet/mix-22.1.xml
24777%%% Primary: NP V ADVP-Middle (mix-22.1-1)
24778%%% Syntax:  [np:Patient,v,adv]
24779%%% CCG:     s:_\np
24780%%% Roles:   [Patient]
24781%%% Example: Eggs mix well.
24782%%%
24783verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1]).
24784verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1]).
24785verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1]).
24786verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1]).
24787verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1]).
24788verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1]).
24789verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1]).
24790verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1]).
24791verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1]).
24792verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1]).
24793verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1]).
24794verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1]).
24795verbnet(admix, s:_\np, ['Patient'], [22,'.',1,-,1]).
24796verbnet(consolidate, s:_\np, ['Patient'], [22,'.',1,-,1]).
24797verbnet(intermix, s:_\np, ['Patient'], [22,'.',1,-,1]).
24798verbnet(scramble, s:_\np, ['Patient'], [22,'.',1,-,1]).
24799verbnet(tumble, s:_\np, ['Patient'], [22,'.',1,-,1]).
24800verbnet(cream, s:_\np, ['Patient'], [22,'.',1,-,1]).
24801
24802%%% File:    ext/VerbNet/mix-22.1.xml
24803%%% Primary: NP NP V ADVP-Middle together (mix-22.1-1)
24804%%% Syntax:  [np:Patient,v,adv,lex:together]
24805%%% CCG:     s:_\np
24806%%% Roles:   [Patient]
24807%%% Missing: [lex:together]
24808%%% Example: Eggs and cream mix well together.
24809%%%
24810verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1]).
24811verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1]).
24812verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1]).
24813verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1]).
24814verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1]).
24815verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1]).
24816verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1]).
24817verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1]).
24818verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1]).
24819verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1]).
24820verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1]).
24821verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1]).
24822verbnet(admix, s:_\np, ['Patient'], [22,'.',1,-,1]).
24823verbnet(consolidate, s:_\np, ['Patient'], [22,'.',1,-,1]).
24824verbnet(intermix, s:_\np, ['Patient'], [22,'.',1,-,1]).
24825verbnet(scramble, s:_\np, ['Patient'], [22,'.',1,-,1]).
24826verbnet(tumble, s:_\np, ['Patient'], [22,'.',1,-,1]).
24827verbnet(cream, s:_\np, ['Patient'], [22,'.',1,-,1]).
24828
24829%%% File:    ext/VerbNet/mix-22.1.xml
24830%%% Primary: NP V PP.patient (mix-22.1-2-1)
24831%%% Syntax:  [np:Patient,v,prep:with into to,np:Co-Patient]
24832%%% CCG:     (s:_\np)/pp
24833%%% Roles:   [Patient]
24834%%% Example: My computer connected to his computer.
24835%%%
24836verbnet(connect, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24837verbnet(join, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24838verbnet(link, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24839verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24840verbnet(pool, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24841verbnet(network, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24842verbnet(rejoin, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24843verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]).
24844verbnet(with, pp/np, ['Patient'], [22,.,1,-,2,-,1]).
24845verbnet(into, pp/np, ['Patient'], [22,.,1,-,2,-,1]).
24846verbnet(to, pp/np, ['Patient'], [22,.,1,-,2,-,1]).
24847
24848%%% File:    ext/VerbNet/mix-22.1.xml
24849%%% Primary: NP V (mix-22.1-2-1)
24850%%% Syntax:  [np:Patient,v]
24851%%% CCG:     s:_\np
24852%%% Roles:   [Patient]
24853%%% Example: Our computers connected.
24854%%%
24855verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24856verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24857verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24858verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24859verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24860verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24861verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24862verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24863
24864%%% File:    ext/VerbNet/mix-22.1.xml
24865%%% Primary: NP V together (mix-22.1-2-1)
24866%%% Syntax:  [np:Patient,v,lex:together]
24867%%% CCG:     s:_\np
24868%%% Roles:   [Patient]
24869%%% Missing: [lex:together]
24870%%% Example: Our computers connected together.
24871%%%
24872verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24873verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24874verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24875verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24876verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24877verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24878verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24879verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]).
24880
24881%%% File:    ext/VerbNet/mix-22.1.xml
24882%%% Primary: NP V NP PP.co-patient (mix-22.1-2)
24883%%% Syntax:  [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient]
24884%%% CCG:     ((s:_\np)/pp)/np
24885%%% Roles:   [Patient,Agent]
24886%%% Example: Herman added a computer to the network.
24887%%%
24888verbnet(connect, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24889verbnet(join, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24890verbnet(link, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24891verbnet(pair, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24892verbnet(pool, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24893verbnet(network, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24894verbnet(rejoin, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24895verbnet(unite, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24896verbnet(add, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24897verbnet(tie, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24898verbnet(with, pp/np, ['Patient'], [22,.,1,-,2]).
24899verbnet(into, pp/np, ['Patient'], [22,.,1,-,2]).
24900verbnet(to, pp/np, ['Patient'], [22,.,1,-,2]).
24901
24902%%% File:    ext/VerbNet/mix-22.1.xml
24903%%% Primary: NP V NP (mix-22.1-2)
24904%%% Syntax:  [np:Agent,v,np:Patient]
24905%%% CCG:     (s:_\np)/np
24906%%% Roles:   [Patient,Agent]
24907%%% Example: Herman connected the computers.
24908%%%
24909verbnet(connect, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24910verbnet(join, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24911verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24912verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24913verbnet(pool, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24914verbnet(network, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24915verbnet(rejoin, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24916verbnet(unite, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24917verbnet(add, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24918verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24919
24920%%% File:    ext/VerbNet/mix-22.1.xml
24921%%% Primary: NP V NP together (mix-22.1-2)
24922%%% Syntax:  [np:Agent,v,np:Patient,lex:together]
24923%%% CCG:     (s:_\np)/np
24924%%% Roles:   [Patient,Agent]
24925%%% Missing: [lex:together]
24926%%% Example: Herman connected the computers together.
24927%%%
24928verbnet(connect, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24929verbnet(join, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24930verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24931verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24932verbnet(pool, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24933verbnet(network, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24934verbnet(rejoin, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24935verbnet(unite, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24936verbnet(add, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24937verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]).
24938
24939%%% File:    ext/VerbNet/mix-22.1.xml
24940%%% Primary: NP V ADVP-Middle PP (mix-22.1-2)
24941%%% Syntax:  [np:Patient,v,adv,prep:with into to,np:Co-Patient]
24942%%% CCG:     (s:_\np)/pp
24943%%% Roles:   [Patient]
24944%%% Example: This computer will connect well to the network.
24945%%%
24946verbnet(connect, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24947verbnet(join, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24948verbnet(link, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24949verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24950verbnet(pool, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24951verbnet(network, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24952verbnet(rejoin, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24953verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24954verbnet(add, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24955verbnet(tie, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]).
24956verbnet(with, pp/np, ['Patient'], [22,.,1,-,2]).
24957verbnet(into, pp/np, ['Patient'], [22,.,1,-,2]).
24958verbnet(to, pp/np, ['Patient'], [22,.,1,-,2]).
24959
24960%%% File:    ext/VerbNet/mix-22.1.xml
24961%%% Primary: NP V ADVP-Middle (mix-22.1-2)
24962%%% Syntax:  [np:Patient,v,adv]
24963%%% CCG:     s:_\np
24964%%% Roles:   [Patient]
24965%%% Example: These computers connected well.
24966%%%
24967verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2]).
24968verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2]).
24969verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2]).
24970verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2]).
24971verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2]).
24972verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2]).
24973verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2]).
24974verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2]).
24975verbnet(add, s:_\np, ['Patient'], [22,'.',1,-,2]).
24976verbnet(tie, s:_\np, ['Patient'], [22,'.',1,-,2]).
24977
24978%%% File:    ext/VerbNet/mix-22.1.xml
24979%%% Primary: NP V ADVP-Middle (mix-22.1-2)
24980%%% Syntax:  [np:Patient,v,adv,lex:together]
24981%%% CCG:     s:_\np
24982%%% Roles:   [Patient]
24983%%% Missing: [lex:together]
24984%%% Example: These computers connected well together.
24985%%%
24986verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2]).
24987verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2]).
24988verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2]).
24989verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2]).
24990verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2]).
24991verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2]).
24992verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2]).
24993verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2]).
24994verbnet(add, s:_\np, ['Patient'], [22,'.',1,-,2]).
24995verbnet(tie, s:_\np, ['Patient'], [22,'.',1,-,2]).
24996
24997%%% File:    ext/VerbNet/modes_of_being_with_motion-47.3.xml
24998%%% Primary: NP V (modes_of_being_with_motion-47.3)
24999%%% Syntax:  [np:Theme,v]
25000%%% CCG:     s:_\np
25001%%% Roles:   [Theme]
25002%%% Example: A flag fluttered.
25003%%%
25004verbnet(bob, s:_\np, ['Theme'], [47,'.',3]).
25005verbnet(bow, s:_\np, ['Theme'], [47,'.',3]).
25006verbnet(creep, s:_\np, ['Theme'], [47,'.',3]).
25007verbnet(dance, s:_\np, ['Theme'], [47,'.',3]).
25008verbnet(drift, s:_\np, ['Theme'], [47,'.',3]).
25009verbnet(eddy, s:_\np, ['Theme'], [47,'.',3]).
25010verbnet(falter, s:_\np, ['Theme'], [47,'.',3]).
25011verbnet(flap, s:_\np, ['Theme'], [47,'.',3]).
25012verbnet(float, s:_\np, ['Theme'], [47,'.',3]).
25013verbnet(flutter, s:_\np, ['Theme'], [47,'.',3]).
25014verbnet(hover, s:_\np, ['Theme'], [47,'.',3]).
25015verbnet(jiggle, s:_\np, ['Theme'], [47,'.',3]).
25016verbnet(joggle, s:_\np, ['Theme'], [47,'.',3]).
25017verbnet(oscillate, s:_\np, ['Theme'], [47,'.',3]).
25018verbnet(pulsate, s:_\np, ['Theme'], [47,'.',3]).
25019verbnet(pulse, s:_\np, ['Theme'], [47,'.',3]).
25020verbnet(quake, s:_\np, ['Theme'], [47,'.',3]).
25021verbnet(quiver, s:_\np, ['Theme'], [47,'.',3]).
25022verbnet(revolve, s:_\np, ['Theme'], [47,'.',3]).
25023verbnet(rock, s:_\np, ['Theme'], [47,'.',3]).
25024verbnet(rotate, s:_\np, ['Theme'], [47,'.',3]).
25025verbnet(shake, s:_\np, ['Theme'], [47,'.',3]).
25026verbnet(stir, s:_\np, ['Theme'], [47,'.',3]).
25027verbnet(swag, s:_\np, ['Theme'], [47,'.',3]).
25028verbnet(sway, s:_\np, ['Theme'], [47,'.',3]).
25029verbnet(swirl, s:_\np, ['Theme'], [47,'.',3]).
25030verbnet(teeter, s:_\np, ['Theme'], [47,'.',3]).
25031verbnet(throb, s:_\np, ['Theme'], [47,'.',3]).
25032verbnet(totter, s:_\np, ['Theme'], [47,'.',3]).
25033verbnet(tremble, s:_\np, ['Theme'], [47,'.',3]).
25034verbnet(undulate, s:_\np, ['Theme'], [47,'.',3]).
25035verbnet(vacillate, s:_\np, ['Theme'], [47,'.',3]).
25036verbnet(vibrate, s:_\np, ['Theme'], [47,'.',3]).
25037verbnet(waft, s:_\np, ['Theme'], [47,'.',3]).
25038verbnet(wave, s:_\np, ['Theme'], [47,'.',3]).
25039verbnet(waver, s:_\np, ['Theme'], [47,'.',3]).
25040verbnet(wiggle, s:_\np, ['Theme'], [47,'.',3]).
25041verbnet(wobble, s:_\np, ['Theme'], [47,'.',3]).
25042verbnet(worm, s:_\np, ['Theme'], [47,'.',3]).
25043verbnet(writhe, s:_\np, ['Theme'], [47,'.',3]).
25044verbnet(roil, s:_\np, ['Theme'], [47,'.',3]).
25045
25046%%% File:    ext/VerbNet/modes_of_being_with_motion-47.3.xml
25047%%% Primary: NP V PP.location (modes_of_being_with_motion-47.3)
25048%%% Syntax:  [np:Theme,v,pp,np:Location]
25049%%% CCG:     (s:_\np)/pp
25050%%% Roles:   [Theme]
25051%%% Example: A flag fluttered over the fort.
25052%%%
25053verbnet(bob, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25054verbnet(bow, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25055verbnet(creep, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25056verbnet(dance, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25057verbnet(drift, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25058verbnet(eddy, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25059verbnet(falter, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25060verbnet(flap, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25061verbnet(float, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25062verbnet(flutter, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25063verbnet(hover, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25064verbnet(jiggle, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25065verbnet(joggle, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25066verbnet(oscillate, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25067verbnet(pulsate, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25068verbnet(pulse, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25069verbnet(quake, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25070verbnet(quiver, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25071verbnet(revolve, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25072verbnet(rock, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25073verbnet(rotate, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25074verbnet(shake, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25075verbnet(stir, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25076verbnet(swag, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25077verbnet(sway, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25078verbnet(swirl, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25079verbnet(teeter, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25080verbnet(throb, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25081verbnet(totter, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25082verbnet(tremble, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25083verbnet(undulate, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25084verbnet(vacillate, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25085verbnet(vibrate, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25086verbnet(waft, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25087verbnet(wave, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25088verbnet(waver, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25089verbnet(wiggle, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25090verbnet(wobble, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25091verbnet(worm, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25092verbnet(writhe, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25093verbnet(roil, (s:_\np)/pp, ['Theme'], [47,'.',3]).
25094
25095%%% File:    ext/VerbNet/modes_of_being_with_motion-47.3.xml
25096%%% Primary: There V NP (modes_of_being_with_motion-47.3)
25097%%% Syntax:  [lex:there,v,np:Theme]
25098%%% CCG:     (s:_\lex:there)/np
25099%%% Roles:   [Theme]
25100%%% Example: There fluttered a flag (over the fort).
25101%%%
25102verbnet(bob, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25103verbnet(bow, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25104verbnet(creep, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25105verbnet(dance, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25106verbnet(drift, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25107verbnet(eddy, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25108verbnet(falter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25109verbnet(flap, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25110verbnet(float, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25111verbnet(flutter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25112verbnet(hover, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25113verbnet(jiggle, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25114verbnet(joggle, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25115verbnet(oscillate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25116verbnet(pulsate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25117verbnet(pulse, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25118verbnet(quake, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25119verbnet(quiver, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25120verbnet(revolve, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25121verbnet(rock, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25122verbnet(rotate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25123verbnet(shake, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25124verbnet(stir, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25125verbnet(swag, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25126verbnet(sway, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25127verbnet(swirl, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25128verbnet(teeter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25129verbnet(throb, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25130verbnet(totter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25131verbnet(tremble, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25132verbnet(undulate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25133verbnet(vacillate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25134verbnet(vibrate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25135verbnet(waft, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25136verbnet(wave, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25137verbnet(waver, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25138verbnet(wiggle, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25139verbnet(wobble, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25140verbnet(worm, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25141verbnet(writhe, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25142verbnet(roil, (s:_\lex:there)/np, ['Theme'], [47,'.',3]).
25143
25144%%% File:    ext/VerbNet/modes_of_being_with_motion-47.3.xml
25145%%% Primary: PP.location V NP (modes_of_being_with_motion-47.3)
25146%%% Syntax:  [pp,np:Location,v,np:Theme]
25147%%% CCG:     (s:_\pp)/np
25148%%% Roles:   [Theme]
25149%%% Example: Over the fort fluttered a flag.
25150%%%
25151verbnet(bob, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25152verbnet(bow, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25153verbnet(creep, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25154verbnet(dance, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25155verbnet(drift, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25156verbnet(eddy, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25157verbnet(falter, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25158verbnet(flap, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25159verbnet(float, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25160verbnet(flutter, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25161verbnet(hover, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25162verbnet(jiggle, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25163verbnet(joggle, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25164verbnet(oscillate, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25165verbnet(pulsate, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25166verbnet(pulse, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25167verbnet(quake, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25168verbnet(quiver, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25169verbnet(revolve, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25170verbnet(rock, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25171verbnet(rotate, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25172verbnet(shake, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25173verbnet(stir, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25174verbnet(swag, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25175verbnet(sway, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25176verbnet(swirl, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25177verbnet(teeter, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25178verbnet(throb, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25179verbnet(totter, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25180verbnet(tremble, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25181verbnet(undulate, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25182verbnet(vacillate, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25183verbnet(vibrate, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25184verbnet(waft, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25185verbnet(wave, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25186verbnet(waver, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25187verbnet(wiggle, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25188verbnet(wobble, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25189verbnet(worm, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25190verbnet(writhe, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25191verbnet(roil, (s:_\pp)/np, ['Theme'], [47,'.',3]).
25192
25193%%% File:    ext/VerbNet/modes_of_being_with_motion-47.3.xml
25194%%% Primary: NP V NP.theme (modes_of_being_with_motion-47.3)
25195%%% Syntax:  [np:Agent,v,np:Theme]
25196%%% CCG:     (s:_\np)/np
25197%%% Roles:   [Theme,Agent]
25198%%% Example: The patriots waved the flag.
25199%%%
25200verbnet(bob, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25201verbnet(bow, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25202verbnet(creep, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25203verbnet(dance, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25204verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25205verbnet(eddy, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25206verbnet(falter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25207verbnet(flap, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25208verbnet(float, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25209verbnet(flutter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25210verbnet(hover, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25211verbnet(jiggle, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25212verbnet(joggle, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25213verbnet(oscillate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25214verbnet(pulsate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25215verbnet(pulse, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25216verbnet(quake, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25217verbnet(quiver, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25218verbnet(revolve, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25219verbnet(rock, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25220verbnet(rotate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25221verbnet(shake, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25222verbnet(stir, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25223verbnet(swag, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25224verbnet(sway, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25225verbnet(swirl, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25226verbnet(teeter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25227verbnet(throb, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25228verbnet(totter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25229verbnet(tremble, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25230verbnet(undulate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25231verbnet(vacillate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25232verbnet(vibrate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25233verbnet(waft, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25234verbnet(wave, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25235verbnet(waver, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25236verbnet(wiggle, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25237verbnet(wobble, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25238verbnet(worm, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25239verbnet(writhe, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25240verbnet(roil, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]).
25241
25242%%% File:    ext/VerbNet/multiply-108.xml
25243%%% Primary: NP V NP PP.co-theme (multiply-108-1)
25244%%% Syntax:  [np:Agent,v,np:Theme,prep:by,np:Co-Theme]
25245%%% CCG:     ((s:_\np)/pp)/np
25246%%% Roles:   [Theme,Agent]
25247%%% Example: I multiplied x by y.
25248%%%
25249verbnet(multiply, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,1]).
25250verbnet(divide, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,1]).
25251verbnet(by, pp/np, ['Theme'], [108,-,1]).
25252
25253%%% File:    ext/VerbNet/multiply-108.xml
25254%%% Primary: NP V NP PP.co-theme (multiply-108-2)
25255%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Co-Theme]
25256%%% CCG:     ((s:_\np)/pp)/np
25257%%% Roles:   [Theme,Agent]
25258%%% Example: I subtracted x from y.
25259%%%
25260verbnet(deduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]).
25261verbnet(factor_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]).
25262verbnet(interpolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]).
25263verbnet(extrapolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]).
25264verbnet(subtract, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]).
25265verbnet(from, pp/np, ['Theme'], [108,-,2]).
25266
25267%%% File:    ext/VerbNet/multiply-108.xml
25268%%% Primary: NP V NP PP.co-theme (multiply-108-3)
25269%%% Syntax:  [np:Agent,v,np:Theme,prep:over,np:Co-Theme]
25270%%% CCG:     ((s:_\np)/pp)/np
25271%%% Roles:   [Theme,Agent]
25272%%% Example: I averaged x over n.
25273%%%
25274verbnet(average, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,3]).
25275verbnet(over, pp/np, ['Theme'], [108,-,3]).
25276
25277%%% File:    ext/VerbNet/multiply-108.xml
25278%%% Primary: NP V NP (multiply-108)
25279%%% Syntax:  [np:Agent,v,np:Theme]
25280%%% CCG:     (s:_\np)/np
25281%%% Roles:   [Theme,Agent]
25282%%% Example: I summed the numbers.
25283%%%
25284verbnet(multiply, (s:_\np)/np, ['Theme','Agent'], [108]).
25285verbnet(divide, (s:_\np)/np, ['Theme','Agent'], [108]).
25286verbnet(deduct, (s:_\np)/np, ['Theme','Agent'], [108]).
25287verbnet(factor_out, (s:_\np)/np, ['Theme','Agent'], [108]).
25288verbnet(interpolate, (s:_\np)/np, ['Theme','Agent'], [108]).
25289verbnet(extrapolate, (s:_\np)/np, ['Theme','Agent'], [108]).
25290verbnet(subtract, (s:_\np)/np, ['Theme','Agent'], [108]).
25291verbnet(average, (s:_\np)/np, ['Theme','Agent'], [108]).
25292verbnet(sum, (s:_\np)/np, ['Theme','Agent'], [108]).
25293verbnet(add, (s:_\np)/np, ['Theme','Agent'], [108]).
25294verbnet(tally, (s:_\np)/np, ['Theme','Agent'], [108]).
25295verbnet(count, (s:_\np)/np, ['Theme','Agent'], [108]).
25296
25297%%% File:    ext/VerbNet/murder-42.1.xml
25298%%% Primary: NP.instrument V NP (murder-42.1-1)
25299%%% Syntax:  [np:Instrument,v,np:Patient]
25300%%% CCG:     (s:_\np)/np
25301%%% Roles:   [Patient,Instrument]
25302%%% Example: The DDT killed the insects.
25303%%%
25304verbnet(kill, (s:_\np)/np, ['Patient','Instrument'], [42,'.',1,-,1]).
25305
25306%%% File:    ext/VerbNet/murder-42.1.xml
25307%%% Primary: NP V NP (murder-42.1)
25308%%% Syntax:  [np:Agent,v,np:Patient]
25309%%% CCG:     (s:_\np)/np
25310%%% Roles:   [Patient,Agent]
25311%%% Example: Brutus murdered Julius Cesar.
25312%%%
25313verbnet(kill, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25314verbnet(annihilate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25315verbnet(assassinate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25316verbnet(bushwhack, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25317verbnet(butcher, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25318verbnet(dispatch, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25319verbnet(eliminate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25320verbnet(euthanize, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25321verbnet(execute, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25322verbnet(exterminate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25323verbnet(immolate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25324verbnet(liquidate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25325verbnet(lynch, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25326verbnet(massacre, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25327verbnet(murder, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25328verbnet(off, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25329verbnet(slaughter, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25330verbnet(slay, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]).
25331
25332%%% File:    ext/VerbNet/murder-42.1.xml
25333%%% Primary: NP V NP PP.instrument (murder-42.1)
25334%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
25335%%% CCG:     ((s:_\np)/pp)/np
25336%%% Roles:   [Patient,Agent]
25337%%% Example: Caesar killed Brutus with a knife.
25338%%%
25339verbnet(kill, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25340verbnet(annihilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25341verbnet(assassinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25342verbnet(bushwhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25343verbnet(butcher, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25344verbnet(dispatch, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25345verbnet(eliminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25346verbnet(euthanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25347verbnet(execute, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25348verbnet(exterminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25349verbnet(immolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25350verbnet(liquidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25351verbnet(lynch, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25352verbnet(massacre, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25353verbnet(murder, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25354verbnet(off, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25355verbnet(slaughter, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25356verbnet(slay, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]).
25357verbnet(with, pp/np, ['Instrument'], [42,.,1]).
25358
25359%%% File:    ext/VerbNet/neglect-75.xml
25360%%% Primary: NP V NP (neglect-75-1-1)
25361%%% Syntax:  [np:Agent,v,np:Theme]
25362%%% CCG:     (s:_\np)/np
25363%%% Roles:   [Theme,Agent]
25364%%% Example: I neglected the job.
25365%%%
25366verbnet(neglect, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]).
25367verbnet(fail, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]).
25368verbnet(forego, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]).
25369verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]).
25370verbnet(flub, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]).
25371verbnet(overleap, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]).
25372
25373%%% File:    ext/VerbNet/neglect-75.xml
25374%%% Primary: NP V S_INF (neglect-75-1)
25375%%% Syntax:  [np:Agent,v,vp_to:Theme]
25376%%% CCG:     (s:_\np)/ (s:ng\np)
25377%%% Roles:   [Theme,Agent]
25378%%% Example: I neglected to do the job.
25379%%%
25380verbnet(neglect, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25381verbnet(fail, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25382verbnet(forego, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25383verbnet(forgo, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25384verbnet(flub, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25385verbnet(overleap, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25386verbnet(omit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]).
25387
25388%%% File:    ext/VerbNet/neglect-75.xml
25389%%% Primary: NP V S_INF (neglect-75-2)
25390%%% Syntax:  [np:Agent,v,vp_to:Theme]
25391%%% CCG:     (s:_\np)/ (s:ng\np)
25392%%% Roles:   [Theme,Agent]
25393%%% Example: I managed to do the job.
25394%%%
25395verbnet(manage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,2]).
25396
25397%%% File:    ext/VerbNet/neglect-75.xml
25398%%% Primary: NP V NP (neglect-75-2)
25399%%% Syntax:  [np:Agent,v,np:Theme]
25400%%% CCG:     (s:_\np)/np
25401%%% Roles:   [Theme,Agent]
25402%%% Example: I managed the job.
25403%%%
25404verbnet(manage, (s:_\np)/np, ['Theme','Agent'], [75,-,2]).
25405
25406%%% File:    ext/VerbNet/nonvehicle-51.4.2.xml
25407%%% Primary: NP.agent V (nonvehicle-51.4.2)
25408%%% Syntax:  [np:Agent,v]
25409%%% CCG:     s:_\np
25410%%% Roles:   [Agent]
25411%%% Example: They rowed.
25412%%%
25413verbnet(cruise, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25414verbnet(drive, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25415verbnet(fly, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25416verbnet(navigate, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25417verbnet(oar, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25418verbnet(paddle, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25419verbnet(pedal, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25420verbnet(rally, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25421verbnet(ride, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25422verbnet(row, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25423verbnet(sail, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25424verbnet(tack, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25425verbnet(voyage, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25426verbnet(wing, s:_\np, ['Agent'], [51,'.',4,'.',2]).
25427
25428%%% File:    ext/VerbNet/nonvehicle-51.4.2.xml
25429%%% Primary: NP V PP.location (nonvehicle-51.4.2)
25430%%% Syntax:  [np:Agent,v,pp,np:Location]
25431%%% CCG:     (s:_\np)/pp
25432%%% Roles:   [Agent]
25433%%% Example: They rowed along the canal.
25434%%%
25435verbnet(cruise, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25436verbnet(drive, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25437verbnet(fly, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25438verbnet(navigate, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25439verbnet(oar, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25440verbnet(paddle, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25441verbnet(pedal, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25442verbnet(rally, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25443verbnet(ride, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25444verbnet(row, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25445verbnet(sail, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25446verbnet(tack, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25447verbnet(voyage, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25448verbnet(wing, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]).
25449
25450%%% File:    ext/VerbNet/nonvehicle-51.4.2.xml
25451%%% Primary: NP V NP PP.location (nonvehicle-51.4.2)
25452%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
25453%%% CCG:     ((s:_\np)/pp)/np
25454%%% Roles:   [Theme,Agent]
25455%%% Example: He rowed Penny across the lake.
25456%%%
25457verbnet(cruise, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25458verbnet(drive, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25459verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25460verbnet(navigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25461verbnet(oar, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25462verbnet(paddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25463verbnet(pedal, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25464verbnet(rally, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25465verbnet(ride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25466verbnet(row, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25467verbnet(sail, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25468verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25469verbnet(voyage, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25470verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25471
25472%%% File:    ext/VerbNet/nonvehicle-51.4.2.xml
25473%%% Primary: NP V NP (nonvehicle-51.4.2)
25474%%% Syntax:  [np:Agent,v,np:Theme]
25475%%% CCG:     (s:_\np)/np
25476%%% Roles:   [Theme,Agent]
25477%%% Example: He drove Penny.
25478%%%
25479verbnet(cruise, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25480verbnet(drive, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25481verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25482verbnet(navigate, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25483verbnet(oar, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25484verbnet(paddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25485verbnet(pedal, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25486verbnet(rally, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25487verbnet(ride, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25488verbnet(row, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25489verbnet(sail, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25490verbnet(tack, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25491verbnet(voyage, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25492verbnet(wing, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]).
25493
25494%%% File:    ext/VerbNet/nonvehicle-51.4.2.xml
25495%%% Primary: NP V NP.location (nonvehicle-51.4.2)
25496%%% Syntax:  [np:Agent,v,np:Location]
25497%%% CCG:     (s:_\np)/np
25498%%% Roles:   [Location,Agent]
25499%%% Example: They rowed the canals of Venice.
25500%%%
25501verbnet(cruise, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25502verbnet(drive, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25503verbnet(fly, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25504verbnet(navigate, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25505verbnet(oar, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25506verbnet(paddle, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25507verbnet(pedal, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25508verbnet(rally, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25509verbnet(ride, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25510verbnet(row, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25511verbnet(sail, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25512verbnet(tack, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25513verbnet(voyage, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25514verbnet(wing, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]).
25515
25516%%% File:    ext/VerbNet/nonverbal_expression-40.2.xml
25517%%% Primary: NP V (nonverbal_expression-40.2)
25518%%% Syntax:  [np:Agent,v]
25519%%% CCG:     s:_\np
25520%%% Roles:   [Agent]
25521%%% Example: Paul laughed.
25522%%%
25523verbnet(beam, s:_\np, ['Agent'], [40,'.',2]).
25524verbnet(cackle, s:_\np, ['Agent'], [40,'.',2]).
25525verbnet(chortle, s:_\np, ['Agent'], [40,'.',2]).
25526verbnet(chuckle, s:_\np, ['Agent'], [40,'.',2]).
25527verbnet(cough, s:_\np, ['Agent'], [40,'.',2]).
25528verbnet(cry, s:_\np, ['Agent'], [40,'.',2]).
25529verbnet(frown, s:_\np, ['Agent'], [40,'.',2]).
25530verbnet(gape, s:_\np, ['Agent'], [40,'.',2]).
25531verbnet(gasp, s:_\np, ['Agent'], [40,'.',2]).
25532verbnet(gawk, s:_\np, ['Agent'], [40,'.',2]).
25533verbnet(giggle, s:_\np, ['Agent'], [40,'.',2]).
25534verbnet(glare, s:_\np, ['Agent'], [40,'.',2]).
25535verbnet(glower, s:_\np, ['Agent'], [40,'.',2]).
25536verbnet(goggle, s:_\np, ['Agent'], [40,'.',2]).
25537verbnet(grimace, s:_\np, ['Agent'], [40,'.',2]).
25538verbnet(grin, s:_\np, ['Agent'], [40,'.',2]).
25539verbnet(groan, s:_\np, ['Agent'], [40,'.',2]).
25540verbnet(growl, s:_\np, ['Agent'], [40,'.',2]).
25541verbnet(guffaw, s:_\np, ['Agent'], [40,'.',2]).
25542verbnet(howl, s:_\np, ['Agent'], [40,'.',2]).
25543verbnet(jeer, s:_\np, ['Agent'], [40,'.',2]).
25544verbnet(laugh, s:_\np, ['Agent'], [40,'.',2]).
25545verbnet(lour, s:_\np, ['Agent'], [40,'.',2]).
25546verbnet(moan, s:_\np, ['Agent'], [40,'.',2]).
25547verbnet(pout, s:_\np, ['Agent'], [40,'.',2]).
25548verbnet(scoff, s:_\np, ['Agent'], [40,'.',2]).
25549verbnet(scowl, s:_\np, ['Agent'], [40,'.',2]).
25550verbnet(sigh, s:_\np, ['Agent'], [40,'.',2]).
25551verbnet(simper, s:_\np, ['Agent'], [40,'.',2]).
25552verbnet(smile, s:_\np, ['Agent'], [40,'.',2]).
25553verbnet(smirk, s:_\np, ['Agent'], [40,'.',2]).
25554verbnet(sneer, s:_\np, ['Agent'], [40,'.',2]).
25555verbnet(sneeze, s:_\np, ['Agent'], [40,'.',2]).
25556verbnet(snicker, s:_\np, ['Agent'], [40,'.',2]).
25557verbnet(sniff, s:_\np, ['Agent'], [40,'.',2]).
25558verbnet(snigger, s:_\np, ['Agent'], [40,'.',2]).
25559verbnet(snivel, s:_\np, ['Agent'], [40,'.',2]).
25560verbnet(snore, s:_\np, ['Agent'], [40,'.',2]).
25561verbnet(snort, s:_\np, ['Agent'], [40,'.',2]).
25562verbnet(sob, s:_\np, ['Agent'], [40,'.',2]).
25563verbnet(titter, s:_\np, ['Agent'], [40,'.',2]).
25564verbnet(weep, s:_\np, ['Agent'], [40,'.',2]).
25565verbnet(whistle, s:_\np, ['Agent'], [40,'.',2]).
25566verbnet(yawn, s:_\np, ['Agent'], [40,'.',2]).
25567verbnet(hem, s:_\np, ['Agent'], [40,'.',2]).
25568
25569%%% File:    ext/VerbNet/nonverbal_expression-40.2.xml
25570%%% Primary: NP V NP (nonverbal_expression-40.2)
25571%%% Syntax:  [np:Agent,v,np:Theme]
25572%%% CCG:     (s:_\np)/np
25573%%% Roles:   [Theme,Agent]
25574%%% Example: Paul laughed a cheerful laugh.
25575%%%
25576verbnet(beam, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25577verbnet(cackle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25578verbnet(chortle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25579verbnet(chuckle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25580verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25581verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25582verbnet(frown, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25583verbnet(gape, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25584verbnet(gasp, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25585verbnet(gawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25586verbnet(giggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25587verbnet(glare, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25588verbnet(glower, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25589verbnet(goggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25590verbnet(grimace, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25591verbnet(grin, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25592verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25593verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25594verbnet(guffaw, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25595verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25596verbnet(jeer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25597verbnet(laugh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25598verbnet(lour, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25599verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25600verbnet(pout, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25601verbnet(scoff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25602verbnet(scowl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25603verbnet(sigh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25604verbnet(simper, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25605verbnet(smile, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25606verbnet(smirk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25607verbnet(sneer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25608verbnet(sneeze, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25609verbnet(snicker, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25610verbnet(sniff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25611verbnet(snigger, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25612verbnet(snivel, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25613verbnet(snore, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25614verbnet(snort, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25615verbnet(sob, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25616verbnet(titter, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25617verbnet(weep, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25618verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25619verbnet(yawn, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25620verbnet(hem, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25621
25622%%% File:    ext/VerbNet/nonverbal_expression-40.2.xml
25623%%% Primary: NP V NP (nonverbal_expression-40.2)
25624%%% Syntax:  [np:Agent,v,np:Theme]
25625%%% CCG:     (s:_\np)/np
25626%%% Roles:   [Theme,Agent]
25627%%% Example: She laughed her excitement.
25628%%%
25629verbnet(beam, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25630verbnet(cackle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25631verbnet(chortle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25632verbnet(chuckle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25633verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25634verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25635verbnet(frown, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25636verbnet(gape, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25637verbnet(gasp, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25638verbnet(gawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25639verbnet(giggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25640verbnet(glare, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25641verbnet(glower, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25642verbnet(goggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25643verbnet(grimace, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25644verbnet(grin, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25645verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25646verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25647verbnet(guffaw, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25648verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25649verbnet(jeer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25650verbnet(laugh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25651verbnet(lour, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25652verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25653verbnet(pout, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25654verbnet(scoff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25655verbnet(scowl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25656verbnet(sigh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25657verbnet(simper, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25658verbnet(smile, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25659verbnet(smirk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25660verbnet(sneer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25661verbnet(sneeze, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25662verbnet(snicker, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25663verbnet(sniff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25664verbnet(snigger, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25665verbnet(snivel, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25666verbnet(snore, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25667verbnet(snort, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25668verbnet(sob, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25669verbnet(titter, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25670verbnet(weep, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25671verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25672verbnet(yawn, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25673verbnet(hem, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]).
25674
25675%%% File:    ext/VerbNet/nonverbal_expression-40.2.xml
25676%%% Primary: NP V PP.theme (nonverbal_expression-40.2)
25677%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
25678%%% CCG:     (s:_\np)/pp
25679%%% Roles:   [Agent]
25680%%% Example: She laughed in embarrassment.
25681%%%
25682verbnet(beam, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25683verbnet(cackle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25684verbnet(chortle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25685verbnet(chuckle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25686verbnet(cough, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25687verbnet(cry, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25688verbnet(frown, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25689verbnet(gape, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25690verbnet(gasp, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25691verbnet(gawk, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25692verbnet(giggle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25693verbnet(glare, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25694verbnet(glower, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25695verbnet(goggle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25696verbnet(grimace, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25697verbnet(grin, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25698verbnet(groan, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25699verbnet(growl, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25700verbnet(guffaw, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25701verbnet(howl, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25702verbnet(jeer, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25703verbnet(laugh, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25704verbnet(lour, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25705verbnet(moan, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25706verbnet(pout, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25707verbnet(scoff, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25708verbnet(scowl, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25709verbnet(sigh, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25710verbnet(simper, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25711verbnet(smile, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25712verbnet(smirk, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25713verbnet(sneer, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25714verbnet(sneeze, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25715verbnet(snicker, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25716verbnet(sniff, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25717verbnet(snigger, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25718verbnet(snivel, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25719verbnet(snore, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25720verbnet(snort, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25721verbnet(sob, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25722verbnet(titter, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25723verbnet(weep, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25724verbnet(whistle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25725verbnet(yawn, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25726verbnet(hem, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25727verbnet(in, pp/np, ['Theme'], [40,.,2]).
25728
25729%%% File:    ext/VerbNet/nonverbal_expression-40.2.xml
25730%%% Primary: NP V PP.recipient (nonverbal_expression-40.2)
25731%%% Syntax:  [np:Agent,v,pp,np:Recipient]
25732%%% CCG:     (s:_\np)/pp
25733%%% Roles:   [Agent]
25734%%% Example: Paul laughed at Mary.
25735%%%
25736verbnet(beam, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25737verbnet(cackle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25738verbnet(chortle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25739verbnet(chuckle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25740verbnet(cough, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25741verbnet(cry, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25742verbnet(frown, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25743verbnet(gape, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25744verbnet(gasp, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25745verbnet(gawk, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25746verbnet(giggle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25747verbnet(glare, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25748verbnet(glower, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25749verbnet(goggle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25750verbnet(grimace, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25751verbnet(grin, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25752verbnet(groan, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25753verbnet(growl, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25754verbnet(guffaw, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25755verbnet(howl, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25756verbnet(jeer, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25757verbnet(laugh, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25758verbnet(lour, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25759verbnet(moan, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25760verbnet(pout, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25761verbnet(scoff, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25762verbnet(scowl, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25763verbnet(sigh, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25764verbnet(simper, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25765verbnet(smile, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25766verbnet(smirk, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25767verbnet(sneer, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25768verbnet(sneeze, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25769verbnet(snicker, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25770verbnet(sniff, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25771verbnet(snigger, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25772verbnet(snivel, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25773verbnet(snore, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25774verbnet(snort, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25775verbnet(sob, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25776verbnet(titter, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25777verbnet(weep, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25778verbnet(whistle, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25779verbnet(yawn, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25780verbnet(hem, (s:_\np)/pp, ['Agent'], [40,'.',2]).
25781
25782%%% File:    ext/VerbNet/obtain-13.5.2.xml
25783%%% Primary: NP V NP PP.asset (obtain-13.5.2-1)
25784%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Asset]
25785%%% CCG:     ((s:_\np)/pp)/np
25786%%% Roles:   [Theme,Agent]
25787%%% Example: Carmen purchased a dress for $50.
25788%%%
25789verbnet(acquire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2,-,1]).
25790verbnet(obtain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2,-,1]).
25791verbnet(purchase, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2,-,1]).
25792verbnet(for, pp/np, ['Asset'], [13,.,5,.,2,-,1]).
25793
25794%%% File:    ext/VerbNet/obtain-13.5.2.xml
25795%%% Primary: NP.asset V NP (obtain-13.5.2-1)
25796%%% Syntax:  [np:Asset,v,np:Theme]
25797%%% CCG:     (s:_\np)/np
25798%%% Roles:   [Theme,Asset]
25799%%% Example: $50 won't even purchase a dress.
25800%%%
25801verbnet(acquire, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',2,-,1]).
25802verbnet(obtain, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',2,-,1]).
25803verbnet(purchase, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',2,-,1]).
25804
25805%%% File:    ext/VerbNet/obtain-13.5.2.xml
25806%%% Primary: NP V NP (obtain-13.5.2)
25807%%% Syntax:  [np:Agent,v,np:Theme]
25808%%% CCG:     (s:_\np)/np
25809%%% Roles:   [Theme,Agent]
25810%%% Example: Carmen obtained the spare part.
25811%%%
25812verbnet(acquire, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25813verbnet(obtain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25814verbnet(purchase, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25815verbnet(accept, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25816verbnet(accrue, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25817verbnet(accumulate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25818verbnet(appropriate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25819verbnet(borrow, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25820verbnet(cadge, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25821verbnet(collect, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25822verbnet(exact, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25823verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25824verbnet(inherit, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25825verbnet(receive, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25826verbnet(recover, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25827verbnet(regain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25828verbnet(retrieve, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25829verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25830verbnet(select, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25831verbnet(snatch, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25832verbnet(source, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25833verbnet(subselect, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25834verbnet(arrogate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25835
25836%%% File:    ext/VerbNet/obtain-13.5.2.xml
25837%%% Primary: NP V NP PP.source (obtain-13.5.2)
25838%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Source]
25839%%% CCG:     ((s:_\np)/pp)/np
25840%%% Roles:   [Theme,Agent]
25841%%% Example: Carmen obtained the spare part from Diana.
25842%%%
25843verbnet(acquire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25844verbnet(obtain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25845verbnet(purchase, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25846verbnet(accept, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25847verbnet(accrue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25848verbnet(accumulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25849verbnet(appropriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25850verbnet(borrow, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25851verbnet(cadge, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25852verbnet(collect, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25853verbnet(exact, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25854verbnet(grab, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25855verbnet(inherit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25856verbnet(receive, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25857verbnet(recover, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25858verbnet(regain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25859verbnet(retrieve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25860verbnet(seize, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25861verbnet(select, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25862verbnet(snatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25863verbnet(source, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25864verbnet(subselect, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25865verbnet(arrogate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]).
25866verbnet(from, pp/np, ['Source'], [13,.,5,.,2]).
25867
25868%%% File:    ext/VerbNet/occurrence-48.3.xml
25869%%% Primary: NP v (occurrence-48.3)
25870%%% Syntax:  [np:Theme,v]
25871%%% CCG:     s:_\np
25872%%% Roles:   [Theme]
25873%%% Example: A serious accident happened.
25874%%%
25875verbnet(ensue, s:_\np, ['Theme'], [48,'.',3]).
25876verbnet(eventuate, s:_\np, ['Theme'], [48,'.',3]).
25877verbnet(follow, s:_\np, ['Theme'], [48,'.',3]).
25878verbnet(happen, s:_\np, ['Theme'], [48,'.',3]).
25879verbnet(occur, s:_\np, ['Theme'], [48,'.',3]).
25880verbnet(recur, s:_\np, ['Theme'], [48,'.',3]).
25881verbnet(result, s:_\np, ['Theme'], [48,'.',3]).
25882verbnet(take_place, s:_\np, ['Theme'], [48,'.',3]).
25883verbnet(transpire, s:_\np, ['Theme'], [48,'.',3]).
25884verbnet(befall, s:_\np, ['Theme'], [48,'.',3]).
25885verbnet(chance, s:_\np, ['Theme'], [48,'.',3]).
25886verbnet(develop, s:_\np, ['Theme'], [48,'.',3]).
25887verbnet(pass, s:_\np, ['Theme'], [48,'.',3]).
25888
25889%%% File:    ext/VerbNet/occurrence-48.3.xml
25890%%% Primary: There V NP (occurrence-48.3)
25891%%% Syntax:  [lex:there,v,np:Theme]
25892%%% CCG:     (s:_\lex:there)/np
25893%%% Roles:   [Theme]
25894%%% Example: There happened a serious accident.
25895%%%
25896verbnet(ensue, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25897verbnet(eventuate, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25898verbnet(follow, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25899verbnet(happen, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25900verbnet(occur, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25901verbnet(recur, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25902verbnet(result, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25903verbnet(take_place, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25904verbnet(transpire, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25905verbnet(befall, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25906verbnet(chance, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25907verbnet(develop, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25908verbnet(pass, (s:_\lex:there)/np, ['Theme'], [48,'.',3]).
25909
25910%%% File:    ext/VerbNet/occurrence-48.3.xml
25911%%% Primary: NP V PP.location (occurrence-48.3)
25912%%% Syntax:  [np:Theme,v,pp,np:Location]
25913%%% CCG:     (s:_\np)/pp
25914%%% Roles:   [Theme]
25915%%% Example: A serious accident happened in front of them.
25916%%%
25917verbnet(ensue, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25918verbnet(eventuate, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25919verbnet(follow, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25920verbnet(happen, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25921verbnet(occur, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25922verbnet(recur, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25923verbnet(result, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25924verbnet(take_place, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25925verbnet(transpire, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25926verbnet(befall, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25927verbnet(chance, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25928verbnet(develop, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25929verbnet(pass, (s:_\np)/pp, ['Theme'], [48,'.',3]).
25930
25931%%% File:    ext/VerbNet/occurrence-48.3.xml
25932%%% Primary: PP.location V NP (occurrence-48.3)
25933%%% Syntax:  [pp,np:Location,v,np:Theme]
25934%%% CCG:     (s:_\pp)/np
25935%%% Roles:   [Theme]
25936%%% Example: In front of them happened a serious accident.
25937%%%
25938verbnet(ensue, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25939verbnet(eventuate, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25940verbnet(follow, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25941verbnet(happen, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25942verbnet(occur, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25943verbnet(recur, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25944verbnet(result, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25945verbnet(take_place, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25946verbnet(transpire, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25947verbnet(befall, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25948verbnet(chance, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25949verbnet(develop, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25950verbnet(pass, (s:_\pp)/np, ['Theme'], [48,'.',3]).
25951
25952%%% File:    ext/VerbNet/occurrence-48.3.xml
25953%%% Primary: It V that S (occurrence-48.3)
25954%%% Syntax:  [lex:it,v,s:Theme]
25955%%% CCG:     (s:_\lex:it)/s:_
25956%%% Roles:   [Theme]
25957%%% Example: It occurred that they left.
25958%%%
25959verbnet(ensue, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25960verbnet(eventuate, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25961verbnet(follow, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25962verbnet(happen, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25963verbnet(occur, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25964verbnet(recur, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25965verbnet(result, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25966verbnet(take_place, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25967verbnet(transpire, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25968verbnet(befall, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25969verbnet(chance, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25970verbnet(develop, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25971verbnet(pass, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]).
25972
25973%%% File:    ext/VerbNet/order-60.xml
25974%%% Primary: NP V that S (order-60-1)
25975%%% Syntax:  [np:Agent,v,s:Topic]
25976%%% CCG:     (s:_\np)/s:_
25977%%% Roles:   [Topic,Agent]
25978%%% Example: John ordered that she come immediately.
25979%%%
25980verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25981verbnet(command, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25982verbnet(demand, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25983verbnet(order, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25984verbnet(require, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25985
25986%%% File:    ext/VerbNet/order-60.xml
25987%%% Primary: NP V that S (order-60-1)
25988%%% Syntax:  [np:Agent,v,s:Topic]
25989%%% CCG:     (s:_\np)/s:_
25990%%% Roles:   [Topic,Agent]
25991%%% Example: He ordered that she should come immediately.
25992%%%
25993verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25994verbnet(command, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25995verbnet(demand, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25996verbnet(order, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25997verbnet(require, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]).
25998
25999%%% File:    ext/VerbNet/order-60.xml
26000%%% Primary: NP V NP (order-60)
26001%%% Syntax:  [np:Agent,v,np:Recipient]
26002%%% CCG:     (s:_\np)/np
26003%%% Roles:   [Recipient,Agent]
26004%%% Example: He ordered John.
26005%%%
26006verbnet(ask, (s:_\np)/np, ['Recipient','Agent'], [60]).
26007verbnet(command, (s:_\np)/np, ['Recipient','Agent'], [60]).
26008verbnet(demand, (s:_\np)/np, ['Recipient','Agent'], [60]).
26009verbnet(order, (s:_\np)/np, ['Recipient','Agent'], [60]).
26010verbnet(require, (s:_\np)/np, ['Recipient','Agent'], [60]).
26011verbnet(allow, (s:_\np)/np, ['Recipient','Agent'], [60]).
26012verbnet(beseech, (s:_\np)/np, ['Recipient','Agent'], [60]).
26013verbnet(call, (s:_\np)/np, ['Recipient','Agent'], [60]).
26014verbnet(hail, (s:_\np)/np, ['Recipient','Agent'], [60]).
26015verbnet(invite, (s:_\np)/np, ['Recipient','Agent'], [60]).
26016verbnet(okay, (s:_\np)/np, ['Recipient','Agent'], [60]).
26017verbnet(permit, (s:_\np)/np, ['Recipient','Agent'], [60]).
26018verbnet(summon, (s:_\np)/np, ['Recipient','Agent'], [60]).
26019
26020%%% File:    ext/VerbNet/order-60.xml
26021%%% Primary: NP V NP S_INF (order-60)
26022%%% Syntax:  [np:Agent,v,np:Recipient,vp_to:Topic]
26023%%% CCG:     ((s:_\np)/ (s:ng\np))/np
26024%%% Roles:   [Recipient,Topic,Agent]
26025%%% Example: He ordered John to eat his sloth.
26026%%%
26027verbnet(ask, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26028verbnet(command, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26029verbnet(demand, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26030verbnet(order, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26031verbnet(require, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26032verbnet(allow, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26033verbnet(beseech, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26034verbnet(call, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26035verbnet(hail, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26036verbnet(invite, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26037verbnet(okay, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26038verbnet(permit, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26039verbnet(summon, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]).
26040
26041%%% File:    ext/VerbNet/orphan-29.7.xml
26042%%% Primary: NP V NP (orphan-29.7)
26043%%% Syntax:  [np:Agent,v,np:Theme]
26044%%% CCG:     (s:_\np)/np
26045%%% Roles:   [Theme,Agent]
26046%%% Example: The king knighted the brave soldier.
26047%%%
26048verbnet(apprentice, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26049verbnet(beggar, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26050verbnet(cripple, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26051verbnet(cuckold, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26052verbnet(knight, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26053verbnet(martyr, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26054verbnet(orphan, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26055verbnet(outlaw, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26056verbnet(pauper, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26057verbnet(recruit, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26058verbnet(whore, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26059verbnet(widow, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]).
26060
26061%%% File:    ext/VerbNet/other_cos-45.4.xml
26062%%% Primary: NP V NP.patient (other_cos-45.4)
26063%%% Syntax:  [np:Agent,v,np:Patient]
26064%%% CCG:     (s:_\np)/np
26065%%% Roles:   [Patient,Agent]
26066%%% Example: Bill dried the clothes.
26067%%%
26068verbnet(abase, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26069verbnet(abate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26070verbnet(abbreviate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26071verbnet(abrade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26072verbnet(abridge, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26073verbnet(accelerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26074verbnet(acetify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26075verbnet(acidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26076verbnet(activate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26077verbnet(advance, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26078verbnet(africanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26079verbnet(age, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26080verbnet(agglomerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26081verbnet(air, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26082verbnet(alkalify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26083verbnet(alter, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26084verbnet(ameliorate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26085verbnet(americanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26086verbnet(amplify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26087verbnet(anesthetize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26088verbnet(anglicize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26089verbnet(animate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26090verbnet(apostatize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26091verbnet(atomize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26092verbnet(attenuate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26093verbnet(augment, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26094verbnet(awake, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26095verbnet(awaken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26096verbnet(balance, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26097verbnet(blacken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26098verbnet(beautify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26099verbnet(bedew, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26100verbnet(bifurcate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26101verbnet(bisect, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26102verbnet(blast, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26103verbnet(bleach, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26104verbnet(bloody, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26105verbnet(blunt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26106verbnet(blur, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26107verbnet(bolshevize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26108verbnet(botch, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26109verbnet(brighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26110verbnet(broaden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26111verbnet(burn, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26112verbnet(burst, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26113verbnet(calcify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26114verbnet(capacitate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26115verbnet(capsize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26116verbnet(caramelize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26117verbnet(carbonify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26118verbnet(carbonize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26119verbnet(castrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26120verbnet(categorize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26121verbnet(catholicize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26122verbnet(cauterize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26123verbnet(change, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26124verbnet(char, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26125verbnet(cheapen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26126verbnet(chill, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26127verbnet(chlorinate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26128verbnet(christianize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26129verbnet(circumcise, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26130verbnet(civilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26131verbnet(clarify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26132verbnet(clean, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26133verbnet(clear, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26134verbnet(clog, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26135verbnet(close, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26136verbnet(clouded, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26137verbnet(coagulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26138verbnet(coarsen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26139verbnet(collapse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26140verbnet(collect, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26141verbnet(combust, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26142verbnet(commercialize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26143verbnet(compress, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26144verbnet(condense, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26145verbnet(construct, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26146verbnet(contextualize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26147verbnet(contract, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26148verbnet(constrict, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26149verbnet(constringe, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26150verbnet(cool, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26151verbnet(correct, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26152verbnet(corrode, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26153verbnet(corrugate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26154verbnet(corrupt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26155verbnet(cremate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26156verbnet(crimson, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26157verbnet(crisp, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26158verbnet(crumble, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26159verbnet(crystallize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26160verbnet(curdle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26161verbnet(dampen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26162verbnet(darken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26163verbnet(deafen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26164verbnet('de-escalate', (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26165verbnet(decelerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26166verbnet(decentralize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26167verbnet(decompress, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26168verbnet(decrease, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26169verbnet(deepen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26170verbnet(deflate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26171verbnet(defrost, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26172verbnet(degenerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26173verbnet(degrade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26174verbnet(dehumidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26175verbnet(dehydrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26176verbnet(demagnetize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26177verbnet(demobilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26178verbnet(democratize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26179verbnet(depressurize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26180verbnet(desalinate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26181verbnet(desiccate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26182verbnet(destabilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26183verbnet(deteriorate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26184verbnet(detonate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26185verbnet(devalue, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26186verbnet(diffract, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26187verbnet(diffuse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26188verbnet(dilate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26189verbnet(dilute, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26190verbnet(dim, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26191verbnet(diminish, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26192verbnet(dirty, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26193verbnet(disintegrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26194verbnet(dislocate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26195verbnet(disorganize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26196verbnet(disperse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26197verbnet(dissipate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26198verbnet(dissolve, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26199verbnet(diversify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26200verbnet(divide, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26201verbnet(domesticate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26202verbnet(double, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26203verbnet(drain, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26204verbnet(dry, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26205verbnet(dull, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26206verbnet(ease, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26207verbnet(effeminate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26208verbnet(emaciate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26209verbnet(emasculate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26210verbnet(embitter, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26211verbnet(embrocate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26212verbnet(empty, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26213verbnet(emulsify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26214verbnet(energize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26215verbnet(enhance, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26216verbnet(enlarge, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26217verbnet(equalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26218verbnet(equilibrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26219verbnet(eternalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26220verbnet(europeanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26221verbnet(evaporate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26222verbnet(even, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26223verbnet(expand, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26224verbnet(explode, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26225verbnet(extinguish, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26226verbnet(fade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26227verbnet(famish, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26228verbnet(fanaticize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26229verbnet(fatten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26230verbnet(federate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26231verbnet(federalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26232verbnet(feminize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26233verbnet(fertilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26234verbnet(fill, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26235verbnet(firm, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26236verbnet(flatten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26237verbnet(flood, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26238verbnet(fortify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26239verbnet(fossilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26240verbnet(fray, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26241verbnet(freeze, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26242verbnet(freshen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26243verbnet(frost, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26244verbnet(fructify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26245verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26246verbnet(gasify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26247verbnet(gelatinize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26248verbnet(germanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26249verbnet(gladden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26250verbnet(glutenize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26251verbnet(granulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26252verbnet(grade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26253verbnet(gray, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26254verbnet(grow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26255verbnet(halt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26256verbnet(harden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26257verbnet(harmonize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26258verbnet(hasten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26259verbnet(heal, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26260verbnet(heat, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26261verbnet(heighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26262verbnet(hellenize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26263verbnet(humidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26264verbnet(hush, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26265verbnet(hybridize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26266verbnet(hydrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26267verbnet(hydrogenate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26268verbnet(ice, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26269verbnet(ignite, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26270verbnet(indurate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26271verbnet(incinerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26272verbnet(improve, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26273verbnet(increase, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26274verbnet(incubate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26275verbnet(inflate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26276verbnet(inspissate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26277verbnet(intensify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26278verbnet(invert, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26279verbnet(iodize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26280verbnet(ionize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26281verbnet(kindle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26282verbnet(laminate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26283verbnet(lengthen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26284verbnet(lessen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26285verbnet(level, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26286verbnet(levitate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26287verbnet(light, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26288verbnet(lighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26289verbnet(lignify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26290verbnet(liquefy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26291verbnet(loop, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26292verbnet(loose, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26293verbnet(loosen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26294verbnet(macerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26295verbnet(magnetize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26296verbnet(magnify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26297verbnet(mature, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26298verbnet(mechanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26299verbnet(mellow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26300verbnet(melt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26301verbnet(mineralize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26302verbnet(mobilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26303verbnet(moderate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26304verbnet(modernize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26305verbnet(modulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26306verbnet(moisten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26307verbnet(motorize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26308verbnet(muddy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26309verbnet(mute, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26310verbnet(multiply, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26311verbnet(narrow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26312verbnet(nasalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26313verbnet(nationalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26314verbnet(naturalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26315verbnet(neutralize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26316verbnet(nitrify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26317verbnet(normalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26318verbnet(objectify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26319verbnet(obscure, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26320verbnet(open, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26321verbnet(operate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26322verbnet(ossify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26323verbnet(overturn, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26324verbnet(oxidize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26325verbnet(pale, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26326verbnet(paralyze, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26327verbnet(pasteurize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26328verbnet(perfect, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26329verbnet(petrify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26330verbnet(pink, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26331verbnet(plump, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26332verbnet(polarize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26333verbnet(polymerize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26334verbnet(pop, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26335verbnet(popularize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26336verbnet(proliferate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26337verbnet(propagate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26338verbnet(publicize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26339verbnet(pulverize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26340verbnet(purify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26341verbnet(purple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26342verbnet(putrefy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26343verbnet(quadruple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26344verbnet(quicken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26345verbnet(quiet, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26346verbnet(quieten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26347verbnet(rarefy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26348verbnet(reanimate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26349verbnet(redden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26350verbnet(regularize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26351verbnet(rekindle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26352verbnet(reopen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26353verbnet(reproduce, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26354verbnet(resuscitate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26355verbnet(reverse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26356verbnet(revive, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26357verbnet(ripen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26358verbnet(roughen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26359verbnet(rupture, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26360verbnet(saponify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26361verbnet(scorch, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26362verbnet(sear, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26363verbnet(secularize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26364verbnet(sharpen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26365verbnet(short, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26366verbnet('short-circuit', (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26367verbnet(shorten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26368verbnet(shrink, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26369verbnet(shrivel, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26370verbnet(shush, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26371verbnet(shut, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26372verbnet(sicken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26373verbnet(silence, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26374verbnet(silicify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26375verbnet(silver, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26376verbnet(singe, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26377verbnet(sink, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26378verbnet(slack, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26379verbnet(slacken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26380verbnet(slim, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26381verbnet(slow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26382verbnet(smarten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26383verbnet(smooth, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26384verbnet(smoothen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26385verbnet(soak, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26386verbnet(sober, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26387verbnet(soften, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26388verbnet(solidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26389verbnet(sour, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26390verbnet(souse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26391verbnet(sovietize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26392verbnet(sprout, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26393verbnet(stabilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26394verbnet(standardize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26395verbnet(steady, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26396verbnet(steep, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26397verbnet(steepen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26398verbnet(sterilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26399verbnet(stiffen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26400verbnet(stratify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26401verbnet(strangulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26402verbnet(strengthen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26403verbnet(submerge, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26404verbnet(subside, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26405verbnet(sulfurize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26406verbnet(sunburn, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26407verbnet(sweeten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26408verbnet(taiwanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26409verbnet(tame, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26410verbnet(tan, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26411verbnet(taper, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26412verbnet(tauten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26413verbnet(tense, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26414verbnet(thaw, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26415verbnet(thicken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26416verbnet(thin, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26417verbnet(tighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26418verbnet(tilt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26419verbnet(tire, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26420verbnet(topple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26421verbnet(toughen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26422verbnet(tousle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26423verbnet(tranquilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26424verbnet(treble, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26425verbnet(triple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26426verbnet(trivialize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26427verbnet(ulcerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26428verbnet(unionize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26429verbnet(urbanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26430verbnet(vaporize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26431verbnet(vary, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26432verbnet(ventilate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26433verbnet(vibrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26434verbnet(vitrify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26435verbnet(volatilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26436verbnet(vulcanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26437verbnet(vulgarize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26438verbnet(wake, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26439verbnet(waken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26440verbnet(warm, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26441verbnet(weaken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26442verbnet(westernize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26443verbnet(wet, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26444verbnet(whiten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26445verbnet(widen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26446verbnet(worsen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26447verbnet(yellow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26448verbnet(alcoholize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26449verbnet(congeal, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26450verbnet(trip, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26451verbnet(derail, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]).
26452
26453%%% File:    ext/VerbNet/other_cos-45.4.xml
26454%%% Primary: NP V NP PP.instrument (other_cos-45.4)
26455%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
26456%%% CCG:     ((s:_\np)/pp)/np
26457%%% Roles:   [Patient,Agent]
26458%%% Example: Bill dried the clothes with a hairdryer.
26459%%%
26460verbnet(abase, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26461verbnet(abate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26462verbnet(abbreviate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26463verbnet(abrade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26464verbnet(abridge, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26465verbnet(accelerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26466verbnet(acetify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26467verbnet(acidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26468verbnet(activate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26469verbnet(advance, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26470verbnet(africanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26471verbnet(age, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26472verbnet(agglomerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26473verbnet(air, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26474verbnet(alkalify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26475verbnet(alter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26476verbnet(ameliorate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26477verbnet(americanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26478verbnet(amplify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26479verbnet(anesthetize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26480verbnet(anglicize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26481verbnet(animate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26482verbnet(apostatize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26483verbnet(atomize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26484verbnet(attenuate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26485verbnet(augment, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26486verbnet(awake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26487verbnet(awaken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26488verbnet(balance, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26489verbnet(blacken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26490verbnet(beautify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26491verbnet(bedew, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26492verbnet(bifurcate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26493verbnet(bisect, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26494verbnet(blast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26495verbnet(bleach, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26496verbnet(bloody, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26497verbnet(blunt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26498verbnet(blur, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26499verbnet(bolshevize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26500verbnet(botch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26501verbnet(brighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26502verbnet(broaden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26503verbnet(burn, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26504verbnet(burst, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26505verbnet(calcify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26506verbnet(capacitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26507verbnet(capsize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26508verbnet(caramelize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26509verbnet(carbonify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26510verbnet(carbonize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26511verbnet(castrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26512verbnet(categorize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26513verbnet(catholicize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26514verbnet(cauterize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26515verbnet(change, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26516verbnet(char, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26517verbnet(cheapen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26518verbnet(chill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26519verbnet(chlorinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26520verbnet(christianize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26521verbnet(circumcise, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26522verbnet(civilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26523verbnet(clarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26524verbnet(clean, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26525verbnet(clear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26526verbnet(clog, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26527verbnet(close, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26528verbnet(clouded, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26529verbnet(coagulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26530verbnet(coarsen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26531verbnet(collapse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26532verbnet(collect, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26533verbnet(combust, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26534verbnet(commercialize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26535verbnet(compress, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26536verbnet(condense, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26537verbnet(construct, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26538verbnet(contextualize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26539verbnet(contract, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26540verbnet(constrict, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26541verbnet(constringe, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26542verbnet(cool, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26543verbnet(correct, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26544verbnet(corrode, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26545verbnet(corrugate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26546verbnet(corrupt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26547verbnet(cremate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26548verbnet(crimson, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26549verbnet(crisp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26550verbnet(crumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26551verbnet(crystallize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26552verbnet(curdle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26553verbnet(dampen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26554verbnet(darken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26555verbnet(deafen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26556verbnet('de-escalate', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26557verbnet(decelerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26558verbnet(decentralize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26559verbnet(decompress, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26560verbnet(decrease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26561verbnet(deepen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26562verbnet(deflate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26563verbnet(defrost, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26564verbnet(degenerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26565verbnet(degrade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26566verbnet(dehumidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26567verbnet(dehydrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26568verbnet(demagnetize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26569verbnet(demobilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26570verbnet(democratize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26571verbnet(depressurize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26572verbnet(desalinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26573verbnet(desiccate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26574verbnet(destabilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26575verbnet(deteriorate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26576verbnet(detonate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26577verbnet(devalue, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26578verbnet(diffract, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26579verbnet(diffuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26580verbnet(dilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26581verbnet(dilute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26582verbnet(dim, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26583verbnet(diminish, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26584verbnet(dirty, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26585verbnet(disintegrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26586verbnet(dislocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26587verbnet(disorganize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26588verbnet(disperse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26589verbnet(dissipate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26590verbnet(dissolve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26591verbnet(diversify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26592verbnet(divide, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26593verbnet(domesticate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26594verbnet(double, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26595verbnet(drain, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26596verbnet(dry, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26597verbnet(dull, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26598verbnet(ease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26599verbnet(effeminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26600verbnet(emaciate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26601verbnet(emasculate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26602verbnet(embitter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26603verbnet(embrocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26604verbnet(empty, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26605verbnet(emulsify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26606verbnet(energize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26607verbnet(enhance, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26608verbnet(enlarge, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26609verbnet(equalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26610verbnet(equilibrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26611verbnet(eternalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26612verbnet(europeanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26613verbnet(evaporate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26614verbnet(even, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26615verbnet(expand, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26616verbnet(explode, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26617verbnet(extinguish, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26618verbnet(fade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26619verbnet(famish, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26620verbnet(fanaticize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26621verbnet(fatten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26622verbnet(federate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26623verbnet(federalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26624verbnet(feminize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26625verbnet(fertilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26626verbnet(fill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26627verbnet(firm, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26628verbnet(flatten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26629verbnet(flood, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26630verbnet(fortify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26631verbnet(fossilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26632verbnet(fray, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26633verbnet(freeze, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26634verbnet(freshen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26635verbnet(frost, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26636verbnet(fructify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26637verbnet(fuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26638verbnet(gasify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26639verbnet(gelatinize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26640verbnet(germanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26641verbnet(gladden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26642verbnet(glutenize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26643verbnet(granulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26644verbnet(grade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26645verbnet(gray, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26646verbnet(grow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26647verbnet(halt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26648verbnet(harden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26649verbnet(harmonize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26650verbnet(hasten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26651verbnet(heal, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26652verbnet(heat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26653verbnet(heighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26654verbnet(hellenize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26655verbnet(humidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26656verbnet(hush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26657verbnet(hybridize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26658verbnet(hydrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26659verbnet(hydrogenate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26660verbnet(ice, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26661verbnet(ignite, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26662verbnet(indurate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26663verbnet(incinerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26664verbnet(improve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26665verbnet(increase, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26666verbnet(incubate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26667verbnet(inflate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26668verbnet(inspissate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26669verbnet(intensify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26670verbnet(invert, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26671verbnet(iodize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26672verbnet(ionize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26673verbnet(kindle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26674verbnet(laminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26675verbnet(lengthen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26676verbnet(lessen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26677verbnet(level, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26678verbnet(levitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26679verbnet(light, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26680verbnet(lighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26681verbnet(lignify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26682verbnet(liquefy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26683verbnet(loop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26684verbnet(loose, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26685verbnet(loosen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26686verbnet(macerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26687verbnet(magnetize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26688verbnet(magnify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26689verbnet(mature, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26690verbnet(mechanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26691verbnet(mellow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26692verbnet(melt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26693verbnet(mineralize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26694verbnet(mobilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26695verbnet(moderate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26696verbnet(modernize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26697verbnet(modulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26698verbnet(moisten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26699verbnet(motorize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26700verbnet(muddy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26701verbnet(mute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26702verbnet(multiply, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26703verbnet(narrow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26704verbnet(nasalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26705verbnet(nationalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26706verbnet(naturalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26707verbnet(neutralize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26708verbnet(nitrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26709verbnet(normalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26710verbnet(objectify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26711verbnet(obscure, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26712verbnet(open, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26713verbnet(operate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26714verbnet(ossify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26715verbnet(overturn, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26716verbnet(oxidize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26717verbnet(pale, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26718verbnet(paralyze, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26719verbnet(pasteurize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26720verbnet(perfect, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26721verbnet(petrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26722verbnet(pink, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26723verbnet(plump, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26724verbnet(polarize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26725verbnet(polymerize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26726verbnet(pop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26727verbnet(popularize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26728verbnet(proliferate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26729verbnet(propagate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26730verbnet(publicize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26731verbnet(pulverize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26732verbnet(purify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26733verbnet(purple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26734verbnet(putrefy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26735verbnet(quadruple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26736verbnet(quicken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26737verbnet(quiet, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26738verbnet(quieten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26739verbnet(rarefy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26740verbnet(reanimate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26741verbnet(redden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26742verbnet(regularize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26743verbnet(rekindle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26744verbnet(reopen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26745verbnet(reproduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26746verbnet(resuscitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26747verbnet(reverse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26748verbnet(revive, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26749verbnet(ripen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26750verbnet(roughen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26751verbnet(rupture, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26752verbnet(saponify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26753verbnet(scorch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26754verbnet(sear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26755verbnet(secularize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26756verbnet(sharpen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26757verbnet(short, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26758verbnet('short-circuit', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26759verbnet(shorten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26760verbnet(shrink, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26761verbnet(shrivel, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26762verbnet(shush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26763verbnet(shut, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26764verbnet(sicken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26765verbnet(silence, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26766verbnet(silicify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26767verbnet(silver, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26768verbnet(singe, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26769verbnet(sink, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26770verbnet(slack, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26771verbnet(slacken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26772verbnet(slim, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26773verbnet(slow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26774verbnet(smarten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26775verbnet(smooth, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26776verbnet(smoothen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26777verbnet(soak, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26778verbnet(sober, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26779verbnet(soften, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26780verbnet(solidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26781verbnet(sour, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26782verbnet(souse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26783verbnet(sovietize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26784verbnet(sprout, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26785verbnet(stabilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26786verbnet(standardize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26787verbnet(steady, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26788verbnet(steep, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26789verbnet(steepen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26790verbnet(sterilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26791verbnet(stiffen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26792verbnet(stratify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26793verbnet(strangulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26794verbnet(strengthen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26795verbnet(submerge, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26796verbnet(subside, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26797verbnet(sulfurize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26798verbnet(sunburn, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26799verbnet(sweeten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26800verbnet(taiwanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26801verbnet(tame, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26802verbnet(tan, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26803verbnet(taper, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26804verbnet(tauten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26805verbnet(tense, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26806verbnet(thaw, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26807verbnet(thicken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26808verbnet(thin, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26809verbnet(tighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26810verbnet(tilt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26811verbnet(tire, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26812verbnet(topple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26813verbnet(toughen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26814verbnet(tousle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26815verbnet(tranquilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26816verbnet(treble, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26817verbnet(triple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26818verbnet(trivialize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26819verbnet(ulcerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26820verbnet(unionize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26821verbnet(urbanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26822verbnet(vaporize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26823verbnet(vary, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26824verbnet(ventilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26825verbnet(vibrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26826verbnet(vitrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26827verbnet(volatilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26828verbnet(vulcanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26829verbnet(vulgarize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26830verbnet(wake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26831verbnet(waken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26832verbnet(warm, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26833verbnet(weaken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26834verbnet(westernize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26835verbnet(wet, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26836verbnet(whiten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26837verbnet(widen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26838verbnet(worsen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26839verbnet(yellow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26840verbnet(alcoholize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26841verbnet(congeal, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26842verbnet(trip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26843verbnet(derail, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]).
26844verbnet(with, pp/np, ['Instrument'], [45,.,4]).
26845
26846%%% File:    ext/VerbNet/other_cos-45.4.xml
26847%%% Primary: NP.patient V (other_cos-45.4)
26848%%% Syntax:  [np:Patient,v]
26849%%% CCG:     s:_\np
26850%%% Roles:   [Patient]
26851%%% Example: The clothes dried.
26852%%%
26853verbnet(abase, s:_\np, ['Patient'], [45,'.',4]).
26854verbnet(abate, s:_\np, ['Patient'], [45,'.',4]).
26855verbnet(abbreviate, s:_\np, ['Patient'], [45,'.',4]).
26856verbnet(abrade, s:_\np, ['Patient'], [45,'.',4]).
26857verbnet(abridge, s:_\np, ['Patient'], [45,'.',4]).
26858verbnet(accelerate, s:_\np, ['Patient'], [45,'.',4]).
26859verbnet(acetify, s:_\np, ['Patient'], [45,'.',4]).
26860verbnet(acidify, s:_\np, ['Patient'], [45,'.',4]).
26861verbnet(activate, s:_\np, ['Patient'], [45,'.',4]).
26862verbnet(advance, s:_\np, ['Patient'], [45,'.',4]).
26863verbnet(africanize, s:_\np, ['Patient'], [45,'.',4]).
26864verbnet(age, s:_\np, ['Patient'], [45,'.',4]).
26865verbnet(agglomerate, s:_\np, ['Patient'], [45,'.',4]).
26866verbnet(air, s:_\np, ['Patient'], [45,'.',4]).
26867verbnet(alkalify, s:_\np, ['Patient'], [45,'.',4]).
26868verbnet(alter, s:_\np, ['Patient'], [45,'.',4]).
26869verbnet(ameliorate, s:_\np, ['Patient'], [45,'.',4]).
26870verbnet(americanize, s:_\np, ['Patient'], [45,'.',4]).
26871verbnet(amplify, s:_\np, ['Patient'], [45,'.',4]).
26872verbnet(anesthetize, s:_\np, ['Patient'], [45,'.',4]).
26873verbnet(anglicize, s:_\np, ['Patient'], [45,'.',4]).
26874verbnet(animate, s:_\np, ['Patient'], [45,'.',4]).
26875verbnet(apostatize, s:_\np, ['Patient'], [45,'.',4]).
26876verbnet(atomize, s:_\np, ['Patient'], [45,'.',4]).
26877verbnet(attenuate, s:_\np, ['Patient'], [45,'.',4]).
26878verbnet(augment, s:_\np, ['Patient'], [45,'.',4]).
26879verbnet(awake, s:_\np, ['Patient'], [45,'.',4]).
26880verbnet(awaken, s:_\np, ['Patient'], [45,'.',4]).
26881verbnet(balance, s:_\np, ['Patient'], [45,'.',4]).
26882verbnet(blacken, s:_\np, ['Patient'], [45,'.',4]).
26883verbnet(beautify, s:_\np, ['Patient'], [45,'.',4]).
26884verbnet(bedew, s:_\np, ['Patient'], [45,'.',4]).
26885verbnet(bifurcate, s:_\np, ['Patient'], [45,'.',4]).
26886verbnet(bisect, s:_\np, ['Patient'], [45,'.',4]).
26887verbnet(blast, s:_\np, ['Patient'], [45,'.',4]).
26888verbnet(bleach, s:_\np, ['Patient'], [45,'.',4]).
26889verbnet(bloody, s:_\np, ['Patient'], [45,'.',4]).
26890verbnet(blunt, s:_\np, ['Patient'], [45,'.',4]).
26891verbnet(blur, s:_\np, ['Patient'], [45,'.',4]).
26892verbnet(bolshevize, s:_\np, ['Patient'], [45,'.',4]).
26893verbnet(botch, s:_\np, ['Patient'], [45,'.',4]).
26894verbnet(brighten, s:_\np, ['Patient'], [45,'.',4]).
26895verbnet(broaden, s:_\np, ['Patient'], [45,'.',4]).
26896verbnet(burn, s:_\np, ['Patient'], [45,'.',4]).
26897verbnet(burst, s:_\np, ['Patient'], [45,'.',4]).
26898verbnet(calcify, s:_\np, ['Patient'], [45,'.',4]).
26899verbnet(capacitate, s:_\np, ['Patient'], [45,'.',4]).
26900verbnet(capsize, s:_\np, ['Patient'], [45,'.',4]).
26901verbnet(caramelize, s:_\np, ['Patient'], [45,'.',4]).
26902verbnet(carbonify, s:_\np, ['Patient'], [45,'.',4]).
26903verbnet(carbonize, s:_\np, ['Patient'], [45,'.',4]).
26904verbnet(castrate, s:_\np, ['Patient'], [45,'.',4]).
26905verbnet(categorize, s:_\np, ['Patient'], [45,'.',4]).
26906verbnet(catholicize, s:_\np, ['Patient'], [45,'.',4]).
26907verbnet(cauterize, s:_\np, ['Patient'], [45,'.',4]).
26908verbnet(change, s:_\np, ['Patient'], [45,'.',4]).
26909verbnet(char, s:_\np, ['Patient'], [45,'.',4]).
26910verbnet(cheapen, s:_\np, ['Patient'], [45,'.',4]).
26911verbnet(chill, s:_\np, ['Patient'], [45,'.',4]).
26912verbnet(chlorinate, s:_\np, ['Patient'], [45,'.',4]).
26913verbnet(christianize, s:_\np, ['Patient'], [45,'.',4]).
26914verbnet(circumcise, s:_\np, ['Patient'], [45,'.',4]).
26915verbnet(civilize, s:_\np, ['Patient'], [45,'.',4]).
26916verbnet(clarify, s:_\np, ['Patient'], [45,'.',4]).
26917verbnet(clean, s:_\np, ['Patient'], [45,'.',4]).
26918verbnet(clear, s:_\np, ['Patient'], [45,'.',4]).
26919verbnet(clog, s:_\np, ['Patient'], [45,'.',4]).
26920verbnet(close, s:_\np, ['Patient'], [45,'.',4]).
26921verbnet(clouded, s:_\np, ['Patient'], [45,'.',4]).
26922verbnet(coagulate, s:_\np, ['Patient'], [45,'.',4]).
26923verbnet(coarsen, s:_\np, ['Patient'], [45,'.',4]).
26924verbnet(collapse, s:_\np, ['Patient'], [45,'.',4]).
26925verbnet(collect, s:_\np, ['Patient'], [45,'.',4]).
26926verbnet(combust, s:_\np, ['Patient'], [45,'.',4]).
26927verbnet(commercialize, s:_\np, ['Patient'], [45,'.',4]).
26928verbnet(compress, s:_\np, ['Patient'], [45,'.',4]).
26929verbnet(condense, s:_\np, ['Patient'], [45,'.',4]).
26930verbnet(construct, s:_\np, ['Patient'], [45,'.',4]).
26931verbnet(contextualize, s:_\np, ['Patient'], [45,'.',4]).
26932verbnet(contract, s:_\np, ['Patient'], [45,'.',4]).
26933verbnet(constrict, s:_\np, ['Patient'], [45,'.',4]).
26934verbnet(constringe, s:_\np, ['Patient'], [45,'.',4]).
26935verbnet(cool, s:_\np, ['Patient'], [45,'.',4]).
26936verbnet(correct, s:_\np, ['Patient'], [45,'.',4]).
26937verbnet(corrode, s:_\np, ['Patient'], [45,'.',4]).
26938verbnet(corrugate, s:_\np, ['Patient'], [45,'.',4]).
26939verbnet(corrupt, s:_\np, ['Patient'], [45,'.',4]).
26940verbnet(cremate, s:_\np, ['Patient'], [45,'.',4]).
26941verbnet(crimson, s:_\np, ['Patient'], [45,'.',4]).
26942verbnet(crisp, s:_\np, ['Patient'], [45,'.',4]).
26943verbnet(crumble, s:_\np, ['Patient'], [45,'.',4]).
26944verbnet(crystallize, s:_\np, ['Patient'], [45,'.',4]).
26945verbnet(curdle, s:_\np, ['Patient'], [45,'.',4]).
26946verbnet(dampen, s:_\np, ['Patient'], [45,'.',4]).
26947verbnet(darken, s:_\np, ['Patient'], [45,'.',4]).
26948verbnet(deafen, s:_\np, ['Patient'], [45,'.',4]).
26949verbnet('de-escalate', s:_\np, ['Patient'], [45,'.',4]).
26950verbnet(decelerate, s:_\np, ['Patient'], [45,'.',4]).
26951verbnet(decentralize, s:_\np, ['Patient'], [45,'.',4]).
26952verbnet(decompress, s:_\np, ['Patient'], [45,'.',4]).
26953verbnet(decrease, s:_\np, ['Patient'], [45,'.',4]).
26954verbnet(deepen, s:_\np, ['Patient'], [45,'.',4]).
26955verbnet(deflate, s:_\np, ['Patient'], [45,'.',4]).
26956verbnet(defrost, s:_\np, ['Patient'], [45,'.',4]).
26957verbnet(degenerate, s:_\np, ['Patient'], [45,'.',4]).
26958verbnet(degrade, s:_\np, ['Patient'], [45,'.',4]).
26959verbnet(dehumidify, s:_\np, ['Patient'], [45,'.',4]).
26960verbnet(dehydrate, s:_\np, ['Patient'], [45,'.',4]).
26961verbnet(demagnetize, s:_\np, ['Patient'], [45,'.',4]).
26962verbnet(demobilize, s:_\np, ['Patient'], [45,'.',4]).
26963verbnet(democratize, s:_\np, ['Patient'], [45,'.',4]).
26964verbnet(depressurize, s:_\np, ['Patient'], [45,'.',4]).
26965verbnet(desalinate, s:_\np, ['Patient'], [45,'.',4]).
26966verbnet(desiccate, s:_\np, ['Patient'], [45,'.',4]).
26967verbnet(destabilize, s:_\np, ['Patient'], [45,'.',4]).
26968verbnet(deteriorate, s:_\np, ['Patient'], [45,'.',4]).
26969verbnet(detonate, s:_\np, ['Patient'], [45,'.',4]).
26970verbnet(devalue, s:_\np, ['Patient'], [45,'.',4]).
26971verbnet(diffract, s:_\np, ['Patient'], [45,'.',4]).
26972verbnet(diffuse, s:_\np, ['Patient'], [45,'.',4]).
26973verbnet(dilate, s:_\np, ['Patient'], [45,'.',4]).
26974verbnet(dilute, s:_\np, ['Patient'], [45,'.',4]).
26975verbnet(dim, s:_\np, ['Patient'], [45,'.',4]).
26976verbnet(diminish, s:_\np, ['Patient'], [45,'.',4]).
26977verbnet(dirty, s:_\np, ['Patient'], [45,'.',4]).
26978verbnet(disintegrate, s:_\np, ['Patient'], [45,'.',4]).
26979verbnet(dislocate, s:_\np, ['Patient'], [45,'.',4]).
26980verbnet(disorganize, s:_\np, ['Patient'], [45,'.',4]).
26981verbnet(disperse, s:_\np, ['Patient'], [45,'.',4]).
26982verbnet(dissipate, s:_\np, ['Patient'], [45,'.',4]).
26983verbnet(dissolve, s:_\np, ['Patient'], [45,'.',4]).
26984verbnet(diversify, s:_\np, ['Patient'], [45,'.',4]).
26985verbnet(divide, s:_\np, ['Patient'], [45,'.',4]).
26986verbnet(domesticate, s:_\np, ['Patient'], [45,'.',4]).
26987verbnet(double, s:_\np, ['Patient'], [45,'.',4]).
26988verbnet(drain, s:_\np, ['Patient'], [45,'.',4]).
26989verbnet(dry, s:_\np, ['Patient'], [45,'.',4]).
26990verbnet(dull, s:_\np, ['Patient'], [45,'.',4]).
26991verbnet(ease, s:_\np, ['Patient'], [45,'.',4]).
26992verbnet(effeminate, s:_\np, ['Patient'], [45,'.',4]).
26993verbnet(emaciate, s:_\np, ['Patient'], [45,'.',4]).
26994verbnet(emasculate, s:_\np, ['Patient'], [45,'.',4]).
26995verbnet(embitter, s:_\np, ['Patient'], [45,'.',4]).
26996verbnet(embrocate, s:_\np, ['Patient'], [45,'.',4]).
26997verbnet(empty, s:_\np, ['Patient'], [45,'.',4]).
26998verbnet(emulsify, s:_\np, ['Patient'], [45,'.',4]).
26999verbnet(energize, s:_\np, ['Patient'], [45,'.',4]).
27000verbnet(enhance, s:_\np, ['Patient'], [45,'.',4]).
27001verbnet(enlarge, s:_\np, ['Patient'], [45,'.',4]).
27002verbnet(equalize, s:_\np, ['Patient'], [45,'.',4]).
27003verbnet(equilibrate, s:_\np, ['Patient'], [45,'.',4]).
27004verbnet(eternalize, s:_\np, ['Patient'], [45,'.',4]).
27005verbnet(europeanize, s:_\np, ['Patient'], [45,'.',4]).
27006verbnet(evaporate, s:_\np, ['Patient'], [45,'.',4]).
27007verbnet(even, s:_\np, ['Patient'], [45,'.',4]).
27008verbnet(expand, s:_\np, ['Patient'], [45,'.',4]).
27009verbnet(explode, s:_\np, ['Patient'], [45,'.',4]).
27010verbnet(extinguish, s:_\np, ['Patient'], [45,'.',4]).
27011verbnet(fade, s:_\np, ['Patient'], [45,'.',4]).
27012verbnet(famish, s:_\np, ['Patient'], [45,'.',4]).
27013verbnet(fanaticize, s:_\np, ['Patient'], [45,'.',4]).
27014verbnet(fatten, s:_\np, ['Patient'], [45,'.',4]).
27015verbnet(federate, s:_\np, ['Patient'], [45,'.',4]).
27016verbnet(federalize, s:_\np, ['Patient'], [45,'.',4]).
27017verbnet(feminize, s:_\np, ['Patient'], [45,'.',4]).
27018verbnet(fertilize, s:_\np, ['Patient'], [45,'.',4]).
27019verbnet(fill, s:_\np, ['Patient'], [45,'.',4]).
27020verbnet(firm, s:_\np, ['Patient'], [45,'.',4]).
27021verbnet(flatten, s:_\np, ['Patient'], [45,'.',4]).
27022verbnet(flood, s:_\np, ['Patient'], [45,'.',4]).
27023verbnet(fortify, s:_\np, ['Patient'], [45,'.',4]).
27024verbnet(fossilize, s:_\np, ['Patient'], [45,'.',4]).
27025verbnet(fray, s:_\np, ['Patient'], [45,'.',4]).
27026verbnet(freeze, s:_\np, ['Patient'], [45,'.',4]).
27027verbnet(freshen, s:_\np, ['Patient'], [45,'.',4]).
27028verbnet(frost, s:_\np, ['Patient'], [45,'.',4]).
27029verbnet(fructify, s:_\np, ['Patient'], [45,'.',4]).
27030verbnet(fuse, s:_\np, ['Patient'], [45,'.',4]).
27031verbnet(gasify, s:_\np, ['Patient'], [45,'.',4]).
27032verbnet(gelatinize, s:_\np, ['Patient'], [45,'.',4]).
27033verbnet(germanize, s:_\np, ['Patient'], [45,'.',4]).
27034verbnet(gladden, s:_\np, ['Patient'], [45,'.',4]).
27035verbnet(glutenize, s:_\np, ['Patient'], [45,'.',4]).
27036verbnet(granulate, s:_\np, ['Patient'], [45,'.',4]).
27037verbnet(grade, s:_\np, ['Patient'], [45,'.',4]).
27038verbnet(gray, s:_\np, ['Patient'], [45,'.',4]).
27039verbnet(grow, s:_\np, ['Patient'], [45,'.',4]).
27040verbnet(halt, s:_\np, ['Patient'], [45,'.',4]).
27041verbnet(harden, s:_\np, ['Patient'], [45,'.',4]).
27042verbnet(harmonize, s:_\np, ['Patient'], [45,'.',4]).
27043verbnet(hasten, s:_\np, ['Patient'], [45,'.',4]).
27044verbnet(heal, s:_\np, ['Patient'], [45,'.',4]).
27045verbnet(heat, s:_\np, ['Patient'], [45,'.',4]).
27046verbnet(heighten, s:_\np, ['Patient'], [45,'.',4]).
27047verbnet(hellenize, s:_\np, ['Patient'], [45,'.',4]).
27048verbnet(humidify, s:_\np, ['Patient'], [45,'.',4]).
27049verbnet(hush, s:_\np, ['Patient'], [45,'.',4]).
27050verbnet(hybridize, s:_\np, ['Patient'], [45,'.',4]).
27051verbnet(hydrate, s:_\np, ['Patient'], [45,'.',4]).
27052verbnet(hydrogenate, s:_\np, ['Patient'], [45,'.',4]).
27053verbnet(ice, s:_\np, ['Patient'], [45,'.',4]).
27054verbnet(ignite, s:_\np, ['Patient'], [45,'.',4]).
27055verbnet(indurate, s:_\np, ['Patient'], [45,'.',4]).
27056verbnet(incinerate, s:_\np, ['Patient'], [45,'.',4]).
27057verbnet(improve, s:_\np, ['Patient'], [45,'.',4]).
27058verbnet(increase, s:_\np, ['Patient'], [45,'.',4]).
27059verbnet(incubate, s:_\np, ['Patient'], [45,'.',4]).
27060verbnet(inflate, s:_\np, ['Patient'], [45,'.',4]).
27061verbnet(inspissate, s:_\np, ['Patient'], [45,'.',4]).
27062verbnet(intensify, s:_\np, ['Patient'], [45,'.',4]).
27063verbnet(invert, s:_\np, ['Patient'], [45,'.',4]).
27064verbnet(iodize, s:_\np, ['Patient'], [45,'.',4]).
27065verbnet(ionize, s:_\np, ['Patient'], [45,'.',4]).
27066verbnet(kindle, s:_\np, ['Patient'], [45,'.',4]).
27067verbnet(laminate, s:_\np, ['Patient'], [45,'.',4]).
27068verbnet(lengthen, s:_\np, ['Patient'], [45,'.',4]).
27069verbnet(lessen, s:_\np, ['Patient'], [45,'.',4]).
27070verbnet(level, s:_\np, ['Patient'], [45,'.',4]).
27071verbnet(levitate, s:_\np, ['Patient'], [45,'.',4]).
27072verbnet(light, s:_\np, ['Patient'], [45,'.',4]).
27073verbnet(lighten, s:_\np, ['Patient'], [45,'.',4]).
27074verbnet(lignify, s:_\np, ['Patient'], [45,'.',4]).
27075verbnet(liquefy, s:_\np, ['Patient'], [45,'.',4]).
27076verbnet(loop, s:_\np, ['Patient'], [45,'.',4]).
27077verbnet(loose, s:_\np, ['Patient'], [45,'.',4]).
27078verbnet(loosen, s:_\np, ['Patient'], [45,'.',4]).
27079verbnet(macerate, s:_\np, ['Patient'], [45,'.',4]).
27080verbnet(magnetize, s:_\np, ['Patient'], [45,'.',4]).
27081verbnet(magnify, s:_\np, ['Patient'], [45,'.',4]).
27082verbnet(mature, s:_\np, ['Patient'], [45,'.',4]).
27083verbnet(mechanize, s:_\np, ['Patient'], [45,'.',4]).
27084verbnet(mellow, s:_\np, ['Patient'], [45,'.',4]).
27085verbnet(melt, s:_\np, ['Patient'], [45,'.',4]).
27086verbnet(mineralize, s:_\np, ['Patient'], [45,'.',4]).
27087verbnet(mobilize, s:_\np, ['Patient'], [45,'.',4]).
27088verbnet(moderate, s:_\np, ['Patient'], [45,'.',4]).
27089verbnet(modernize, s:_\np, ['Patient'], [45,'.',4]).
27090verbnet(modulate, s:_\np, ['Patient'], [45,'.',4]).
27091verbnet(moisten, s:_\np, ['Patient'], [45,'.',4]).
27092verbnet(motorize, s:_\np, ['Patient'], [45,'.',4]).
27093verbnet(muddy, s:_\np, ['Patient'], [45,'.',4]).
27094verbnet(mute, s:_\np, ['Patient'], [45,'.',4]).
27095verbnet(multiply, s:_\np, ['Patient'], [45,'.',4]).
27096verbnet(narrow, s:_\np, ['Patient'], [45,'.',4]).
27097verbnet(nasalize, s:_\np, ['Patient'], [45,'.',4]).
27098verbnet(nationalize, s:_\np, ['Patient'], [45,'.',4]).
27099verbnet(naturalize, s:_\np, ['Patient'], [45,'.',4]).
27100verbnet(neutralize, s:_\np, ['Patient'], [45,'.',4]).
27101verbnet(nitrify, s:_\np, ['Patient'], [45,'.',4]).
27102verbnet(normalize, s:_\np, ['Patient'], [45,'.',4]).
27103verbnet(objectify, s:_\np, ['Patient'], [45,'.',4]).
27104verbnet(obscure, s:_\np, ['Patient'], [45,'.',4]).
27105verbnet(open, s:_\np, ['Patient'], [45,'.',4]).
27106verbnet(operate, s:_\np, ['Patient'], [45,'.',4]).
27107verbnet(ossify, s:_\np, ['Patient'], [45,'.',4]).
27108verbnet(overturn, s:_\np, ['Patient'], [45,'.',4]).
27109verbnet(oxidize, s:_\np, ['Patient'], [45,'.',4]).
27110verbnet(pale, s:_\np, ['Patient'], [45,'.',4]).
27111verbnet(paralyze, s:_\np, ['Patient'], [45,'.',4]).
27112verbnet(pasteurize, s:_\np, ['Patient'], [45,'.',4]).
27113verbnet(perfect, s:_\np, ['Patient'], [45,'.',4]).
27114verbnet(petrify, s:_\np, ['Patient'], [45,'.',4]).
27115verbnet(pink, s:_\np, ['Patient'], [45,'.',4]).
27116verbnet(plump, s:_\np, ['Patient'], [45,'.',4]).
27117verbnet(polarize, s:_\np, ['Patient'], [45,'.',4]).
27118verbnet(polymerize, s:_\np, ['Patient'], [45,'.',4]).
27119verbnet(pop, s:_\np, ['Patient'], [45,'.',4]).
27120verbnet(popularize, s:_\np, ['Patient'], [45,'.',4]).
27121verbnet(proliferate, s:_\np, ['Patient'], [45,'.',4]).
27122verbnet(propagate, s:_\np, ['Patient'], [45,'.',4]).
27123verbnet(publicize, s:_\np, ['Patient'], [45,'.',4]).
27124verbnet(pulverize, s:_\np, ['Patient'], [45,'.',4]).
27125verbnet(purify, s:_\np, ['Patient'], [45,'.',4]).
27126verbnet(purple, s:_\np, ['Patient'], [45,'.',4]).
27127verbnet(putrefy, s:_\np, ['Patient'], [45,'.',4]).
27128verbnet(quadruple, s:_\np, ['Patient'], [45,'.',4]).
27129verbnet(quicken, s:_\np, ['Patient'], [45,'.',4]).
27130verbnet(quiet, s:_\np, ['Patient'], [45,'.',4]).
27131verbnet(quieten, s:_\np, ['Patient'], [45,'.',4]).
27132verbnet(rarefy, s:_\np, ['Patient'], [45,'.',4]).
27133verbnet(reanimate, s:_\np, ['Patient'], [45,'.',4]).
27134verbnet(redden, s:_\np, ['Patient'], [45,'.',4]).
27135verbnet(regularize, s:_\np, ['Patient'], [45,'.',4]).
27136verbnet(rekindle, s:_\np, ['Patient'], [45,'.',4]).
27137verbnet(reopen, s:_\np, ['Patient'], [45,'.',4]).
27138verbnet(reproduce, s:_\np, ['Patient'], [45,'.',4]).
27139verbnet(resuscitate, s:_\np, ['Patient'], [45,'.',4]).
27140verbnet(reverse, s:_\np, ['Patient'], [45,'.',4]).
27141verbnet(revive, s:_\np, ['Patient'], [45,'.',4]).
27142verbnet(ripen, s:_\np, ['Patient'], [45,'.',4]).
27143verbnet(roughen, s:_\np, ['Patient'], [45,'.',4]).
27144verbnet(rupture, s:_\np, ['Patient'], [45,'.',4]).
27145verbnet(saponify, s:_\np, ['Patient'], [45,'.',4]).
27146verbnet(scorch, s:_\np, ['Patient'], [45,'.',4]).
27147verbnet(sear, s:_\np, ['Patient'], [45,'.',4]).
27148verbnet(secularize, s:_\np, ['Patient'], [45,'.',4]).
27149verbnet(sharpen, s:_\np, ['Patient'], [45,'.',4]).
27150verbnet(short, s:_\np, ['Patient'], [45,'.',4]).
27151verbnet('short-circuit', s:_\np, ['Patient'], [45,'.',4]).
27152verbnet(shorten, s:_\np, ['Patient'], [45,'.',4]).
27153verbnet(shrink, s:_\np, ['Patient'], [45,'.',4]).
27154verbnet(shrivel, s:_\np, ['Patient'], [45,'.',4]).
27155verbnet(shush, s:_\np, ['Patient'], [45,'.',4]).
27156verbnet(shut, s:_\np, ['Patient'], [45,'.',4]).
27157verbnet(sicken, s:_\np, ['Patient'], [45,'.',4]).
27158verbnet(silence, s:_\np, ['Patient'], [45,'.',4]).
27159verbnet(silicify, s:_\np, ['Patient'], [45,'.',4]).
27160verbnet(silver, s:_\np, ['Patient'], [45,'.',4]).
27161verbnet(singe, s:_\np, ['Patient'], [45,'.',4]).
27162verbnet(sink, s:_\np, ['Patient'], [45,'.',4]).
27163verbnet(slack, s:_\np, ['Patient'], [45,'.',4]).
27164verbnet(slacken, s:_\np, ['Patient'], [45,'.',4]).
27165verbnet(slim, s:_\np, ['Patient'], [45,'.',4]).
27166verbnet(slow, s:_\np, ['Patient'], [45,'.',4]).
27167verbnet(smarten, s:_\np, ['Patient'], [45,'.',4]).
27168verbnet(smooth, s:_\np, ['Patient'], [45,'.',4]).
27169verbnet(smoothen, s:_\np, ['Patient'], [45,'.',4]).
27170verbnet(soak, s:_\np, ['Patient'], [45,'.',4]).
27171verbnet(sober, s:_\np, ['Patient'], [45,'.',4]).
27172verbnet(soften, s:_\np, ['Patient'], [45,'.',4]).
27173verbnet(solidify, s:_\np, ['Patient'], [45,'.',4]).
27174verbnet(sour, s:_\np, ['Patient'], [45,'.',4]).
27175verbnet(souse, s:_\np, ['Patient'], [45,'.',4]).
27176verbnet(sovietize, s:_\np, ['Patient'], [45,'.',4]).
27177verbnet(sprout, s:_\np, ['Patient'], [45,'.',4]).
27178verbnet(stabilize, s:_\np, ['Patient'], [45,'.',4]).
27179verbnet(standardize, s:_\np, ['Patient'], [45,'.',4]).
27180verbnet(steady, s:_\np, ['Patient'], [45,'.',4]).
27181verbnet(steep, s:_\np, ['Patient'], [45,'.',4]).
27182verbnet(steepen, s:_\np, ['Patient'], [45,'.',4]).
27183verbnet(sterilize, s:_\np, ['Patient'], [45,'.',4]).
27184verbnet(stiffen, s:_\np, ['Patient'], [45,'.',4]).
27185verbnet(stratify, s:_\np, ['Patient'], [45,'.',4]).
27186verbnet(strangulate, s:_\np, ['Patient'], [45,'.',4]).
27187verbnet(strengthen, s:_\np, ['Patient'], [45,'.',4]).
27188verbnet(submerge, s:_\np, ['Patient'], [45,'.',4]).
27189verbnet(subside, s:_\np, ['Patient'], [45,'.',4]).
27190verbnet(sulfurize, s:_\np, ['Patient'], [45,'.',4]).
27191verbnet(sunburn, s:_\np, ['Patient'], [45,'.',4]).
27192verbnet(sweeten, s:_\np, ['Patient'], [45,'.',4]).
27193verbnet(taiwanize, s:_\np, ['Patient'], [45,'.',4]).
27194verbnet(tame, s:_\np, ['Patient'], [45,'.',4]).
27195verbnet(tan, s:_\np, ['Patient'], [45,'.',4]).
27196verbnet(taper, s:_\np, ['Patient'], [45,'.',4]).
27197verbnet(tauten, s:_\np, ['Patient'], [45,'.',4]).
27198verbnet(tense, s:_\np, ['Patient'], [45,'.',4]).
27199verbnet(thaw, s:_\np, ['Patient'], [45,'.',4]).
27200verbnet(thicken, s:_\np, ['Patient'], [45,'.',4]).
27201verbnet(thin, s:_\np, ['Patient'], [45,'.',4]).
27202verbnet(tighten, s:_\np, ['Patient'], [45,'.',4]).
27203verbnet(tilt, s:_\np, ['Patient'], [45,'.',4]).
27204verbnet(tire, s:_\np, ['Patient'], [45,'.',4]).
27205verbnet(topple, s:_\np, ['Patient'], [45,'.',4]).
27206verbnet(toughen, s:_\np, ['Patient'], [45,'.',4]).
27207verbnet(tousle, s:_\np, ['Patient'], [45,'.',4]).
27208verbnet(tranquilize, s:_\np, ['Patient'], [45,'.',4]).
27209verbnet(treble, s:_\np, ['Patient'], [45,'.',4]).
27210verbnet(triple, s:_\np, ['Patient'], [45,'.',4]).
27211verbnet(trivialize, s:_\np, ['Patient'], [45,'.',4]).
27212verbnet(ulcerate, s:_\np, ['Patient'], [45,'.',4]).
27213verbnet(unionize, s:_\np, ['Patient'], [45,'.',4]).
27214verbnet(urbanize, s:_\np, ['Patient'], [45,'.',4]).
27215verbnet(vaporize, s:_\np, ['Patient'], [45,'.',4]).
27216verbnet(vary, s:_\np, ['Patient'], [45,'.',4]).
27217verbnet(ventilate, s:_\np, ['Patient'], [45,'.',4]).
27218verbnet(vibrate, s:_\np, ['Patient'], [45,'.',4]).
27219verbnet(vitrify, s:_\np, ['Patient'], [45,'.',4]).
27220verbnet(volatilize, s:_\np, ['Patient'], [45,'.',4]).
27221verbnet(vulcanize, s:_\np, ['Patient'], [45,'.',4]).
27222verbnet(vulgarize, s:_\np, ['Patient'], [45,'.',4]).
27223verbnet(wake, s:_\np, ['Patient'], [45,'.',4]).
27224verbnet(waken, s:_\np, ['Patient'], [45,'.',4]).
27225verbnet(warm, s:_\np, ['Patient'], [45,'.',4]).
27226verbnet(weaken, s:_\np, ['Patient'], [45,'.',4]).
27227verbnet(westernize, s:_\np, ['Patient'], [45,'.',4]).
27228verbnet(wet, s:_\np, ['Patient'], [45,'.',4]).
27229verbnet(whiten, s:_\np, ['Patient'], [45,'.',4]).
27230verbnet(widen, s:_\np, ['Patient'], [45,'.',4]).
27231verbnet(worsen, s:_\np, ['Patient'], [45,'.',4]).
27232verbnet(yellow, s:_\np, ['Patient'], [45,'.',4]).
27233verbnet(alcoholize, s:_\np, ['Patient'], [45,'.',4]).
27234verbnet(congeal, s:_\np, ['Patient'], [45,'.',4]).
27235verbnet(trip, s:_\np, ['Patient'], [45,'.',4]).
27236verbnet(derail, s:_\np, ['Patient'], [45,'.',4]).
27237
27238%%% File:    ext/VerbNet/other_cos-45.4.xml
27239%%% Primary: NP V ADV-Middle (other_cos-45.4)
27240%%% Syntax:  [np:Patient,v,adv]
27241%%% CCG:     s:_\np
27242%%% Roles:   [Patient]
27243%%% Example: Cotton clothes dry easily.
27244%%%
27245verbnet(abase, s:_\np, ['Patient'], [45,'.',4]).
27246verbnet(abate, s:_\np, ['Patient'], [45,'.',4]).
27247verbnet(abbreviate, s:_\np, ['Patient'], [45,'.',4]).
27248verbnet(abrade, s:_\np, ['Patient'], [45,'.',4]).
27249verbnet(abridge, s:_\np, ['Patient'], [45,'.',4]).
27250verbnet(accelerate, s:_\np, ['Patient'], [45,'.',4]).
27251verbnet(acetify, s:_\np, ['Patient'], [45,'.',4]).
27252verbnet(acidify, s:_\np, ['Patient'], [45,'.',4]).
27253verbnet(activate, s:_\np, ['Patient'], [45,'.',4]).
27254verbnet(advance, s:_\np, ['Patient'], [45,'.',4]).
27255verbnet(africanize, s:_\np, ['Patient'], [45,'.',4]).
27256verbnet(age, s:_\np, ['Patient'], [45,'.',4]).
27257verbnet(agglomerate, s:_\np, ['Patient'], [45,'.',4]).
27258verbnet(air, s:_\np, ['Patient'], [45,'.',4]).
27259verbnet(alkalify, s:_\np, ['Patient'], [45,'.',4]).
27260verbnet(alter, s:_\np, ['Patient'], [45,'.',4]).
27261verbnet(ameliorate, s:_\np, ['Patient'], [45,'.',4]).
27262verbnet(americanize, s:_\np, ['Patient'], [45,'.',4]).
27263verbnet(amplify, s:_\np, ['Patient'], [45,'.',4]).
27264verbnet(anesthetize, s:_\np, ['Patient'], [45,'.',4]).
27265verbnet(anglicize, s:_\np, ['Patient'], [45,'.',4]).
27266verbnet(animate, s:_\np, ['Patient'], [45,'.',4]).
27267verbnet(apostatize, s:_\np, ['Patient'], [45,'.',4]).
27268verbnet(atomize, s:_\np, ['Patient'], [45,'.',4]).
27269verbnet(attenuate, s:_\np, ['Patient'], [45,'.',4]).
27270verbnet(augment, s:_\np, ['Patient'], [45,'.',4]).
27271verbnet(awake, s:_\np, ['Patient'], [45,'.',4]).
27272verbnet(awaken, s:_\np, ['Patient'], [45,'.',4]).
27273verbnet(balance, s:_\np, ['Patient'], [45,'.',4]).
27274verbnet(blacken, s:_\np, ['Patient'], [45,'.',4]).
27275verbnet(beautify, s:_\np, ['Patient'], [45,'.',4]).
27276verbnet(bedew, s:_\np, ['Patient'], [45,'.',4]).
27277verbnet(bifurcate, s:_\np, ['Patient'], [45,'.',4]).
27278verbnet(bisect, s:_\np, ['Patient'], [45,'.',4]).
27279verbnet(blast, s:_\np, ['Patient'], [45,'.',4]).
27280verbnet(bleach, s:_\np, ['Patient'], [45,'.',4]).
27281verbnet(bloody, s:_\np, ['Patient'], [45,'.',4]).
27282verbnet(blunt, s:_\np, ['Patient'], [45,'.',4]).
27283verbnet(blur, s:_\np, ['Patient'], [45,'.',4]).
27284verbnet(bolshevize, s:_\np, ['Patient'], [45,'.',4]).
27285verbnet(botch, s:_\np, ['Patient'], [45,'.',4]).
27286verbnet(brighten, s:_\np, ['Patient'], [45,'.',4]).
27287verbnet(broaden, s:_\np, ['Patient'], [45,'.',4]).
27288verbnet(burn, s:_\np, ['Patient'], [45,'.',4]).
27289verbnet(burst, s:_\np, ['Patient'], [45,'.',4]).
27290verbnet(calcify, s:_\np, ['Patient'], [45,'.',4]).
27291verbnet(capacitate, s:_\np, ['Patient'], [45,'.',4]).
27292verbnet(capsize, s:_\np, ['Patient'], [45,'.',4]).
27293verbnet(caramelize, s:_\np, ['Patient'], [45,'.',4]).
27294verbnet(carbonify, s:_\np, ['Patient'], [45,'.',4]).
27295verbnet(carbonize, s:_\np, ['Patient'], [45,'.',4]).
27296verbnet(castrate, s:_\np, ['Patient'], [45,'.',4]).
27297verbnet(categorize, s:_\np, ['Patient'], [45,'.',4]).
27298verbnet(catholicize, s:_\np, ['Patient'], [45,'.',4]).
27299verbnet(cauterize, s:_\np, ['Patient'], [45,'.',4]).
27300verbnet(change, s:_\np, ['Patient'], [45,'.',4]).
27301verbnet(char, s:_\np, ['Patient'], [45,'.',4]).
27302verbnet(cheapen, s:_\np, ['Patient'], [45,'.',4]).
27303verbnet(chill, s:_\np, ['Patient'], [45,'.',4]).
27304verbnet(chlorinate, s:_\np, ['Patient'], [45,'.',4]).
27305verbnet(christianize, s:_\np, ['Patient'], [45,'.',4]).
27306verbnet(circumcise, s:_\np, ['Patient'], [45,'.',4]).
27307verbnet(civilize, s:_\np, ['Patient'], [45,'.',4]).
27308verbnet(clarify, s:_\np, ['Patient'], [45,'.',4]).
27309verbnet(clean, s:_\np, ['Patient'], [45,'.',4]).
27310verbnet(clear, s:_\np, ['Patient'], [45,'.',4]).
27311verbnet(clog, s:_\np, ['Patient'], [45,'.',4]).
27312verbnet(close, s:_\np, ['Patient'], [45,'.',4]).
27313verbnet(clouded, s:_\np, ['Patient'], [45,'.',4]).
27314verbnet(coagulate, s:_\np, ['Patient'], [45,'.',4]).
27315verbnet(coarsen, s:_\np, ['Patient'], [45,'.',4]).
27316verbnet(collapse, s:_\np, ['Patient'], [45,'.',4]).
27317verbnet(collect, s:_\np, ['Patient'], [45,'.',4]).
27318verbnet(combust, s:_\np, ['Patient'], [45,'.',4]).
27319verbnet(commercialize, s:_\np, ['Patient'], [45,'.',4]).
27320verbnet(compress, s:_\np, ['Patient'], [45,'.',4]).
27321verbnet(condense, s:_\np, ['Patient'], [45,'.',4]).
27322verbnet(construct, s:_\np, ['Patient'], [45,'.',4]).
27323verbnet(contextualize, s:_\np, ['Patient'], [45,'.',4]).
27324verbnet(contract, s:_\np, ['Patient'], [45,'.',4]).
27325verbnet(constrict, s:_\np, ['Patient'], [45,'.',4]).
27326verbnet(constringe, s:_\np, ['Patient'], [45,'.',4]).
27327verbnet(cool, s:_\np, ['Patient'], [45,'.',4]).
27328verbnet(correct, s:_\np, ['Patient'], [45,'.',4]).
27329verbnet(corrode, s:_\np, ['Patient'], [45,'.',4]).
27330verbnet(corrugate, s:_\np, ['Patient'], [45,'.',4]).
27331verbnet(corrupt, s:_\np, ['Patient'], [45,'.',4]).
27332verbnet(cremate, s:_\np, ['Patient'], [45,'.',4]).
27333verbnet(crimson, s:_\np, ['Patient'], [45,'.',4]).
27334verbnet(crisp, s:_\np, ['Patient'], [45,'.',4]).
27335verbnet(crumble, s:_\np, ['Patient'], [45,'.',4]).
27336verbnet(crystallize, s:_\np, ['Patient'], [45,'.',4]).
27337verbnet(curdle, s:_\np, ['Patient'], [45,'.',4]).
27338verbnet(dampen, s:_\np, ['Patient'], [45,'.',4]).
27339verbnet(darken, s:_\np, ['Patient'], [45,'.',4]).
27340verbnet(deafen, s:_\np, ['Patient'], [45,'.',4]).
27341verbnet('de-escalate', s:_\np, ['Patient'], [45,'.',4]).
27342verbnet(decelerate, s:_\np, ['Patient'], [45,'.',4]).
27343verbnet(decentralize, s:_\np, ['Patient'], [45,'.',4]).
27344verbnet(decompress, s:_\np, ['Patient'], [45,'.',4]).
27345verbnet(decrease, s:_\np, ['Patient'], [45,'.',4]).
27346verbnet(deepen, s:_\np, ['Patient'], [45,'.',4]).
27347verbnet(deflate, s:_\np, ['Patient'], [45,'.',4]).
27348verbnet(defrost, s:_\np, ['Patient'], [45,'.',4]).
27349verbnet(degenerate, s:_\np, ['Patient'], [45,'.',4]).
27350verbnet(degrade, s:_\np, ['Patient'], [45,'.',4]).
27351verbnet(dehumidify, s:_\np, ['Patient'], [45,'.',4]).
27352verbnet(dehydrate, s:_\np, ['Patient'], [45,'.',4]).
27353verbnet(demagnetize, s:_\np, ['Patient'], [45,'.',4]).
27354verbnet(demobilize, s:_\np, ['Patient'], [45,'.',4]).
27355verbnet(democratize, s:_\np, ['Patient'], [45,'.',4]).
27356verbnet(depressurize, s:_\np, ['Patient'], [45,'.',4]).
27357verbnet(desalinate, s:_\np, ['Patient'], [45,'.',4]).
27358verbnet(desiccate, s:_\np, ['Patient'], [45,'.',4]).
27359verbnet(destabilize, s:_\np, ['Patient'], [45,'.',4]).
27360verbnet(deteriorate, s:_\np, ['Patient'], [45,'.',4]).
27361verbnet(detonate, s:_\np, ['Patient'], [45,'.',4]).
27362verbnet(devalue, s:_\np, ['Patient'], [45,'.',4]).
27363verbnet(diffract, s:_\np, ['Patient'], [45,'.',4]).
27364verbnet(diffuse, s:_\np, ['Patient'], [45,'.',4]).
27365verbnet(dilate, s:_\np, ['Patient'], [45,'.',4]).
27366verbnet(dilute, s:_\np, ['Patient'], [45,'.',4]).
27367verbnet(dim, s:_\np, ['Patient'], [45,'.',4]).
27368verbnet(diminish, s:_\np, ['Patient'], [45,'.',4]).
27369verbnet(dirty, s:_\np, ['Patient'], [45,'.',4]).
27370verbnet(disintegrate, s:_\np, ['Patient'], [45,'.',4]).
27371verbnet(dislocate, s:_\np, ['Patient'], [45,'.',4]).
27372verbnet(disorganize, s:_\np, ['Patient'], [45,'.',4]).
27373verbnet(disperse, s:_\np, ['Patient'], [45,'.',4]).
27374verbnet(dissipate, s:_\np, ['Patient'], [45,'.',4]).
27375verbnet(dissolve, s:_\np, ['Patient'], [45,'.',4]).
27376verbnet(diversify, s:_\np, ['Patient'], [45,'.',4]).
27377verbnet(divide, s:_\np, ['Patient'], [45,'.',4]).
27378verbnet(domesticate, s:_\np, ['Patient'], [45,'.',4]).
27379verbnet(double, s:_\np, ['Patient'], [45,'.',4]).
27380verbnet(drain, s:_\np, ['Patient'], [45,'.',4]).
27381verbnet(dry, s:_\np, ['Patient'], [45,'.',4]).
27382verbnet(dull, s:_\np, ['Patient'], [45,'.',4]).
27383verbnet(ease, s:_\np, ['Patient'], [45,'.',4]).
27384verbnet(effeminate, s:_\np, ['Patient'], [45,'.',4]).
27385verbnet(emaciate, s:_\np, ['Patient'], [45,'.',4]).
27386verbnet(emasculate, s:_\np, ['Patient'], [45,'.',4]).
27387verbnet(embitter, s:_\np, ['Patient'], [45,'.',4]).
27388verbnet(embrocate, s:_\np, ['Patient'], [45,'.',4]).
27389verbnet(empty, s:_\np, ['Patient'], [45,'.',4]).
27390verbnet(emulsify, s:_\np, ['Patient'], [45,'.',4]).
27391verbnet(energize, s:_\np, ['Patient'], [45,'.',4]).
27392verbnet(enhance, s:_\np, ['Patient'], [45,'.',4]).
27393verbnet(enlarge, s:_\np, ['Patient'], [45,'.',4]).
27394verbnet(equalize, s:_\np, ['Patient'], [45,'.',4]).
27395verbnet(equilibrate, s:_\np, ['Patient'], [45,'.',4]).
27396verbnet(eternalize, s:_\np, ['Patient'], [45,'.',4]).
27397verbnet(europeanize, s:_\np, ['Patient'], [45,'.',4]).
27398verbnet(evaporate, s:_\np, ['Patient'], [45,'.',4]).
27399verbnet(even, s:_\np, ['Patient'], [45,'.',4]).
27400verbnet(expand, s:_\np, ['Patient'], [45,'.',4]).
27401verbnet(explode, s:_\np, ['Patient'], [45,'.',4]).
27402verbnet(extinguish, s:_\np, ['Patient'], [45,'.',4]).
27403verbnet(fade, s:_\np, ['Patient'], [45,'.',4]).
27404verbnet(famish, s:_\np, ['Patient'], [45,'.',4]).
27405verbnet(fanaticize, s:_\np, ['Patient'], [45,'.',4]).
27406verbnet(fatten, s:_\np, ['Patient'], [45,'.',4]).
27407verbnet(federate, s:_\np, ['Patient'], [45,'.',4]).
27408verbnet(federalize, s:_\np, ['Patient'], [45,'.',4]).
27409verbnet(feminize, s:_\np, ['Patient'], [45,'.',4]).
27410verbnet(fertilize, s:_\np, ['Patient'], [45,'.',4]).
27411verbnet(fill, s:_\np, ['Patient'], [45,'.',4]).
27412verbnet(firm, s:_\np, ['Patient'], [45,'.',4]).
27413verbnet(flatten, s:_\np, ['Patient'], [45,'.',4]).
27414verbnet(flood, s:_\np, ['Patient'], [45,'.',4]).
27415verbnet(fortify, s:_\np, ['Patient'], [45,'.',4]).
27416verbnet(fossilize, s:_\np, ['Patient'], [45,'.',4]).
27417verbnet(fray, s:_\np, ['Patient'], [45,'.',4]).
27418verbnet(freeze, s:_\np, ['Patient'], [45,'.',4]).
27419verbnet(freshen, s:_\np, ['Patient'], [45,'.',4]).
27420verbnet(frost, s:_\np, ['Patient'], [45,'.',4]).
27421verbnet(fructify, s:_\np, ['Patient'], [45,'.',4]).
27422verbnet(fuse, s:_\np, ['Patient'], [45,'.',4]).
27423verbnet(gasify, s:_\np, ['Patient'], [45,'.',4]).
27424verbnet(gelatinize, s:_\np, ['Patient'], [45,'.',4]).
27425verbnet(germanize, s:_\np, ['Patient'], [45,'.',4]).
27426verbnet(gladden, s:_\np, ['Patient'], [45,'.',4]).
27427verbnet(glutenize, s:_\np, ['Patient'], [45,'.',4]).
27428verbnet(granulate, s:_\np, ['Patient'], [45,'.',4]).
27429verbnet(grade, s:_\np, ['Patient'], [45,'.',4]).
27430verbnet(gray, s:_\np, ['Patient'], [45,'.',4]).
27431verbnet(grow, s:_\np, ['Patient'], [45,'.',4]).
27432verbnet(halt, s:_\np, ['Patient'], [45,'.',4]).
27433verbnet(harden, s:_\np, ['Patient'], [45,'.',4]).
27434verbnet(harmonize, s:_\np, ['Patient'], [45,'.',4]).
27435verbnet(hasten, s:_\np, ['Patient'], [45,'.',4]).
27436verbnet(heal, s:_\np, ['Patient'], [45,'.',4]).
27437verbnet(heat, s:_\np, ['Patient'], [45,'.',4]).
27438verbnet(heighten, s:_\np, ['Patient'], [45,'.',4]).
27439verbnet(hellenize, s:_\np, ['Patient'], [45,'.',4]).
27440verbnet(humidify, s:_\np, ['Patient'], [45,'.',4]).
27441verbnet(hush, s:_\np, ['Patient'], [45,'.',4]).
27442verbnet(hybridize, s:_\np, ['Patient'], [45,'.',4]).
27443verbnet(hydrate, s:_\np, ['Patient'], [45,'.',4]).
27444verbnet(hydrogenate, s:_\np, ['Patient'], [45,'.',4]).
27445verbnet(ice, s:_\np, ['Patient'], [45,'.',4]).
27446verbnet(ignite, s:_\np, ['Patient'], [45,'.',4]).
27447verbnet(indurate, s:_\np, ['Patient'], [45,'.',4]).
27448verbnet(incinerate, s:_\np, ['Patient'], [45,'.',4]).
27449verbnet(improve, s:_\np, ['Patient'], [45,'.',4]).
27450verbnet(increase, s:_\np, ['Patient'], [45,'.',4]).
27451verbnet(incubate, s:_\np, ['Patient'], [45,'.',4]).
27452verbnet(inflate, s:_\np, ['Patient'], [45,'.',4]).
27453verbnet(inspissate, s:_\np, ['Patient'], [45,'.',4]).
27454verbnet(intensify, s:_\np, ['Patient'], [45,'.',4]).
27455verbnet(invert, s:_\np, ['Patient'], [45,'.',4]).
27456verbnet(iodize, s:_\np, ['Patient'], [45,'.',4]).
27457verbnet(ionize, s:_\np, ['Patient'], [45,'.',4]).
27458verbnet(kindle, s:_\np, ['Patient'], [45,'.',4]).
27459verbnet(laminate, s:_\np, ['Patient'], [45,'.',4]).
27460verbnet(lengthen, s:_\np, ['Patient'], [45,'.',4]).
27461verbnet(lessen, s:_\np, ['Patient'], [45,'.',4]).
27462verbnet(level, s:_\np, ['Patient'], [45,'.',4]).
27463verbnet(levitate, s:_\np, ['Patient'], [45,'.',4]).
27464verbnet(light, s:_\np, ['Patient'], [45,'.',4]).
27465verbnet(lighten, s:_\np, ['Patient'], [45,'.',4]).
27466verbnet(lignify, s:_\np, ['Patient'], [45,'.',4]).
27467verbnet(liquefy, s:_\np, ['Patient'], [45,'.',4]).
27468verbnet(loop, s:_\np, ['Patient'], [45,'.',4]).
27469verbnet(loose, s:_\np, ['Patient'], [45,'.',4]).
27470verbnet(loosen, s:_\np, ['Patient'], [45,'.',4]).
27471verbnet(macerate, s:_\np, ['Patient'], [45,'.',4]).
27472verbnet(magnetize, s:_\np, ['Patient'], [45,'.',4]).
27473verbnet(magnify, s:_\np, ['Patient'], [45,'.',4]).
27474verbnet(mature, s:_\np, ['Patient'], [45,'.',4]).
27475verbnet(mechanize, s:_\np, ['Patient'], [45,'.',4]).
27476verbnet(mellow, s:_\np, ['Patient'], [45,'.',4]).
27477verbnet(melt, s:_\np, ['Patient'], [45,'.',4]).
27478verbnet(mineralize, s:_\np, ['Patient'], [45,'.',4]).
27479verbnet(mobilize, s:_\np, ['Patient'], [45,'.',4]).
27480verbnet(moderate, s:_\np, ['Patient'], [45,'.',4]).
27481verbnet(modernize, s:_\np, ['Patient'], [45,'.',4]).
27482verbnet(modulate, s:_\np, ['Patient'], [45,'.',4]).
27483verbnet(moisten, s:_\np, ['Patient'], [45,'.',4]).
27484verbnet(motorize, s:_\np, ['Patient'], [45,'.',4]).
27485verbnet(muddy, s:_\np, ['Patient'], [45,'.',4]).
27486verbnet(mute, s:_\np, ['Patient'], [45,'.',4]).
27487verbnet(multiply, s:_\np, ['Patient'], [45,'.',4]).
27488verbnet(narrow, s:_\np, ['Patient'], [45,'.',4]).
27489verbnet(nasalize, s:_\np, ['Patient'], [45,'.',4]).
27490verbnet(nationalize, s:_\np, ['Patient'], [45,'.',4]).
27491verbnet(naturalize, s:_\np, ['Patient'], [45,'.',4]).
27492verbnet(neutralize, s:_\np, ['Patient'], [45,'.',4]).
27493verbnet(nitrify, s:_\np, ['Patient'], [45,'.',4]).
27494verbnet(normalize, s:_\np, ['Patient'], [45,'.',4]).
27495verbnet(objectify, s:_\np, ['Patient'], [45,'.',4]).
27496verbnet(obscure, s:_\np, ['Patient'], [45,'.',4]).
27497verbnet(open, s:_\np, ['Patient'], [45,'.',4]).
27498verbnet(operate, s:_\np, ['Patient'], [45,'.',4]).
27499verbnet(ossify, s:_\np, ['Patient'], [45,'.',4]).
27500verbnet(overturn, s:_\np, ['Patient'], [45,'.',4]).
27501verbnet(oxidize, s:_\np, ['Patient'], [45,'.',4]).
27502verbnet(pale, s:_\np, ['Patient'], [45,'.',4]).
27503verbnet(paralyze, s:_\np, ['Patient'], [45,'.',4]).
27504verbnet(pasteurize, s:_\np, ['Patient'], [45,'.',4]).
27505verbnet(perfect, s:_\np, ['Patient'], [45,'.',4]).
27506verbnet(petrify, s:_\np, ['Patient'], [45,'.',4]).
27507verbnet(pink, s:_\np, ['Patient'], [45,'.',4]).
27508verbnet(plump, s:_\np, ['Patient'], [45,'.',4]).
27509verbnet(polarize, s:_\np, ['Patient'], [45,'.',4]).
27510verbnet(polymerize, s:_\np, ['Patient'], [45,'.',4]).
27511verbnet(pop, s:_\np, ['Patient'], [45,'.',4]).
27512verbnet(popularize, s:_\np, ['Patient'], [45,'.',4]).
27513verbnet(proliferate, s:_\np, ['Patient'], [45,'.',4]).
27514verbnet(propagate, s:_\np, ['Patient'], [45,'.',4]).
27515verbnet(publicize, s:_\np, ['Patient'], [45,'.',4]).
27516verbnet(pulverize, s:_\np, ['Patient'], [45,'.',4]).
27517verbnet(purify, s:_\np, ['Patient'], [45,'.',4]).
27518verbnet(purple, s:_\np, ['Patient'], [45,'.',4]).
27519verbnet(putrefy, s:_\np, ['Patient'], [45,'.',4]).
27520verbnet(quadruple, s:_\np, ['Patient'], [45,'.',4]).
27521verbnet(quicken, s:_\np, ['Patient'], [45,'.',4]).
27522verbnet(quiet, s:_\np, ['Patient'], [45,'.',4]).
27523verbnet(quieten, s:_\np, ['Patient'], [45,'.',4]).
27524verbnet(rarefy, s:_\np, ['Patient'], [45,'.',4]).
27525verbnet(reanimate, s:_\np, ['Patient'], [45,'.',4]).
27526verbnet(redden, s:_\np, ['Patient'], [45,'.',4]).
27527verbnet(regularize, s:_\np, ['Patient'], [45,'.',4]).
27528verbnet(rekindle, s:_\np, ['Patient'], [45,'.',4]).
27529verbnet(reopen, s:_\np, ['Patient'], [45,'.',4]).
27530verbnet(reproduce, s:_\np, ['Patient'], [45,'.',4]).
27531verbnet(resuscitate, s:_\np, ['Patient'], [45,'.',4]).
27532verbnet(reverse, s:_\np, ['Patient'], [45,'.',4]).
27533verbnet(revive, s:_\np, ['Patient'], [45,'.',4]).
27534verbnet(ripen, s:_\np, ['Patient'], [45,'.',4]).
27535verbnet(roughen, s:_\np, ['Patient'], [45,'.',4]).
27536verbnet(rupture, s:_\np, ['Patient'], [45,'.',4]).
27537verbnet(saponify, s:_\np, ['Patient'], [45,'.',4]).
27538verbnet(scorch, s:_\np, ['Patient'], [45,'.',4]).
27539verbnet(sear, s:_\np, ['Patient'], [45,'.',4]).
27540verbnet(secularize, s:_\np, ['Patient'], [45,'.',4]).
27541verbnet(sharpen, s:_\np, ['Patient'], [45,'.',4]).
27542verbnet(short, s:_\np, ['Patient'], [45,'.',4]).
27543verbnet('short-circuit', s:_\np, ['Patient'], [45,'.',4]).
27544verbnet(shorten, s:_\np, ['Patient'], [45,'.',4]).
27545verbnet(shrink, s:_\np, ['Patient'], [45,'.',4]).
27546verbnet(shrivel, s:_\np, ['Patient'], [45,'.',4]).
27547verbnet(shush, s:_\np, ['Patient'], [45,'.',4]).
27548verbnet(shut, s:_\np, ['Patient'], [45,'.',4]).
27549verbnet(sicken, s:_\np, ['Patient'], [45,'.',4]).
27550verbnet(silence, s:_\np, ['Patient'], [45,'.',4]).
27551verbnet(silicify, s:_\np, ['Patient'], [45,'.',4]).
27552verbnet(silver, s:_\np, ['Patient'], [45,'.',4]).
27553verbnet(singe, s:_\np, ['Patient'], [45,'.',4]).
27554verbnet(sink, s:_\np, ['Patient'], [45,'.',4]).
27555verbnet(slack, s:_\np, ['Patient'], [45,'.',4]).
27556verbnet(slacken, s:_\np, ['Patient'], [45,'.',4]).
27557verbnet(slim, s:_\np, ['Patient'], [45,'.',4]).
27558verbnet(slow, s:_\np, ['Patient'], [45,'.',4]).
27559verbnet(smarten, s:_\np, ['Patient'], [45,'.',4]).
27560verbnet(smooth, s:_\np, ['Patient'], [45,'.',4]).
27561verbnet(smoothen, s:_\np, ['Patient'], [45,'.',4]).
27562verbnet(soak, s:_\np, ['Patient'], [45,'.',4]).
27563verbnet(sober, s:_\np, ['Patient'], [45,'.',4]).
27564verbnet(soften, s:_\np, ['Patient'], [45,'.',4]).
27565verbnet(solidify, s:_\np, ['Patient'], [45,'.',4]).
27566verbnet(sour, s:_\np, ['Patient'], [45,'.',4]).
27567verbnet(souse, s:_\np, ['Patient'], [45,'.',4]).
27568verbnet(sovietize, s:_\np, ['Patient'], [45,'.',4]).
27569verbnet(sprout, s:_\np, ['Patient'], [45,'.',4]).
27570verbnet(stabilize, s:_\np, ['Patient'], [45,'.',4]).
27571verbnet(standardize, s:_\np, ['Patient'], [45,'.',4]).
27572verbnet(steady, s:_\np, ['Patient'], [45,'.',4]).
27573verbnet(steep, s:_\np, ['Patient'], [45,'.',4]).
27574verbnet(steepen, s:_\np, ['Patient'], [45,'.',4]).
27575verbnet(sterilize, s:_\np, ['Patient'], [45,'.',4]).
27576verbnet(stiffen, s:_\np, ['Patient'], [45,'.',4]).
27577verbnet(stratify, s:_\np, ['Patient'], [45,'.',4]).
27578verbnet(strangulate, s:_\np, ['Patient'], [45,'.',4]).
27579verbnet(strengthen, s:_\np, ['Patient'], [45,'.',4]).
27580verbnet(submerge, s:_\np, ['Patient'], [45,'.',4]).
27581verbnet(subside, s:_\np, ['Patient'], [45,'.',4]).
27582verbnet(sulfurize, s:_\np, ['Patient'], [45,'.',4]).
27583verbnet(sunburn, s:_\np, ['Patient'], [45,'.',4]).
27584verbnet(sweeten, s:_\np, ['Patient'], [45,'.',4]).
27585verbnet(taiwanize, s:_\np, ['Patient'], [45,'.',4]).
27586verbnet(tame, s:_\np, ['Patient'], [45,'.',4]).
27587verbnet(tan, s:_\np, ['Patient'], [45,'.',4]).
27588verbnet(taper, s:_\np, ['Patient'], [45,'.',4]).
27589verbnet(tauten, s:_\np, ['Patient'], [45,'.',4]).
27590verbnet(tense, s:_\np, ['Patient'], [45,'.',4]).
27591verbnet(thaw, s:_\np, ['Patient'], [45,'.',4]).
27592verbnet(thicken, s:_\np, ['Patient'], [45,'.',4]).
27593verbnet(thin, s:_\np, ['Patient'], [45,'.',4]).
27594verbnet(tighten, s:_\np, ['Patient'], [45,'.',4]).
27595verbnet(tilt, s:_\np, ['Patient'], [45,'.',4]).
27596verbnet(tire, s:_\np, ['Patient'], [45,'.',4]).
27597verbnet(topple, s:_\np, ['Patient'], [45,'.',4]).
27598verbnet(toughen, s:_\np, ['Patient'], [45,'.',4]).
27599verbnet(tousle, s:_\np, ['Patient'], [45,'.',4]).
27600verbnet(tranquilize, s:_\np, ['Patient'], [45,'.',4]).
27601verbnet(treble, s:_\np, ['Patient'], [45,'.',4]).
27602verbnet(triple, s:_\np, ['Patient'], [45,'.',4]).
27603verbnet(trivialize, s:_\np, ['Patient'], [45,'.',4]).
27604verbnet(ulcerate, s:_\np, ['Patient'], [45,'.',4]).
27605verbnet(unionize, s:_\np, ['Patient'], [45,'.',4]).
27606verbnet(urbanize, s:_\np, ['Patient'], [45,'.',4]).
27607verbnet(vaporize, s:_\np, ['Patient'], [45,'.',4]).
27608verbnet(vary, s:_\np, ['Patient'], [45,'.',4]).
27609verbnet(ventilate, s:_\np, ['Patient'], [45,'.',4]).
27610verbnet(vibrate, s:_\np, ['Patient'], [45,'.',4]).
27611verbnet(vitrify, s:_\np, ['Patient'], [45,'.',4]).
27612verbnet(volatilize, s:_\np, ['Patient'], [45,'.',4]).
27613verbnet(vulcanize, s:_\np, ['Patient'], [45,'.',4]).
27614verbnet(vulgarize, s:_\np, ['Patient'], [45,'.',4]).
27615verbnet(wake, s:_\np, ['Patient'], [45,'.',4]).
27616verbnet(waken, s:_\np, ['Patient'], [45,'.',4]).
27617verbnet(warm, s:_\np, ['Patient'], [45,'.',4]).
27618verbnet(weaken, s:_\np, ['Patient'], [45,'.',4]).
27619verbnet(westernize, s:_\np, ['Patient'], [45,'.',4]).
27620verbnet(wet, s:_\np, ['Patient'], [45,'.',4]).
27621verbnet(whiten, s:_\np, ['Patient'], [45,'.',4]).
27622verbnet(widen, s:_\np, ['Patient'], [45,'.',4]).
27623verbnet(worsen, s:_\np, ['Patient'], [45,'.',4]).
27624verbnet(yellow, s:_\np, ['Patient'], [45,'.',4]).
27625verbnet(alcoholize, s:_\np, ['Patient'], [45,'.',4]).
27626verbnet(congeal, s:_\np, ['Patient'], [45,'.',4]).
27627verbnet(trip, s:_\np, ['Patient'], [45,'.',4]).
27628verbnet(derail, s:_\np, ['Patient'], [45,'.',4]).
27629
27630%%% File:    ext/VerbNet/other_cos-45.4.xml
27631%%% Primary: NP.instrument V NP (other_cos-45.4)
27632%%% Syntax:  [np:Instrument,v,np:Patient]
27633%%% CCG:     (s:_\np)/np
27634%%% Roles:   [Patient,Instrument]
27635%%% Example: The hairdryer dried the clothes.
27636%%%
27637verbnet(abase, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27638verbnet(abate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27639verbnet(abbreviate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27640verbnet(abrade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27641verbnet(abridge, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27642verbnet(accelerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27643verbnet(acetify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27644verbnet(acidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27645verbnet(activate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27646verbnet(advance, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27647verbnet(africanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27648verbnet(age, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27649verbnet(agglomerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27650verbnet(air, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27651verbnet(alkalify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27652verbnet(alter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27653verbnet(ameliorate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27654verbnet(americanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27655verbnet(amplify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27656verbnet(anesthetize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27657verbnet(anglicize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27658verbnet(animate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27659verbnet(apostatize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27660verbnet(atomize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27661verbnet(attenuate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27662verbnet(augment, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27663verbnet(awake, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27664verbnet(awaken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27665verbnet(balance, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27666verbnet(blacken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27667verbnet(beautify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27668verbnet(bedew, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27669verbnet(bifurcate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27670verbnet(bisect, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27671verbnet(blast, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27672verbnet(bleach, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27673verbnet(bloody, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27674verbnet(blunt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27675verbnet(blur, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27676verbnet(bolshevize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27677verbnet(botch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27678verbnet(brighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27679verbnet(broaden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27680verbnet(burn, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27681verbnet(burst, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27682verbnet(calcify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27683verbnet(capacitate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27684verbnet(capsize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27685verbnet(caramelize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27686verbnet(carbonify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27687verbnet(carbonize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27688verbnet(castrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27689verbnet(categorize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27690verbnet(catholicize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27691verbnet(cauterize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27692verbnet(change, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27693verbnet(char, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27694verbnet(cheapen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27695verbnet(chill, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27696verbnet(chlorinate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27697verbnet(christianize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27698verbnet(circumcise, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27699verbnet(civilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27700verbnet(clarify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27701verbnet(clean, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27702verbnet(clear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27703verbnet(clog, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27704verbnet(close, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27705verbnet(clouded, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27706verbnet(coagulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27707verbnet(coarsen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27708verbnet(collapse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27709verbnet(collect, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27710verbnet(combust, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27711verbnet(commercialize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27712verbnet(compress, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27713verbnet(condense, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27714verbnet(construct, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27715verbnet(contextualize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27716verbnet(contract, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27717verbnet(constrict, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27718verbnet(constringe, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27719verbnet(cool, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27720verbnet(correct, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27721verbnet(corrode, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27722verbnet(corrugate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27723verbnet(corrupt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27724verbnet(cremate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27725verbnet(crimson, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27726verbnet(crisp, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27727verbnet(crumble, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27728verbnet(crystallize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27729verbnet(curdle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27730verbnet(dampen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27731verbnet(darken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27732verbnet(deafen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27733verbnet('de-escalate', (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27734verbnet(decelerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27735verbnet(decentralize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27736verbnet(decompress, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27737verbnet(decrease, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27738verbnet(deepen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27739verbnet(deflate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27740verbnet(defrost, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27741verbnet(degenerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27742verbnet(degrade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27743verbnet(dehumidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27744verbnet(dehydrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27745verbnet(demagnetize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27746verbnet(demobilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27747verbnet(democratize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27748verbnet(depressurize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27749verbnet(desalinate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27750verbnet(desiccate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27751verbnet(destabilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27752verbnet(deteriorate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27753verbnet(detonate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27754verbnet(devalue, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27755verbnet(diffract, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27756verbnet(diffuse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27757verbnet(dilate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27758verbnet(dilute, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27759verbnet(dim, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27760verbnet(diminish, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27761verbnet(dirty, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27762verbnet(disintegrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27763verbnet(dislocate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27764verbnet(disorganize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27765verbnet(disperse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27766verbnet(dissipate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27767verbnet(dissolve, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27768verbnet(diversify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27769verbnet(divide, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27770verbnet(domesticate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27771verbnet(double, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27772verbnet(drain, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27773verbnet(dry, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27774verbnet(dull, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27775verbnet(ease, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27776verbnet(effeminate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27777verbnet(emaciate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27778verbnet(emasculate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27779verbnet(embitter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27780verbnet(embrocate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27781verbnet(empty, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27782verbnet(emulsify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27783verbnet(energize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27784verbnet(enhance, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27785verbnet(enlarge, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27786verbnet(equalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27787verbnet(equilibrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27788verbnet(eternalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27789verbnet(europeanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27790verbnet(evaporate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27791verbnet(even, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27792verbnet(expand, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27793verbnet(explode, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27794verbnet(extinguish, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27795verbnet(fade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27796verbnet(famish, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27797verbnet(fanaticize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27798verbnet(fatten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27799verbnet(federate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27800verbnet(federalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27801verbnet(feminize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27802verbnet(fertilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27803verbnet(fill, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27804verbnet(firm, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27805verbnet(flatten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27806verbnet(flood, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27807verbnet(fortify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27808verbnet(fossilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27809verbnet(fray, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27810verbnet(freeze, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27811verbnet(freshen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27812verbnet(frost, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27813verbnet(fructify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27814verbnet(fuse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27815verbnet(gasify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27816verbnet(gelatinize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27817verbnet(germanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27818verbnet(gladden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27819verbnet(glutenize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27820verbnet(granulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27821verbnet(grade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27822verbnet(gray, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27823verbnet(grow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27824verbnet(halt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27825verbnet(harden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27826verbnet(harmonize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27827verbnet(hasten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27828verbnet(heal, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27829verbnet(heat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27830verbnet(heighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27831verbnet(hellenize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27832verbnet(humidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27833verbnet(hush, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27834verbnet(hybridize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27835verbnet(hydrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27836verbnet(hydrogenate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27837verbnet(ice, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27838verbnet(ignite, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27839verbnet(indurate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27840verbnet(incinerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27841verbnet(improve, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27842verbnet(increase, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27843verbnet(incubate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27844verbnet(inflate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27845verbnet(inspissate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27846verbnet(intensify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27847verbnet(invert, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27848verbnet(iodize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27849verbnet(ionize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27850verbnet(kindle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27851verbnet(laminate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27852verbnet(lengthen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27853verbnet(lessen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27854verbnet(level, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27855verbnet(levitate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27856verbnet(light, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27857verbnet(lighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27858verbnet(lignify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27859verbnet(liquefy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27860verbnet(loop, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27861verbnet(loose, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27862verbnet(loosen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27863verbnet(macerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27864verbnet(magnetize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27865verbnet(magnify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27866verbnet(mature, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27867verbnet(mechanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27868verbnet(mellow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27869verbnet(melt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27870verbnet(mineralize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27871verbnet(mobilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27872verbnet(moderate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27873verbnet(modernize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27874verbnet(modulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27875verbnet(moisten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27876verbnet(motorize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27877verbnet(muddy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27878verbnet(mute, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27879verbnet(multiply, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27880verbnet(narrow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27881verbnet(nasalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27882verbnet(nationalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27883verbnet(naturalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27884verbnet(neutralize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27885verbnet(nitrify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27886verbnet(normalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27887verbnet(objectify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27888verbnet(obscure, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27889verbnet(open, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27890verbnet(operate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27891verbnet(ossify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27892verbnet(overturn, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27893verbnet(oxidize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27894verbnet(pale, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27895verbnet(paralyze, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27896verbnet(pasteurize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27897verbnet(perfect, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27898verbnet(petrify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27899verbnet(pink, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27900verbnet(plump, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27901verbnet(polarize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27902verbnet(polymerize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27903verbnet(pop, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27904verbnet(popularize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27905verbnet(proliferate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27906verbnet(propagate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27907verbnet(publicize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27908verbnet(pulverize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27909verbnet(purify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27910verbnet(purple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27911verbnet(putrefy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27912verbnet(quadruple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27913verbnet(quicken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27914verbnet(quiet, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27915verbnet(quieten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27916verbnet(rarefy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27917verbnet(reanimate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27918verbnet(redden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27919verbnet(regularize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27920verbnet(rekindle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27921verbnet(reopen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27922verbnet(reproduce, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27923verbnet(resuscitate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27924verbnet(reverse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27925verbnet(revive, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27926verbnet(ripen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27927verbnet(roughen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27928verbnet(rupture, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27929verbnet(saponify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27930verbnet(scorch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27931verbnet(sear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27932verbnet(secularize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27933verbnet(sharpen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27934verbnet(short, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27935verbnet('short-circuit', (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27936verbnet(shorten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27937verbnet(shrink, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27938verbnet(shrivel, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27939verbnet(shush, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27940verbnet(shut, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27941verbnet(sicken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27942verbnet(silence, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27943verbnet(silicify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27944verbnet(silver, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27945verbnet(singe, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27946verbnet(sink, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27947verbnet(slack, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27948verbnet(slacken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27949verbnet(slim, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27950verbnet(slow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27951verbnet(smarten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27952verbnet(smooth, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27953verbnet(smoothen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27954verbnet(soak, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27955verbnet(sober, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27956verbnet(soften, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27957verbnet(solidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27958verbnet(sour, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27959verbnet(souse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27960verbnet(sovietize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27961verbnet(sprout, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27962verbnet(stabilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27963verbnet(standardize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27964verbnet(steady, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27965verbnet(steep, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27966verbnet(steepen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27967verbnet(sterilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27968verbnet(stiffen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27969verbnet(stratify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27970verbnet(strangulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27971verbnet(strengthen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27972verbnet(submerge, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27973verbnet(subside, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27974verbnet(sulfurize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27975verbnet(sunburn, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27976verbnet(sweeten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27977verbnet(taiwanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27978verbnet(tame, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27979verbnet(tan, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27980verbnet(taper, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27981verbnet(tauten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27982verbnet(tense, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27983verbnet(thaw, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27984verbnet(thicken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27985verbnet(thin, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27986verbnet(tighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27987verbnet(tilt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27988verbnet(tire, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27989verbnet(topple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27990verbnet(toughen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27991verbnet(tousle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27992verbnet(tranquilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27993verbnet(treble, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27994verbnet(triple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27995verbnet(trivialize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27996verbnet(ulcerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27997verbnet(unionize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27998verbnet(urbanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
27999verbnet(vaporize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28000verbnet(vary, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28001verbnet(ventilate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28002verbnet(vibrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28003verbnet(vitrify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28004verbnet(volatilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28005verbnet(vulcanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28006verbnet(vulgarize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28007verbnet(wake, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28008verbnet(waken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28009verbnet(warm, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28010verbnet(weaken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28011verbnet(westernize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28012verbnet(wet, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28013verbnet(whiten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28014verbnet(widen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28015verbnet(worsen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28016verbnet(yellow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28017verbnet(alcoholize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28018verbnet(congeal, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28019verbnet(trip, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28020verbnet(derail, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]).
28021
28022%%% File:    ext/VerbNet/other_cos-45.4.xml
28023%%% Primary: NP V NP ADJ (other_cos-45.4)
28024%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
28025%%% CCG:     ((s:_\np)/np)/np
28026%%% Roles:   [Patient,Goal,Agent]
28027%%% Example: The clothes dried wrinkled.
28028%%%
28029verbnet(abase, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28030verbnet(abate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28031verbnet(abbreviate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28032verbnet(abrade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28033verbnet(abridge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28034verbnet(accelerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28035verbnet(acetify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28036verbnet(acidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28037verbnet(activate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28038verbnet(advance, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28039verbnet(africanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28040verbnet(age, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28041verbnet(agglomerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28042verbnet(air, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28043verbnet(alkalify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28044verbnet(alter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28045verbnet(ameliorate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28046verbnet(americanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28047verbnet(amplify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28048verbnet(anesthetize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28049verbnet(anglicize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28050verbnet(animate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28051verbnet(apostatize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28052verbnet(atomize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28053verbnet(attenuate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28054verbnet(augment, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28055verbnet(awake, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28056verbnet(awaken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28057verbnet(balance, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28058verbnet(blacken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28059verbnet(beautify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28060verbnet(bedew, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28061verbnet(bifurcate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28062verbnet(bisect, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28063verbnet(blast, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28064verbnet(bleach, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28065verbnet(bloody, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28066verbnet(blunt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28067verbnet(blur, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28068verbnet(bolshevize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28069verbnet(botch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28070verbnet(brighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28071verbnet(broaden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28072verbnet(burn, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28073verbnet(burst, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28074verbnet(calcify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28075verbnet(capacitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28076verbnet(capsize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28077verbnet(caramelize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28078verbnet(carbonify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28079verbnet(carbonize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28080verbnet(castrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28081verbnet(categorize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28082verbnet(catholicize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28083verbnet(cauterize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28084verbnet(change, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28085verbnet(char, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28086verbnet(cheapen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28087verbnet(chill, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28088verbnet(chlorinate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28089verbnet(christianize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28090verbnet(circumcise, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28091verbnet(civilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28092verbnet(clarify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28093verbnet(clean, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28094verbnet(clear, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28095verbnet(clog, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28096verbnet(close, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28097verbnet(clouded, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28098verbnet(coagulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28099verbnet(coarsen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28100verbnet(collapse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28101verbnet(collect, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28102verbnet(combust, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28103verbnet(commercialize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28104verbnet(compress, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28105verbnet(condense, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28106verbnet(construct, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28107verbnet(contextualize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28108verbnet(contract, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28109verbnet(constrict, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28110verbnet(constringe, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28111verbnet(cool, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28112verbnet(correct, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28113verbnet(corrode, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28114verbnet(corrugate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28115verbnet(corrupt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28116verbnet(cremate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28117verbnet(crimson, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28118verbnet(crisp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28119verbnet(crumble, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28120verbnet(crystallize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28121verbnet(curdle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28122verbnet(dampen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28123verbnet(darken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28124verbnet(deafen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28125verbnet('de-escalate', ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28126verbnet(decelerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28127verbnet(decentralize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28128verbnet(decompress, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28129verbnet(decrease, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28130verbnet(deepen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28131verbnet(deflate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28132verbnet(defrost, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28133verbnet(degenerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28134verbnet(degrade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28135verbnet(dehumidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28136verbnet(dehydrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28137verbnet(demagnetize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28138verbnet(demobilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28139verbnet(democratize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28140verbnet(depressurize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28141verbnet(desalinate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28142verbnet(desiccate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28143verbnet(destabilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28144verbnet(deteriorate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28145verbnet(detonate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28146verbnet(devalue, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28147verbnet(diffract, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28148verbnet(diffuse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28149verbnet(dilate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28150verbnet(dilute, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28151verbnet(dim, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28152verbnet(diminish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28153verbnet(dirty, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28154verbnet(disintegrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28155verbnet(dislocate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28156verbnet(disorganize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28157verbnet(disperse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28158verbnet(dissipate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28159verbnet(dissolve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28160verbnet(diversify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28161verbnet(divide, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28162verbnet(domesticate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28163verbnet(double, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28164verbnet(drain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28165verbnet(dry, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28166verbnet(dull, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28167verbnet(ease, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28168verbnet(effeminate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28169verbnet(emaciate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28170verbnet(emasculate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28171verbnet(embitter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28172verbnet(embrocate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28173verbnet(empty, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28174verbnet(emulsify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28175verbnet(energize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28176verbnet(enhance, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28177verbnet(enlarge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28178verbnet(equalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28179verbnet(equilibrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28180verbnet(eternalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28181verbnet(europeanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28182verbnet(evaporate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28183verbnet(even, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28184verbnet(expand, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28185verbnet(explode, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28186verbnet(extinguish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28187verbnet(fade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28188verbnet(famish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28189verbnet(fanaticize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28190verbnet(fatten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28191verbnet(federate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28192verbnet(federalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28193verbnet(feminize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28194verbnet(fertilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28195verbnet(fill, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28196verbnet(firm, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28197verbnet(flatten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28198verbnet(flood, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28199verbnet(fortify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28200verbnet(fossilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28201verbnet(fray, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28202verbnet(freeze, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28203verbnet(freshen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28204verbnet(frost, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28205verbnet(fructify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28206verbnet(fuse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28207verbnet(gasify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28208verbnet(gelatinize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28209verbnet(germanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28210verbnet(gladden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28211verbnet(glutenize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28212verbnet(granulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28213verbnet(grade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28214verbnet(gray, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28215verbnet(grow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28216verbnet(halt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28217verbnet(harden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28218verbnet(harmonize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28219verbnet(hasten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28220verbnet(heal, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28221verbnet(heat, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28222verbnet(heighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28223verbnet(hellenize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28224verbnet(humidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28225verbnet(hush, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28226verbnet(hybridize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28227verbnet(hydrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28228verbnet(hydrogenate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28229verbnet(ice, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28230verbnet(ignite, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28231verbnet(indurate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28232verbnet(incinerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28233verbnet(improve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28234verbnet(increase, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28235verbnet(incubate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28236verbnet(inflate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28237verbnet(inspissate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28238verbnet(intensify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28239verbnet(invert, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28240verbnet(iodize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28241verbnet(ionize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28242verbnet(kindle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28243verbnet(laminate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28244verbnet(lengthen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28245verbnet(lessen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28246verbnet(level, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28247verbnet(levitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28248verbnet(light, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28249verbnet(lighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28250verbnet(lignify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28251verbnet(liquefy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28252verbnet(loop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28253verbnet(loose, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28254verbnet(loosen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28255verbnet(macerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28256verbnet(magnetize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28257verbnet(magnify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28258verbnet(mature, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28259verbnet(mechanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28260verbnet(mellow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28261verbnet(melt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28262verbnet(mineralize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28263verbnet(mobilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28264verbnet(moderate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28265verbnet(modernize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28266verbnet(modulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28267verbnet(moisten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28268verbnet(motorize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28269verbnet(muddy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28270verbnet(mute, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28271verbnet(multiply, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28272verbnet(narrow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28273verbnet(nasalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28274verbnet(nationalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28275verbnet(naturalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28276verbnet(neutralize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28277verbnet(nitrify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28278verbnet(normalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28279verbnet(objectify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28280verbnet(obscure, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28281verbnet(open, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28282verbnet(operate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28283verbnet(ossify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28284verbnet(overturn, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28285verbnet(oxidize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28286verbnet(pale, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28287verbnet(paralyze, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28288verbnet(pasteurize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28289verbnet(perfect, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28290verbnet(petrify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28291verbnet(pink, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28292verbnet(plump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28293verbnet(polarize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28294verbnet(polymerize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28295verbnet(pop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28296verbnet(popularize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28297verbnet(proliferate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28298verbnet(propagate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28299verbnet(publicize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28300verbnet(pulverize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28301verbnet(purify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28302verbnet(purple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28303verbnet(putrefy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28304verbnet(quadruple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28305verbnet(quicken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28306verbnet(quiet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28307verbnet(quieten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28308verbnet(rarefy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28309verbnet(reanimate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28310verbnet(redden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28311verbnet(regularize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28312verbnet(rekindle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28313verbnet(reopen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28314verbnet(reproduce, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28315verbnet(resuscitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28316verbnet(reverse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28317verbnet(revive, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28318verbnet(ripen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28319verbnet(roughen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28320verbnet(rupture, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28321verbnet(saponify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28322verbnet(scorch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28323verbnet(sear, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28324verbnet(secularize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28325verbnet(sharpen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28326verbnet(short, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28327verbnet('short-circuit', ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28328verbnet(shorten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28329verbnet(shrink, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28330verbnet(shrivel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28331verbnet(shush, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28332verbnet(shut, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28333verbnet(sicken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28334verbnet(silence, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28335verbnet(silicify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28336verbnet(silver, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28337verbnet(singe, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28338verbnet(sink, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28339verbnet(slack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28340verbnet(slacken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28341verbnet(slim, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28342verbnet(slow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28343verbnet(smarten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28344verbnet(smooth, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28345verbnet(smoothen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28346verbnet(soak, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28347verbnet(sober, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28348verbnet(soften, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28349verbnet(solidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28350verbnet(sour, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28351verbnet(souse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28352verbnet(sovietize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28353verbnet(sprout, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28354verbnet(stabilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28355verbnet(standardize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28356verbnet(steady, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28357verbnet(steep, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28358verbnet(steepen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28359verbnet(sterilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28360verbnet(stiffen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28361verbnet(stratify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28362verbnet(strangulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28363verbnet(strengthen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28364verbnet(submerge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28365verbnet(subside, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28366verbnet(sulfurize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28367verbnet(sunburn, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28368verbnet(sweeten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28369verbnet(taiwanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28370verbnet(tame, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28371verbnet(tan, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28372verbnet(taper, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28373verbnet(tauten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28374verbnet(tense, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28375verbnet(thaw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28376verbnet(thicken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28377verbnet(thin, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28378verbnet(tighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28379verbnet(tilt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28380verbnet(tire, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28381verbnet(topple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28382verbnet(toughen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28383verbnet(tousle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28384verbnet(tranquilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28385verbnet(treble, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28386verbnet(triple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28387verbnet(trivialize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28388verbnet(ulcerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28389verbnet(unionize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28390verbnet(urbanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28391verbnet(vaporize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28392verbnet(vary, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28393verbnet(ventilate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28394verbnet(vibrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28395verbnet(vitrify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28396verbnet(volatilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28397verbnet(vulcanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28398verbnet(vulgarize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28399verbnet(wake, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28400verbnet(waken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28401verbnet(warm, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28402verbnet(weaken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28403verbnet(westernize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28404verbnet(wet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28405verbnet(whiten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28406verbnet(widen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28407verbnet(worsen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28408verbnet(yellow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28409verbnet(alcoholize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28410verbnet(congeal, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28411verbnet(trip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28412verbnet(derail, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]).
28413
28414%%% File:    ext/VerbNet/overstate-37.12.xml
28415%%% Primary: NP V NP (overstate-37.12)
28416%%% Syntax:  [np:Agent,v,np:Theme]
28417%%% CCG:     (s:_\np)/np
28418%%% Roles:   [Theme,Agent]
28419%%% Example: He overstated the position.
28420%%%
28421verbnet(overstate, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28422verbnet(overdraw, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28423verbnet(hyperbolize, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28424verbnet(magnify, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28425verbnet(amplify, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28426verbnet(overemphasize, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28427verbnet(overstress, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28428verbnet(tout, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28429verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]).
28430
28431%%% File:    ext/VerbNet/own-100.xml
28432%%% Primary: NP V NP (own-100)
28433%%% Syntax:  [np:Pivot,v,np:Theme]
28434%%% CCG:     (s:_\np)/np
28435%%% Roles:   [Theme,Pivot]
28436%%% Example: I own twelve oxen.
28437%%%
28438verbnet(have, (s:_\np)/np, ['Theme','Pivot'], [100]).
28439verbnet(own, (s:_\np)/np, ['Theme','Pivot'], [100]).
28440verbnet(possess, (s:_\np)/np, ['Theme','Pivot'], [100]).
28441
28442%%% File:    ext/VerbNet/pain-40.8.1.xml
28443%%% Primary: NP V (pain-40.8.1)
28444%%% Syntax:  [np:Patient,v]
28445%%% CCG:     s:_\np
28446%%% Roles:   [Patient]
28447%%% Example: My eyes are itching.
28448%%%
28449verbnet(ail, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28450verbnet(bother, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28451verbnet(burn, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28452verbnet(hurt, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28453verbnet(itch, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28454verbnet(pain, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28455verbnet(wrench, s:_\np, ['Patient'], [40,'.',8,'.',1]).
28456
28457%%% File:    ext/VerbNet/pain-40.8.1.xml
28458%%% Primary: NP V NP.experiencer (pain-40.8.1)
28459%%% Syntax:  [np:Patient,v,np:Experiencer]
28460%%% CCG:     (s:_\np)/np
28461%%% Roles:   [Experiencer,Patient]
28462%%% Example: My eyes are itching me.
28463%%%
28464verbnet(ail, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28465verbnet(bother, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28466verbnet(burn, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28467verbnet(hurt, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28468verbnet(itch, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28469verbnet(pain, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28470verbnet(wrench, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]).
28471
28472%%% File:    ext/VerbNet/pain-40.8.1.xml
28473%%% Primary: NP V PP.stimulus (pain-40.8.1)
28474%%% Syntax:  [np:Patient,v,prep:from,np:Stimulus]
28475%%% CCG:     (s:_\np)/pp
28476%%% Roles:   [Patient]
28477%%% Example: My eyes are itching from the smoke.
28478%%%
28479verbnet(ail, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28480verbnet(bother, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28481verbnet(burn, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28482verbnet(hurt, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28483verbnet(itch, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28484verbnet(pain, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28485verbnet(wrench, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]).
28486verbnet(from, pp/np, ['Stimulus'], [40,.,8,.,1]).
28487
28488%%% File:    ext/VerbNet/patent-101.xml
28489%%% Primary: NP V NP (patent-101)
28490%%% Syntax:  [np:Agent,v,np:Theme]
28491%%% CCG:     (s:_\np)/np
28492%%% Roles:   [Theme,Agent]
28493%%% Example: I patented my idea.
28494%%%
28495verbnet(copyright, (s:_\np)/np, ['Theme','Agent'], [101]).
28496verbnet(patent, (s:_\np)/np, ['Theme','Agent'], [101]).
28497verbnet(trademark, (s:_\np)/np, ['Theme','Agent'], [101]).
28498verbnet(license, (s:_\np)/np, ['Theme','Agent'], [101]).
28499verbnet(register, (s:_\np)/np, ['Theme','Agent'], [101]).
28500verbnet(certify, (s:_\np)/np, ['Theme','Agent'], [101]).
28501verbnet(credential, (s:_\np)/np, ['Theme','Agent'], [101]).
28502verbnet(accredit, (s:_\np)/np, ['Theme','Agent'], [101]).
28503verbnet(verify, (s:_\np)/np, ['Theme','Agent'], [101]).
28504verbnet(evidence, (s:_\np)/np, ['Theme','Agent'], [101]).
28505
28506%%% File:    ext/VerbNet/pay-68.xml
28507%%% Primary: NP V NP NP PP.theme (pay-68-1)
28508%%% Syntax:  [np:Agent,v,np:Recipient,np:Asset,prep:for,np:Theme]
28509%%% CCG:     (((s:_\np)/pp)/np)/np
28510%%% Roles:   [Recipient,Asset,Agent]
28511%%% Example: He paid me 5000 pounds for the car.
28512%%%
28513verbnet(pay, (((s:_\np)/pp)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]).
28514verbnet(repay, (((s:_\np)/pp)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]).
28515verbnet(for, pp/np, ['Theme'], [68,-,1]).
28516
28517%%% File:    ext/VerbNet/pay-68.xml
28518%%% Primary: NP V NP NP (pay-68-1)
28519%%% Syntax:  [np:Agent,v,np:Recipient,np:Asset]
28520%%% CCG:     ((s:_\np)/np)/np
28521%%% Roles:   [Recipient,Asset,Agent]
28522%%% Example: He paid me 5000 pounds.
28523%%%
28524verbnet(pay, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]).
28525verbnet(repay, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]).
28526
28527%%% File:    ext/VerbNet/pay-68.xml
28528%%% Primary: NP V NP PP.theme (pay-68)
28529%%% Syntax:  [np:Agent,v,np:Asset,prep:for,np:Theme]
28530%%% CCG:     ((s:_\np)/pp)/np
28531%%% Roles:   [Asset,Agent]
28532%%% Example: He paid 5000 pounds for the car.
28533%%%
28534verbnet(pay, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28535verbnet(repay, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28536verbnet(spend, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28537verbnet(squander, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28538verbnet(waste, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28539verbnet(serve, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28540verbnet(tithe, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]).
28541verbnet(for, pp/np, ['Theme'], [68]).
28542
28543%%% File:    ext/VerbNet/pay-68.xml
28544%%% Primary: NP V NP (pay-68)
28545%%% Syntax:  [np:Agent,v,np:Asset]
28546%%% CCG:     (s:_\np)/np
28547%%% Roles:   [Asset,Agent]
28548%%% Example: He paid 5000 pounds.
28549%%%
28550verbnet(pay, (s:_\np)/np, ['Asset','Agent'], [68]).
28551verbnet(repay, (s:_\np)/np, ['Asset','Agent'], [68]).
28552verbnet(spend, (s:_\np)/np, ['Asset','Agent'], [68]).
28553verbnet(squander, (s:_\np)/np, ['Asset','Agent'], [68]).
28554verbnet(waste, (s:_\np)/np, ['Asset','Agent'], [68]).
28555verbnet(serve, (s:_\np)/np, ['Asset','Agent'], [68]).
28556verbnet(tithe, (s:_\np)/np, ['Asset','Agent'], [68]).
28557
28558%%% File:    ext/VerbNet/peer-30.3.xml
28559%%% Primary: NP V PP.stimulus (peer-30.3)
28560%%% Syntax:  [np:Experiencer,v,pp,np:Stimulus]
28561%%% CCG:     (s:_\np)/pp
28562%%% Roles:   [Experiencer]
28563%%% Example: We peered at the baby.
28564%%%
28565verbnet(attend, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28566verbnet(check, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28567verbnet(eavesdrop, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28568verbnet(gape, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28569verbnet(gawk, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28570verbnet(gaze, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28571verbnet(glance, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28572verbnet(glare, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28573verbnet(goggle, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28574verbnet(leer, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28575verbnet(listen, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28576verbnet(look, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28577verbnet(ogle, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28578verbnet(peek, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28579verbnet(peep, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28580verbnet(peer, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28581verbnet(sniff, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28582verbnet(snoop, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28583verbnet(squint, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28584verbnet(stare, (s:_\np)/pp, ['Experiencer'], [30,'.',3]).
28585
28586%%% File:    ext/VerbNet/pelt-17.2.xml
28587%%% Primary: NP V NP PP.theme (pelt-17.2)
28588%%% Syntax:  [np:Agent,v,np:Destination,prep:with,np:Theme]
28589%%% CCG:     ((s:_\np)/pp)/np
28590%%% Roles:   [Destination,Agent]
28591%%% Example: Steve pelted Anna with acorns.
28592%%%
28593verbnet(bombard, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]).
28594verbnet(buffet, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]).
28595verbnet(pelt, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]).
28596verbnet(shell, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]).
28597verbnet(shower, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]).
28598verbnet(stone, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]).
28599verbnet(with, pp/np, ['Theme'], [17,.,2]).
28600
28601%%% File:    ext/VerbNet/pelt-17.2.xml
28602%%% Primary: NP V NP (pelt-17.2)
28603%%% Syntax:  [np:Agent,v,np:Destination]
28604%%% CCG:     (s:_\np)/np
28605%%% Roles:   [Destination,Agent]
28606%%% Example: Steve pelted Anna.
28607%%%
28608verbnet(bombard, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]).
28609verbnet(buffet, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]).
28610verbnet(pelt, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]).
28611verbnet(shell, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]).
28612verbnet(shower, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]).
28613verbnet(stone, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]).
28614
28615%%% File:    ext/VerbNet/performance-26.7.xml
28616%%% Primary: NP V NP.beneficiary NP (performance-26.7-1-1)
28617%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Theme]
28618%%% CCG:     ((s:_\np)/np)/np
28619%%% Roles:   [Beneficiary,Theme,Agent]
28620%%% Example: Sandy sang me a song.
28621%%%
28622verbnet(dance, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28623verbnet(hum, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28624verbnet(play, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28625verbnet(recite, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28626verbnet(sing, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28627verbnet(whistle, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28628verbnet(heel, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]).
28629
28630%%% File:    ext/VerbNet/performance-26.7.xml
28631%%% Primary: NP V NP (performance-26.7-1)
28632%%% Syntax:  [np:Agent,v,np:Theme]
28633%%% CCG:     (s:_\np)/np
28634%%% Roles:   [Theme,Agent]
28635%%% Example: Sandy sang a song.
28636%%%
28637verbnet(dance, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28638verbnet(hum, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28639verbnet(play, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28640verbnet(recite, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28641verbnet(sing, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28642verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28643verbnet(heel, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28644verbnet(belt, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28645verbnet(chant, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28646verbnet(direct, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28647verbnet(enact, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28648verbnet(improvise, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28649verbnet(intone, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28650verbnet(perform, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28651verbnet(vocalize, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28652
28653%%% File:    ext/VerbNet/performance-26.7.xml
28654%%% Primary: NP V (performance-26.7-1)
28655%%% Syntax:  [np:Agent,v]
28656%%% CCG:     s:_\np
28657%%% Roles:   [Agent]
28658%%% Example: Sandy sang.
28659%%%
28660verbnet(dance, s:_\np, ['Agent'], [26,'.',7,-,1]).
28661verbnet(hum, s:_\np, ['Agent'], [26,'.',7,-,1]).
28662verbnet(play, s:_\np, ['Agent'], [26,'.',7,-,1]).
28663verbnet(recite, s:_\np, ['Agent'], [26,'.',7,-,1]).
28664verbnet(sing, s:_\np, ['Agent'], [26,'.',7,-,1]).
28665verbnet(whistle, s:_\np, ['Agent'], [26,'.',7,-,1]).
28666verbnet(heel, s:_\np, ['Agent'], [26,'.',7,-,1]).
28667verbnet(belt, s:_\np, ['Agent'], [26,'.',7,-,1]).
28668verbnet(chant, s:_\np, ['Agent'], [26,'.',7,-,1]).
28669verbnet(direct, s:_\np, ['Agent'], [26,'.',7,-,1]).
28670verbnet(enact, s:_\np, ['Agent'], [26,'.',7,-,1]).
28671verbnet(improvise, s:_\np, ['Agent'], [26,'.',7,-,1]).
28672verbnet(intone, s:_\np, ['Agent'], [26,'.',7,-,1]).
28673verbnet(perform, s:_\np, ['Agent'], [26,'.',7,-,1]).
28674verbnet(vocalize, s:_\np, ['Agent'], [26,'.',7,-,1]).
28675
28676%%% File:    ext/VerbNet/performance-26.7.xml
28677%%% Primary: NP V NP PP.beneficiary (performance-26.7-1)
28678%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Beneficiary]
28679%%% CCG:     ((s:_\np)/pp)/np
28680%%% Roles:   [Theme,Agent]
28681%%% Example: Sandy sang a song for me.
28682%%%
28683verbnet(dance, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28684verbnet(hum, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28685verbnet(play, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28686verbnet(recite, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28687verbnet(sing, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28688verbnet(whistle, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28689verbnet(heel, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28690verbnet(belt, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28691verbnet(chant, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28692verbnet(direct, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28693verbnet(enact, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28694verbnet(improvise, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28695verbnet(intone, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28696verbnet(perform, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28697verbnet(vocalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]).
28698verbnet(for, pp/np, ['Beneficiary'], [26,.,7,-,1]).
28699
28700%%% File:    ext/VerbNet/performance-26.7.xml
28701%%% Primary: NP V NP.beneficiary NP (performance-26.7-2-1)
28702%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Theme]
28703%%% CCG:     ((s:_\np)/np)/np
28704%%% Roles:   [Beneficiary,Theme,Agent]
28705%%% Example: Claire drew me a picture.
28706%%%
28707verbnet(draw, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]).
28708verbnet(paint, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]).
28709verbnet(spin, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]).
28710verbnet(write, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]).
28711
28712%%% File:    ext/VerbNet/performance-26.7.xml
28713%%% Primary: NP V NP (performance-26.7-2)
28714%%% Syntax:  [np:Agent,v,np:Theme]
28715%%% CCG:     (s:_\np)/np
28716%%% Roles:   [Theme,Agent]
28717%%% Example: Claire drew a picture.
28718%%%
28719verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28720verbnet(paint, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28721verbnet(spin, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28722verbnet(write, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28723verbnet(choreograph, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28724verbnet(compose, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28725verbnet(produce, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28726verbnet(silkscreen, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28727verbnet(take, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28728
28729%%% File:    ext/VerbNet/performance-26.7.xml
28730%%% Primary: NP V (performance-26.7-2)
28731%%% Syntax:  [np:Agent,v]
28732%%% CCG:     s:_\np
28733%%% Roles:   [Agent]
28734%%% Example: Claire draws.
28735%%%
28736verbnet(draw, s:_\np, ['Agent'], [26,'.',7,-,2]).
28737verbnet(paint, s:_\np, ['Agent'], [26,'.',7,-,2]).
28738verbnet(spin, s:_\np, ['Agent'], [26,'.',7,-,2]).
28739verbnet(write, s:_\np, ['Agent'], [26,'.',7,-,2]).
28740verbnet(choreograph, s:_\np, ['Agent'], [26,'.',7,-,2]).
28741verbnet(compose, s:_\np, ['Agent'], [26,'.',7,-,2]).
28742verbnet(produce, s:_\np, ['Agent'], [26,'.',7,-,2]).
28743verbnet(silkscreen, s:_\np, ['Agent'], [26,'.',7,-,2]).
28744verbnet(take, s:_\np, ['Agent'], [26,'.',7,-,2]).
28745
28746%%% File:    ext/VerbNet/performance-26.7.xml
28747%%% Primary: NP V NP PP.beneficiary (performance-26.7-2)
28748%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Beneficiary]
28749%%% CCG:     ((s:_\np)/pp)/np
28750%%% Roles:   [Theme,Agent]
28751%%% Example: Claire drew a picture for me.
28752%%%
28753verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28754verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28755verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28756verbnet(write, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28757verbnet(choreograph, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28758verbnet(compose, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28759verbnet(produce, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28760verbnet(silkscreen, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28761verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]).
28762verbnet(for, pp/np, ['Beneficiary'], [26,.,7,-,2]).
28763
28764%%% File:    ext/VerbNet/pit-10.7.xml
28765%%% Primary: NP V NP (pit-10.7)
28766%%% Syntax:  [np:Agent,v,np:Source]
28767%%% CCG:     (s:_\np)/np
28768%%% Roles:   [Source,Agent]
28769%%% Example: The cook boned the fish.
28770%%%
28771verbnet(bark, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28772verbnet(beard, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28773verbnet(bone, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28774verbnet(burl, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28775verbnet(core, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28776verbnet(gill, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28777verbnet(gut, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28778verbnet(head, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28779verbnet(hull, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28780verbnet(husk, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28781verbnet(lint, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28782verbnet(louse, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28783verbnet(milk, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28784verbnet(peel, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28785verbnet(pinion, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28786verbnet(pip, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28787verbnet(pit, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28788verbnet(pith, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28789verbnet(pod, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28790verbnet(poll, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28791verbnet(pulp, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28792verbnet(rind, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28793verbnet(scale, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28794verbnet(scalp, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28795verbnet(seed, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28796verbnet(shell, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28797verbnet(shuck, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28798verbnet(skin, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28799verbnet(snail, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28800verbnet(stalk, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28801verbnet(stem, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28802verbnet(stone, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28803verbnet(string, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28804verbnet(tail, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28805verbnet(tassel, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28806verbnet(vein, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28807verbnet(weed, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28808verbnet(wind, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28809verbnet(worm, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28810verbnet(zest, (s:_\np)/np, ['Source','Agent'], [10,'.',7]).
28811
28812%%% File:    ext/VerbNet/pocket-9.10.xml
28813%%% Primary: NP V PP.destination (pocket-9.10-1)
28814%%% Syntax:  [np:Theme,v,prep:in on under,np:Destination]
28815%%% CCG:     (s:_\np)/pp
28816%%% Roles:   [Theme]
28817%%% Example: I landed in Russia.
28818%%%
28819verbnet(berth, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28820verbnet(dock, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28821verbnet(drydock, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28822verbnet(land, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28823verbnet(ground, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28824verbnet(lodge, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28825verbnet(stable, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]).
28826verbnet(in, pp/np, ['Destination'], [9,.,10,-,1]).
28827verbnet(on, pp/np, ['Destination'], [9,.,10,-,1]).
28828verbnet(under, pp/np, ['Destination'], [9,.,10,-,1]).
28829
28830%%% File:    ext/VerbNet/pocket-9.10.xml
28831%%% Primary: NP V (pocket-9.10-1)
28832%%% Syntax:  [np:Theme,v]
28833%%% CCG:     s:_\np
28834%%% Roles:   [Theme]
28835%%% Example: The plane landed.
28836%%%
28837verbnet(berth, s:_\np, ['Theme'], [9,'.',10,-,1]).
28838verbnet(dock, s:_\np, ['Theme'], [9,'.',10,-,1]).
28839verbnet(drydock, s:_\np, ['Theme'], [9,'.',10,-,1]).
28840verbnet(land, s:_\np, ['Theme'], [9,'.',10,-,1]).
28841verbnet(ground, s:_\np, ['Theme'], [9,'.',10,-,1]).
28842verbnet(lodge, s:_\np, ['Theme'], [9,'.',10,-,1]).
28843verbnet(stable, s:_\np, ['Theme'], [9,'.',10,-,1]).
28844
28845%%% File:    ext/VerbNet/pocket-9.10.xml
28846%%% Primary: NP V ADVP (pocket-9.10-1)
28847%%% Syntax:  [np:Theme,v,np:Destination]
28848%%% CCG:     (s:_\np)/np
28849%%% Roles:   [Destination,Theme]
28850%%% Example: I landed there.
28851%%%
28852verbnet(berth, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28853verbnet(dock, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28854verbnet(drydock, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28855verbnet(land, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28856verbnet(ground, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28857verbnet(lodge, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28858verbnet(stable, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]).
28859
28860%%% File:    ext/VerbNet/pocket-9.10.xml
28861%%% Primary: NP V NP.theme (pocket-9.10)
28862%%% Syntax:  [np:Agent,v,np:Theme]
28863%%% CCG:     (s:_\np)/np
28864%%% Roles:   [Theme,Agent]
28865%%% Example: Lydia pocketed the change.
28866%%%
28867verbnet(berth, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28868verbnet(dock, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28869verbnet(drydock, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28870verbnet(land, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28871verbnet(ground, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28872verbnet(lodge, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28873verbnet(stable, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28874verbnet(archive, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28875verbnet(bag, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28876verbnet(bank, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28877verbnet(barrack, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28878verbnet(beach, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28879verbnet(bed, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28880verbnet(bench, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28881verbnet(billet, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28882verbnet(bin, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28883verbnet(bottle, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28884verbnet(box, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28885verbnet(cage, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28886verbnet(can, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28887verbnet(case, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28888verbnet(cellar, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28889verbnet(cloister, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28890verbnet(coop, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28891verbnet(corral, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28892verbnet(crate, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28893verbnet(cup, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28894verbnet(file, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28895verbnet(fork, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28896verbnet(garage, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28897verbnet(hangar, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28898verbnet(house, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28899verbnet(imprison, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28900verbnet(jail, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28901verbnet(jar, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28902verbnet(jug, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28903verbnet(kennel, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28904verbnet(pasture, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28905verbnet(pen, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28906verbnet(pillory, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28907verbnet(pocket, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28908verbnet(pot, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28909verbnet(sheathe, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28910verbnet(shelve, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28911verbnet(shoulder, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28912verbnet(skewer, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28913verbnet(snare, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28914verbnet(spindle, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28915verbnet(spit, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28916verbnet(spool, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28917verbnet(string, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28918verbnet(tassel, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28919verbnet(tin, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28920verbnet(trap, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28921verbnet(tree, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28922verbnet(warehouse, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28923verbnet(wharf, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]).
28924
28925%%% File:    ext/VerbNet/pocket-9.10.xml
28926%%% Primary: NP V NP PP.destination (pocket-9.10)
28927%%% Syntax:  [np:Agent,v,np:Theme,prep:in on under,np:Destination]
28928%%% CCG:     ((s:_\np)/pp)/np
28929%%% Roles:   [Theme,Agent]
28930%%% Example: Lydia pocketed the change in her left pocket.
28931%%%
28932verbnet(berth, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28933verbnet(dock, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28934verbnet(drydock, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28935verbnet(land, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28936verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28937verbnet(lodge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28938verbnet(stable, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28939verbnet(archive, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28940verbnet(bag, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28941verbnet(bank, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28942verbnet(barrack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28943verbnet(beach, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28944verbnet(bed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28945verbnet(bench, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28946verbnet(billet, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28947verbnet(bin, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28948verbnet(bottle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28949verbnet(box, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28950verbnet(cage, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28951verbnet(can, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28952verbnet(case, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28953verbnet(cellar, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28954verbnet(cloister, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28955verbnet(coop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28956verbnet(corral, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28957verbnet(crate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28958verbnet(cup, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28959verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28960verbnet(fork, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28961verbnet(garage, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28962verbnet(hangar, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28963verbnet(house, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28964verbnet(imprison, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28965verbnet(jail, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28966verbnet(jar, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28967verbnet(jug, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28968verbnet(kennel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28969verbnet(pasture, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28970verbnet(pen, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28971verbnet(pillory, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28972verbnet(pocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28973verbnet(pot, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28974verbnet(sheathe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28975verbnet(shelve, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28976verbnet(shoulder, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28977verbnet(skewer, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28978verbnet(snare, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28979verbnet(spindle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28980verbnet(spit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28981verbnet(spool, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28982verbnet(string, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28983verbnet(tassel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28984verbnet(tin, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28985verbnet(trap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28986verbnet(tree, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28987verbnet(warehouse, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28988verbnet(wharf, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]).
28989verbnet(in, pp/np, ['Destination'], [9,.,10]).
28990verbnet(on, pp/np, ['Destination'], [9,.,10]).
28991verbnet(under, pp/np, ['Destination'], [9,.,10]).
28992
28993%%% File:    ext/VerbNet/poison-42.2.xml
28994%%% Primary: NP V NP (poison-42.2)
28995%%% Syntax:  [np:Agent,v,np:Patient]
28996%%% CCG:     (s:_\np)/np
28997%%% Roles:   [Patient,Agent]
28998%%% Example: The witch poisoned Snow White.
28999%%%
29000verbnet(asphyxiate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29001verbnet(behead, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29002verbnet(crucify, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29003verbnet(dart, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29004verbnet(decapitate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29005verbnet(disembowel, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29006verbnet(drown, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29007verbnet(electrocute, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29008verbnet(evicerate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29009verbnet(garrotte, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29010verbnet(hang, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29011verbnet(impale, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29012verbnet(knife, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29013verbnet(poison, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29014verbnet(shoot, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29015verbnet(smother, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29016verbnet(stab, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29017verbnet(stone, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29018verbnet(strangle, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29019verbnet(strangulate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29020verbnet(suffocate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29021verbnet(throttle, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]).
29022
29023%%% File:    ext/VerbNet/poison-42.2.xml
29024%%% Primary: NP V NP ADJ (poison-42.2)
29025%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
29026%%% CCG:     ((s:_\np)/np)/np
29027%%% Roles:   [Patient,Goal,Agent]
29028%%% Example: The Boston Strangler strangled his victims dead.
29029%%%
29030verbnet(asphyxiate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29031verbnet(behead, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29032verbnet(crucify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29033verbnet(dart, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29034verbnet(decapitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29035verbnet(disembowel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29036verbnet(drown, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29037verbnet(electrocute, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29038verbnet(evicerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29039verbnet(garrotte, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29040verbnet(hang, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29041verbnet(impale, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29042verbnet(knife, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29043verbnet(poison, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29044verbnet(shoot, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29045verbnet(smother, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29046verbnet(stab, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29047verbnet(stone, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29048verbnet(strangle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29049verbnet(strangulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29050verbnet(suffocate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29051verbnet(throttle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]).
29052
29053%%% File:    ext/VerbNet/poison-42.2.xml
29054%%% Primary: NP V NP PP.result (poison-42.2)
29055%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
29056%%% CCG:     ((s:_\np)/pp)/np
29057%%% Roles:   [Patient,Agent]
29058%%% Example: The Boston Strangler strangled his victims to death.
29059%%%
29060verbnet(asphyxiate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29061verbnet(behead, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29062verbnet(crucify, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29063verbnet(dart, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29064verbnet(decapitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29065verbnet(disembowel, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29066verbnet(drown, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29067verbnet(electrocute, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29068verbnet(evicerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29069verbnet(garrotte, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29070verbnet(hang, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29071verbnet(impale, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29072verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29073verbnet(poison, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29074verbnet(shoot, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29075verbnet(smother, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29076verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29077verbnet(stone, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29078verbnet(strangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29079verbnet(strangulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29080verbnet(suffocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29081verbnet(throttle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29082verbnet(to, pp/np, ['Goal'], [42,.,2]).
29083verbnet(into, pp/np, ['Goal'], [42,.,2]).
29084
29085%%% File:    ext/VerbNet/poison-42.2.xml
29086%%% Primary: NP V NP PP.instrument (poison-42.2)
29087%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
29088%%% CCG:     ((s:_\np)/pp)/np
29089%%% Roles:   [Patient,Agent]
29090%%% Example: The queen poisoned Snow White with an apple.
29091%%%
29092verbnet(asphyxiate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29093verbnet(behead, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29094verbnet(crucify, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29095verbnet(dart, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29096verbnet(decapitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29097verbnet(disembowel, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29098verbnet(drown, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29099verbnet(electrocute, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29100verbnet(evicerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29101verbnet(garrotte, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29102verbnet(hang, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29103verbnet(impale, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29104verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29105verbnet(poison, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29106verbnet(shoot, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29107verbnet(smother, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29108verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29109verbnet(stone, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29110verbnet(strangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29111verbnet(strangulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29112verbnet(suffocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29113verbnet(throttle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]).
29114verbnet(with, pp/np, ['Instrument'], [42,.,2]).
29115
29116%%% File:    ext/VerbNet/poke-19.xml
29117%%% Primary: NP V NP (poke-19)
29118%%% Syntax:  [np:Agent,v,np:Patient]
29119%%% CCG:     (s:_\np)/np
29120%%% Roles:   [Patient,Agent]
29121%%% Example: Allison poked the cloth.
29122%%%
29123verbnet(dig, (s:_\np)/np, ['Patient','Agent'], [19]).
29124verbnet(jab, (s:_\np)/np, ['Patient','Agent'], [19]).
29125verbnet(pierce, (s:_\np)/np, ['Patient','Agent'], [19]).
29126verbnet(poke, (s:_\np)/np, ['Patient','Agent'], [19]).
29127verbnet(prick, (s:_\np)/np, ['Patient','Agent'], [19]).
29128verbnet(stab, (s:_\np)/np, ['Patient','Agent'], [19]).
29129verbnet(stick, (s:_\np)/np, ['Patient','Agent'], [19]).
29130
29131%%% File:    ext/VerbNet/poke-19.xml
29132%%% Primary: NP V NP PP.patient (poke-19)
29133%%% Syntax:  [np:Agent,v,np:Instrument,prep:through into,np:Patient]
29134%%% CCG:     ((s:_\np)/pp)/np
29135%%% Roles:   [Instrument,Agent]
29136%%% Example: Allison poked the needle through the cloth.
29137%%%
29138verbnet(dig, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29139verbnet(jab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29140verbnet(pierce, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29141verbnet(poke, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29142verbnet(prick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29143verbnet(stab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29144verbnet(stick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]).
29145verbnet(through, pp/np, ['Patient'], [19]).
29146verbnet(into, pp/np, ['Patient'], [19]).
29147
29148%%% File:    ext/VerbNet/poke-19.xml
29149%%% Primary: NP V NP PP.instrument (poke-19)
29150%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
29151%%% CCG:     ((s:_\np)/pp)/np
29152%%% Roles:   [Patient,Agent]
29153%%% Example: Allison poked the cloth with the needle.
29154%%%
29155verbnet(dig, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29156verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29157verbnet(pierce, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29158verbnet(poke, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29159verbnet(prick, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29160verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29161verbnet(stick, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]).
29162verbnet(with, pp/np, ['Instrument'], [19]).
29163
29164%%% File:    ext/VerbNet/poke-19.xml
29165%%% Primary: NP V PP (poke-19)
29166%%% Syntax:  [np:Agent,v,prep:at,np:Patient]
29167%%% CCG:     (s:_\np)/pp
29168%%% Roles:   [Agent]
29169%%% Example: Allison poked at the cloth.
29170%%%
29171verbnet(dig, (s:_\np)/pp, ['Agent'], [19]).
29172verbnet(jab, (s:_\np)/pp, ['Agent'], [19]).
29173verbnet(pierce, (s:_\np)/pp, ['Agent'], [19]).
29174verbnet(poke, (s:_\np)/pp, ['Agent'], [19]).
29175verbnet(prick, (s:_\np)/pp, ['Agent'], [19]).
29176verbnet(stab, (s:_\np)/pp, ['Agent'], [19]).
29177verbnet(stick, (s:_\np)/pp, ['Agent'], [19]).
29178verbnet(at, pp/np, ['Patient'], [19]).
29179
29180%%% File:    ext/VerbNet/poke-19.xml
29181%%% Primary: NP V PP PP (poke-19)
29182%%% Syntax:  [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument]
29183%%% CCG:     ((s:_\np)/pp)/pp
29184%%% Roles:   [Agent]
29185%%% Example: Allison poked at the cloth with the needle.
29186%%%
29187verbnet(dig, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29188verbnet(jab, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29189verbnet(pierce, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29190verbnet(poke, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29191verbnet(prick, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29192verbnet(stab, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29193verbnet(stick, ((s:_\np)/pp)/pp, ['Agent'], [19]).
29194verbnet(with, pp/np, ['Instrument'], [19]).
29195
29196%%% File:    ext/VerbNet/poke-19.xml
29197%%% Primary: NP.instrument V NP (poke-19)
29198%%% Syntax:  [np:Instrument,v,np:Patient]
29199%%% CCG:     (s:_\np)/np
29200%%% Roles:   [Patient,Instrument]
29201%%% Example: The needle poked the cloth.
29202%%%
29203verbnet(dig, (s:_\np)/np, ['Patient','Instrument'], [19]).
29204verbnet(jab, (s:_\np)/np, ['Patient','Instrument'], [19]).
29205verbnet(pierce, (s:_\np)/np, ['Patient','Instrument'], [19]).
29206verbnet(poke, (s:_\np)/np, ['Patient','Instrument'], [19]).
29207verbnet(prick, (s:_\np)/np, ['Patient','Instrument'], [19]).
29208verbnet(stab, (s:_\np)/np, ['Patient','Instrument'], [19]).
29209verbnet(stick, (s:_\np)/np, ['Patient','Instrument'], [19]).
29210
29211%%% File:    ext/VerbNet/pour-9.5.xml
29212%%% Primary: NP V NP PP.destination (pour-9.5)
29213%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
29214%%% CCG:     ((s:_\np)/pp)/np
29215%%% Roles:   [Theme,Agent]
29216%%% Example: Tamara poured water into the bowl.
29217%%%
29218verbnet(dribble, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29219verbnet(drip, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29220verbnet(pour, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29221verbnet(slop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29222verbnet(slosh, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29223verbnet(spew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29224verbnet(spill, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29225verbnet(trickle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29226
29227%%% File:    ext/VerbNet/pour-9.5.xml
29228%%% Primary: NP V NP ADVP (pour-9.5)
29229%%% Syntax:  [np:Agent,v,np:Theme,np:Destination]
29230%%% CCG:     ((s:_\np)/np)/np
29231%%% Roles:   [Theme,Destination,Agent]
29232%%% Example: Tamara poured water here.
29233%%%
29234verbnet(dribble, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29235verbnet(drip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29236verbnet(pour, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29237verbnet(slop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29238verbnet(slosh, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29239verbnet(spew, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29240verbnet(spill, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29241verbnet(trickle, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]).
29242
29243%%% File:    ext/VerbNet/pour-9.5.xml
29244%%% Primary: NP V PP.destination (pour-9.5)
29245%%% Syntax:  [np:Theme,v,pp,np:Destination]
29246%%% CCG:     (s:_\np)/pp
29247%%% Roles:   [Theme]
29248%%% Example: Water poured onto the plants.
29249%%%
29250verbnet(dribble, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29251verbnet(drip, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29252verbnet(pour, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29253verbnet(slop, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29254verbnet(slosh, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29255verbnet(spew, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29256verbnet(spill, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29257verbnet(trickle, (s:_\np)/pp, ['Theme'], [9,'.',5]).
29258
29259%%% File:    ext/VerbNet/pour-9.5.xml
29260%%% Primary: NP V NP PP.initial_location PP.destination (pour-9.5)
29261%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,pp,np:Destination]
29262%%% CCG:     (((s:_\np)/pp)/pp)/np
29263%%% Roles:   [Theme,Agent]
29264%%% Example: Maria poured water from the bowl into the cup.
29265%%%
29266verbnet(dribble, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29267verbnet(drip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29268verbnet(pour, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29269verbnet(slop, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29270verbnet(slosh, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29271verbnet(spew, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29272verbnet(spill, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29273verbnet(trickle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]).
29274
29275%%% File:    ext/VerbNet/pour-9.5.xml
29276%%% Primary: NP V PP.initial_location PP.destination (pour-9.5)
29277%%% Syntax:  [np:Theme,v,pp,np:Initial_Location,pp,np:Destination]
29278%%% CCG:     ((s:_\np)/pp)/pp
29279%%% Roles:   [Theme]
29280%%% Example: Water poured from the bowl into the cup.
29281%%%
29282verbnet(dribble, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29283verbnet(drip, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29284verbnet(pour, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29285verbnet(slop, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29286verbnet(slosh, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29287verbnet(spew, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29288verbnet(spill, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29289verbnet(trickle, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]).
29290
29291%%% File:    ext/VerbNet/preparing-26.3.xml
29292%%% Primary: NP V NP (preparing-26.3-1)
29293%%% Syntax:  [np:Agent,v,np:Product]
29294%%% CCG:     (s:_\np)/np
29295%%% Roles:   [Result,Agent]
29296%%% Example: Donna fixed a sandwich.
29297%%%
29298verbnet(bake, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29299verbnet(blend, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29300verbnet(brew, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29301verbnet(clear, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29302verbnet(cook, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29303verbnet(cook_up, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29304verbnet(fix, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29305verbnet(invent, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29306verbnet(kindle, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29307verbnet(light, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29308verbnet(mix, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29309verbnet(prepare, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29310verbnet(ready, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29311verbnet(roll, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29312verbnet(run, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29313verbnet(toss, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29314verbnet(cultivate, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]).
29315
29316%%% File:    ext/VerbNet/preparing-26.3.xml
29317%%% Primary: NP V NP.beneficiary NP (preparing-26.3-1)
29318%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Product]
29319%%% CCG:     ((s:_\np)/np)/np
29320%%% Roles:   [Beneficiary,Result,Agent]
29321%%% Example: Donna fixed me a sandwich.
29322%%%
29323verbnet(bake, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29324verbnet(blend, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29325verbnet(brew, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29326verbnet(clear, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29327verbnet(cook, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29328verbnet(cook_up, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29329verbnet(fix, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29330verbnet(invent, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29331verbnet(kindle, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29332verbnet(light, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29333verbnet(mix, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29334verbnet(prepare, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29335verbnet(ready, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29336verbnet(roll, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29337verbnet(run, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29338verbnet(toss, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29339verbnet(cultivate, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]).
29340
29341%%% File:    ext/VerbNet/preparing-26.3.xml
29342%%% Primary: NP V NP PP.beneficiary (preparing-26.3-1)
29343%%% Syntax:  [np:Agent,v,np:Product,prep:for,np:Beneficiary]
29344%%% CCG:     ((s:_\np)/pp)/np
29345%%% Roles:   [Result,Agent]
29346%%% Example: Donna fixed a sandwich for me.
29347%%%
29348verbnet(bake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29349verbnet(blend, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29350verbnet(brew, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29351verbnet(clear, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29352verbnet(cook, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29353verbnet(cook_up, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29354verbnet(fix, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29355verbnet(invent, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29356verbnet(kindle, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29357verbnet(light, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29358verbnet(mix, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29359verbnet(prepare, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29360verbnet(ready, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29361verbnet(roll, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29362verbnet(run, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29363verbnet(toss, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29364verbnet(cultivate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]).
29365verbnet(for, pp/np, ['Beneficiary'], [26,.,3,-,1]).
29366
29367%%% File:    ext/VerbNet/preparing-26.3.xml
29368%%% Primary: NP V NP (preparing-26.3-2)
29369%%% Syntax:  [np:Agent,v,np:Patient]
29370%%% CCG:     (s:_\np)/np
29371%%% Roles:   [Patient,Agent]
29372%%% Example: Donna grilled steaks.
29373%%%
29374verbnet(barbeque, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29375verbnet(boil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29376verbnet(broil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29377verbnet(clean, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29378verbnet(fry, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29379verbnet(grill, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29380verbnet(hardboil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29381verbnet(iron, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29382verbnet(microwave, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29383verbnet(overbake, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29384verbnet(poach, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29385verbnet(pour, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29386verbnet(roast, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29387verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29388verbnet(set, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29389verbnet(softboil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29390verbnet(toast, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29391verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29392verbnet(weld, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29393
29394%%% File:    ext/VerbNet/preparing-26.3.xml
29395%%% Primary: NP V NP.beneficiary NP (preparing-26.3-2)
29396%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Patient]
29397%%% CCG:     ((s:_\np)/np)/np
29398%%% Roles:   [Beneficiary,Patient,Agent]
29399%%% Example: Donna grilled me steaks.
29400%%%
29401verbnet(barbeque, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29402verbnet(boil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29403verbnet(broil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29404verbnet(clean, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29405verbnet(fry, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29406verbnet(grill, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29407verbnet(hardboil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29408verbnet(iron, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29409verbnet(microwave, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29410verbnet(overbake, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29411verbnet(poach, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29412verbnet(pour, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29413verbnet(roast, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29414verbnet(scramble, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29415verbnet(set, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29416verbnet(softboil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29417verbnet(toast, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29418verbnet(wash, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29419verbnet(weld, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]).
29420
29421%%% File:    ext/VerbNet/preparing-26.3.xml
29422%%% Primary: NP V NP PP.beneficiary (preparing-26.3-2)
29423%%% Syntax:  [np:Agent,v,np:Patient,prep:for,np:Beneficiary]
29424%%% CCG:     ((s:_\np)/pp)/np
29425%%% Roles:   [Patient,Agent]
29426%%% Example: Donna grilled steaks for me.
29427%%%
29428verbnet(barbeque, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29429verbnet(boil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29430verbnet(broil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29431verbnet(clean, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29432verbnet(fry, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29433verbnet(grill, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29434verbnet(hardboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29435verbnet(iron, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29436verbnet(microwave, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29437verbnet(overbake, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29438verbnet(poach, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29439verbnet(pour, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29440verbnet(roast, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29441verbnet(scramble, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29442verbnet(set, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29443verbnet(softboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29444verbnet(toast, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29445verbnet(wash, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29446verbnet(weld, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]).
29447verbnet(for, pp/np, ['Beneficiary'], [26,.,3,-,2]).
29448
29449%%% File:    ext/VerbNet/price-54.4.xml
29450%%% Primary: NP V NP (price-54.4)
29451%%% Syntax:  [np:Agent,v,np:Theme]
29452%%% CCG:     (s:_\np)/np
29453%%% Roles:   [Theme,Agent]
29454%%% Example: The dealer valued the book.
29455%%%
29456verbnet(appraise, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29457verbnet(approximate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29458verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29459verbnet(auction, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29460verbnet(calibrate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29461verbnet(estimate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29462verbnet(fix, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29463verbnet(gauge, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29464verbnet(peg, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29465verbnet(price, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29466verbnet(rate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29467verbnet(reappraise, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29468verbnet(value, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]).
29469
29470%%% File:    ext/VerbNet/price-54.4.xml
29471%%% Primary: NP V NP PP.value (price-54.4)
29472%%% Syntax:  [np:Agent,v,np:Theme,prep:at,np:Value]
29473%%% CCG:     ((s:_\np)/pp)/np
29474%%% Roles:   [Theme,Agent]
29475%%% Example: The dealer valued the book at $200.
29476%%%
29477verbnet(appraise, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29478verbnet(approximate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29479verbnet(assess, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29480verbnet(auction, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29481verbnet(calibrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29482verbnet(estimate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29483verbnet(fix, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29484verbnet(gauge, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29485verbnet(peg, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29486verbnet(price, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29487verbnet(rate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29488verbnet(reappraise, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29489verbnet(value, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]).
29490verbnet(at, pp/np, ['Value'], [54,.,4]).
29491
29492%%% File:    ext/VerbNet/promise-37.13.xml
29493%%% Primary: NP V NP NP (promise-37.13)
29494%%% Syntax:  [np:Agent,v,np:Recipient,np:Topic]
29495%%% CCG:     ((s:_\np)/np)/np
29496%%% Roles:   [Recipient,Topic,Agent]
29497%%% Example: I promised him the house.
29498%%%
29499verbnet(assure, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29500verbnet(guarantee, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29501verbnet(promise, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29502verbnet(ascertain, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29503
29504%%% File:    ext/VerbNet/promise-37.13.xml
29505%%% Primary: NP V NP that S (promise-37.13)
29506%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
29507%%% CCG:     ((s:_\np)/s:_)/np
29508%%% Roles:   [Recipient,Topic,Agent]
29509%%% Example: I promised him that he would arrive in time.
29510%%%
29511verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29512verbnet(guarantee, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29513verbnet(promise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29514verbnet(ascertain, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]).
29515
29516%%% File:    ext/VerbNet/promise-37.13.xml
29517%%% Primary: NP V S_ING (promise-37.13)
29518%%% Syntax:  [np:Agent,v,np:Topic]
29519%%% CCG:     (s:_\np)/np
29520%%% Roles:   [Topic,Agent]
29521%%% Example: I promised his getting the position.
29522%%%
29523verbnet(assure, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]).
29524verbnet(guarantee, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]).
29525verbnet(promise, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]).
29526verbnet(ascertain, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]).
29527
29528%%% File:    ext/VerbNet/promise-37.13.xml
29529%%% Primary: NP V PP.recipient that S (promise-37.13)
29530%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
29531%%% CCG:     ((s:_\np)/s:_)/pp
29532%%% Roles:   [Topic,Agent]
29533%%% Example: I promised to him that he would arrive in time.
29534%%%
29535verbnet(assure, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]).
29536verbnet(guarantee, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]).
29537verbnet(promise, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]).
29538verbnet(ascertain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]).
29539
29540%%% File:    ext/VerbNet/promise-37.13.xml
29541%%% Primary: NP V that S (promise-37.13)
29542%%% Syntax:  [np:Agent,v,s:Topic]
29543%%% CCG:     (s:_\np)/s:_
29544%%% Roles:   [Topic,Agent]
29545%%% Example: I promised that I would come.
29546%%%
29547verbnet(assure, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]).
29548verbnet(guarantee, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]).
29549verbnet(promise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]).
29550verbnet(ascertain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]).
29551
29552%%% File:    ext/VerbNet/promote-102.xml
29553%%% Primary: NP V NP (promote-102)
29554%%% Syntax:  [np:Agent,v,np:Theme]
29555%%% CCG:     (s:_\np)/np
29556%%% Roles:   [Theme,Agent]
29557%%% Example: We promoted the cause.
29558%%%
29559verbnet(promote, (s:_\np)/np, ['Theme','Agent'], [102]).
29560verbnet(advance, (s:_\np)/np, ['Theme','Agent'], [102]).
29561verbnet(boost, (s:_\np)/np, ['Theme','Agent'], [102]).
29562verbnet(further, (s:_\np)/np, ['Theme','Agent'], [102]).
29563verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [102]).
29564verbnet(invite, (s:_\np)/np, ['Theme','Agent'], [102]).
29565verbnet(emphasize, (s:_\np)/np, ['Theme','Agent'], [102]).
29566verbnet(underscore, (s:_\np)/np, ['Theme','Agent'], [102]).
29567
29568%%% File:    ext/VerbNet/promote-102.xml
29569%%% Primary: NP V S_ING (promote-102)
29570%%% Syntax:  [np:Agent,v,vp_ng:Theme]
29571%%% CCG:     (s:_\np)/ (s:ng\np)
29572%%% Roles:   [Theme,Agent]
29573%%% Example: We promoted writing novels.
29574%%%
29575verbnet(promote, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29576verbnet(advance, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29577verbnet(boost, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29578verbnet(further, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29579verbnet(encourage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29580verbnet(invite, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29581verbnet(emphasize, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29582verbnet(underscore, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]).
29583
29584%%% File:    ext/VerbNet/promote-102.xml
29585%%% Primary: NP V S_ING (promote-102)
29586%%% Syntax:  [np:Agent,v,np:Theme]
29587%%% CCG:     (s:_\np)/np
29588%%% Roles:   [Theme,Agent]
29589%%% Example: We promoted their writing novels.
29590%%%
29591verbnet(promote, (s:_\np)/np, ['Theme','Agent'], [102]).
29592verbnet(advance, (s:_\np)/np, ['Theme','Agent'], [102]).
29593verbnet(boost, (s:_\np)/np, ['Theme','Agent'], [102]).
29594verbnet(further, (s:_\np)/np, ['Theme','Agent'], [102]).
29595verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [102]).
29596verbnet(invite, (s:_\np)/np, ['Theme','Agent'], [102]).
29597verbnet(emphasize, (s:_\np)/np, ['Theme','Agent'], [102]).
29598verbnet(underscore, (s:_\np)/np, ['Theme','Agent'], [102]).
29599
29600%%% File:    ext/VerbNet/push-12.xml
29601%%% Primary: NP V PP.trajectory (push-12-1-1)
29602%%% Syntax:  [np:Agent,v,pp,np:Trajectory]
29603%%% CCG:     (s:_\np)/pp
29604%%% Roles:   [Agent]
29605%%% Example: Nora pushed through the crowd.
29606%%%
29607verbnet(jostle, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29608verbnet(nudge, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29609verbnet(press, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29610verbnet(push, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29611verbnet(shove, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29612verbnet(squeeze, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29613verbnet(thrust, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]).
29614
29615%%% File:    ext/VerbNet/push-12.xml
29616%%% Primary: NP V NP ADJP-Result (push-12-1)
29617%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
29618%%% CCG:     ((s:_\np)/np)/np
29619%%% Roles:   [Theme,Goal,Agent]
29620%%% Example: Nora yanked the button loose.
29621%%%
29622verbnet(jostle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29623verbnet(nudge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29624verbnet(press, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29625verbnet(push, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29626verbnet(shove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29627verbnet(squeeze, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29628verbnet(thrust, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29629verbnet(jerk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29630verbnet(pull, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29631verbnet(tug, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29632verbnet(yank, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]).
29633
29634%%% File:    ext/VerbNet/push-12.xml
29635%%% Primary: NP V PP-Conative (push-12-1)
29636%%% Syntax:  [np:Agent,v,prep:at against on,np:Theme]
29637%%% CCG:     (s:_\np)/pp
29638%%% Roles:   [Agent]
29639%%% Example: Nora jerked at the wall.
29640%%%
29641verbnet(jostle, (s:_\np)/pp, ['Agent'], [12,-,1]).
29642verbnet(nudge, (s:_\np)/pp, ['Agent'], [12,-,1]).
29643verbnet(press, (s:_\np)/pp, ['Agent'], [12,-,1]).
29644verbnet(push, (s:_\np)/pp, ['Agent'], [12,-,1]).
29645verbnet(shove, (s:_\np)/pp, ['Agent'], [12,-,1]).
29646verbnet(squeeze, (s:_\np)/pp, ['Agent'], [12,-,1]).
29647verbnet(thrust, (s:_\np)/pp, ['Agent'], [12,-,1]).
29648verbnet(jerk, (s:_\np)/pp, ['Agent'], [12,-,1]).
29649verbnet(pull, (s:_\np)/pp, ['Agent'], [12,-,1]).
29650verbnet(tug, (s:_\np)/pp, ['Agent'], [12,-,1]).
29651verbnet(yank, (s:_\np)/pp, ['Agent'], [12,-,1]).
29652verbnet(at, pp/np, ['Theme'], [12,-,1]).
29653verbnet(against, pp/np, ['Theme'], [12,-,1]).
29654verbnet(on, pp/np, ['Theme'], [12,-,1]).
29655
29656%%% File:    ext/VerbNet/push-12.xml
29657%%% Primary: NP V NP (push-12)
29658%%% Syntax:  [np:Agent,v,np:Theme]
29659%%% CCG:     (s:_\np)/np
29660%%% Roles:   [Theme,Agent]
29661%%% Example: Nora heaved the chair.
29662%%%
29663verbnet(jostle, (s:_\np)/np, ['Theme','Agent'], [12]).
29664verbnet(nudge, (s:_\np)/np, ['Theme','Agent'], [12]).
29665verbnet(press, (s:_\np)/np, ['Theme','Agent'], [12]).
29666verbnet(push, (s:_\np)/np, ['Theme','Agent'], [12]).
29667verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [12]).
29668verbnet(squeeze, (s:_\np)/np, ['Theme','Agent'], [12]).
29669verbnet(thrust, (s:_\np)/np, ['Theme','Agent'], [12]).
29670verbnet(jerk, (s:_\np)/np, ['Theme','Agent'], [12]).
29671verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [12]).
29672verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [12]).
29673verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [12]).
29674verbnet(heave, (s:_\np)/np, ['Theme','Agent'], [12]).
29675
29676%%% File:    ext/VerbNet/put-9.1.xml
29677%%% Primary: NP V NP (put-9.1-1)
29678%%% Syntax:  [np:Agent,v,np:Theme]
29679%%% CCG:     (s:_\np)/np
29680%%% Roles:   [Theme,Agent]
29681%%% Example: I stashed the book.
29682%%%
29683verbnet(apply, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29684verbnet(bury, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29685verbnet(deposit, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29686verbnet(embed, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29687verbnet(insert, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29688verbnet(install, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29689verbnet(park, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29690verbnet(plant, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29691verbnet(stash, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29692verbnet(stow, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]).
29693
29694%%% File:    ext/VerbNet/put-9.1.xml
29695%%% Primary: NP V PP.destination NP (put-9.1-2)
29696%%% Syntax:  [np:Agent,v,prep:on upon,np:Destination,np:Theme]
29697%%% CCG:     ((s:_\np)/np)/pp
29698%%% Roles:   [Theme,Agent]
29699%%% Example: They put upon me a brilliant, red helm.
29700%%%
29701verbnet(place, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]).
29702verbnet(put, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]).
29703verbnet(set, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]).
29704verbnet(stick, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]).
29705
29706%%% File:    ext/VerbNet/put-9.1.xml
29707%%% Primary: NP V NP PP.destination (put-9.1)
29708%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
29709%%% CCG:     ((s:_\np)/pp)/np
29710%%% Roles:   [Theme,Agent]
29711%%% Example: I put the book on/under/near the table.
29712%%%
29713verbnet(apply, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29714verbnet(bury, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29715verbnet(deposit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29716verbnet(embed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29717verbnet(insert, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29718verbnet(install, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29719verbnet(park, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29720verbnet(plant, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29721verbnet(stash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29722verbnet(stow, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29723verbnet(place, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29724verbnet(put, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29725verbnet(set, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29726verbnet(stick, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29727verbnet(arrange, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29728verbnet(immerse, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29729verbnet(implant, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29730verbnet(lodge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29731verbnet(mount, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29732verbnet(position, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29733verbnet(situate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29734verbnet(sling, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29735verbnet(station, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29736verbnet(superimpose, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29737verbnet(wharf, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]).
29738
29739%%% File:    ext/VerbNet/put-9.1.xml
29740%%% Primary: NP V NP ADVP (put-9.1)
29741%%% Syntax:  [np:Agent,v,np:Theme,np:Destination]
29742%%% CCG:     ((s:_\np)/np)/np
29743%%% Roles:   [Theme,Destination,Agent]
29744%%% Example: I put the book here/there.
29745%%%
29746verbnet(apply, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29747verbnet(bury, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29748verbnet(deposit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29749verbnet(embed, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29750verbnet(insert, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29751verbnet(install, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29752verbnet(park, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29753verbnet(plant, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29754verbnet(stash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29755verbnet(stow, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29756verbnet(place, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29757verbnet(put, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29758verbnet(set, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29759verbnet(stick, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29760verbnet(arrange, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29761verbnet(immerse, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29762verbnet(implant, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29763verbnet(lodge, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29764verbnet(mount, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29765verbnet(position, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29766verbnet(situate, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29767verbnet(sling, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29768verbnet(station, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29769verbnet(superimpose, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29770verbnet(wharf, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]).
29771
29772%%% File:    ext/VerbNet/put_direction-9.4.xml
29773%%% Primary: NP V NP (put_direction-9.4)
29774%%% Syntax:  [np:Agent,v,np:Theme]
29775%%% CCG:     (s:_\np)/np
29776%%% Roles:   [Theme,Agent]
29777%%% Example: I lifted the books.
29778%%%
29779verbnet(drop, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29780verbnet(elevate, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29781verbnet(heel, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29782verbnet(hoist, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29783verbnet(lift, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29784verbnet(lower, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29785verbnet(raise, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29786verbnet(back, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]).
29787
29788%%% File:    ext/VerbNet/put_direction-9.4.xml
29789%%% Primary: NP V NP PP.destination (put_direction-9.4)
29790%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
29791%%% CCG:     ((s:_\np)/pp)/np
29792%%% Roles:   [Theme,Agent]
29793%%% Example: I lifted the books onto the table.
29794%%%
29795verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29796verbnet(elevate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29797verbnet(heel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29798verbnet(hoist, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29799verbnet(lift, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29800verbnet(lower, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29801verbnet(raise, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29802verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]).
29803
29804%%% File:    ext/VerbNet/put_direction-9.4.xml
29805%%% Primary: NP V NP ADVP (put_direction-9.4)
29806%%% Syntax:  [np:Agent,v,np:Theme,np:Destination]
29807%%% CCG:     ((s:_\np)/np)/np
29808%%% Roles:   [Theme,Destination,Agent]
29809%%% Example: I dropped the books here.
29810%%%
29811verbnet(drop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29812verbnet(elevate, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29813verbnet(heel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29814verbnet(hoist, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29815verbnet(lift, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29816verbnet(lower, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29817verbnet(raise, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29818verbnet(back, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]).
29819
29820%%% File:    ext/VerbNet/put_spatial-9.2.xml
29821%%% Primary: NP V PP.destination (put_spatial-9.2-1)
29822%%% Syntax:  [np:Theme,v,pp,np:Destination]
29823%%% CCG:     (s:_\np)/pp
29824%%% Roles:   [Theme]
29825%%% Example: The books lean against the shelf.
29826%%%
29827verbnet(dangle, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29828verbnet(hang, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29829verbnet(lean, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29830verbnet(perch, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29831verbnet(rest, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29832verbnet(sit, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29833verbnet(stand, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29834verbnet(suspend, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]).
29835
29836%%% File:    ext/VerbNet/put_spatial-9.2.xml
29837%%% Primary: NP V ADVP (put_spatial-9.2-1)
29838%%% Syntax:  [np:Theme,v,np:Destination]
29839%%% CCG:     (s:_\np)/np
29840%%% Roles:   [Destination,Theme]
29841%%% Example: The books lean there.
29842%%%
29843verbnet(dangle, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29844verbnet(hang, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29845verbnet(lean, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29846verbnet(perch, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29847verbnet(rest, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29848verbnet(sit, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29849verbnet(stand, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29850verbnet(suspend, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]).
29851
29852%%% File:    ext/VerbNet/put_spatial-9.2.xml
29853%%% Primary: NP V NP PP.destination (put_spatial-9.2)
29854%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
29855%%% CCG:     ((s:_\np)/pp)/np
29856%%% Roles:   [Theme,Agent]
29857%%% Example: Cheryl stood the books on the shelf.
29858%%%
29859verbnet(dangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29860verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29861verbnet(lean, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29862verbnet(perch, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29863verbnet(rest, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29864verbnet(sit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29865verbnet(stand, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29866verbnet(suspend, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29867verbnet(lay, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29868verbnet(prop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29869verbnet(underlay, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]).
29870
29871%%% File:    ext/VerbNet/put_spatial-9.2.xml
29872%%% Primary: NP V NP ADVP (put_spatial-9.2)
29873%%% Syntax:  [np:Agent,v,np:Theme,np:Destination]
29874%%% CCG:     ((s:_\np)/np)/np
29875%%% Roles:   [Theme,Destination,Agent]
29876%%% Example: Cheryl stood the books there.
29877%%%
29878verbnet(dangle, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29879verbnet(hang, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29880verbnet(lean, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29881verbnet(perch, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29882verbnet(rest, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29883verbnet(sit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29884verbnet(stand, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29885verbnet(suspend, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29886verbnet(lay, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29887verbnet(prop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29888verbnet(underlay, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]).
29889
29890%%% File:    ext/VerbNet/reach-51.8.xml
29891%%% Primary: NP V NP (reach-51.8)
29892%%% Syntax:  [np:Agent,v,np:Destination]
29893%%% CCG:     (s:_\np)/np
29894%%% Roles:   [Destination,Agent]
29895%%% Example: They reached the hill.
29896%%%
29897verbnet(reach, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]).
29898verbnet(hit, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]).
29899verbnet(make, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]).
29900verbnet(breast, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]).
29901
29902%%% File:    ext/VerbNet/reflexive_appearance-48.1.2.xml
29903%%% Primary: NP V NP (reflexive_appearance-48.1.2)
29904%%% Syntax:  [np:Agent,v,np:Theme]
29905%%% CCG:     (s:_\np)/np
29906%%% Roles:   [Theme,Agent]
29907%%% Example: I presented a solution.
29908%%%
29909verbnet(announce, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29910verbnet(assert, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29911verbnet(declare, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29912verbnet(define, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29913verbnet(display, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29914verbnet(exhibit, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29915verbnet(expose, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29916verbnet(express, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29917verbnet(flaunt, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29918verbnet(form, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29919verbnet(intrude, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29920verbnet(manifest, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29921verbnet(offer, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29922verbnet(pose, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29923verbnet(present, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29924verbnet(proffer, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29925verbnet(propose, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29926verbnet(reassert, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29927verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29928verbnet(reveal, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29929verbnet(shape, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29930verbnet(show, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29931verbnet(suggest, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29932
29933%%% File:    ext/VerbNet/reflexive_appearance-48.1.2.xml
29934%%% Primary: NP V NP PP.recipient (reflexive_appearance-48.1.2)
29935%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Recipient]
29936%%% CCG:     ((s:_\np)/pp)/np
29937%%% Roles:   [Theme,Agent]
29938%%% Example: I presented a solution to him.
29939%%%
29940verbnet(announce, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29941verbnet(assert, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29942verbnet(declare, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29943verbnet(define, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29944verbnet(display, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29945verbnet(exhibit, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29946verbnet(expose, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29947verbnet(express, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29948verbnet(flaunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29949verbnet(form, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29950verbnet(intrude, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29951verbnet(manifest, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29952verbnet(offer, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29953verbnet(pose, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29954verbnet(present, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29955verbnet(proffer, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29956verbnet(propose, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29957verbnet(reassert, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29958verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29959verbnet(reveal, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29960verbnet(shape, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29961verbnet(show, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29962verbnet(suggest, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]).
29963verbnet(to, pp/np, ['Recipient'], [48,.,1,.,2]).
29964
29965%%% File:    ext/VerbNet/reflexive_appearance-48.1.2.xml
29966%%% Primary: NP V NP (reflexive_appearance-48.1.2)
29967%%% Syntax:  [np:Theme,v,np:Reflexive]
29968%%% CCG:     (s:_\np)/np
29969%%% Roles:   [Theme,Theme]
29970%%% Example: A solution presented itself yesterday.
29971%%%
29972verbnet(announce, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29973verbnet(assert, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29974verbnet(declare, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29975verbnet(define, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29976verbnet(display, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29977verbnet(exhibit, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29978verbnet(expose, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29979verbnet(express, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29980verbnet(flaunt, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29981verbnet(form, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29982verbnet(intrude, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29983verbnet(manifest, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29984verbnet(offer, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29985verbnet(pose, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29986verbnet(present, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29987verbnet(proffer, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29988verbnet(propose, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29989verbnet(reassert, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29990verbnet(recommend, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29991verbnet(reveal, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29992verbnet(shape, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29993verbnet(show, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29994verbnet(suggest, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]).
29995
29996%%% File:    ext/VerbNet/refrain-69.xml
29997%%% Primary: NP V (refrain-69)
29998%%% Syntax:  [np:Agent,v]
29999%%% CCG:     s:_\np
30000%%% Roles:   [Agent]
30001%%% Example: He refrained.
30002%%%
30003verbnet(refrain, s:_\np, ['Agent'], [69]).
30004verbnet(abstain, s:_\np, ['Agent'], [69]).
30005verbnet(desist, s:_\np, ['Agent'], [69]).
30006verbnet(forbear, s:_\np, ['Agent'], [69]).
30007
30008%%% File:    ext/VerbNet/refrain-69.xml
30009%%% Primary: NP V PP.theme S_ING (refrain-69)
30010%%% Syntax:  [np:Agent,v,prep:from,np:Theme]
30011%%% CCG:     (s:_\np)/pp
30012%%% Roles:   [Agent]
30013%%% Example: He refrained from eating.
30014%%%
30015verbnet(refrain, (s:_\np)/pp, ['Agent'], [69]).
30016verbnet(abstain, (s:_\np)/pp, ['Agent'], [69]).
30017verbnet(desist, (s:_\np)/pp, ['Agent'], [69]).
30018verbnet(forbear, (s:_\np)/pp, ['Agent'], [69]).
30019verbnet(from, pp/np, ['Theme'], [69]).
30020
30021%%% File:    ext/VerbNet/refrain-69.xml
30022%%% Primary: NP V PP.theme S (refrain-69)
30023%%% Syntax:  [np:Agent,v,prep:from,np:Theme]
30024%%% CCG:     (s:_\np)/pp
30025%%% Roles:   [Agent]
30026%%% Example: He refrained from the lurid activity while in the lady's company.
30027%%%
30028verbnet(refrain, (s:_\np)/pp, ['Agent'], [69]).
30029verbnet(abstain, (s:_\np)/pp, ['Agent'], [69]).
30030verbnet(desist, (s:_\np)/pp, ['Agent'], [69]).
30031verbnet(forbear, (s:_\np)/pp, ['Agent'], [69]).
30032verbnet(from, pp/np, ['Theme'], [69]).
30033
30034%%% File:    ext/VerbNet/register-54.1.xml
30035%%% Primary: NP V NP.value (register-54.1-1)
30036%%% Syntax:  [np:Theme,v,np:Value]
30037%%% CCG:     (s:_\np)/np
30038%%% Roles:   [Value,Theme]
30039%%% Example: The package weighed ten pounds.
30040%%%
30041verbnet(measure, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]).
30042verbnet(read, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]).
30043verbnet(register, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]).
30044verbnet(total, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]).
30045verbnet(weigh, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]).
30046
30047%%% File:    ext/VerbNet/register-54.1.xml
30048%%% Primary: NP V NP (register-54.1)
30049%%% Syntax:  [np:Agent,v,np:Theme]
30050%%% CCG:     (s:_\np)/np
30051%%% Roles:   [Theme,Agent]
30052%%% Example: He clocked the runners.
30053%%%
30054verbnet(measure, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30055verbnet(read, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30056verbnet(register, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30057verbnet(total, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30058verbnet(weigh, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30059verbnet(clock, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30060verbnet(time, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30061verbnet(mistime, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]).
30062
30063%%% File:    ext/VerbNet/register-54.1.xml
30064%%% Primary: NP V NP PP.value (register-54.1)
30065%%% Syntax:  [np:Agent,v,np:Theme,prep:at,np:Value]
30066%%% CCG:     ((s:_\np)/pp)/np
30067%%% Roles:   [Theme,Agent]
30068%%% Example: He clocked the runners at different speeds.
30069%%%
30070verbnet(measure, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30071verbnet(read, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30072verbnet(register, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30073verbnet(total, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30074verbnet(weigh, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30075verbnet(clock, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30076verbnet(time, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30077verbnet(mistime, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]).
30078verbnet(at, pp/np, ['Value'], [54,.,1]).
30079
30080%%% File:    ext/VerbNet/register-54.1.xml
30081%%% Primary: NP V PP.value (register-54.1)
30082%%% Syntax:  [np:Theme,v,prep:at,np:Value]
30083%%% CCG:     (s:_\np)/pp
30084%%% Roles:   [Theme]
30085%%% Example: He clocked at 85km/hr.
30086%%%
30087verbnet(measure, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30088verbnet(read, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30089verbnet(register, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30090verbnet(total, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30091verbnet(weigh, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30092verbnet(clock, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30093verbnet(time, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30094verbnet(mistime, (s:_\np)/pp, ['Theme'], [54,'.',1]).
30095verbnet(at, pp/np, ['Value'], [54,.,1]).
30096
30097%%% File:    ext/VerbNet/rehearse-26.8.xml
30098%%% Primary: NP V (rehearse-26.8)
30099%%% Syntax:  [np:Agent,v]
30100%%% CCG:     s:_\np
30101%%% Roles:   [Agent]
30102%%% Example: He rehearsed.
30103%%%
30104verbnet(rehearse, s:_\np, ['Agent'], [26,'.',8]).
30105verbnet(practice, s:_\np, ['Agent'], [26,'.',8]).
30106verbnet(walk_through, s:_\np, ['Agent'], [26,'.',8]).
30107verbnet(exercise, s:_\np, ['Agent'], [26,'.',8]).
30108verbnet(repeat, s:_\np, ['Agent'], [26,'.',8]).
30109
30110%%% File:    ext/VerbNet/rehearse-26.8.xml
30111%%% Primary: NP V NP (rehearse-26.8)
30112%%% Syntax:  [np:Agent,v,np:Theme]
30113%%% CCG:     (s:_\np)/np
30114%%% Roles:   [Theme,Agent]
30115%%% Example: He rehearsed the song.
30116%%%
30117verbnet(rehearse, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30118verbnet(practice, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30119verbnet(walk_through, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30120verbnet(exercise, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30121verbnet(repeat, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30122
30123%%% File:    ext/VerbNet/rehearse-26.8.xml
30124%%% Primary: NP V S_ING (rehearse-26.8)
30125%%% Syntax:  [np:Agent,v,np:Theme]
30126%%% CCG:     (s:_\np)/np
30127%%% Roles:   [Theme,Agent]
30128%%% Example: He rehearsed singing the song.
30129%%%
30130verbnet(rehearse, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30131verbnet(practice, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30132verbnet(walk_through, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30133verbnet(exercise, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30134verbnet(repeat, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]).
30135
30136%%% File:    ext/VerbNet/relate-86.2.xml
30137%%% Primary: NP V NP (relate-86.2-1)
30138%%% Syntax:  [np:Theme,v,np:Co-Theme]
30139%%% CCG:     (s:_\np)/np
30140%%% Roles:   [Theme,Theme]
30141%%% Example: This concerns both of us.
30142%%%
30143verbnet(involve, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]).
30144verbnet(concern, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]).
30145verbnet(touch, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]).
30146verbnet(bear_on, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]).
30147verbnet(touch_on, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]).
30148
30149%%% File:    ext/VerbNet/relate-86.2.xml
30150%%% Primary: NP V PP.co-theme (relate-86.2-2)
30151%%% Syntax:  [np:Theme,v,prep:to,np:Co-Theme]
30152%%% CCG:     (s:_\np)/pp
30153%%% Roles:   [Theme]
30154%%% Example: This pertains to both of us.
30155%%%
30156verbnet(refer, (s:_\np)/pp, ['Theme'], [86,'.',2,-,2]).
30157verbnet(pertain, (s:_\np)/pp, ['Theme'], [86,'.',2,-,2]).
30158verbnet(relate, (s:_\np)/pp, ['Theme'], [86,'.',2,-,2]).
30159verbnet(to, pp/np, ['Theme'], [86,.,2,-,2]).
30160
30161%%% File:    ext/VerbNet/rely-70.xml
30162%%% Primary: NP V PP.theme S_ING (rely-70)
30163%%% Syntax:  [np:Agent,v,prep:on,np:Theme]
30164%%% CCG:     (s:_\np)/pp
30165%%% Roles:   [Agent]
30166%%% Example: She relies on coming back in time.
30167%%%
30168verbnet(rely, (s:_\np)/pp, ['Agent'], [70]).
30169verbnet(depend, (s:_\np)/pp, ['Agent'], [70]).
30170verbnet(bank, (s:_\np)/pp, ['Agent'], [70]).
30171verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]).
30172verbnet(count, (s:_\np)/pp, ['Agent'], [70]).
30173verbnet(figure, (s:_\np)/pp, ['Agent'], [70]).
30174verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]).
30175verbnet(bet, (s:_\np)/pp, ['Agent'], [70]).
30176verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]).
30177verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]).
30178verbnet(wager, (s:_\np)/pp, ['Agent'], [70]).
30179verbnet(on, pp/np, ['Theme'], [70]).
30180
30181%%% File:    ext/VerbNet/rely-70.xml
30182%%% Primary: NP V PP.theme NP S_ING (rely-70)
30183%%% Syntax:  [np:Agent,v,prep:on,s:Theme]
30184%%% CCG:     (s:_\np)/pp
30185%%% Roles:   [Agent]
30186%%% Example: She relies on him coming back in time.
30187%%%
30188verbnet(rely, (s:_\np)/pp, ['Agent'], [70]).
30189verbnet(depend, (s:_\np)/pp, ['Agent'], [70]).
30190verbnet(bank, (s:_\np)/pp, ['Agent'], [70]).
30191verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]).
30192verbnet(count, (s:_\np)/pp, ['Agent'], [70]).
30193verbnet(figure, (s:_\np)/pp, ['Agent'], [70]).
30194verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]).
30195verbnet(bet, (s:_\np)/pp, ['Agent'], [70]).
30196verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]).
30197verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]).
30198verbnet(wager, (s:_\np)/pp, ['Agent'], [70]).
30199verbnet(on, pp/s:_, ['Theme'], [70]).
30200
30201%%% File:    ext/VerbNet/rely-70.xml
30202%%% Primary: NP V PP.theme S_INF (rely-70)
30203%%% Syntax:  [np:Agent,v,prep:on,s:Theme]
30204%%% CCG:     (s:_\np)/pp
30205%%% Roles:   [Agent]
30206%%% Example: She relies on him to help.
30207%%%
30208verbnet(rely, (s:_\np)/pp, ['Agent'], [70]).
30209verbnet(depend, (s:_\np)/pp, ['Agent'], [70]).
30210verbnet(bank, (s:_\np)/pp, ['Agent'], [70]).
30211verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]).
30212verbnet(count, (s:_\np)/pp, ['Agent'], [70]).
30213verbnet(figure, (s:_\np)/pp, ['Agent'], [70]).
30214verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]).
30215verbnet(bet, (s:_\np)/pp, ['Agent'], [70]).
30216verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]).
30217verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]).
30218verbnet(wager, (s:_\np)/pp, ['Agent'], [70]).
30219verbnet(on, pp/s:_, ['Theme'], [70]).
30220
30221%%% File:    ext/VerbNet/rely-70.xml
30222%%% Primary: NP V PP.theme S_ING (rely-70)
30223%%% Syntax:  [np:Agent,v,prep:on,np:Theme]
30224%%% CCG:     (s:_\np)/pp
30225%%% Roles:   [Agent]
30226%%% Example: She relies on his helping.
30227%%%
30228verbnet(rely, (s:_\np)/pp, ['Agent'], [70]).
30229verbnet(depend, (s:_\np)/pp, ['Agent'], [70]).
30230verbnet(bank, (s:_\np)/pp, ['Agent'], [70]).
30231verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]).
30232verbnet(count, (s:_\np)/pp, ['Agent'], [70]).
30233verbnet(figure, (s:_\np)/pp, ['Agent'], [70]).
30234verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]).
30235verbnet(bet, (s:_\np)/pp, ['Agent'], [70]).
30236verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]).
30237verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]).
30238verbnet(wager, (s:_\np)/pp, ['Agent'], [70]).
30239verbnet(on, pp/np, ['Theme'], [70]).
30240
30241%%% File:    ext/VerbNet/rely-70.xml
30242%%% Primary: NP V PP.theme (rely-70)
30243%%% Syntax:  [np:Agent,v,prep:on,np:Theme]
30244%%% CCG:     (s:_\np)/pp
30245%%% Roles:   [Agent]
30246%%% Example: She relies on it.
30247%%%
30248verbnet(rely, (s:_\np)/pp, ['Agent'], [70]).
30249verbnet(depend, (s:_\np)/pp, ['Agent'], [70]).
30250verbnet(bank, (s:_\np)/pp, ['Agent'], [70]).
30251verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]).
30252verbnet(count, (s:_\np)/pp, ['Agent'], [70]).
30253verbnet(figure, (s:_\np)/pp, ['Agent'], [70]).
30254verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]).
30255verbnet(bet, (s:_\np)/pp, ['Agent'], [70]).
30256verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]).
30257verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]).
30258verbnet(wager, (s:_\np)/pp, ['Agent'], [70]).
30259verbnet(on, pp/np, ['Theme'], [70]).
30260
30261%%% File:    ext/VerbNet/remove-10.1.xml
30262%%% Primary: NP V NP (remove-10.1)
30263%%% Syntax:  [np:Agent,v,np:Theme]
30264%%% CCG:     (s:_\np)/np
30265%%% Roles:   [Theme,Agent]
30266%%% Example: Doug removed the smudges.
30267%%%
30268verbnet(abolish, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30269verbnet(abstract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30270verbnet(cull, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30271verbnet(deduct, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30272verbnet(delete, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30273verbnet(depose, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30274verbnet(disgorge, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30275verbnet(dislodge, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30276verbnet(disengage, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30277verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30278verbnet(eject, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30279verbnet(eliminate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30280verbnet(eradicate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30281verbnet(excise, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30282verbnet(excommunicate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30283verbnet(expel, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30284verbnet(extirpate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30285verbnet(extract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30286verbnet(extrude, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30287verbnet(lop, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30288verbnet(omit, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30289verbnet(ostracize, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30290verbnet(partition, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30291verbnet(pry, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30292verbnet(reap, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30293verbnet(ream, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30294verbnet(retract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30295verbnet(roust, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30296verbnet(separate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30297verbnet(shoo, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30298verbnet(subtract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30299verbnet(uproot, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30300verbnet(winkle, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30301verbnet(wrench, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30302verbnet(withdraw, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30303verbnet(oust, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30304verbnet(discharge, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30305verbnet(dismiss, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30306verbnet(evict, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30307verbnet(remove, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30308verbnet(sever, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30309verbnet(extinguish, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30310verbnet(prise, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]).
30311
30312%%% File:    ext/VerbNet/remove-10.1.xml
30313%%% Primary: NP V NP PP.source (remove-10.1)
30314%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Source]
30315%%% CCG:     ((s:_\np)/pp)/np
30316%%% Roles:   [Theme,Agent]
30317%%% Example: Doug removed the smudges from the tabletop.
30318%%%
30319verbnet(abolish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30320verbnet(abstract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30321verbnet(cull, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30322verbnet(deduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30323verbnet(delete, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30324verbnet(depose, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30325verbnet(disgorge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30326verbnet(dislodge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30327verbnet(disengage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30328verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30329verbnet(eject, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30330verbnet(eliminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30331verbnet(eradicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30332verbnet(excise, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30333verbnet(excommunicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30334verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30335verbnet(extirpate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30336verbnet(extract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30337verbnet(extrude, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30338verbnet(lop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30339verbnet(omit, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30340verbnet(ostracize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30341verbnet(partition, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30342verbnet(pry, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30343verbnet(reap, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30344verbnet(ream, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30345verbnet(retract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30346verbnet(roust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30347verbnet(separate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30348verbnet(shoo, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30349verbnet(subtract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30350verbnet(uproot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30351verbnet(winkle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30352verbnet(wrench, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30353verbnet(withdraw, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30354verbnet(oust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30355verbnet(discharge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30356verbnet(dismiss, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30357verbnet(evict, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30358verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30359verbnet(sever, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30360verbnet(extinguish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30361verbnet(prise, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]).
30362
30363%%% File:    ext/VerbNet/require-103.xml
30364%%% Primary: NP V NP (require-103)
30365%%% Syntax:  [np:Pivot,v,np:Theme]
30366%%% CCG:     (s:_\np)/np
30367%%% Roles:   [Theme,Pivot]
30368%%% Example: Success requires hard work.
30369%%%
30370verbnet(necessitate, (s:_\np)/np, ['Theme','Pivot'], [103]).
30371verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [103]).
30372verbnet(require, (s:_\np)/np, ['Theme','Pivot'], [103]).
30373verbnet(take, (s:_\np)/np, ['Theme','Pivot'], [103]).
30374verbnet(involve, (s:_\np)/np, ['Theme','Pivot'], [103]).
30375verbnet(demand, (s:_\np)/np, ['Theme','Pivot'], [103]).
30376
30377%%% File:    ext/VerbNet/require-103.xml
30378%%% Primary: NP V NP PP.source (require-103)
30379%%% Syntax:  [np:Pivot,v,np:Theme,prep:from,np:Source]
30380%%% CCG:     ((s:_\np)/pp)/np
30381%%% Roles:   [Theme,Pivot]
30382%%% Example: Success requires hard work from us.
30383%%%
30384verbnet(necessitate, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]).
30385verbnet(need, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]).
30386verbnet(require, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]).
30387verbnet(take, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]).
30388verbnet(involve, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]).
30389verbnet(demand, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]).
30390verbnet(from, pp/np, ['Source'], [103]).
30391
30392%%% File:    ext/VerbNet/require-103.xml
30393%%% Primary: NP V for NP S_INF (require-103)
30394%%% Syntax:  [np:Pivot,v,s:Theme]
30395%%% CCG:     (s:_\np)/s:_
30396%%% Roles:   [Theme,Pivot]
30397%%% Example: Success requires for us to work hard.
30398%%%
30399verbnet(necessitate, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30400verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30401verbnet(require, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30402verbnet(take, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30403verbnet(involve, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30404verbnet(demand, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30405
30406%%% File:    ext/VerbNet/require-103.xml
30407%%% Primary: NP V S_ING (require-103)
30408%%% Syntax:  [np:Pivot,v,vp_ng:Theme]
30409%%% CCG:     (s:_\np)/ (s:ng\np)
30410%%% Roles:   [Theme,Pivot]
30411%%% Example: Success requires working long hours.
30412%%%
30413verbnet(necessitate, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]).
30414verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]).
30415verbnet(require, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]).
30416verbnet(take, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]).
30417verbnet(involve, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]).
30418verbnet(demand, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]).
30419
30420%%% File:    ext/VerbNet/require-103.xml
30421%%% Primary: NP V that S (require-103)
30422%%% Syntax:  [np:Pivot,v,s:Theme]
30423%%% CCG:     (s:_\np)/s:_
30424%%% Roles:   [Theme,Pivot]
30425%%% Example: Success requires that we work hard.
30426%%%
30427verbnet(necessitate, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30428verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30429verbnet(require, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30430verbnet(take, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30431verbnet(involve, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30432verbnet(demand, (s:_\np)/s:_, ['Theme','Pivot'], [103]).
30433
30434%%% File:    ext/VerbNet/resign-10.11.xml
30435%%% Primary: NP V (resign-10.11)
30436%%% Syntax:  [np:Agent,v]
30437%%% CCG:     s:_\np
30438%%% Roles:   [Agent]
30439%%% Example: He resigned.
30440%%%
30441verbnet(vacate, s:_\np, ['Agent'], [10,'.',11]).
30442verbnet(resign, s:_\np, ['Agent'], [10,'.',11]).
30443verbnet(renounce, s:_\np, ['Agent'], [10,'.',11]).
30444verbnet(leave, s:_\np, ['Agent'], [10,'.',11]).
30445verbnet(quit, s:_\np, ['Agent'], [10,'.',11]).
30446verbnet(abdicate, s:_\np, ['Agent'], [10,'.',11]).
30447verbnet(retire, s:_\np, ['Agent'], [10,'.',11]).
30448verbnet(withdraw, s:_\np, ['Agent'], [10,'.',11]).
30449verbnet(depart, s:_\np, ['Agent'], [10,'.',11]).
30450
30451%%% File:    ext/VerbNet/resign-10.11.xml
30452%%% Primary: NP V NP (resign-10.11)
30453%%% Syntax:  [np:Agent,v,np:Source]
30454%%% CCG:     (s:_\np)/np
30455%%% Roles:   [Source,Agent]
30456%%% Example: I resigned my position.
30457%%%
30458verbnet(vacate, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30459verbnet(resign, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30460verbnet(renounce, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30461verbnet(leave, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30462verbnet(quit, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30463verbnet(abdicate, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30464verbnet(retire, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30465verbnet(withdraw, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30466verbnet(depart, (s:_\np)/np, ['Source','Agent'], [10,'.',11]).
30467
30468%%% File:    ext/VerbNet/resign-10.11.xml
30469%%% Primary: NP V PP.source (resign-10.11)
30470%%% Syntax:  [np:Agent,v,prep:from,np:Source]
30471%%% CCG:     (s:_\np)/pp
30472%%% Roles:   [Agent]
30473%%% Example: I resigned from the military.
30474%%%
30475verbnet(vacate, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30476verbnet(resign, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30477verbnet(renounce, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30478verbnet(leave, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30479verbnet(quit, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30480verbnet(abdicate, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30481verbnet(retire, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30482verbnet(withdraw, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30483verbnet(depart, (s:_\np)/pp, ['Agent'], [10,'.',11]).
30484verbnet(from, pp/np, ['Source'], [10,.,11]).
30485
30486%%% File:    ext/VerbNet/risk-94.xml
30487%%% Primary: NP V S_ING (risk-94-1)
30488%%% Syntax:  [np:Agent,v,vp_ng:Theme]
30489%%% CCG:     (s:_\np)/ (s:ng\np)
30490%%% Roles:   [Theme,Agent]
30491%%% Example: I cannot risk smoking.
30492%%%
30493verbnet(chance, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [94,-,1]).
30494verbnet(risk, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [94,-,1]).
30495verbnet(hazard, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [94,-,1]).
30496
30497%%% File:    ext/VerbNet/risk-94.xml
30498%%% Primary: NP V NP (risk-94)
30499%%% Syntax:  [np:Agent,v,np:Theme]
30500%%% CCG:     (s:_\np)/np
30501%%% Roles:   [Theme,Agent]
30502%%% Example: I cannot risk my job.
30503%%%
30504verbnet(chance, (s:_\np)/np, ['Theme','Agent'], [94]).
30505verbnet(risk, (s:_\np)/np, ['Theme','Agent'], [94]).
30506verbnet(hazard, (s:_\np)/np, ['Theme','Agent'], [94]).
30507verbnet(bet, (s:_\np)/np, ['Theme','Agent'], [94]).
30508verbnet(gamble, (s:_\np)/np, ['Theme','Agent'], [94]).
30509verbnet(punt, (s:_\np)/np, ['Theme','Agent'], [94]).
30510verbnet(venture, (s:_\np)/np, ['Theme','Agent'], [94]).
30511verbnet(wager, (s:_\np)/np, ['Theme','Agent'], [94]).
30512
30513%%% File:    ext/VerbNet/risk-94.xml
30514%%% Primary: NP V that S (risk-94)
30515%%% Syntax:  [np:Agent,v,s:Theme]
30516%%% CCG:     (s:_\np)/s:_
30517%%% Roles:   [Theme,Agent]
30518%%% Example: I cannot risk that I get into trouble.
30519%%%
30520verbnet(chance, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30521verbnet(risk, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30522verbnet(hazard, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30523verbnet(bet, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30524verbnet(gamble, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30525verbnet(punt, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30526verbnet(venture, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30527verbnet(wager, (s:_\np)/s:_, ['Theme','Agent'], [94]).
30528
30529%%% File:    ext/VerbNet/roll-51.3.1.xml
30530%%% Primary: NP.theme V (roll-51.3.1)
30531%%% Syntax:  [np:Theme,v]
30532%%% CCG:     s:_\np
30533%%% Roles:   [Theme]
30534%%% Example: The ball rolled.
30535%%%
30536verbnet(bounce, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30537verbnet(drift, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30538verbnet(drop, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30539verbnet(float, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30540verbnet(glide, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30541verbnet(move, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30542verbnet(nose, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30543verbnet(roll, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30544verbnet(slide, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30545verbnet(swing, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30546verbnet(coil, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30547verbnet(revolve, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30548verbnet(rotate, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30549verbnet(spin, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30550verbnet(turn, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30551verbnet(twirl, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30552verbnet(twist, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30553verbnet(whirl, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30554verbnet(wind, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30555verbnet(snake, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30556verbnet(soar, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30557verbnet(spiral, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30558verbnet(undulate, s:_\np, ['Theme'], [51,'.',3,'.',1]).
30559
30560%%% File:    ext/VerbNet/roll-51.3.1.xml
30561%%% Primary: NP V PP.location (roll-51.3.1)
30562%%% Syntax:  [np:Theme,v,pp,np:Location]
30563%%% CCG:     (s:_\np)/pp
30564%%% Roles:   [Theme]
30565%%% Example: The ball rolled down the hill.
30566%%%
30567verbnet(bounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30568verbnet(drift, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30569verbnet(drop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30570verbnet(float, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30571verbnet(glide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30572verbnet(move, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30573verbnet(nose, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30574verbnet(roll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30575verbnet(slide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30576verbnet(swing, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30577verbnet(coil, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30578verbnet(revolve, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30579verbnet(rotate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30580verbnet(spin, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30581verbnet(turn, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30582verbnet(twirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30583verbnet(twist, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30584verbnet(whirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30585verbnet(wind, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30586verbnet(snake, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30587verbnet(soar, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30588verbnet(spiral, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30589verbnet(undulate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30590
30591%%% File:    ext/VerbNet/roll-51.3.1.xml
30592%%% Primary: NP V NP.theme (roll-51.3.1)
30593%%% Syntax:  [np:Agent,v,np:Theme]
30594%%% CCG:     (s:_\np)/np
30595%%% Roles:   [Theme,Agent]
30596%%% Example: Bill rolled the ball.
30597%%%
30598verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30599verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30600verbnet(drop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30601verbnet(float, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30602verbnet(glide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30603verbnet(move, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30604verbnet(nose, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30605verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30606verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30607verbnet(swing, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30608verbnet(coil, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30609verbnet(revolve, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30610verbnet(rotate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30611verbnet(spin, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30612verbnet(turn, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30613verbnet(twirl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30614verbnet(twist, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30615verbnet(whirl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30616verbnet(wind, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30617verbnet(snake, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30618verbnet(soar, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30619verbnet(spiral, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30620verbnet(undulate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30621
30622%%% File:    ext/VerbNet/roll-51.3.1.xml
30623%%% Primary: NP V NP PP.location (roll-51.3.1)
30624%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
30625%%% CCG:     ((s:_\np)/pp)/np
30626%%% Roles:   [Theme,Agent]
30627%%% Example: Bill rolled the ball down the hill.
30628%%%
30629verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30630verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30631verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30632verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30633verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30634verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30635verbnet(nose, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30636verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30637verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30638verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30639verbnet(coil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30640verbnet(revolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30641verbnet(rotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30642verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30643verbnet(turn, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30644verbnet(twirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30645verbnet(twist, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30646verbnet(whirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30647verbnet(wind, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30648verbnet(snake, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30649verbnet(soar, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30650verbnet(spiral, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30651verbnet(undulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30652
30653%%% File:    ext/VerbNet/roll-51.3.1.xml
30654%%% Primary: NP V ADJ (roll-51.3.1)
30655%%% Syntax:  [np:Theme,v,np:Result]
30656%%% CCG:     (s:_\np)/np
30657%%% Roles:   [Goal,Theme]
30658%%% Example: The drawer rolled open.
30659%%%
30660verbnet(bounce, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30661verbnet(drift, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30662verbnet(drop, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30663verbnet(float, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30664verbnet(glide, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30665verbnet(move, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30666verbnet(nose, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30667verbnet(roll, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30668verbnet(slide, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30669verbnet(swing, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30670verbnet(coil, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30671verbnet(revolve, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30672verbnet(rotate, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30673verbnet(spin, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30674verbnet(turn, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30675verbnet(twirl, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30676verbnet(twist, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30677verbnet(whirl, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30678verbnet(wind, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30679verbnet(snake, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30680verbnet(soar, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30681verbnet(spiral, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30682verbnet(undulate, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]).
30683
30684%%% File:    ext/VerbNet/roll-51.3.1.xml
30685%%% Primary: NP V PP.result (roll-51.3.1)
30686%%% Syntax:  [np:Theme,v,prep:to into,np:Result]
30687%%% CCG:     (s:_\np)/pp
30688%%% Roles:   [Theme]
30689%%% Example: The drawer rolled to an open position.
30690%%%
30691verbnet(bounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30692verbnet(drift, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30693verbnet(drop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30694verbnet(float, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30695verbnet(glide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30696verbnet(move, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30697verbnet(nose, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30698verbnet(roll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30699verbnet(slide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30700verbnet(swing, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30701verbnet(coil, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30702verbnet(revolve, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30703verbnet(rotate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30704verbnet(spin, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30705verbnet(turn, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30706verbnet(twirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30707verbnet(twist, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30708verbnet(whirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30709verbnet(wind, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30710verbnet(snake, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30711verbnet(soar, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30712verbnet(spiral, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30713verbnet(undulate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]).
30714verbnet(to, pp/np, ['Goal'], [51,.,3,.,1]).
30715verbnet(into, pp/np, ['Goal'], [51,.,3,.,1]).
30716
30717%%% File:    ext/VerbNet/roll-51.3.1.xml
30718%%% Primary: NP V NP ADJ (roll-51.3.1)
30719%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
30720%%% CCG:     ((s:_\np)/np)/np
30721%%% Roles:   [Theme,Goal,Agent]
30722%%% Example: Bill rolled the drawer open.
30723%%%
30724verbnet(bounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30725verbnet(drift, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30726verbnet(drop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30727verbnet(float, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30728verbnet(glide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30729verbnet(move, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30730verbnet(nose, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30731verbnet(roll, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30732verbnet(slide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30733verbnet(swing, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30734verbnet(coil, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30735verbnet(revolve, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30736verbnet(rotate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30737verbnet(spin, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30738verbnet(turn, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30739verbnet(twirl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30740verbnet(twist, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30741verbnet(whirl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30742verbnet(wind, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30743verbnet(snake, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30744verbnet(soar, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30745verbnet(spiral, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30746verbnet(undulate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]).
30747
30748%%% File:    ext/VerbNet/roll-51.3.1.xml
30749%%% Primary: NP V NP PP.result (roll-51.3.1)
30750%%% Syntax:  [np:Agent,v,np:Theme,prep:to into,np:Result]
30751%%% CCG:     ((s:_\np)/pp)/np
30752%%% Roles:   [Theme,Agent]
30753%%% Example: Bill rolled the drawer to an open position.
30754%%%
30755verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30756verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30757verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30758verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30759verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30760verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30761verbnet(nose, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30762verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30763verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30764verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30765verbnet(coil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30766verbnet(revolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30767verbnet(rotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30768verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30769verbnet(turn, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30770verbnet(twirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30771verbnet(twist, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30772verbnet(whirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30773verbnet(wind, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30774verbnet(snake, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30775verbnet(soar, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30776verbnet(spiral, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30777verbnet(undulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]).
30778verbnet(to, pp/np, ['Goal'], [51,.,3,.,1]).
30779verbnet(into, pp/np, ['Goal'], [51,.,3,.,1]).
30780
30781%%% File:    ext/VerbNet/rummage-35.5.xml
30782%%% Primary: NP V NP PP.theme (rummage-35.5-1)
30783%%% Syntax:  [np:Agent,v,np:Location,prep:for,np:Theme]
30784%%% CCG:     ((s:_\np)/pp)/np
30785%%% Roles:   [Location,Agent]
30786%%% Example: We rummaged the drawer for important documents.
30787%%%
30788verbnet(forage, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30789verbnet(grope, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30790verbnet(rifle, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30791verbnet(rummage, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30792verbnet(paw, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30793verbnet(delve, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30794verbnet(root, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30795verbnet(thumb, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30796verbnet(snoop, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30797verbnet(tunnel, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]).
30798verbnet(for, pp/np, ['Theme'], [35,.,5,-,1]).
30799
30800%%% File:    ext/VerbNet/rummage-35.5.xml
30801%%% Primary: NP V PP.location (rummage-35.5)
30802%%% Syntax:  [np:Agent,v,prep:over through into,np:Location]
30803%%% CCG:     (s:_\np)/pp
30804%%% Roles:   [Agent]
30805%%% Example: He pawed over the documents.
30806%%%
30807verbnet(forage, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30808verbnet(grope, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30809verbnet(rifle, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30810verbnet(rummage, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30811verbnet(paw, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30812verbnet(delve, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30813verbnet(root, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30814verbnet(thumb, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30815verbnet(snoop, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30816verbnet(tunnel, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30817verbnet(bore, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30818verbnet(burrow, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30819verbnet(fumble, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30820verbnet(leaf, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30821verbnet(listen, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30822verbnet(look, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30823verbnet(page, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30824verbnet(poke, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30825verbnet(scrabble, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30826verbnet(scratch, (s:_\np)/pp, ['Agent'], [35,'.',5]).
30827verbnet(over, pp/np, ['Location'], [35,.,5]).
30828verbnet(through, pp/np, ['Location'], [35,.,5]).
30829verbnet(into, pp/np, ['Location'], [35,.,5]).
30830
30831%%% File:    ext/VerbNet/rummage-35.5.xml
30832%%% Primary: NP V PP.location PP.theme (rummage-35.5)
30833%%% Syntax:  [np:Agent,v,pp,np:Location,prep:for,np:Theme]
30834%%% CCG:     ((s:_\np)/pp)/pp
30835%%% Roles:   [Agent]
30836%%% Example: He rummaged through the door for the ball.
30837%%%
30838verbnet(forage, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30839verbnet(grope, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30840verbnet(rifle, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30841verbnet(rummage, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30842verbnet(paw, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30843verbnet(delve, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30844verbnet(root, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30845verbnet(thumb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30846verbnet(snoop, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30847verbnet(tunnel, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30848verbnet(bore, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30849verbnet(burrow, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30850verbnet(fumble, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30851verbnet(leaf, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30852verbnet(listen, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30853verbnet(look, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30854verbnet(page, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30855verbnet(poke, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30856verbnet(scrabble, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30857verbnet(scratch, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]).
30858verbnet(for, pp/np, ['Theme'], [35,.,5]).
30859
30860%%% File:    ext/VerbNet/run-51.3.2.xml
30861%%% Primary: NP V (run-51.3.2)
30862%%% Syntax:  [np:Theme,v]
30863%%% CCG:     s:_\np
30864%%% Roles:   [Theme]
30865%%% Example: The horse jumped.
30866%%%
30867verbnet(amble, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30868verbnet(backpack, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30869verbnet(bolt, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30870verbnet(bounce, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30871verbnet(bound, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30872verbnet(bowl, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30873verbnet(canter, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30874verbnet(carom, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30875verbnet(cavort, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30876verbnet(charge, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30877verbnet(clamber, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30878verbnet(climb, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30879verbnet(clump, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30880verbnet(coast, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30881verbnet(crawl, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30882verbnet(creep, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30883verbnet(dart, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30884verbnet(dash, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30885verbnet(dodder, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30886verbnet(drift, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30887verbnet(file, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30888verbnet(flit, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30889verbnet(float, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30890verbnet(fly, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30891verbnet(frolic, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30892verbnet(gallop, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30893verbnet(gambol, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30894verbnet(ghost, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30895verbnet(glide, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30896verbnet(goose_step, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30897verbnet(hasten, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30898verbnet(hike, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30899verbnet(hobble, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30900verbnet(hop, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30901verbnet(hurry, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30902verbnet(hurtle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30903verbnet(inch, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30904verbnet(jog, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30905verbnet(journey, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30906verbnet(jump, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30907verbnet(leap, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30908verbnet(limp, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30909verbnet(lollop, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30910verbnet(lope, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30911verbnet(lumber, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30912verbnet(lurch, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30913verbnet(march, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30914verbnet(meander, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30915verbnet(mince, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30916verbnet(mosey, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30917verbnet(nip, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30918verbnet(overleap, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30919verbnet(pad, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30920verbnet(parade, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30921verbnet(perambulate, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30922verbnet(plod, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30923verbnet(prance, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30924verbnet(promenade, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30925verbnet(prowl, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30926verbnet(race, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30927verbnet(ramble, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30928verbnet(roam, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30929verbnet(roll, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30930verbnet(romp, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30931verbnet(rove, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30932verbnet(run, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30933verbnet(rush, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30934verbnet(sashay, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30935verbnet(saunter, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30936verbnet(scamper, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30937verbnet(scoot, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30938verbnet(scram, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30939verbnet(scramble, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30940verbnet(scud, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30941verbnet(scurry, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30942verbnet(scutter, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30943verbnet(scuttle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30944verbnet(shamble, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30945verbnet(shuffle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30946verbnet(sidle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30947verbnet(skedaddle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30948verbnet(skip, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30949verbnet(skitter, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30950verbnet(skulk, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30951verbnet(sleepwalk, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30952verbnet(slide, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30953verbnet(slink, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30954verbnet(slither, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30955verbnet(slog, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30956verbnet(slouch, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30957verbnet(sneak, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30958verbnet(somersault, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30959verbnet(speed, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30960verbnet(stagger, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30961verbnet(step, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30962verbnet(stomp, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30963verbnet(stray, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30964verbnet(streak, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30965verbnet(stride, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30966verbnet(stroll, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30967verbnet(strut, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30968verbnet(stumble, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30969verbnet(stump, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30970verbnet(swag, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30971verbnet(swagger, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30972verbnet(sweep, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30973verbnet(swerve, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30974verbnet(swim, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30975verbnet(tack, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30976verbnet(tear, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30977verbnet(tiptoe, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30978verbnet(toddle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30979verbnet(toil, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30980verbnet(totter, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30981verbnet(tour, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30982verbnet(traipse, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30983verbnet(tramp, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30984verbnet(travel, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30985verbnet(trek, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30986verbnet(troop, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30987verbnet(trot, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30988verbnet(trudge, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30989verbnet(trundle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30990verbnet(vault, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30991verbnet(waddle, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30992verbnet(wade, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30993verbnet(walk, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30994verbnet(wander, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30995verbnet(weave, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30996verbnet(whiz, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30997verbnet(wing, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30998verbnet(worm, s:_\np, ['Theme'], [51,'.',3,'.',2]).
30999verbnet(yaw, s:_\np, ['Theme'], [51,'.',3,'.',2]).
31000verbnet(zigzag, s:_\np, ['Theme'], [51,'.',3,'.',2]).
31001verbnet(zoom, s:_\np, ['Theme'], [51,'.',3,'.',2]).
31002verbnet(back, s:_\np, ['Theme'], [51,'.',3,'.',2]).
31003verbnet(trip, s:_\np, ['Theme'], [51,'.',3,'.',2]).
31004verbnet(pounce, s:_\np, ['Theme'], [51,'.',3,'.',2]).
31005
31006%%% File:    ext/VerbNet/run-51.3.2.xml
31007%%% Primary: NP V PP.location (run-51.3.2)
31008%%% Syntax:  [np:Theme,v,pp,np:Location]
31009%%% CCG:     (s:_\np)/pp
31010%%% Roles:   [Theme]
31011%%% Example: The horse jumped over the fence.
31012%%%
31013verbnet(amble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31014verbnet(backpack, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31015verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31016verbnet(bounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31017verbnet(bound, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31018verbnet(bowl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31019verbnet(canter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31020verbnet(carom, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31021verbnet(cavort, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31022verbnet(charge, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31023verbnet(clamber, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31024verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31025verbnet(clump, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31026verbnet(coast, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31027verbnet(crawl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31028verbnet(creep, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31029verbnet(dart, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31030verbnet(dash, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31031verbnet(dodder, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31032verbnet(drift, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31033verbnet(file, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31034verbnet(flit, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31035verbnet(float, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31036verbnet(fly, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31037verbnet(frolic, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31038verbnet(gallop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31039verbnet(gambol, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31040verbnet(ghost, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31041verbnet(glide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31042verbnet(goose_step, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31043verbnet(hasten, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31044verbnet(hike, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31045verbnet(hobble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31046verbnet(hop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31047verbnet(hurry, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31048verbnet(hurtle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31049verbnet(inch, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31050verbnet(jog, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31051verbnet(journey, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31052verbnet(jump, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31053verbnet(leap, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31054verbnet(limp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31055verbnet(lollop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31056verbnet(lope, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31057verbnet(lumber, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31058verbnet(lurch, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31059verbnet(march, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31060verbnet(meander, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31061verbnet(mince, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31062verbnet(mosey, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31063verbnet(nip, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31064verbnet(overleap, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31065verbnet(pad, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31066verbnet(parade, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31067verbnet(perambulate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31068verbnet(plod, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31069verbnet(prance, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31070verbnet(promenade, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31071verbnet(prowl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31072verbnet(race, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31073verbnet(ramble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31074verbnet(roam, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31075verbnet(roll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31076verbnet(romp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31077verbnet(rove, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31078verbnet(run, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31079verbnet(rush, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31080verbnet(sashay, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31081verbnet(saunter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31082verbnet(scamper, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31083verbnet(scoot, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31084verbnet(scram, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31085verbnet(scramble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31086verbnet(scud, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31087verbnet(scurry, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31088verbnet(scutter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31089verbnet(scuttle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31090verbnet(shamble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31091verbnet(shuffle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31092verbnet(sidle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31093verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31094verbnet(skip, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31095verbnet(skitter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31096verbnet(skulk, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31097verbnet(sleepwalk, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31098verbnet(slide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31099verbnet(slink, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31100verbnet(slither, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31101verbnet(slog, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31102verbnet(slouch, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31103verbnet(sneak, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31104verbnet(somersault, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31105verbnet(speed, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31106verbnet(stagger, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31107verbnet(step, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31108verbnet(stomp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31109verbnet(stray, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31110verbnet(streak, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31111verbnet(stride, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31112verbnet(stroll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31113verbnet(strut, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31114verbnet(stumble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31115verbnet(stump, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31116verbnet(swag, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31117verbnet(swagger, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31118verbnet(sweep, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31119verbnet(swerve, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31120verbnet(swim, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31121verbnet(tack, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31122verbnet(tear, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31123verbnet(tiptoe, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31124verbnet(toddle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31125verbnet(toil, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31126verbnet(totter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31127verbnet(tour, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31128verbnet(traipse, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31129verbnet(tramp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31130verbnet(travel, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31131verbnet(trek, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31132verbnet(troop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31133verbnet(trot, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31134verbnet(trudge, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31135verbnet(trundle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31136verbnet(vault, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31137verbnet(waddle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31138verbnet(wade, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31139verbnet(walk, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31140verbnet(wander, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31141verbnet(weave, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31142verbnet(whiz, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31143verbnet(wing, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31144verbnet(worm, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31145verbnet(yaw, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31146verbnet(zigzag, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31147verbnet(zoom, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31148verbnet(back, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31149verbnet(trip, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31150verbnet(pounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]).
31151
31152%%% File:    ext/VerbNet/run-51.3.2.xml
31153%%% Primary: NP V NP PP.location (run-51.3.2)
31154%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
31155%%% CCG:     ((s:_\np)/pp)/np
31156%%% Roles:   [Theme,Agent]
31157%%% Example: Tom jumped the horse over the fence.
31158%%%
31159verbnet(amble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31160verbnet(backpack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31161verbnet(bolt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31162verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31163verbnet(bound, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31164verbnet(bowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31165verbnet(canter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31166verbnet(carom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31167verbnet(cavort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31168verbnet(charge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31169verbnet(clamber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31170verbnet(climb, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31171verbnet(clump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31172verbnet(coast, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31173verbnet(crawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31174verbnet(creep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31175verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31176verbnet(dash, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31177verbnet(dodder, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31178verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31179verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31180verbnet(flit, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31181verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31182verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31183verbnet(frolic, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31184verbnet(gallop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31185verbnet(gambol, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31186verbnet(ghost, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31187verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31188verbnet(goose_step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31189verbnet(hasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31190verbnet(hike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31191verbnet(hobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31192verbnet(hop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31193verbnet(hurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31194verbnet(hurtle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31195verbnet(inch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31196verbnet(jog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31197verbnet(journey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31198verbnet(jump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31199verbnet(leap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31200verbnet(limp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31201verbnet(lollop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31202verbnet(lope, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31203verbnet(lumber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31204verbnet(lurch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31205verbnet(march, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31206verbnet(meander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31207verbnet(mince, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31208verbnet(mosey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31209verbnet(nip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31210verbnet(overleap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31211verbnet(pad, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31212verbnet(parade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31213verbnet(perambulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31214verbnet(plod, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31215verbnet(prance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31216verbnet(promenade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31217verbnet(prowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31218verbnet(race, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31219verbnet(ramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31220verbnet(roam, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31221verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31222verbnet(romp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31223verbnet(rove, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31224verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31225verbnet(rush, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31226verbnet(sashay, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31227verbnet(saunter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31228verbnet(scamper, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31229verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31230verbnet(scram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31231verbnet(scramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31232verbnet(scud, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31233verbnet(scurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31234verbnet(scutter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31235verbnet(scuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31236verbnet(shamble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31237verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31238verbnet(sidle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31239verbnet(skedaddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31240verbnet(skip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31241verbnet(skitter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31242verbnet(skulk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31243verbnet(sleepwalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31244verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31245verbnet(slink, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31246verbnet(slither, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31247verbnet(slog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31248verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31249verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31250verbnet(somersault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31251verbnet(speed, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31252verbnet(stagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31253verbnet(step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31254verbnet(stomp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31255verbnet(stray, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31256verbnet(streak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31257verbnet(stride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31258verbnet(stroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31259verbnet(strut, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31260verbnet(stumble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31261verbnet(stump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31262verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31263verbnet(swagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31264verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31265verbnet(swerve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31266verbnet(swim, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31267verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31268verbnet(tear, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31269verbnet(tiptoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31270verbnet(toddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31271verbnet(toil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31272verbnet(totter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31273verbnet(tour, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31274verbnet(traipse, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31275verbnet(tramp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31276verbnet(travel, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31277verbnet(trek, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31278verbnet(troop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31279verbnet(trot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31280verbnet(trudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31281verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31282verbnet(vault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31283verbnet(waddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31284verbnet(wade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31285verbnet(walk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31286verbnet(wander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31287verbnet(weave, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31288verbnet(whiz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31289verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31290verbnet(worm, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31291verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31292verbnet(zigzag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31293verbnet(zoom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31294verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31295verbnet(trip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31296verbnet(pounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31297
31298%%% File:    ext/VerbNet/run-51.3.2.xml
31299%%% Primary: NP V NP PP.location (run-51.3.2)
31300%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
31301%%% CCG:     ((s:_\np)/pp)/np
31302%%% Roles:   [Theme,Agent]
31303%%% Example: The lion tamer jumped the lions through the loop.
31304%%%
31305verbnet(amble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31306verbnet(backpack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31307verbnet(bolt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31308verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31309verbnet(bound, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31310verbnet(bowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31311verbnet(canter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31312verbnet(carom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31313verbnet(cavort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31314verbnet(charge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31315verbnet(clamber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31316verbnet(climb, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31317verbnet(clump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31318verbnet(coast, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31319verbnet(crawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31320verbnet(creep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31321verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31322verbnet(dash, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31323verbnet(dodder, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31324verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31325verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31326verbnet(flit, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31327verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31328verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31329verbnet(frolic, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31330verbnet(gallop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31331verbnet(gambol, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31332verbnet(ghost, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31333verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31334verbnet(goose_step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31335verbnet(hasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31336verbnet(hike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31337verbnet(hobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31338verbnet(hop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31339verbnet(hurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31340verbnet(hurtle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31341verbnet(inch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31342verbnet(jog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31343verbnet(journey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31344verbnet(jump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31345verbnet(leap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31346verbnet(limp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31347verbnet(lollop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31348verbnet(lope, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31349verbnet(lumber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31350verbnet(lurch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31351verbnet(march, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31352verbnet(meander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31353verbnet(mince, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31354verbnet(mosey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31355verbnet(nip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31356verbnet(overleap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31357verbnet(pad, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31358verbnet(parade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31359verbnet(perambulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31360verbnet(plod, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31361verbnet(prance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31362verbnet(promenade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31363verbnet(prowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31364verbnet(race, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31365verbnet(ramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31366verbnet(roam, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31367verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31368verbnet(romp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31369verbnet(rove, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31370verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31371verbnet(rush, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31372verbnet(sashay, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31373verbnet(saunter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31374verbnet(scamper, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31375verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31376verbnet(scram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31377verbnet(scramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31378verbnet(scud, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31379verbnet(scurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31380verbnet(scutter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31381verbnet(scuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31382verbnet(shamble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31383verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31384verbnet(sidle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31385verbnet(skedaddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31386verbnet(skip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31387verbnet(skitter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31388verbnet(skulk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31389verbnet(sleepwalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31390verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31391verbnet(slink, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31392verbnet(slither, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31393verbnet(slog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31394verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31395verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31396verbnet(somersault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31397verbnet(speed, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31398verbnet(stagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31399verbnet(step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31400verbnet(stomp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31401verbnet(stray, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31402verbnet(streak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31403verbnet(stride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31404verbnet(stroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31405verbnet(strut, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31406verbnet(stumble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31407verbnet(stump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31408verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31409verbnet(swagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31410verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31411verbnet(swerve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31412verbnet(swim, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31413verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31414verbnet(tear, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31415verbnet(tiptoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31416verbnet(toddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31417verbnet(toil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31418verbnet(totter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31419verbnet(tour, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31420verbnet(traipse, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31421verbnet(tramp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31422verbnet(travel, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31423verbnet(trek, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31424verbnet(troop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31425verbnet(trot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31426verbnet(trudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31427verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31428verbnet(vault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31429verbnet(waddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31430verbnet(wade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31431verbnet(walk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31432verbnet(wander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31433verbnet(weave, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31434verbnet(whiz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31435verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31436verbnet(worm, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31437verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31438verbnet(zigzag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31439verbnet(zoom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31440verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31441verbnet(trip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31442verbnet(pounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31443
31444%%% File:    ext/VerbNet/run-51.3.2.xml
31445%%% Primary: NP V NP (run-51.3.2)
31446%%% Syntax:  [np:Agent,v,np:Theme]
31447%%% CCG:     (s:_\np)/np
31448%%% Roles:   [Theme,Agent]
31449%%% Example: Tom jumped the horse.
31450%%%
31451verbnet(amble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31452verbnet(backpack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31453verbnet(bolt, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31454verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31455verbnet(bound, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31456verbnet(bowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31457verbnet(canter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31458verbnet(carom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31459verbnet(cavort, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31460verbnet(charge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31461verbnet(clamber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31462verbnet(climb, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31463verbnet(clump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31464verbnet(coast, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31465verbnet(crawl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31466verbnet(creep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31467verbnet(dart, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31468verbnet(dash, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31469verbnet(dodder, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31470verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31471verbnet(file, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31472verbnet(flit, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31473verbnet(float, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31474verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31475verbnet(frolic, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31476verbnet(gallop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31477verbnet(gambol, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31478verbnet(ghost, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31479verbnet(glide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31480verbnet(goose_step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31481verbnet(hasten, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31482verbnet(hike, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31483verbnet(hobble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31484verbnet(hop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31485verbnet(hurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31486verbnet(hurtle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31487verbnet(inch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31488verbnet(jog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31489verbnet(journey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31490verbnet(jump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31491verbnet(leap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31492verbnet(limp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31493verbnet(lollop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31494verbnet(lope, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31495verbnet(lumber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31496verbnet(lurch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31497verbnet(march, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31498verbnet(meander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31499verbnet(mince, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31500verbnet(mosey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31501verbnet(nip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31502verbnet(overleap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31503verbnet(pad, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31504verbnet(parade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31505verbnet(perambulate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31506verbnet(plod, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31507verbnet(prance, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31508verbnet(promenade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31509verbnet(prowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31510verbnet(race, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31511verbnet(ramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31512verbnet(roam, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31513verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31514verbnet(romp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31515verbnet(rove, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31516verbnet(run, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31517verbnet(rush, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31518verbnet(sashay, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31519verbnet(saunter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31520verbnet(scamper, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31521verbnet(scoot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31522verbnet(scram, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31523verbnet(scramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31524verbnet(scud, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31525verbnet(scurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31526verbnet(scutter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31527verbnet(scuttle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31528verbnet(shamble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31529verbnet(shuffle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31530verbnet(sidle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31531verbnet(skedaddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31532verbnet(skip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31533verbnet(skitter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31534verbnet(skulk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31535verbnet(sleepwalk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31536verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31537verbnet(slink, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31538verbnet(slither, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31539verbnet(slog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31540verbnet(slouch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31541verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31542verbnet(somersault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31543verbnet(speed, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31544verbnet(stagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31545verbnet(step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31546verbnet(stomp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31547verbnet(stray, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31548verbnet(streak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31549verbnet(stride, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31550verbnet(stroll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31551verbnet(strut, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31552verbnet(stumble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31553verbnet(stump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31554verbnet(swag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31555verbnet(swagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31556verbnet(sweep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31557verbnet(swerve, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31558verbnet(swim, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31559verbnet(tack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31560verbnet(tear, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31561verbnet(tiptoe, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31562verbnet(toddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31563verbnet(toil, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31564verbnet(totter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31565verbnet(tour, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31566verbnet(traipse, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31567verbnet(tramp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31568verbnet(travel, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31569verbnet(trek, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31570verbnet(troop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31571verbnet(trot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31572verbnet(trudge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31573verbnet(trundle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31574verbnet(vault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31575verbnet(waddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31576verbnet(wade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31577verbnet(walk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31578verbnet(wander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31579verbnet(weave, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31580verbnet(whiz, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31581verbnet(wing, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31582verbnet(worm, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31583verbnet(yaw, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31584verbnet(zigzag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31585verbnet(zoom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31586verbnet(back, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31587verbnet(trip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31588verbnet(pounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31589
31590%%% File:    ext/VerbNet/run-51.3.2.xml
31591%%% Primary: NP V NP (run-51.3.2)
31592%%% Syntax:  [np:Agent,v,np:Theme]
31593%%% CCG:     (s:_\np)/np
31594%%% Roles:   [Theme,Agent]
31595%%% Example: The lion tamer jumped the lions.
31596%%%
31597verbnet(amble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31598verbnet(backpack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31599verbnet(bolt, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31600verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31601verbnet(bound, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31602verbnet(bowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31603verbnet(canter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31604verbnet(carom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31605verbnet(cavort, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31606verbnet(charge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31607verbnet(clamber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31608verbnet(climb, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31609verbnet(clump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31610verbnet(coast, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31611verbnet(crawl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31612verbnet(creep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31613verbnet(dart, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31614verbnet(dash, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31615verbnet(dodder, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31616verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31617verbnet(file, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31618verbnet(flit, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31619verbnet(float, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31620verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31621verbnet(frolic, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31622verbnet(gallop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31623verbnet(gambol, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31624verbnet(ghost, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31625verbnet(glide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31626verbnet(goose_step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31627verbnet(hasten, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31628verbnet(hike, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31629verbnet(hobble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31630verbnet(hop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31631verbnet(hurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31632verbnet(hurtle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31633verbnet(inch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31634verbnet(jog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31635verbnet(journey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31636verbnet(jump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31637verbnet(leap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31638verbnet(limp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31639verbnet(lollop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31640verbnet(lope, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31641verbnet(lumber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31642verbnet(lurch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31643verbnet(march, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31644verbnet(meander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31645verbnet(mince, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31646verbnet(mosey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31647verbnet(nip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31648verbnet(overleap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31649verbnet(pad, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31650verbnet(parade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31651verbnet(perambulate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31652verbnet(plod, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31653verbnet(prance, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31654verbnet(promenade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31655verbnet(prowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31656verbnet(race, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31657verbnet(ramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31658verbnet(roam, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31659verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31660verbnet(romp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31661verbnet(rove, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31662verbnet(run, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31663verbnet(rush, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31664verbnet(sashay, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31665verbnet(saunter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31666verbnet(scamper, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31667verbnet(scoot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31668verbnet(scram, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31669verbnet(scramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31670verbnet(scud, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31671verbnet(scurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31672verbnet(scutter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31673verbnet(scuttle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31674verbnet(shamble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31675verbnet(shuffle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31676verbnet(sidle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31677verbnet(skedaddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31678verbnet(skip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31679verbnet(skitter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31680verbnet(skulk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31681verbnet(sleepwalk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31682verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31683verbnet(slink, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31684verbnet(slither, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31685verbnet(slog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31686verbnet(slouch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31687verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31688verbnet(somersault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31689verbnet(speed, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31690verbnet(stagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31691verbnet(step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31692verbnet(stomp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31693verbnet(stray, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31694verbnet(streak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31695verbnet(stride, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31696verbnet(stroll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31697verbnet(strut, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31698verbnet(stumble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31699verbnet(stump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31700verbnet(swag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31701verbnet(swagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31702verbnet(sweep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31703verbnet(swerve, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31704verbnet(swim, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31705verbnet(tack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31706verbnet(tear, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31707verbnet(tiptoe, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31708verbnet(toddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31709verbnet(toil, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31710verbnet(totter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31711verbnet(tour, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31712verbnet(traipse, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31713verbnet(tramp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31714verbnet(travel, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31715verbnet(trek, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31716verbnet(troop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31717verbnet(trot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31718verbnet(trudge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31719verbnet(trundle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31720verbnet(vault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31721verbnet(waddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31722verbnet(wade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31723verbnet(walk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31724verbnet(wander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31725verbnet(weave, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31726verbnet(whiz, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31727verbnet(wing, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31728verbnet(worm, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31729verbnet(yaw, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31730verbnet(zigzag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31731verbnet(zoom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31732verbnet(back, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31733verbnet(trip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31734verbnet(pounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
31735
31736%%% File:    ext/VerbNet/run-51.3.2.xml
31737%%% Primary: NP V NP (run-51.3.2)
31738%%% Syntax:  [np:Theme,v,np:Location]
31739%%% CCG:     (s:_\np)/np
31740%%% Roles:   [Location,Theme]
31741%%% Example: The horse jumped the stream.
31742%%%
31743verbnet(amble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31744verbnet(backpack, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31745verbnet(bolt, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31746verbnet(bounce, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31747verbnet(bound, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31748verbnet(bowl, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31749verbnet(canter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31750verbnet(carom, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31751verbnet(cavort, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31752verbnet(charge, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31753verbnet(clamber, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31754verbnet(climb, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31755verbnet(clump, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31756verbnet(coast, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31757verbnet(crawl, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31758verbnet(creep, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31759verbnet(dart, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31760verbnet(dash, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31761verbnet(dodder, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31762verbnet(drift, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31763verbnet(file, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31764verbnet(flit, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31765verbnet(float, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31766verbnet(fly, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31767verbnet(frolic, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31768verbnet(gallop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31769verbnet(gambol, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31770verbnet(ghost, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31771verbnet(glide, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31772verbnet(goose_step, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31773verbnet(hasten, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31774verbnet(hike, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31775verbnet(hobble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31776verbnet(hop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31777verbnet(hurry, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31778verbnet(hurtle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31779verbnet(inch, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31780verbnet(jog, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31781verbnet(journey, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31782verbnet(jump, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31783verbnet(leap, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31784verbnet(limp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31785verbnet(lollop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31786verbnet(lope, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31787verbnet(lumber, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31788verbnet(lurch, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31789verbnet(march, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31790verbnet(meander, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31791verbnet(mince, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31792verbnet(mosey, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31793verbnet(nip, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31794verbnet(overleap, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31795verbnet(pad, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31796verbnet(parade, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31797verbnet(perambulate, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31798verbnet(plod, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31799verbnet(prance, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31800verbnet(promenade, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31801verbnet(prowl, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31802verbnet(race, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31803verbnet(ramble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31804verbnet(roam, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31805verbnet(roll, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31806verbnet(romp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31807verbnet(rove, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31808verbnet(run, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31809verbnet(rush, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31810verbnet(sashay, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31811verbnet(saunter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31812verbnet(scamper, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31813verbnet(scoot, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31814verbnet(scram, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31815verbnet(scramble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31816verbnet(scud, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31817verbnet(scurry, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31818verbnet(scutter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31819verbnet(scuttle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31820verbnet(shamble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31821verbnet(shuffle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31822verbnet(sidle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31823verbnet(skedaddle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31824verbnet(skip, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31825verbnet(skitter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31826verbnet(skulk, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31827verbnet(sleepwalk, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31828verbnet(slide, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31829verbnet(slink, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31830verbnet(slither, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31831verbnet(slog, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31832verbnet(slouch, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31833verbnet(sneak, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31834verbnet(somersault, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31835verbnet(speed, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31836verbnet(stagger, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31837verbnet(step, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31838verbnet(stomp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31839verbnet(stray, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31840verbnet(streak, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31841verbnet(stride, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31842verbnet(stroll, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31843verbnet(strut, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31844verbnet(stumble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31845verbnet(stump, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31846verbnet(swag, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31847verbnet(swagger, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31848verbnet(sweep, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31849verbnet(swerve, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31850verbnet(swim, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31851verbnet(tack, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31852verbnet(tear, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31853verbnet(tiptoe, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31854verbnet(toddle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31855verbnet(toil, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31856verbnet(totter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31857verbnet(tour, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31858verbnet(traipse, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31859verbnet(tramp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31860verbnet(travel, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31861verbnet(trek, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31862verbnet(troop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31863verbnet(trot, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31864verbnet(trudge, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31865verbnet(trundle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31866verbnet(vault, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31867verbnet(waddle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31868verbnet(wade, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31869verbnet(walk, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31870verbnet(wander, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31871verbnet(weave, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31872verbnet(whiz, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31873verbnet(wing, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31874verbnet(worm, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31875verbnet(yaw, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31876verbnet(zigzag, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31877verbnet(zoom, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31878verbnet(back, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31879verbnet(trip, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31880verbnet(pounce, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]).
31881
31882%%% File:    ext/VerbNet/run-51.3.2.xml
31883%%% Primary: NP V NP ADJ (run-51.3.2)
31884%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
31885%%% CCG:     ((s:_\np)/np)/np
31886%%% Roles:   [Theme,Goal,Agent]
31887%%% Example: Tom walked the dog exhausted.
31888%%%
31889verbnet(amble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31890verbnet(backpack, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31891verbnet(bolt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31892verbnet(bounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31893verbnet(bound, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31894verbnet(bowl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31895verbnet(canter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31896verbnet(carom, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31897verbnet(cavort, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31898verbnet(charge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31899verbnet(clamber, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31900verbnet(climb, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31901verbnet(clump, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31902verbnet(coast, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31903verbnet(crawl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31904verbnet(creep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31905verbnet(dart, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31906verbnet(dash, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31907verbnet(dodder, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31908verbnet(drift, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31909verbnet(file, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31910verbnet(flit, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31911verbnet(float, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31912verbnet(fly, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31913verbnet(frolic, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31914verbnet(gallop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31915verbnet(gambol, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31916verbnet(ghost, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31917verbnet(glide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31918verbnet(goose_step, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31919verbnet(hasten, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31920verbnet(hike, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31921verbnet(hobble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31922verbnet(hop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31923verbnet(hurry, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31924verbnet(hurtle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31925verbnet(inch, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31926verbnet(jog, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31927verbnet(journey, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31928verbnet(jump, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31929verbnet(leap, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31930verbnet(limp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31931verbnet(lollop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31932verbnet(lope, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31933verbnet(lumber, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31934verbnet(lurch, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31935verbnet(march, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31936verbnet(meander, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31937verbnet(mince, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31938verbnet(mosey, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31939verbnet(nip, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31940verbnet(overleap, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31941verbnet(pad, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31942verbnet(parade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31943verbnet(perambulate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31944verbnet(plod, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31945verbnet(prance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31946verbnet(promenade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31947verbnet(prowl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31948verbnet(race, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31949verbnet(ramble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31950verbnet(roam, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31951verbnet(roll, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31952verbnet(romp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31953verbnet(rove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31954verbnet(run, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31955verbnet(rush, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31956verbnet(sashay, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31957verbnet(saunter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31958verbnet(scamper, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31959verbnet(scoot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31960verbnet(scram, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31961verbnet(scramble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31962verbnet(scud, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31963verbnet(scurry, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31964verbnet(scutter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31965verbnet(scuttle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31966verbnet(shamble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31967verbnet(shuffle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31968verbnet(sidle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31969verbnet(skedaddle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31970verbnet(skip, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31971verbnet(skitter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31972verbnet(skulk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31973verbnet(sleepwalk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31974verbnet(slide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31975verbnet(slink, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31976verbnet(slither, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31977verbnet(slog, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31978verbnet(slouch, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31979verbnet(sneak, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31980verbnet(somersault, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31981verbnet(speed, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31982verbnet(stagger, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31983verbnet(step, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31984verbnet(stomp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31985verbnet(stray, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31986verbnet(streak, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31987verbnet(stride, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31988verbnet(stroll, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31989verbnet(strut, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31990verbnet(stumble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31991verbnet(stump, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31992verbnet(swag, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31993verbnet(swagger, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31994verbnet(sweep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31995verbnet(swerve, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31996verbnet(swim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31997verbnet(tack, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31998verbnet(tear, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
31999verbnet(tiptoe, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32000verbnet(toddle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32001verbnet(toil, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32002verbnet(totter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32003verbnet(tour, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32004verbnet(traipse, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32005verbnet(tramp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32006verbnet(travel, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32007verbnet(trek, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32008verbnet(troop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32009verbnet(trot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32010verbnet(trudge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32011verbnet(trundle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32012verbnet(vault, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32013verbnet(waddle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32014verbnet(wade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32015verbnet(walk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32016verbnet(wander, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32017verbnet(weave, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32018verbnet(whiz, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32019verbnet(wing, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32020verbnet(worm, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32021verbnet(yaw, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32022verbnet(zigzag, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32023verbnet(zoom, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32024verbnet(back, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32025verbnet(trip, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32026verbnet(pounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]).
32027
32028%%% File:    ext/VerbNet/run-51.3.2.xml
32029%%% Primary: NP V NP PP.result (run-51.3.2)
32030%%% Syntax:  [np:Agent,v,np:Theme,prep:to into,np:Result]
32031%%% CCG:     ((s:_\np)/pp)/np
32032%%% Roles:   [Theme,Agent]
32033%%% Example: Tom walked the dog to exhaustion.
32034%%%
32035verbnet(amble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32036verbnet(backpack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32037verbnet(bolt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32038verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32039verbnet(bound, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32040verbnet(bowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32041verbnet(canter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32042verbnet(carom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32043verbnet(cavort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32044verbnet(charge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32045verbnet(clamber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32046verbnet(climb, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32047verbnet(clump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32048verbnet(coast, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32049verbnet(crawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32050verbnet(creep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32051verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32052verbnet(dash, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32053verbnet(dodder, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32054verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32055verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32056verbnet(flit, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32057verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32058verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32059verbnet(frolic, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32060verbnet(gallop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32061verbnet(gambol, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32062verbnet(ghost, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32063verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32064verbnet(goose_step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32065verbnet(hasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32066verbnet(hike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32067verbnet(hobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32068verbnet(hop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32069verbnet(hurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32070verbnet(hurtle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32071verbnet(inch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32072verbnet(jog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32073verbnet(journey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32074verbnet(jump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32075verbnet(leap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32076verbnet(limp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32077verbnet(lollop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32078verbnet(lope, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32079verbnet(lumber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32080verbnet(lurch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32081verbnet(march, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32082verbnet(meander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32083verbnet(mince, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32084verbnet(mosey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32085verbnet(nip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32086verbnet(overleap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32087verbnet(pad, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32088verbnet(parade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32089verbnet(perambulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32090verbnet(plod, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32091verbnet(prance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32092verbnet(promenade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32093verbnet(prowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32094verbnet(race, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32095verbnet(ramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32096verbnet(roam, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32097verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32098verbnet(romp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32099verbnet(rove, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32100verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32101verbnet(rush, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32102verbnet(sashay, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32103verbnet(saunter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32104verbnet(scamper, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32105verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32106verbnet(scram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32107verbnet(scramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32108verbnet(scud, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32109verbnet(scurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32110verbnet(scutter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32111verbnet(scuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32112verbnet(shamble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32113verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32114verbnet(sidle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32115verbnet(skedaddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32116verbnet(skip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32117verbnet(skitter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32118verbnet(skulk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32119verbnet(sleepwalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32120verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32121verbnet(slink, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32122verbnet(slither, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32123verbnet(slog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32124verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32125verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32126verbnet(somersault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32127verbnet(speed, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32128verbnet(stagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32129verbnet(step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32130verbnet(stomp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32131verbnet(stray, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32132verbnet(streak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32133verbnet(stride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32134verbnet(stroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32135verbnet(strut, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32136verbnet(stumble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32137verbnet(stump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32138verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32139verbnet(swagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32140verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32141verbnet(swerve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32142verbnet(swim, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32143verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32144verbnet(tear, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32145verbnet(tiptoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32146verbnet(toddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32147verbnet(toil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32148verbnet(totter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32149verbnet(tour, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32150verbnet(traipse, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32151verbnet(tramp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32152verbnet(travel, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32153verbnet(trek, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32154verbnet(troop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32155verbnet(trot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32156verbnet(trudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32157verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32158verbnet(vault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32159verbnet(waddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32160verbnet(wade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32161verbnet(walk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32162verbnet(wander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32163verbnet(weave, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32164verbnet(whiz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32165verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32166verbnet(worm, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32167verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32168verbnet(zigzag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32169verbnet(zoom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32170verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32171verbnet(trip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32172verbnet(pounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]).
32173verbnet(to, pp/np, ['Goal'], [51,.,3,.,2]).
32174verbnet(into, pp/np, ['Goal'], [51,.,3,.,2]).
32175
32176%%% File:    ext/VerbNet/run-51.3.2.xml
32177%%% Primary: There V PP NP (run-51.3.2)
32178%%% Syntax:  [lex:there,v,pp,np:Location,np:Theme]
32179%%% CCG:     ((s:_\lex:there)/np)/pp
32180%%% Roles:   [Theme]
32181%%% Example: There jumped out of the box a little white rabbit.
32182%%%
32183verbnet(amble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32184verbnet(backpack, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32185verbnet(bolt, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32186verbnet(bounce, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32187verbnet(bound, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32188verbnet(bowl, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32189verbnet(canter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32190verbnet(carom, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32191verbnet(cavort, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32192verbnet(charge, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32193verbnet(clamber, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32194verbnet(climb, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32195verbnet(clump, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32196verbnet(coast, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32197verbnet(crawl, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32198verbnet(creep, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32199verbnet(dart, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32200verbnet(dash, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32201verbnet(dodder, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32202verbnet(drift, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32203verbnet(file, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32204verbnet(flit, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32205verbnet(float, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32206verbnet(fly, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32207verbnet(frolic, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32208verbnet(gallop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32209verbnet(gambol, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32210verbnet(ghost, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32211verbnet(glide, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32212verbnet(goose_step, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32213verbnet(hasten, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32214verbnet(hike, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32215verbnet(hobble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32216verbnet(hop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32217verbnet(hurry, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32218verbnet(hurtle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32219verbnet(inch, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32220verbnet(jog, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32221verbnet(journey, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32222verbnet(jump, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32223verbnet(leap, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32224verbnet(limp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32225verbnet(lollop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32226verbnet(lope, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32227verbnet(lumber, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32228verbnet(lurch, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32229verbnet(march, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32230verbnet(meander, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32231verbnet(mince, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32232verbnet(mosey, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32233verbnet(nip, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32234verbnet(overleap, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32235verbnet(pad, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32236verbnet(parade, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32237verbnet(perambulate, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32238verbnet(plod, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32239verbnet(prance, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32240verbnet(promenade, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32241verbnet(prowl, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32242verbnet(race, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32243verbnet(ramble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32244verbnet(roam, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32245verbnet(roll, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32246verbnet(romp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32247verbnet(rove, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32248verbnet(run, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32249verbnet(rush, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32250verbnet(sashay, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32251verbnet(saunter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32252verbnet(scamper, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32253verbnet(scoot, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32254verbnet(scram, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32255verbnet(scramble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32256verbnet(scud, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32257verbnet(scurry, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32258verbnet(scutter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32259verbnet(scuttle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32260verbnet(shamble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32261verbnet(shuffle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32262verbnet(sidle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32263verbnet(skedaddle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32264verbnet(skip, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32265verbnet(skitter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32266verbnet(skulk, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32267verbnet(sleepwalk, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32268verbnet(slide, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32269verbnet(slink, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32270verbnet(slither, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32271verbnet(slog, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32272verbnet(slouch, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32273verbnet(sneak, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32274verbnet(somersault, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32275verbnet(speed, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32276verbnet(stagger, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32277verbnet(step, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32278verbnet(stomp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32279verbnet(stray, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32280verbnet(streak, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32281verbnet(stride, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32282verbnet(stroll, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32283verbnet(strut, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32284verbnet(stumble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32285verbnet(stump, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32286verbnet(swag, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32287verbnet(swagger, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32288verbnet(sweep, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32289verbnet(swerve, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32290verbnet(swim, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32291verbnet(tack, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32292verbnet(tear, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32293verbnet(tiptoe, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32294verbnet(toddle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32295verbnet(toil, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32296verbnet(totter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32297verbnet(tour, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32298verbnet(traipse, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32299verbnet(tramp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32300verbnet(travel, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32301verbnet(trek, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32302verbnet(troop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32303verbnet(trot, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32304verbnet(trudge, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32305verbnet(trundle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32306verbnet(vault, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32307verbnet(waddle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32308verbnet(wade, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32309verbnet(walk, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32310verbnet(wander, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32311verbnet(weave, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32312verbnet(whiz, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32313verbnet(wing, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32314verbnet(worm, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32315verbnet(yaw, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32316verbnet(zigzag, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32317verbnet(zoom, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32318verbnet(back, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32319verbnet(trip, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32320verbnet(pounce, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]).
32321
32322%%% File:    ext/VerbNet/run-51.3.2.xml
32323%%% Primary: There V NP PP (run-51.3.2)
32324%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
32325%%% CCG:     ((s:_\lex:there)/pp)/np
32326%%% Roles:   [Theme]
32327%%% Example: There jumped a little white rabbit out of the box.
32328%%%
32329verbnet(amble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32330verbnet(backpack, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32331verbnet(bolt, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32332verbnet(bounce, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32333verbnet(bound, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32334verbnet(bowl, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32335verbnet(canter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32336verbnet(carom, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32337verbnet(cavort, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32338verbnet(charge, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32339verbnet(clamber, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32340verbnet(climb, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32341verbnet(clump, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32342verbnet(coast, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32343verbnet(crawl, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32344verbnet(creep, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32345verbnet(dart, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32346verbnet(dash, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32347verbnet(dodder, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32348verbnet(drift, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32349verbnet(file, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32350verbnet(flit, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32351verbnet(float, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32352verbnet(fly, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32353verbnet(frolic, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32354verbnet(gallop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32355verbnet(gambol, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32356verbnet(ghost, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32357verbnet(glide, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32358verbnet(goose_step, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32359verbnet(hasten, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32360verbnet(hike, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32361verbnet(hobble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32362verbnet(hop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32363verbnet(hurry, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32364verbnet(hurtle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32365verbnet(inch, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32366verbnet(jog, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32367verbnet(journey, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32368verbnet(jump, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32369verbnet(leap, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32370verbnet(limp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32371verbnet(lollop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32372verbnet(lope, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32373verbnet(lumber, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32374verbnet(lurch, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32375verbnet(march, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32376verbnet(meander, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32377verbnet(mince, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32378verbnet(mosey, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32379verbnet(nip, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32380verbnet(overleap, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32381verbnet(pad, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32382verbnet(parade, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32383verbnet(perambulate, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32384verbnet(plod, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32385verbnet(prance, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32386verbnet(promenade, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32387verbnet(prowl, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32388verbnet(race, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32389verbnet(ramble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32390verbnet(roam, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32391verbnet(roll, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32392verbnet(romp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32393verbnet(rove, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32394verbnet(run, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32395verbnet(rush, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32396verbnet(sashay, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32397verbnet(saunter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32398verbnet(scamper, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32399verbnet(scoot, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32400verbnet(scram, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32401verbnet(scramble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32402verbnet(scud, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32403verbnet(scurry, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32404verbnet(scutter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32405verbnet(scuttle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32406verbnet(shamble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32407verbnet(shuffle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32408verbnet(sidle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32409verbnet(skedaddle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32410verbnet(skip, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32411verbnet(skitter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32412verbnet(skulk, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32413verbnet(sleepwalk, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32414verbnet(slide, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32415verbnet(slink, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32416verbnet(slither, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32417verbnet(slog, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32418verbnet(slouch, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32419verbnet(sneak, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32420verbnet(somersault, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32421verbnet(speed, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32422verbnet(stagger, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32423verbnet(step, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32424verbnet(stomp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32425verbnet(stray, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32426verbnet(streak, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32427verbnet(stride, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32428verbnet(stroll, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32429verbnet(strut, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32430verbnet(stumble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32431verbnet(stump, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32432verbnet(swag, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32433verbnet(swagger, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32434verbnet(sweep, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32435verbnet(swerve, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32436verbnet(swim, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32437verbnet(tack, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32438verbnet(tear, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32439verbnet(tiptoe, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32440verbnet(toddle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32441verbnet(toil, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32442verbnet(totter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32443verbnet(tour, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32444verbnet(traipse, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32445verbnet(tramp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32446verbnet(travel, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32447verbnet(trek, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32448verbnet(troop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32449verbnet(trot, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32450verbnet(trudge, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32451verbnet(trundle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32452verbnet(vault, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32453verbnet(waddle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32454verbnet(wade, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32455verbnet(walk, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32456verbnet(wander, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32457verbnet(weave, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32458verbnet(whiz, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32459verbnet(wing, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32460verbnet(worm, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32461verbnet(yaw, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32462verbnet(zigzag, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32463verbnet(zoom, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32464verbnet(back, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32465verbnet(trip, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32466verbnet(pounce, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]).
32467
32468%%% File:    ext/VerbNet/run-51.3.2.xml
32469%%% Primary: PP.location V NP (run-51.3.2)
32470%%% Syntax:  [pp,np:Location,v,np:Theme]
32471%%% CCG:     (s:_\pp)/np
32472%%% Roles:   [Theme]
32473%%% Example: Out of the box jumped a little white rabbit.
32474%%%
32475verbnet(amble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32476verbnet(backpack, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32477verbnet(bolt, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32478verbnet(bounce, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32479verbnet(bound, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32480verbnet(bowl, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32481verbnet(canter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32482verbnet(carom, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32483verbnet(cavort, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32484verbnet(charge, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32485verbnet(clamber, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32486verbnet(climb, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32487verbnet(clump, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32488verbnet(coast, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32489verbnet(crawl, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32490verbnet(creep, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32491verbnet(dart, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32492verbnet(dash, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32493verbnet(dodder, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32494verbnet(drift, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32495verbnet(file, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32496verbnet(flit, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32497verbnet(float, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32498verbnet(fly, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32499verbnet(frolic, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32500verbnet(gallop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32501verbnet(gambol, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32502verbnet(ghost, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32503verbnet(glide, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32504verbnet(goose_step, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32505verbnet(hasten, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32506verbnet(hike, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32507verbnet(hobble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32508verbnet(hop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32509verbnet(hurry, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32510verbnet(hurtle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32511verbnet(inch, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32512verbnet(jog, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32513verbnet(journey, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32514verbnet(jump, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32515verbnet(leap, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32516verbnet(limp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32517verbnet(lollop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32518verbnet(lope, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32519verbnet(lumber, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32520verbnet(lurch, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32521verbnet(march, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32522verbnet(meander, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32523verbnet(mince, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32524verbnet(mosey, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32525verbnet(nip, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32526verbnet(overleap, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32527verbnet(pad, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32528verbnet(parade, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32529verbnet(perambulate, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32530verbnet(plod, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32531verbnet(prance, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32532verbnet(promenade, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32533verbnet(prowl, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32534verbnet(race, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32535verbnet(ramble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32536verbnet(roam, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32537verbnet(roll, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32538verbnet(romp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32539verbnet(rove, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32540verbnet(run, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32541verbnet(rush, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32542verbnet(sashay, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32543verbnet(saunter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32544verbnet(scamper, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32545verbnet(scoot, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32546verbnet(scram, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32547verbnet(scramble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32548verbnet(scud, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32549verbnet(scurry, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32550verbnet(scutter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32551verbnet(scuttle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32552verbnet(shamble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32553verbnet(shuffle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32554verbnet(sidle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32555verbnet(skedaddle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32556verbnet(skip, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32557verbnet(skitter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32558verbnet(skulk, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32559verbnet(sleepwalk, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32560verbnet(slide, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32561verbnet(slink, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32562verbnet(slither, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32563verbnet(slog, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32564verbnet(slouch, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32565verbnet(sneak, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32566verbnet(somersault, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32567verbnet(speed, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32568verbnet(stagger, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32569verbnet(step, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32570verbnet(stomp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32571verbnet(stray, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32572verbnet(streak, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32573verbnet(stride, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32574verbnet(stroll, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32575verbnet(strut, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32576verbnet(stumble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32577verbnet(stump, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32578verbnet(swag, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32579verbnet(swagger, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32580verbnet(sweep, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32581verbnet(swerve, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32582verbnet(swim, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32583verbnet(tack, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32584verbnet(tear, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32585verbnet(tiptoe, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32586verbnet(toddle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32587verbnet(toil, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32588verbnet(totter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32589verbnet(tour, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32590verbnet(traipse, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32591verbnet(tramp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32592verbnet(travel, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32593verbnet(trek, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32594verbnet(troop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32595verbnet(trot, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32596verbnet(trudge, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32597verbnet(trundle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32598verbnet(vault, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32599verbnet(waddle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32600verbnet(wade, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32601verbnet(walk, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32602verbnet(wander, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32603verbnet(weave, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32604verbnet(whiz, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32605verbnet(wing, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32606verbnet(worm, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32607verbnet(yaw, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32608verbnet(zigzag, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32609verbnet(zoom, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32610verbnet(back, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32611verbnet(trip, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32612verbnet(pounce, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]).
32613
32614%%% File:    ext/VerbNet/rush-53.2.xml
32615%%% Primary: NP V PP.theme (rush-53.2)
32616%%% Syntax:  [np:Agent,v,prep:with,np:Theme]
32617%%% CCG:     (s:_\np)/pp
32618%%% Roles:   [Agent]
32619%%% Example: Maggie hurried with her lunch.
32620%%%
32621verbnet(hasten, (s:_\np)/pp, ['Agent'], [53,'.',2]).
32622verbnet(hurry, (s:_\np)/pp, ['Agent'], [53,'.',2]).
32623verbnet(rush, (s:_\np)/pp, ['Agent'], [53,'.',2]).
32624verbnet(with, pp/np, ['Theme'], [53,.,2]).
32625
32626%%% File:    ext/VerbNet/rush-53.2.xml
32627%%% Primary: NP V NP.theme (rush-53.2)
32628%%% Syntax:  [np:Agent,v,np:Theme]
32629%%% CCG:     (s:_\np)/np
32630%%% Roles:   [Theme,Agent]
32631%%% Example: Maggie hurried her sister.
32632%%%
32633verbnet(hasten, (s:_\np)/np, ['Theme','Agent'], [53,'.',2]).
32634verbnet(hurry, (s:_\np)/np, ['Theme','Agent'], [53,'.',2]).
32635verbnet(rush, (s:_\np)/np, ['Theme','Agent'], [53,'.',2]).
32636
32637%%% File:    ext/VerbNet/rush-53.2.xml
32638%%% Primary: NP V PP.theme (rush-53.2)
32639%%% Syntax:  [np:Agent,v,prep:through,np:Theme]
32640%%% CCG:     (s:_\np)/pp
32641%%% Roles:   [Agent]
32642%%% Example: Mary hurried through the museum.
32643%%%
32644verbnet(hasten, (s:_\np)/pp, ['Agent'], [53,'.',2]).
32645verbnet(hurry, (s:_\np)/pp, ['Agent'], [53,'.',2]).
32646verbnet(rush, (s:_\np)/pp, ['Agent'], [53,'.',2]).
32647verbnet(through, pp/np, ['Theme'], [53,.,2]).
32648
32649%%% File:    ext/VerbNet/say-37.7.xml
32650%%% Primary: NP V NP PP.recipient (say-37.7-1-1)
32651%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
32652%%% CCG:     ((s:_\np)/pp)/np
32653%%% Roles:   [Topic,Agent]
32654%%% Example: John suggested eye glasses to her.
32655%%%
32656verbnet(purpose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32657verbnet(suggest, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32658verbnet(recommend, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32659verbnet(to, pp/np, ['Recipient'], [37,.,7,-,1,-,1]).
32660
32661%%% File:    ext/VerbNet/say-37.7.xml
32662%%% Primary: NP V PP.recipient how S (say-37.7-1-1)
32663%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32664%%% CCG:     ((s:_\np)/s:_)/pp
32665%%% Roles:   [Topic,Agent]
32666%%% Example: John suggested to her how she could do it.
32667%%%
32668verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32669verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32670verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32671
32672%%% File:    ext/VerbNet/say-37.7.xml
32673%%% Primary: NP V PP.recipient how S_INF (say-37.7-1-1)
32674%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32675%%% CCG:     ((s:_\np)/s:_)/pp
32676%%% Roles:   [Topic,Agent]
32677%%% Example: John suggested to her how to do it.
32678%%%
32679verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32680verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32681verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32682
32683%%% File:    ext/VerbNet/say-37.7.xml
32684%%% Primary: NP V PP.recipient that S (say-37.7-1-1)
32685%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32686%%% CCG:     ((s:_\np)/s:_)/pp
32687%%% Roles:   [Topic,Agent]
32688%%% Example: John suggested to him that he goes.
32689%%%
32690verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32691verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32692verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32693
32694%%% File:    ext/VerbNet/say-37.7.xml
32695%%% Primary: NP V PP.recipient that S (say-37.7-1-1)
32696%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32697%%% CCG:     ((s:_\np)/s:_)/pp
32698%%% Roles:   [Topic,Agent]
32699%%% Example: John suggested to him that he go.
32700%%%
32701verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32702verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32703verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32704
32705%%% File:    ext/VerbNet/say-37.7.xml
32706%%% Primary: NP V PP.recipient what S (say-37.7-1-1)
32707%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32708%%% CCG:     ((s:_\np)/s:_)/pp
32709%%% Roles:   [Topic,Agent]
32710%%% Example: John suggested to her what she could do.
32711%%%
32712verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32713verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32714verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32715
32716%%% File:    ext/VerbNet/say-37.7.xml
32717%%% Primary: NP V PP.recipient what S_INF (say-37.7-1-1)
32718%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32719%%% CCG:     ((s:_\np)/s:_)/pp
32720%%% Roles:   [Topic,Agent]
32721%%% Example: John suggested to her what to do.
32722%%%
32723verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32724verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32725verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]).
32726
32727%%% File:    ext/VerbNet/say-37.7.xml
32728%%% Primary: NP V that S (say-37.7-1)
32729%%% Syntax:  [np:Agent,v,s:Topic]
32730%%% CCG:     (s:_\np)/s:_
32731%%% Roles:   [Topic,Agent]
32732%%% Example: He ordered that he go.
32733%%%
32734verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32735verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32736verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32737verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32738verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32739verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32740verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32741verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32742verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32743verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32744verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32745verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32746verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32747verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32748verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32749verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32750verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32751verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32752verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32753verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32754verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32755verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32756verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32757verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32758verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32759verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32760verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32761verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32762verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32763verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32764
32765%%% File:    ext/VerbNet/say-37.7.xml
32766%%% Primary: NP V that S (say-37.7-1)
32767%%% Syntax:  [np:Agent,v,s:Topic]
32768%%% CCG:     (s:_\np)/s:_
32769%%% Roles:   [Topic,Agent]
32770%%% Example: John suggested that he should go.
32771%%%
32772verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32773verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32774verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32775verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32776verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32777verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32778verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32779verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32780verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32781verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32782verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32783verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32784verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32785verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32786verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32787verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32788verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32789verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32790verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32791verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32792verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32793verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32794verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32795verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32796verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32797verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32798verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32799verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32800verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32801verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]).
32802
32803%%% File:    ext/VerbNet/say-37.7.xml
32804%%% Primary: NP V NP PP.recipient (say-37.7-2)
32805%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
32806%%% CCG:     ((s:_\np)/pp)/np
32807%%% Roles:   [Topic,Agent]
32808%%% Example: He suggested it to her.
32809%%%
32810verbnet(hint, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,2]).
32811verbnet(to, pp/np, ['Recipient'], [37,.,7,-,2]).
32812
32813%%% File:    ext/VerbNet/say-37.7.xml
32814%%% Primary: NP V PP.recipient how S (say-37.7-2)
32815%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32816%%% CCG:     ((s:_\np)/s:_)/pp
32817%%% Roles:   [Topic,Agent]
32818%%% Example: John suggested to her how she could do it.
32819%%%
32820verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]).
32821
32822%%% File:    ext/VerbNet/say-37.7.xml
32823%%% Primary: NP V PP.recipient how S_INF (say-37.7-2)
32824%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32825%%% CCG:     ((s:_\np)/s:_)/pp
32826%%% Roles:   [Topic,Agent]
32827%%% Example: John suggested to her how to do it.
32828%%%
32829verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]).
32830
32831%%% File:    ext/VerbNet/say-37.7.xml
32832%%% Primary: NP V PP.recipient that S (say-37.7-2)
32833%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32834%%% CCG:     ((s:_\np)/s:_)/pp
32835%%% Roles:   [Topic,Agent]
32836%%% Example: John suggested to him that he goes.
32837%%%
32838verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]).
32839
32840%%% File:    ext/VerbNet/say-37.7.xml
32841%%% Primary: NP V PP.recipient that S (say-37.7-2)
32842%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32843%%% CCG:     ((s:_\np)/s:_)/pp
32844%%% Roles:   [Topic,Agent]
32845%%% Example: John suggested to him that he go.
32846%%%
32847verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]).
32848
32849%%% File:    ext/VerbNet/say-37.7.xml
32850%%% Primary: NP V PP.recipient what S (say-37.7-2)
32851%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32852%%% CCG:     ((s:_\np)/s:_)/pp
32853%%% Roles:   [Topic,Agent]
32854%%% Example: John suggested to her what she could do.
32855%%%
32856verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]).
32857
32858%%% File:    ext/VerbNet/say-37.7.xml
32859%%% Primary: NP V PP.recipient what S_INF (say-37.7-2)
32860%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32861%%% CCG:     ((s:_\np)/s:_)/pp
32862%%% Roles:   [Topic,Agent]
32863%%% Example: John suggested to her what to do.
32864%%%
32865verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]).
32866
32867%%% File:    ext/VerbNet/say-37.7.xml
32868%%% Primary: NP V NP.topic (say-37.7)
32869%%% Syntax:  [np:Agent,v,np:Topic]
32870%%% CCG:     (s:_\np)/np
32871%%% Roles:   [Topic,Agent]
32872%%% Example: Ellen said a few words.
32873%%%
32874verbnet(purpose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32875verbnet(suggest, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32876verbnet(recommend, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32877verbnet(advise, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32878verbnet(announce, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32879verbnet(articulate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32880verbnet(blab, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32881verbnet(blurt, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32882verbnet(claim, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32883verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32884verbnet(confide, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32885verbnet(convey, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32886verbnet(declare, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32887verbnet(interject, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32888verbnet(interpose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32889verbnet(mention, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32890verbnet(observe, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32891verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32892verbnet(propose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32893verbnet(recount, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32894verbnet(reiterate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32895verbnet(relate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32896verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32897verbnet(say, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32898verbnet(state, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32899verbnet(volunteer, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32900verbnet(repeat, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32901verbnet(remark, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32902verbnet(note, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32903verbnet(report, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32904verbnet(hint, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32905verbnet(add, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32906verbnet(allege, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32907verbnet(disclose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32908verbnet(divulge, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32909verbnet(exclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32910verbnet(insinuate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32911verbnet(insist, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32912verbnet(intimate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32913verbnet(leak, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32914verbnet(reply, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32915verbnet(respond, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32916verbnet(retort, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32917verbnet(promulgate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32918verbnet(utter, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32919verbnet(venture, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32920verbnet(vocalize, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32921verbnet(voice, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32922verbnet(volunteer, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32923verbnet(write, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]).
32924
32925%%% File:    ext/VerbNet/say-37.7.xml
32926%%% Primary: NP V NP PP.recipient (say-37.7)
32927%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
32928%%% CCG:     ((s:_\np)/pp)/np
32929%%% Roles:   [Topic,Agent]
32930%%% Example: Ellen said a few words to Helen.
32931%%%
32932verbnet(purpose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32933verbnet(suggest, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32934verbnet(recommend, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32935verbnet(advise, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32936verbnet(announce, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32937verbnet(articulate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32938verbnet(blab, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32939verbnet(blurt, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32940verbnet(claim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32941verbnet(confess, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32942verbnet(confide, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32943verbnet(convey, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32944verbnet(declare, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32945verbnet(interject, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32946verbnet(interpose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32947verbnet(mention, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32948verbnet(observe, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32949verbnet(proclaim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32950verbnet(propose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32951verbnet(recount, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32952verbnet(reiterate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32953verbnet(relate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32954verbnet(reveal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32955verbnet(say, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32956verbnet(state, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32957verbnet(volunteer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32958verbnet(repeat, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32959verbnet(remark, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32960verbnet(note, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32961verbnet(report, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32962verbnet(hint, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32963verbnet(add, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32964verbnet(allege, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32965verbnet(disclose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32966verbnet(divulge, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32967verbnet(exclaim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32968verbnet(insinuate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32969verbnet(insist, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32970verbnet(intimate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32971verbnet(leak, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32972verbnet(reply, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32973verbnet(respond, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32974verbnet(retort, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32975verbnet(promulgate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32976verbnet(utter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32977verbnet(venture, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32978verbnet(vocalize, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32979verbnet(voice, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32980verbnet(volunteer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32981verbnet(write, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]).
32982verbnet(to, pp/np, ['Recipient'], [37,.,7]).
32983
32984%%% File:    ext/VerbNet/say-37.7.xml
32985%%% Primary: NP V PP.recipient S-Quote (say-37.7)
32986%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
32987%%% CCG:     ((s:_\np)/s:_)/pp
32988%%% Roles:   [Topic,Agent]
32989%%% Example: Mr. Jacobson announced to the trading mob: 'We're going to trade on the bell.'
32990%%%
32991verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32992verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32993verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32994verbnet(advise, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32995verbnet(announce, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32996verbnet(articulate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32997verbnet(blab, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32998verbnet(blurt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
32999verbnet(claim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33000verbnet(confess, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33001verbnet(confide, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33002verbnet(convey, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33003verbnet(declare, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33004verbnet(interject, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33005verbnet(interpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33006verbnet(mention, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33007verbnet(observe, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33008verbnet(proclaim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33009verbnet(propose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33010verbnet(recount, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33011verbnet(reiterate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33012verbnet(relate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33013verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33014verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33015verbnet(state, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33016verbnet(volunteer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33017verbnet(repeat, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33018verbnet(remark, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33019verbnet(note, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33020verbnet(report, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33021verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33022verbnet(add, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33023verbnet(allege, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33024verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33025verbnet(divulge, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33026verbnet(exclaim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33027verbnet(insinuate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33028verbnet(insist, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33029verbnet(intimate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33030verbnet(leak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33031verbnet(reply, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33032verbnet(respond, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33033verbnet(retort, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33034verbnet(promulgate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33035verbnet(utter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33036verbnet(venture, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33037verbnet(vocalize, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33038verbnet(voice, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33039verbnet(volunteer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33040verbnet(write, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]).
33041
33042%%% File:    ext/VerbNet/say-37.7.xml
33043%%% Primary: NP V S-Quote (say-37.7)
33044%%% Syntax:  [np:Agent,v,s:Topic]
33045%%% CCG:     (s:_\np)/s:_
33046%%% Roles:   [Topic,Agent]
33047%%% Example: He says, 'It has to go.'
33048%%%
33049verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33050verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33051verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33052verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33053verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33054verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33055verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33056verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33057verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33058verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33059verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33060verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33061verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33062verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33063verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33064verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33065verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33066verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33067verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33068verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33069verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33070verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33071verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33072verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33073verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33074verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33075verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33076verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33077verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33078verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33079verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33080verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33081verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33082verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33083verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33084verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33085verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33086verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33087verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33088verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33089verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33090verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33091verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33092verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33093verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33094verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33095verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33096verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33097verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33098verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33099
33100%%% File:    ext/VerbNet/say-37.7.xml
33101%%% Primary: NP V how S (say-37.7)
33102%%% Syntax:  [np:Agent,v,s:Topic]
33103%%% CCG:     (s:_\np)/s:_
33104%%% Roles:   [Topic,Agent]
33105%%% Example: John suggested how she could do it.
33106%%%
33107verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33108verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33109verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33110verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33111verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33112verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33113verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33114verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33115verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33116verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33117verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33118verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33119verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33120verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33121verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33122verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33123verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33124verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33125verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33126verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33127verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33128verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33129verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33130verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33131verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33132verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33133verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33134verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33135verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33136verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33137verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33138verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33139verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33140verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33141verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33142verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33143verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33144verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33145verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33146verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33147verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33148verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33149verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33150verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33151verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33152verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33153verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33154verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33155verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33156verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33157
33158%%% File:    ext/VerbNet/say-37.7.xml
33159%%% Primary: NP V how S_INF (say-37.7)
33160%%% Syntax:  [np:Agent,v,s:Topic]
33161%%% CCG:     (s:_\np)/s:_
33162%%% Roles:   [Topic,Agent]
33163%%% Example: John suggested how to do it.
33164%%%
33165verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33166verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33167verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33168verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33169verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33170verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33171verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33172verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33173verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33174verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33175verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33176verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33177verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33178verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33179verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33180verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33181verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33182verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33183verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33184verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33185verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33186verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33187verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33188verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33189verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33190verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33191verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33192verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33193verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33194verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33195verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33196verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33197verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33198verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33199verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33200verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33201verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33202verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33203verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33204verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33205verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33206verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33207verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33208verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33209verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33210verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33211verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33212verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33213verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33214verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33215
33216%%% File:    ext/VerbNet/say-37.7.xml
33217%%% Primary: NP V what S_INF (say-37.7)
33218%%% Syntax:  [np:Agent,v,s:Topic]
33219%%% CCG:     (s:_\np)/s:_
33220%%% Roles:   [Topic,Agent]
33221%%% Example: John suggested what to do.
33222%%%
33223verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33224verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33225verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33226verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33227verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33228verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33229verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33230verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33231verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33232verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33233verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33234verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33235verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33236verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33237verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33238verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33239verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33240verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33241verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33242verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33243verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33244verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33245verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33246verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33247verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33248verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33249verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33250verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33251verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33252verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33253verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33254verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33255verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33256verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33257verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33258verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33259verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33260verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33261verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33262verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33263verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33264verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33265verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33266verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33267verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33268verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33269verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33270verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33271verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33272verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33273
33274%%% File:    ext/VerbNet/say-37.7.xml
33275%%% Primary: NP V what S (say-37.7)
33276%%% Syntax:  [np:Agent,v,s:Topic]
33277%%% CCG:     (s:_\np)/s:_
33278%%% Roles:   [Topic,Agent]
33279%%% Example: John suggested what we should eat.
33280%%%
33281verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33282verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33283verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33284verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33285verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33286verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33287verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33288verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33289verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33290verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33291verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33292verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33293verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33294verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33295verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33296verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33297verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33298verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33299verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33300verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33301verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33302verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33303verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33304verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33305verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33306verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33307verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33308verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33309verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33310verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33311verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33312verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33313verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33314verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33315verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33316verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33317verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33318verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33319verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33320verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33321verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33322verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33323verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33324verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33325verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33326verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33327verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33328verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33329verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33330verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]).
33331
33332%%% File:    ext/VerbNet/scribble-25.2.xml
33333%%% Primary: NP V NP (scribble-25.2)
33334%%% Syntax:  [np:Agent,v,np:Theme]
33335%%% CCG:     (s:_\np)/np
33336%%% Roles:   [Theme,Agent]
33337%%% Example: The jeweler printed the name.
33338%%%
33339verbnet(carve, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33340verbnet(chalk, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33341verbnet(charcoal, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33342verbnet(copy, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33343verbnet(crayon, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33344verbnet(doodle, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33345verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33346verbnet(forge, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33347verbnet(ink, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33348verbnet(misspell, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33349verbnet(paint, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33350verbnet(pencil, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33351verbnet(plot, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33352verbnet(print, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33353verbnet(scratch, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33354verbnet(scrawl, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33355verbnet(scribble, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33356verbnet(sketch, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33357verbnet(spell, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33358verbnet(spraypaint, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33359verbnet(stencil, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33360verbnet(trace, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33361verbnet(type, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33362verbnet(write, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33363verbnet(print_out, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33364verbnet(print_up, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33365verbnet(underscore, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33366verbnet(underline, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]).
33367
33368%%% File:    ext/VerbNet/scribble-25.2.xml
33369%%% Primary: NP V NP PP.destination (scribble-25.2)
33370%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
33371%%% CCG:     ((s:_\np)/pp)/np
33372%%% Roles:   [Theme,Agent]
33373%%% Example: The jeweler printed the name on the ring.
33374%%%
33375verbnet(carve, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33376verbnet(chalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33377verbnet(charcoal, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33378verbnet(copy, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33379verbnet(crayon, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33380verbnet(doodle, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33381verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33382verbnet(forge, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33383verbnet(ink, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33384verbnet(misspell, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33385verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33386verbnet(pencil, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33387verbnet(plot, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33388verbnet(print, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33389verbnet(scratch, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33390verbnet(scrawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33391verbnet(scribble, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33392verbnet(sketch, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33393verbnet(spell, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33394verbnet(spraypaint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33395verbnet(stencil, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33396verbnet(trace, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33397verbnet(type, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33398verbnet(write, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33399verbnet(print_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33400verbnet(print_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33401verbnet(underscore, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33402verbnet(underline, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]).
33403
33404%%% File:    ext/VerbNet/scribble-25.2.xml
33405%%% Primary: NP V (scribble-25.2)
33406%%% Syntax:  [np:Agent,v]
33407%%% CCG:     s:_\np
33408%%% Roles:   [Agent]
33409%%% Example: Smith was scribbling.
33410%%%
33411verbnet(carve, s:_\np, ['Agent'], [25,'.',2]).
33412verbnet(chalk, s:_\np, ['Agent'], [25,'.',2]).
33413verbnet(charcoal, s:_\np, ['Agent'], [25,'.',2]).
33414verbnet(copy, s:_\np, ['Agent'], [25,'.',2]).
33415verbnet(crayon, s:_\np, ['Agent'], [25,'.',2]).
33416verbnet(doodle, s:_\np, ['Agent'], [25,'.',2]).
33417verbnet(draw, s:_\np, ['Agent'], [25,'.',2]).
33418verbnet(forge, s:_\np, ['Agent'], [25,'.',2]).
33419verbnet(ink, s:_\np, ['Agent'], [25,'.',2]).
33420verbnet(misspell, s:_\np, ['Agent'], [25,'.',2]).
33421verbnet(paint, s:_\np, ['Agent'], [25,'.',2]).
33422verbnet(pencil, s:_\np, ['Agent'], [25,'.',2]).
33423verbnet(plot, s:_\np, ['Agent'], [25,'.',2]).
33424verbnet(print, s:_\np, ['Agent'], [25,'.',2]).
33425verbnet(scratch, s:_\np, ['Agent'], [25,'.',2]).
33426verbnet(scrawl, s:_\np, ['Agent'], [25,'.',2]).
33427verbnet(scribble, s:_\np, ['Agent'], [25,'.',2]).
33428verbnet(sketch, s:_\np, ['Agent'], [25,'.',2]).
33429verbnet(spell, s:_\np, ['Agent'], [25,'.',2]).
33430verbnet(spraypaint, s:_\np, ['Agent'], [25,'.',2]).
33431verbnet(stencil, s:_\np, ['Agent'], [25,'.',2]).
33432verbnet(trace, s:_\np, ['Agent'], [25,'.',2]).
33433verbnet(type, s:_\np, ['Agent'], [25,'.',2]).
33434verbnet(write, s:_\np, ['Agent'], [25,'.',2]).
33435verbnet(print_out, s:_\np, ['Agent'], [25,'.',2]).
33436verbnet(print_up, s:_\np, ['Agent'], [25,'.',2]).
33437verbnet(underscore, s:_\np, ['Agent'], [25,'.',2]).
33438verbnet(underline, s:_\np, ['Agent'], [25,'.',2]).
33439
33440%%% File:    ext/VerbNet/search-35.2.xml
33441%%% Primary: NP V NP PP.theme (search-35.2)
33442%%% Syntax:  [np:Agent,v,np:Location,prep:for,np:Theme]
33443%%% CCG:     ((s:_\np)/pp)/np
33444%%% Roles:   [Location,Agent]
33445%%% Example: I searched the cave for treasure.
33446%%%
33447verbnet(advertise, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33448verbnet(check, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33449verbnet(comb, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33450verbnet(dive, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33451verbnet(drag, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33452verbnet(dredge, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33453verbnet(excavate, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33454verbnet(nose, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33455verbnet(patrol, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33456verbnet(plumb, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33457verbnet(probe, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33458verbnet(prospect, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33459verbnet(prowl, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33460verbnet(quarry, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33461verbnet(rake, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33462verbnet(rifle, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33463verbnet(scavenge, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33464verbnet(scour, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33465verbnet(scout, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33466verbnet(search, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33467verbnet(shop, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33468verbnet(sift, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33469verbnet(sweep, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33470verbnet(trawl, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33471verbnet(troll, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33472verbnet(watch, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33473verbnet(quest, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]).
33474verbnet(for, pp/np, ['Theme'], [35,.,2]).
33475
33476%%% File:    ext/VerbNet/search-35.2.xml
33477%%% Primary: NP V PP.theme NP.location (search-35.2)
33478%%% Syntax:  [np:Agent,v,prep:for,np:Theme,pp,np:Location]
33479%%% CCG:     ((s:_\np)/pp)/pp
33480%%% Roles:   [Agent]
33481%%% Example: I searched for treasure in the cave.
33482%%%
33483verbnet(advertise, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33484verbnet(check, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33485verbnet(comb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33486verbnet(dive, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33487verbnet(drag, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33488verbnet(dredge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33489verbnet(excavate, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33490verbnet(nose, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33491verbnet(patrol, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33492verbnet(plumb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33493verbnet(probe, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33494verbnet(prospect, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33495verbnet(prowl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33496verbnet(quarry, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33497verbnet(rake, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33498verbnet(rifle, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33499verbnet(scavenge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33500verbnet(scour, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33501verbnet(scout, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33502verbnet(search, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33503verbnet(shop, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33504verbnet(sift, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33505verbnet(sweep, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33506verbnet(trawl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33507verbnet(troll, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33508verbnet(watch, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33509verbnet(quest, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33510
33511%%% File:    ext/VerbNet/search-35.2.xml
33512%%% Primary: NP V PP.location PP.theme (search-35.2)
33513%%% Syntax:  [np:Agent,v,pp,np:Location,prep:for,np:Theme]
33514%%% CCG:     ((s:_\np)/pp)/pp
33515%%% Roles:   [Agent]
33516%%% Example: I searched in the cave for treasure.
33517%%%
33518verbnet(advertise, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33519verbnet(check, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33520verbnet(comb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33521verbnet(dive, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33522verbnet(drag, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33523verbnet(dredge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33524verbnet(excavate, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33525verbnet(nose, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33526verbnet(patrol, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33527verbnet(plumb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33528verbnet(probe, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33529verbnet(prospect, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33530verbnet(prowl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33531verbnet(quarry, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33532verbnet(rake, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33533verbnet(rifle, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33534verbnet(scavenge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33535verbnet(scour, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33536verbnet(scout, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33537verbnet(search, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33538verbnet(shop, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33539verbnet(sift, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33540verbnet(sweep, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33541verbnet(trawl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33542verbnet(troll, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33543verbnet(watch, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33544verbnet(quest, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]).
33545verbnet(for, pp/np, ['Theme'], [35,.,2]).
33546
33547%%% File:    ext/VerbNet/search-35.2.xml
33548%%% Primary: NP V PP.location (search-35.2)
33549%%% Syntax:  [np:Agent,v,pp,np:Location]
33550%%% CCG:     (s:_\np)/pp
33551%%% Roles:   [Agent]
33552%%% Example: I searched through America.
33553%%%
33554verbnet(advertise, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33555verbnet(check, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33556verbnet(comb, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33557verbnet(dive, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33558verbnet(drag, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33559verbnet(dredge, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33560verbnet(excavate, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33561verbnet(nose, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33562verbnet(patrol, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33563verbnet(plumb, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33564verbnet(probe, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33565verbnet(prospect, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33566verbnet(prowl, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33567verbnet(quarry, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33568verbnet(rake, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33569verbnet(rifle, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33570verbnet(scavenge, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33571verbnet(scour, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33572verbnet(scout, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33573verbnet(search, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33574verbnet(shop, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33575verbnet(sift, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33576verbnet(sweep, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33577verbnet(trawl, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33578verbnet(troll, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33579verbnet(watch, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33580verbnet(quest, (s:_\np)/pp, ['Agent'], [35,'.',2]).
33581
33582%%% File:    ext/VerbNet/see-30.1.xml
33583%%% Primary: NP V PP.stimulus (see-30.1-1-1)
33584%%% Syntax:  [np:Experiencer,v,prep:about of,np:Stimulus]
33585%%% CCG:     (s:_\np)/pp
33586%%% Roles:   [Experiencer]
33587%%% Example: The entire class heard about/of the sermon.
33588%%%
33589verbnet(hear, (s:_\np)/pp, ['Experiencer'], [30,'.',1,-,1,-,1]).
33590verbnet(about, pp/np, ['Stimulus'], [30,.,1,-,1,-,1]).
33591verbnet(of, pp/np, ['Stimulus'], [30,.,1,-,1,-,1]).
33592
33593%%% File:    ext/VerbNet/see-30.1.xml
33594%%% Primary: NP V S (see-30.1-1)
33595%%% Syntax:  [np:Experiencer,v,vp_b:Stimulus]
33596%%% CCG:     (s:_\np)/ (s:b\np)
33597%%% Roles:   [Stimulus,Experiencer]
33598%%% Example: I saw her bake the cake.
33599%%%
33600verbnet(hear, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33601verbnet(detect, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33602verbnet(discern, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33603verbnet(feel, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33604verbnet(sense, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33605verbnet(perceive, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33606verbnet(notice, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33607verbnet(see, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33608
33609%%% File:    ext/VerbNet/see-30.1.xml
33610%%% Primary: NP V S_ING (see-30.1-1)
33611%%% Syntax:  [np:Experiencer,v,vp_ng:Stimulus]
33612%%% CCG:     (s:_\np)/ (s:ng\np)
33613%%% Roles:   [Stimulus,Experiencer]
33614%%% Example: I saw him laughing.
33615%%%
33616verbnet(hear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33617verbnet(detect, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33618verbnet(discern, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33619verbnet(feel, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33620verbnet(sense, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33621verbnet(perceive, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33622verbnet(notice, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33623verbnet(see, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33624
33625%%% File:    ext/VerbNet/see-30.1.xml
33626%%% Primary: NP V S_ING (see-30.1-1)
33627%%% Syntax:  [np:Experiencer,v,np:Stimulus]
33628%%% CCG:     (s:_\np)/np
33629%%% Roles:   [Stimulus,Experiencer]
33630%%% Example: I saw their laughing and joking.
33631%%%
33632verbnet(hear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33633verbnet(detect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33634verbnet(discern, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33635verbnet(feel, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33636verbnet(sense, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33637verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33638verbnet(notice, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33639verbnet(see, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]).
33640
33641%%% File:    ext/VerbNet/see-30.1.xml
33642%%% Primary: NP V NP (see-30.1)
33643%%% Syntax:  [np:Experiencer,v,np:Stimulus]
33644%%% CCG:     (s:_\np)/np
33645%%% Roles:   [Stimulus,Experiencer]
33646%%% Example: I saw the play.
33647%%%
33648verbnet(hear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33649verbnet(detect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33650verbnet(discern, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33651verbnet(feel, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33652verbnet(sense, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33653verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33654verbnet(notice, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33655verbnet(see, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33656verbnet(smell, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33657verbnet(taste, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33658
33659%%% File:    ext/VerbNet/see-30.1.xml
33660%%% Primary: NP V that S (see-30.1)
33661%%% Syntax:  [np:Experiencer,v,s:Stimulus]
33662%%% CCG:     (s:_\np)/s:_
33663%%% Roles:   [Stimulus,Experiencer]
33664%%% Example: I can see that you are feeling great.
33665%%%
33666verbnet(hear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33667verbnet(detect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33668verbnet(discern, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33669verbnet(feel, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33670verbnet(sense, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33671verbnet(perceive, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33672verbnet(notice, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33673verbnet(see, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33674verbnet(smell, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33675verbnet(taste, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33676
33677%%% File:    ext/VerbNet/see-30.1.xml
33678%%% Primary: NP V NP-ATTR-POS (see-30.1)
33679%%% Syntax:  [np:Experiencer,v,np:Stimulus]
33680%%% CCG:     (s:_\np)/np
33681%%% Roles:   [Stimulus,Experiencer]
33682%%% Example: I sensed the eagerness in him.
33683%%%
33684verbnet(hear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33685verbnet(detect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33686verbnet(discern, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33687verbnet(feel, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33688verbnet(sense, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33689verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33690verbnet(notice, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33691verbnet(see, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33692verbnet(smell, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33693verbnet(taste, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]).
33694
33695%%% File:    ext/VerbNet/see-30.1.xml
33696%%% Primary: NP V how S (see-30.1)
33697%%% Syntax:  [np:Experiencer,v,s:Stimulus]
33698%%% CCG:     (s:_\np)/s:_
33699%%% Roles:   [Stimulus,Experiencer]
33700%%% Example: I saw how he arrived.
33701%%%
33702verbnet(hear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33703verbnet(detect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33704verbnet(discern, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33705verbnet(feel, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33706verbnet(sense, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33707verbnet(perceive, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33708verbnet(notice, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33709verbnet(see, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33710verbnet(smell, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33711verbnet(taste, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33712
33713%%% File:    ext/VerbNet/see-30.1.xml
33714%%% Primary: NP V what S (see-30.1)
33715%%% Syntax:  [np:Experiencer,v,s:Stimulus]
33716%%% CCG:     (s:_\np)/s:_
33717%%% Roles:   [Stimulus,Experiencer]
33718%%% Example: I saw what they did.
33719%%%
33720verbnet(hear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33721verbnet(detect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33722verbnet(discern, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33723verbnet(feel, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33724verbnet(sense, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33725verbnet(perceive, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33726verbnet(notice, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33727verbnet(see, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33728verbnet(smell, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33729verbnet(taste, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]).
33730
33731%%% File:    ext/VerbNet/seem-109.xml
33732%%% Primary: NP V ADJ (seem-109)
33733%%% Syntax:  [np:Theme,v,np:Attribute]
33734%%% CCG:     (s:_\np)/np
33735%%% Roles:   [Attribute,Theme]
33736%%% Example: He appeared crazy.
33737%%%
33738verbnet(seem, (s:_\np)/np, ['Attribute','Theme'], [109]).
33739verbnet(appear, (s:_\np)/np, ['Attribute','Theme'], [109]).
33740
33741%%% File:    ext/VerbNet/seem-109.xml
33742%%% Primary: NP V ADV (seem-109)
33743%%% Syntax:  [np:Theme,v,np:Attribute]
33744%%% CCG:     (s:_\np)/np
33745%%% Roles:   [Attribute,Theme]
33746%%% Example: He seemed well.
33747%%%
33748verbnet(seem, (s:_\np)/np, ['Attribute','Theme'], [109]).
33749verbnet(appear, (s:_\np)/np, ['Attribute','Theme'], [109]).
33750
33751%%% File:    ext/VerbNet/seem-109.xml
33752%%% Primary: NP V NP (seem-109)
33753%%% Syntax:  [np:Theme,v,np:Attribute]
33754%%% CCG:     (s:_\np)/np
33755%%% Roles:   [Attribute,Theme]
33756%%% Example: He seemed a fool.
33757%%%
33758verbnet(seem, (s:_\np)/np, ['Attribute','Theme'], [109]).
33759verbnet(appear, (s:_\np)/np, ['Attribute','Theme'], [109]).
33760
33761%%% File:    ext/VerbNet/seem-109.xml
33762%%% Primary: NP V PP.attribute (seem-109)
33763%%% Syntax:  [np:Theme,v,prep:in,np:Attribute]
33764%%% CCG:     (s:_\np)/pp
33765%%% Roles:   [Theme]
33766%%% Example: The matter seems in dispute.
33767%%%
33768verbnet(seem, (s:_\np)/pp, ['Theme'], [109]).
33769verbnet(appear, (s:_\np)/pp, ['Theme'], [109]).
33770verbnet(in, pp/np, ['Attribute'], [109]).
33771
33772%%% File:    ext/VerbNet/seem-109.xml
33773%%% Primary: NP V S_INF (seem-109)
33774%%% Syntax:  [np:Theme,v,vp_to:Attribute]
33775%%% CCG:     (s:_\np)/ (s:ng\np)
33776%%% Roles:   [Attribute,Theme]
33777%%% Example: He seemed to come.
33778%%%
33779verbnet(seem, (s:_\np)/ (s:ng\np), ['Attribute','Theme'], [109]).
33780verbnet(appear, (s:_\np)/ (s:ng\np), ['Attribute','Theme'], [109]).
33781
33782%%% File:    ext/VerbNet/send-11.1.xml
33783%%% Primary: NP V NP-Dative NP (send-11.1-1)
33784%%% Syntax:  [np:Agent,v,np:Destination,np:Theme]
33785%%% CCG:     ((s:_\np)/np)/np
33786%%% Roles:   [Destination,Theme,Agent]
33787%%% Example: Nora sent me the book.
33788%%%
33789verbnet(airmail, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33790verbnet(express, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33791verbnet('FedEx', ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33792verbnet(forward, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33793verbnet(hand, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33794verbnet(mail, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33795verbnet(pass, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33796verbnet(send, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33797verbnet(ship, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33798verbnet(slip, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33799verbnet(smuggle, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33800verbnet(sneak, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33801verbnet(transmit, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33802verbnet('UPS', ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33803verbnet(wire, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]).
33804
33805%%% File:    ext/VerbNet/send-11.1.xml
33806%%% Primary: NP V NP (send-11.1)
33807%%% Syntax:  [np:Agent,v,np:Theme]
33808%%% CCG:     (s:_\np)/np
33809%%% Roles:   [Theme,Agent]
33810%%% Example: Nora sent the book.
33811%%%
33812verbnet(airmail, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33813verbnet(express, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33814verbnet('FedEx', (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33815verbnet(forward, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33816verbnet(hand, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33817verbnet(mail, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33818verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33819verbnet(send, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33820verbnet(ship, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33821verbnet(slip, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33822verbnet(smuggle, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33823verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33824verbnet(transmit, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33825verbnet('UPS', (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33826verbnet(wire, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33827verbnet(convey, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33828verbnet(deliver, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33829verbnet(dispatch, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33830verbnet(pass_on, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33831verbnet(port, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33832verbnet(post, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33833verbnet(return, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33834verbnet(shift, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33835verbnet(shunt, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33836verbnet(transfer, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33837verbnet(transport, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33838verbnet(export, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33839verbnet(import, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33840verbnet(transship, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]).
33841
33842%%% File:    ext/VerbNet/send-11.1.xml
33843%%% Primary: NP V NP PP.initial_location (send-11.1)
33844%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
33845%%% CCG:     ((s:_\np)/pp)/np
33846%%% Roles:   [Theme,Agent]
33847%%% Example: Nora sent the book from Paris.
33848%%%
33849verbnet(airmail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33850verbnet(express, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33851verbnet('FedEx', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33852verbnet(forward, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33853verbnet(hand, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33854verbnet(mail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33855verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33856verbnet(send, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33857verbnet(ship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33858verbnet(slip, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33859verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33860verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33861verbnet(transmit, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33862verbnet('UPS', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33863verbnet(wire, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33864verbnet(convey, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33865verbnet(deliver, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33866verbnet(dispatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33867verbnet(pass_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33868verbnet(port, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33869verbnet(post, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33870verbnet(return, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33871verbnet(shift, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33872verbnet(shunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33873verbnet(transfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33874verbnet(transport, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33875verbnet(export, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33876verbnet(import, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33877verbnet(transship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33878
33879%%% File:    ext/VerbNet/send-11.1.xml
33880%%% Primary: NP V NP PP.destination (send-11.1)
33881%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination]
33882%%% CCG:     ((s:_\np)/pp)/np
33883%%% Roles:   [Theme,Agent]
33884%%% Example: Nora sent the book to London.
33885%%%
33886verbnet(airmail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33887verbnet(express, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33888verbnet('FedEx', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33889verbnet(forward, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33890verbnet(hand, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33891verbnet(mail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33892verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33893verbnet(send, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33894verbnet(ship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33895verbnet(slip, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33896verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33897verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33898verbnet(transmit, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33899verbnet('UPS', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33900verbnet(wire, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33901verbnet(convey, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33902verbnet(deliver, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33903verbnet(dispatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33904verbnet(pass_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33905verbnet(port, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33906verbnet(post, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33907verbnet(return, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33908verbnet(shift, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33909verbnet(shunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33910verbnet(transfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33911verbnet(transport, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33912verbnet(export, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33913verbnet(import, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33914verbnet(transship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33915verbnet(to, pp/np, ['Destination'], [11,.,1]).
33916
33917%%% File:    ext/VerbNet/send-11.1.xml
33918%%% Primary: NP V NP PP.initial_location PP.destination (send-11.1)
33919%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination]
33920%%% CCG:     (((s:_\np)/pp)/pp)/np
33921%%% Roles:   [Theme,Agent]
33922%%% Example: Nora sent the book from Paris to London.
33923%%%
33924verbnet(airmail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33925verbnet(express, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33926verbnet('FedEx', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33927verbnet(forward, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33928verbnet(hand, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33929verbnet(mail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33930verbnet(pass, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33931verbnet(send, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33932verbnet(ship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33933verbnet(slip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33934verbnet(smuggle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33935verbnet(sneak, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33936verbnet(transmit, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33937verbnet('UPS', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33938verbnet(wire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33939verbnet(convey, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33940verbnet(deliver, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33941verbnet(dispatch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33942verbnet(pass_on, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33943verbnet(port, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33944verbnet(post, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33945verbnet(return, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33946verbnet(shift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33947verbnet(shunt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33948verbnet(transfer, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33949verbnet(transport, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33950verbnet(export, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33951verbnet(import, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33952verbnet(transship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33953verbnet(to, pp/np, ['Destination'], [11,.,1]).
33954
33955%%% File:    ext/VerbNet/send-11.1.xml
33956%%% Primary: NP V NP PP.destination PP.initial_location (send-11.1)
33957%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination,pp,np:Initial_Location]
33958%%% CCG:     (((s:_\np)/pp)/pp)/np
33959%%% Roles:   [Theme,Agent]
33960%%% Example: TransCanada is shifting its HQ to Calgary from Toronto.
33961%%%
33962verbnet(airmail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33963verbnet(express, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33964verbnet('FedEx', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33965verbnet(forward, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33966verbnet(hand, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33967verbnet(mail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33968verbnet(pass, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33969verbnet(send, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33970verbnet(ship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33971verbnet(slip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33972verbnet(smuggle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33973verbnet(sneak, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33974verbnet(transmit, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33975verbnet('UPS', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33976verbnet(wire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33977verbnet(convey, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33978verbnet(deliver, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33979verbnet(dispatch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33980verbnet(pass_on, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33981verbnet(port, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33982verbnet(post, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33983verbnet(return, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33984verbnet(shift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33985verbnet(shunt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33986verbnet(transfer, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33987verbnet(transport, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33988verbnet(export, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33989verbnet(import, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33990verbnet(transship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]).
33991
33992%%% File:    ext/VerbNet/separate-23.1.xml
33993%%% Primary: NP V PP.co-patient (separate-23.1-1)
33994%%% Syntax:  [np:Patient,v,prep:from,np:Co-Patient]
33995%%% CCG:     (s:_\np)/pp
33996%%% Roles:   [Patient]
33997%%% Example: The yolk separated from the white.
33998%%%
33999verbnet(decouple, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34000verbnet(differentiate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34001verbnet(disentangle, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34002verbnet(dissimilate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34003verbnet(divide, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34004verbnet(divorce, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34005verbnet(segregate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]).
34006verbnet(from, pp/np, ['Patient'], [23,.,1,-,1]).
34007
34008%%% File:    ext/VerbNet/separate-23.1.xml
34009%%% Primary: NP V PP.co-patient (separate-23.1-2)
34010%%% Syntax:  [np:Patient,v,prep:with,np:Co-Patient]
34011%%% CCG:     (s:_\np)/pp
34012%%% Roles:   [Patient]
34013%%% Example: The yoke parted with the white.
34014%%%
34015verbnet(disconnect, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]).
34016verbnet(dissociate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]).
34017verbnet(part, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]).
34018verbnet(separate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]).
34019verbnet(with, pp/np, ['Patient'], [23,.,1,-,2]).
34020
34021%%% File:    ext/VerbNet/separate-23.1.xml
34022%%% Primary: NP V NP PP.co-patient (separate-23.1)
34023%%% Syntax:  [np:Agent,v,np:Patient,prep:from,np:Co-Patient]
34024%%% CCG:     ((s:_\np)/pp)/np
34025%%% Roles:   [Patient,Agent]
34026%%% Example: I separated the yolk from the white.
34027%%%
34028verbnet(decouple, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34029verbnet(differentiate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34030verbnet(disentangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34031verbnet(dissimilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34032verbnet(divide, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34033verbnet(divorce, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34034verbnet(segregate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34035verbnet(disconnect, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34036verbnet(dissociate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34037verbnet(part, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34038verbnet(separate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34039verbnet(disassociate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34040verbnet(sever, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34041verbnet(uncoil, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]).
34042verbnet(from, pp/np, ['Patient'], [23,.,1]).
34043
34044%%% File:    ext/VerbNet/separate-23.1.xml
34045%%% Primary: NP V NP (separate-23.1)
34046%%% Syntax:  [np:Agent,v,np:Patient]
34047%%% CCG:     (s:_\np)/np
34048%%% Roles:   [Patient,Agent]
34049%%% Example: I separated the yolk and the white.
34050%%%
34051verbnet(decouple, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34052verbnet(differentiate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34053verbnet(disentangle, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34054verbnet(dissimilate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34055verbnet(divide, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34056verbnet(divorce, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34057verbnet(segregate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34058verbnet(disconnect, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34059verbnet(dissociate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34060verbnet(part, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34061verbnet(separate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34062verbnet(disassociate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34063verbnet(sever, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34064verbnet(uncoil, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]).
34065
34066%%% File:    ext/VerbNet/separate-23.1.xml
34067%%% Primary: NP V (separate-23.1)
34068%%% Syntax:  [np:Patient,v]
34069%%% CCG:     s:_\np
34070%%% Roles:   [Patient]
34071%%% Example: The yolk and the white separated.
34072%%%
34073verbnet(decouple, s:_\np, ['Patient'], [23,'.',1]).
34074verbnet(differentiate, s:_\np, ['Patient'], [23,'.',1]).
34075verbnet(disentangle, s:_\np, ['Patient'], [23,'.',1]).
34076verbnet(dissimilate, s:_\np, ['Patient'], [23,'.',1]).
34077verbnet(divide, s:_\np, ['Patient'], [23,'.',1]).
34078verbnet(divorce, s:_\np, ['Patient'], [23,'.',1]).
34079verbnet(segregate, s:_\np, ['Patient'], [23,'.',1]).
34080verbnet(disconnect, s:_\np, ['Patient'], [23,'.',1]).
34081verbnet(dissociate, s:_\np, ['Patient'], [23,'.',1]).
34082verbnet(part, s:_\np, ['Patient'], [23,'.',1]).
34083verbnet(separate, s:_\np, ['Patient'], [23,'.',1]).
34084verbnet(disassociate, s:_\np, ['Patient'], [23,'.',1]).
34085verbnet(sever, s:_\np, ['Patient'], [23,'.',1]).
34086verbnet(uncoil, s:_\np, ['Patient'], [23,'.',1]).
34087
34088%%% File:    ext/VerbNet/separate-23.1.xml
34089%%% Primary: NP V ADVP-Middle PP (separate-23.1)
34090%%% Syntax:  [np:Patient,v,adv,prep:from,np:Co-Patient]
34091%%% CCG:     (s:_\np)/pp
34092%%% Roles:   [Patient]
34093%%% Example: Cream separates easily from milk.
34094%%%
34095verbnet(decouple, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34096verbnet(differentiate, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34097verbnet(disentangle, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34098verbnet(dissimilate, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34099verbnet(divide, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34100verbnet(divorce, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34101verbnet(segregate, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34102verbnet(disconnect, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34103verbnet(dissociate, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34104verbnet(part, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34105verbnet(separate, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34106verbnet(disassociate, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34107verbnet(sever, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34108verbnet(uncoil, (s:_\np)/pp, ['Patient'], [23,'.',1]).
34109verbnet(from, pp/np, ['Patient'], [23,.,1]).
34110
34111%%% File:    ext/VerbNet/separate-23.1.xml
34112%%% Primary: NP V ADVP-Middle (separate-23.1)
34113%%% Syntax:  [np:Patient,v,adv]
34114%%% CCG:     s:_\np
34115%%% Roles:   [Patient]
34116%%% Example: Egg yolks and egg whites separate easily.
34117%%%
34118verbnet(decouple, s:_\np, ['Patient'], [23,'.',1]).
34119verbnet(differentiate, s:_\np, ['Patient'], [23,'.',1]).
34120verbnet(disentangle, s:_\np, ['Patient'], [23,'.',1]).
34121verbnet(dissimilate, s:_\np, ['Patient'], [23,'.',1]).
34122verbnet(divide, s:_\np, ['Patient'], [23,'.',1]).
34123verbnet(divorce, s:_\np, ['Patient'], [23,'.',1]).
34124verbnet(segregate, s:_\np, ['Patient'], [23,'.',1]).
34125verbnet(disconnect, s:_\np, ['Patient'], [23,'.',1]).
34126verbnet(dissociate, s:_\np, ['Patient'], [23,'.',1]).
34127verbnet(part, s:_\np, ['Patient'], [23,'.',1]).
34128verbnet(separate, s:_\np, ['Patient'], [23,'.',1]).
34129verbnet(disassociate, s:_\np, ['Patient'], [23,'.',1]).
34130verbnet(sever, s:_\np, ['Patient'], [23,'.',1]).
34131verbnet(uncoil, s:_\np, ['Patient'], [23,'.',1]).
34132
34133%%% File:    ext/VerbNet/settle-89.xml
34134%%% Primary: NP V (settle-89)
34135%%% Syntax:  [np:Agent,v]
34136%%% CCG:     s:_\np
34137%%% Roles:   [Agent]
34138%%% Example: Eventually, they settled.
34139%%%
34140verbnet(settle, s:_\np, ['Agent'], [89]).
34141verbnet(concur, s:_\np, ['Agent'], [89]).
34142verbnet(contract, s:_\np, ['Agent'], [89]).
34143verbnet(harmonize, s:_\np, ['Agent'], [89]).
34144verbnet(bargain, s:_\np, ['Agent'], [89]).
34145verbnet(consent, s:_\np, ['Agent'], [89]).
34146verbnet(cohere, s:_\np, ['Agent'], [89]).
34147verbnet(jibe, s:_\np, ['Agent'], [89]).
34148verbnet(square, s:_\np, ['Agent'], [89]).
34149verbnet(resolve, s:_\np, ['Agent'], [89]).
34150verbnet(covenant, s:_\np, ['Agent'], [89]).
34151
34152%%% File:    ext/VerbNet/settle-89.xml
34153%%% Primary: NP V PP.goal what S_INF (settle-89)
34154%%% Syntax:  [np:Agent,v,prep:on,s:Goal]
34155%%% CCG:     (s:_\np)/pp
34156%%% Roles:   [Agent]
34157%%% Example: They settled on what to do.
34158%%%
34159verbnet(settle, (s:_\np)/pp, ['Agent'], [89]).
34160verbnet(concur, (s:_\np)/pp, ['Agent'], [89]).
34161verbnet(contract, (s:_\np)/pp, ['Agent'], [89]).
34162verbnet(harmonize, (s:_\np)/pp, ['Agent'], [89]).
34163verbnet(bargain, (s:_\np)/pp, ['Agent'], [89]).
34164verbnet(consent, (s:_\np)/pp, ['Agent'], [89]).
34165verbnet(cohere, (s:_\np)/pp, ['Agent'], [89]).
34166verbnet(jibe, (s:_\np)/pp, ['Agent'], [89]).
34167verbnet(square, (s:_\np)/pp, ['Agent'], [89]).
34168verbnet(resolve, (s:_\np)/pp, ['Agent'], [89]).
34169verbnet(covenant, (s:_\np)/pp, ['Agent'], [89]).
34170verbnet(on, pp/s:_, ['Goal'], [89]).
34171
34172%%% File:    ext/VerbNet/settle-89.xml
34173%%% Primary: NP V PP.co-agent PP.goal (settle-89)
34174%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:on,np:Goal]
34175%%% CCG:     ((s:_\np)/pp)/pp
34176%%% Roles:   [Agent]
34177%%% Example: I settled with them on a novel proposal.
34178%%%
34179verbnet(settle, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34180verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34181verbnet(contract, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34182verbnet(harmonize, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34183verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34184verbnet(consent, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34185verbnet(cohere, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34186verbnet(jibe, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34187verbnet(square, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34188verbnet(resolve, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34189verbnet(covenant, ((s:_\np)/pp)/pp, ['Agent'], [89]).
34190verbnet(on, pp/np, ['Goal'], [89]).
34191
34192%%% File:    ext/VerbNet/shake-22.3.xml
34193%%% Primary: NP V PP ADV-Middle (shake-22.3-1-1)
34194%%% Syntax:  [np:Patient,v,prep:with into to,np:Co-Patient,adv]
34195%%% CCG:     (s:_\np)/pp
34196%%% Roles:   [Patient]
34197%%% Example: Sugar whips into cream easily.
34198%%%
34199verbnet(beat, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34200verbnet(fuse, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34201verbnet(scramble, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34202verbnet(stir, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34203verbnet(swirl, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34204verbnet(whip, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34205verbnet(whisk, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]).
34206
34207%%% File:    ext/VerbNet/shake-22.3.xml
34208%%% Primary: NP V NP (shake-22.3-1-1)
34209%%% Syntax:  [np:Agent,v,np:Patient]
34210%%% CCG:     (s:_\np)/np
34211%%% Roles:   [Patient,Agent]
34212%%% Example: Herman whipped cream.
34213%%%
34214verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34215verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34216verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34217verbnet(stir, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34218verbnet(swirl, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34219verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34220verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]).
34221
34222%%% File:    ext/VerbNet/shake-22.3.xml
34223%%% Primary: NP V NP PP.co-patient (shake-22.3-1)
34224%%% Syntax:  [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient]
34225%%% CCG:     ((s:_\np)/pp)/np
34226%%% Roles:   [Patient,Agent]
34227%%% Example: Herman whipped sugar with the cream.
34228%%%
34229verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34230verbnet(fuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34231verbnet(scramble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34232verbnet(stir, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34233verbnet(swirl, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34234verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34235verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34236verbnet(lump, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34237verbnet(mass, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34238verbnet(with, pp/np, ['Patient'], [22,.,3,-,1]).
34239verbnet(into, pp/np, ['Patient'], [22,.,3,-,1]).
34240verbnet(to, pp/np, ['Patient'], [22,.,3,-,1]).
34241
34242%%% File:    ext/VerbNet/shake-22.3.xml
34243%%% Primary: NP V NP together (shake-22.3-1)
34244%%% Syntax:  [np:Agent,v,np:Patient,lex:together]
34245%%% CCG:     (s:_\np)/np
34246%%% Roles:   [Patient,Agent]
34247%%% Missing: [lex:together]
34248%%% Example: Herman whipped sugar and the cream together.
34249%%%
34250verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34251verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34252verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34253verbnet(stir, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34254verbnet(swirl, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34255verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34256verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34257verbnet(lump, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34258verbnet(mass, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]).
34259
34260%%% File:    ext/VerbNet/shake-22.3.xml
34261%%% Primary: NP V NP (shake-22.3-2-1)
34262%%% Syntax:  [np:Agent,v,np:Patient]
34263%%% CCG:     (s:_\np)/np
34264%%% Roles:   [Patient,Agent]
34265%%% Example: Herman spliced ropes.
34266%%%
34267verbnet(attach, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34268verbnet(bind, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34269verbnet(bond, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34270verbnet(bundle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34271verbnet(concatenate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34272verbnet(fasten, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34273verbnet(graft, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34274verbnet(jumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34275verbnet(ligate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34276verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34277verbnet(package, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34278verbnet(secure, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34279verbnet(splice, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34280verbnet(toggle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34281verbnet(weld, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34282verbnet(fixate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34283verbnet(affix, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34284verbnet(agglutinate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]).
34285
34286%%% File:    ext/VerbNet/shake-22.3.xml
34287%%% Primary: NP V NP PP (shake-22.3-2)
34288%%% Syntax:  [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient]
34289%%% CCG:     ((s:_\np)/pp)/np
34290%%% Roles:   [Patient,Agent]
34291%%% Example: Herman gathered the students into a group.
34292%%%
34293verbnet(attach, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34294verbnet(bind, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34295verbnet(bond, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34296verbnet(bundle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34297verbnet(concatenate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34298verbnet(fasten, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34299verbnet(graft, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34300verbnet(jumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34301verbnet(ligate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34302verbnet(moor, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34303verbnet(package, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34304verbnet(secure, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34305verbnet(splice, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34306verbnet(toggle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34307verbnet(weld, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34308verbnet(fixate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34309verbnet(affix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34310verbnet(agglutinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34311verbnet(band, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34312verbnet(baste, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34313verbnet(cluster, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34314verbnet(collate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34315verbnet(collect, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34316verbnet(fix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34317verbnet(gather, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34318verbnet(glom, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34319verbnet(group, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34320verbnet(herd, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34321verbnet(pair, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34322verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34323verbnet(sew, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34324verbnet(shake, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34325verbnet(shuffle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34326verbnet(stick, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34327verbnet(with, pp/np, ['Patient'], [22,.,3,-,2]).
34328verbnet(into, pp/np, ['Patient'], [22,.,3,-,2]).
34329verbnet(to, pp/np, ['Patient'], [22,.,3,-,2]).
34330
34331%%% File:    ext/VerbNet/shake-22.3.xml
34332%%% Primary: NP V NP together (shake-22.3-2)
34333%%% Syntax:  [np:Agent,v,np:Patient,lex:together]
34334%%% CCG:     (s:_\np)/np
34335%%% Roles:   [Patient,Agent]
34336%%% Missing: [lex:together]
34337%%% Example: Herman gathered the students together.
34338%%%
34339verbnet(attach, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34340verbnet(bind, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34341verbnet(bond, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34342verbnet(bundle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34343verbnet(concatenate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34344verbnet(fasten, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34345verbnet(graft, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34346verbnet(jumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34347verbnet(ligate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34348verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34349verbnet(package, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34350verbnet(secure, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34351verbnet(splice, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34352verbnet(toggle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34353verbnet(weld, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34354verbnet(fixate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34355verbnet(affix, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34356verbnet(agglutinate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34357verbnet(band, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34358verbnet(baste, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34359verbnet(cluster, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34360verbnet(collate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34361verbnet(collect, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34362verbnet(fix, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34363verbnet(gather, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34364verbnet(glom, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34365verbnet(group, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34366verbnet(herd, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34367verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34368verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34369verbnet(sew, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34370verbnet(shake, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34371verbnet(shuffle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34372verbnet(stick, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]).
34373
34374%%% File:    ext/VerbNet/shake-22.3.xml
34375%%% Primary: NP V ADV-Middle (shake-22.3)
34376%%% Syntax:  [np:Patient,v,adv]
34377%%% CCG:     s:_\np
34378%%% Roles:   [Patient]
34379%%% Example: Eggs whisk easily.
34380%%%
34381verbnet(beat, s:_\np, ['Patient'], [22,'.',3]).
34382verbnet(fuse, s:_\np, ['Patient'], [22,'.',3]).
34383verbnet(scramble, s:_\np, ['Patient'], [22,'.',3]).
34384verbnet(stir, s:_\np, ['Patient'], [22,'.',3]).
34385verbnet(swirl, s:_\np, ['Patient'], [22,'.',3]).
34386verbnet(whip, s:_\np, ['Patient'], [22,'.',3]).
34387verbnet(whisk, s:_\np, ['Patient'], [22,'.',3]).
34388verbnet(lump, s:_\np, ['Patient'], [22,'.',3]).
34389verbnet(mass, s:_\np, ['Patient'], [22,'.',3]).
34390verbnet(attach, s:_\np, ['Patient'], [22,'.',3]).
34391verbnet(bind, s:_\np, ['Patient'], [22,'.',3]).
34392verbnet(bond, s:_\np, ['Patient'], [22,'.',3]).
34393verbnet(bundle, s:_\np, ['Patient'], [22,'.',3]).
34394verbnet(concatenate, s:_\np, ['Patient'], [22,'.',3]).
34395verbnet(fasten, s:_\np, ['Patient'], [22,'.',3]).
34396verbnet(graft, s:_\np, ['Patient'], [22,'.',3]).
34397verbnet(jumble, s:_\np, ['Patient'], [22,'.',3]).
34398verbnet(ligate, s:_\np, ['Patient'], [22,'.',3]).
34399verbnet(moor, s:_\np, ['Patient'], [22,'.',3]).
34400verbnet(package, s:_\np, ['Patient'], [22,'.',3]).
34401verbnet(secure, s:_\np, ['Patient'], [22,'.',3]).
34402verbnet(splice, s:_\np, ['Patient'], [22,'.',3]).
34403verbnet(toggle, s:_\np, ['Patient'], [22,'.',3]).
34404verbnet(weld, s:_\np, ['Patient'], [22,'.',3]).
34405verbnet(fixate, s:_\np, ['Patient'], [22,'.',3]).
34406verbnet(affix, s:_\np, ['Patient'], [22,'.',3]).
34407verbnet(agglutinate, s:_\np, ['Patient'], [22,'.',3]).
34408verbnet(band, s:_\np, ['Patient'], [22,'.',3]).
34409verbnet(baste, s:_\np, ['Patient'], [22,'.',3]).
34410verbnet(cluster, s:_\np, ['Patient'], [22,'.',3]).
34411verbnet(collate, s:_\np, ['Patient'], [22,'.',3]).
34412verbnet(collect, s:_\np, ['Patient'], [22,'.',3]).
34413verbnet(fix, s:_\np, ['Patient'], [22,'.',3]).
34414verbnet(gather, s:_\np, ['Patient'], [22,'.',3]).
34415verbnet(glom, s:_\np, ['Patient'], [22,'.',3]).
34416verbnet(group, s:_\np, ['Patient'], [22,'.',3]).
34417verbnet(herd, s:_\np, ['Patient'], [22,'.',3]).
34418verbnet(pair, s:_\np, ['Patient'], [22,'.',3]).
34419verbnet(roll, s:_\np, ['Patient'], [22,'.',3]).
34420verbnet(sew, s:_\np, ['Patient'], [22,'.',3]).
34421verbnet(shake, s:_\np, ['Patient'], [22,'.',3]).
34422verbnet(shuffle, s:_\np, ['Patient'], [22,'.',3]).
34423verbnet(stick, s:_\np, ['Patient'], [22,'.',3]).
34424
34425%%% File:    ext/VerbNet/shake-22.3.xml
34426%%% Primary: NP V together ADV-Middle (shake-22.3)
34427%%% Syntax:  [np:Patient,v,adv,lex:together]
34428%%% CCG:     s:_\np
34429%%% Roles:   [Patient]
34430%%% Missing: [lex:together]
34431%%% Example: Sugar and cream whip together easily.
34432%%%
34433verbnet(beat, s:_\np, ['Patient'], [22,'.',3]).
34434verbnet(fuse, s:_\np, ['Patient'], [22,'.',3]).
34435verbnet(scramble, s:_\np, ['Patient'], [22,'.',3]).
34436verbnet(stir, s:_\np, ['Patient'], [22,'.',3]).
34437verbnet(swirl, s:_\np, ['Patient'], [22,'.',3]).
34438verbnet(whip, s:_\np, ['Patient'], [22,'.',3]).
34439verbnet(whisk, s:_\np, ['Patient'], [22,'.',3]).
34440verbnet(lump, s:_\np, ['Patient'], [22,'.',3]).
34441verbnet(mass, s:_\np, ['Patient'], [22,'.',3]).
34442verbnet(attach, s:_\np, ['Patient'], [22,'.',3]).
34443verbnet(bind, s:_\np, ['Patient'], [22,'.',3]).
34444verbnet(bond, s:_\np, ['Patient'], [22,'.',3]).
34445verbnet(bundle, s:_\np, ['Patient'], [22,'.',3]).
34446verbnet(concatenate, s:_\np, ['Patient'], [22,'.',3]).
34447verbnet(fasten, s:_\np, ['Patient'], [22,'.',3]).
34448verbnet(graft, s:_\np, ['Patient'], [22,'.',3]).
34449verbnet(jumble, s:_\np, ['Patient'], [22,'.',3]).
34450verbnet(ligate, s:_\np, ['Patient'], [22,'.',3]).
34451verbnet(moor, s:_\np, ['Patient'], [22,'.',3]).
34452verbnet(package, s:_\np, ['Patient'], [22,'.',3]).
34453verbnet(secure, s:_\np, ['Patient'], [22,'.',3]).
34454verbnet(splice, s:_\np, ['Patient'], [22,'.',3]).
34455verbnet(toggle, s:_\np, ['Patient'], [22,'.',3]).
34456verbnet(weld, s:_\np, ['Patient'], [22,'.',3]).
34457verbnet(fixate, s:_\np, ['Patient'], [22,'.',3]).
34458verbnet(affix, s:_\np, ['Patient'], [22,'.',3]).
34459verbnet(agglutinate, s:_\np, ['Patient'], [22,'.',3]).
34460verbnet(band, s:_\np, ['Patient'], [22,'.',3]).
34461verbnet(baste, s:_\np, ['Patient'], [22,'.',3]).
34462verbnet(cluster, s:_\np, ['Patient'], [22,'.',3]).
34463verbnet(collate, s:_\np, ['Patient'], [22,'.',3]).
34464verbnet(collect, s:_\np, ['Patient'], [22,'.',3]).
34465verbnet(fix, s:_\np, ['Patient'], [22,'.',3]).
34466verbnet(gather, s:_\np, ['Patient'], [22,'.',3]).
34467verbnet(glom, s:_\np, ['Patient'], [22,'.',3]).
34468verbnet(group, s:_\np, ['Patient'], [22,'.',3]).
34469verbnet(herd, s:_\np, ['Patient'], [22,'.',3]).
34470verbnet(pair, s:_\np, ['Patient'], [22,'.',3]).
34471verbnet(roll, s:_\np, ['Patient'], [22,'.',3]).
34472verbnet(sew, s:_\np, ['Patient'], [22,'.',3]).
34473verbnet(shake, s:_\np, ['Patient'], [22,'.',3]).
34474verbnet(shuffle, s:_\np, ['Patient'], [22,'.',3]).
34475verbnet(stick, s:_\np, ['Patient'], [22,'.',3]).
34476
34477%%% File:    ext/VerbNet/sight-30.2.xml
34478%%% Primary: NP V NP (sight-30.2)
34479%%% Syntax:  [np:Experiencer,v,np:Stimulus]
34480%%% CCG:     (s:_\np)/np
34481%%% Roles:   [Stimulus,Experiencer]
34482%%% Example: The crew spotted the island.
34483%%%
34484verbnet(descry, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34485verbnet(discover, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34486verbnet(espy, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34487verbnet(examine, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34488verbnet(experience, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34489verbnet(eye, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34490verbnet(glimpse, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34491verbnet(inspect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34492verbnet(investigate, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34493verbnet(make_out, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34494verbnet(note, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34495verbnet(observe, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34496verbnet(overhear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34497verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34498verbnet(peruse, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34499verbnet(recognize, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34500verbnet(regard, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34501verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34502verbnet(scan, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34503verbnet(scent, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34504verbnet(scent_out, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34505verbnet(scrutinize, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34506verbnet(sight, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34507verbnet(spot, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34508verbnet(spy, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34509verbnet(study, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34510verbnet(survey, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34511verbnet(view, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34512verbnet(watch, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34513verbnet(witness, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34514verbnet(sniff, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]).
34515
34516%%% File:    ext/VerbNet/simple_dressing-41.3.1.xml
34517%%% Primary: NP V NP (simple_dressing-41.3.1)
34518%%% Syntax:  [np:Agent,v,np:Theme]
34519%%% CCG:     (s:_\np)/np
34520%%% Roles:   [Theme,Agent]
34521%%% Example: She always wears purple dresses.
34522%%%
34523verbnet(don, (s:_\np)/np, ['Theme','Agent'], [41,'.',3,'.',1]).
34524verbnet(doff, (s:_\np)/np, ['Theme','Agent'], [41,'.',3,'.',1]).
34525verbnet(wear, (s:_\np)/np, ['Theme','Agent'], [41,'.',3,'.',1]).
34526
34527%%% File:    ext/VerbNet/slide-11.2.xml
34528%%% Primary: NP V NP-dative NP (slide-11.2-1)
34529%%% Syntax:  [np:Agent,v,np:Destination,np:Theme]
34530%%% CCG:     ((s:_\np)/np)/np
34531%%% Roles:   [Destination,Theme,Agent]
34532%%% Example: Carla slid John the books.
34533%%%
34534verbnet(bounce, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]).
34535verbnet(dart, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]).
34536verbnet(float, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]).
34537verbnet(roll, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]).
34538verbnet(slide, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]).
34539
34540%%% File:    ext/VerbNet/slide-11.2.xml
34541%%% Primary: NP V (slide-11.2)
34542%%% Syntax:  [np:Theme,v]
34543%%% CCG:     s:_\np
34544%%% Roles:   [Theme]
34545%%% Example: The books slid.
34546%%%
34547verbnet(bounce, s:_\np, ['Theme'], [11,'.',2]).
34548verbnet(dart, s:_\np, ['Theme'], [11,'.',2]).
34549verbnet(float, s:_\np, ['Theme'], [11,'.',2]).
34550verbnet(roll, s:_\np, ['Theme'], [11,'.',2]).
34551verbnet(slide, s:_\np, ['Theme'], [11,'.',2]).
34552verbnet(move, s:_\np, ['Theme'], [11,'.',2]).
34553verbnet(scoot, s:_\np, ['Theme'], [11,'.',2]).
34554
34555%%% File:    ext/VerbNet/slide-11.2.xml
34556%%% Primary: NP V PP.initial_location (slide-11.2)
34557%%% Syntax:  [np:Theme,v,pp,np:Initial_Location]
34558%%% CCG:     (s:_\np)/pp
34559%%% Roles:   [Theme]
34560%%% Example: The books slid from the table.
34561%%%
34562verbnet(bounce, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34563verbnet(dart, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34564verbnet(float, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34565verbnet(roll, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34566verbnet(slide, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34567verbnet(move, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34568verbnet(scoot, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34569
34570%%% File:    ext/VerbNet/slide-11.2.xml
34571%%% Primary: NP V PP.destination (slide-11.2)
34572%%% Syntax:  [np:Theme,v,prep:to,np:Destination]
34573%%% CCG:     (s:_\np)/pp
34574%%% Roles:   [Theme]
34575%%% Example: The books slid to the floor.
34576%%%
34577verbnet(bounce, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34578verbnet(dart, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34579verbnet(float, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34580verbnet(roll, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34581verbnet(slide, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34582verbnet(move, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34583verbnet(scoot, (s:_\np)/pp, ['Theme'], [11,'.',2]).
34584verbnet(to, pp/np, ['Destination'], [11,.,2]).
34585
34586%%% File:    ext/VerbNet/slide-11.2.xml
34587%%% Primary: NP V PP.initial_location PP.destination (slide-11.2)
34588%%% Syntax:  [np:Theme,v,pp,np:Initial_Location,prep:to,np:Destination]
34589%%% CCG:     ((s:_\np)/pp)/pp
34590%%% Roles:   [Theme]
34591%%% Example: The books slid from the table to the floor.
34592%%%
34593verbnet(bounce, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34594verbnet(dart, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34595verbnet(float, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34596verbnet(roll, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34597verbnet(slide, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34598verbnet(move, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34599verbnet(scoot, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]).
34600verbnet(to, pp/np, ['Destination'], [11,.,2]).
34601
34602%%% File:    ext/VerbNet/slide-11.2.xml
34603%%% Primary: NP.agent V NP (slide-11.2)
34604%%% Syntax:  [np:Agent,v,np:Theme]
34605%%% CCG:     (s:_\np)/np
34606%%% Roles:   [Theme,Agent]
34607%%% Example: Carla slid the books.
34608%%%
34609verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34610verbnet(dart, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34611verbnet(float, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34612verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34613verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34614verbnet(move, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34615verbnet(scoot, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]).
34616
34617%%% File:    ext/VerbNet/slide-11.2.xml
34618%%% Primary: NP V NP PP.initial_location (slide-11.2)
34619%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Trajectory]
34620%%% CCG:     ((s:_\np)/pp)/np
34621%%% Roles:   [Theme,Agent]
34622%%% Example: Carla slid the books across the table.
34623%%%
34624verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34625verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34626verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34627verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34628verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34629verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34630verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34631
34632%%% File:    ext/VerbNet/slide-11.2.xml
34633%%% Primary: NP V NP PP.destination (slide-11.2)
34634%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination]
34635%%% CCG:     ((s:_\np)/pp)/np
34636%%% Roles:   [Theme,Agent]
34637%%% Example: Carla slid the books to the floor.
34638%%%
34639verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34640verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34641verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34642verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34643verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34644verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34645verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34646verbnet(to, pp/np, ['Destination'], [11,.,2]).
34647
34648%%% File:    ext/VerbNet/slide-11.2.xml
34649%%% Primary: NP V NP PP.initial_location PP.destination (slide-11.2)
34650%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination]
34651%%% CCG:     (((s:_\np)/pp)/pp)/np
34652%%% Roles:   [Theme,Agent]
34653%%% Example: Carla slid the books from one end of the table to the other.
34654%%%
34655verbnet(bounce, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34656verbnet(dart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34657verbnet(float, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34658verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34659verbnet(slide, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34660verbnet(move, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34661verbnet(scoot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]).
34662verbnet(to, pp/np, ['Destination'], [11,.,2]).
34663
34664%%% File:    ext/VerbNet/smell_emission-43.3.xml
34665%%% Primary: NP V (smell_emission-43.3)
34666%%% Syntax:  [np:Theme,v]
34667%%% CCG:     s:_\np
34668%%% Roles:   [Theme]
34669%%% Example: The onions reeked.
34670%%%
34671verbnet(reek, s:_\np, ['Theme'], [43,'.',3]).
34672verbnet(smell, s:_\np, ['Theme'], [43,'.',3]).
34673verbnet(stink, s:_\np, ['Theme'], [43,'.',3]).
34674
34675%%% File:    ext/VerbNet/smell_emission-43.3.xml
34676%%% Primary: NP.location V (smell_emission-43.3)
34677%%% Syntax:  [np:Location,v]
34678%%% CCG:     s:_\np
34679%%% Roles:   [Location]
34680%%% Example: The room reeked.
34681%%%
34682verbnet(reek, s:_\np, ['Location'], [43,'.',3]).
34683verbnet(smell, s:_\np, ['Location'], [43,'.',3]).
34684verbnet(stink, s:_\np, ['Location'], [43,'.',3]).
34685
34686%%% File:    ext/VerbNet/smell_emission-43.3.xml
34687%%% Primary: NP V PP.theme (smell_emission-43.3)
34688%%% Syntax:  [np:Location,v,prep:of,np:Theme]
34689%%% CCG:     (s:_\np)/pp
34690%%% Roles:   [Location]
34691%%% Example: The room reeked of onions.
34692%%%
34693verbnet(reek, (s:_\np)/pp, ['Location'], [43,'.',3]).
34694verbnet(smell, (s:_\np)/pp, ['Location'], [43,'.',3]).
34695verbnet(stink, (s:_\np)/pp, ['Location'], [43,'.',3]).
34696verbnet(of, pp/np, ['Theme'], [43,.,3]).
34697
34698%%% File:    ext/VerbNet/snooze-40.4.xml
34699%%% Primary: NP v (snooze-40.4)
34700%%% Syntax:  [np:Agent,v]
34701%%% CCG:     s:_\np
34702%%% Roles:   [Agent]
34703%%% Example: Gloria snoozed.
34704%%%
34705verbnet(catnap, s:_\np, ['Agent'], [40,'.',4]).
34706verbnet(doze, s:_\np, ['Agent'], [40,'.',4]).
34707verbnet(drowse, s:_\np, ['Agent'], [40,'.',4]).
34708verbnet(nap, s:_\np, ['Agent'], [40,'.',4]).
34709verbnet(sleep, s:_\np, ['Agent'], [40,'.',4]).
34710verbnet(slumber, s:_\np, ['Agent'], [40,'.',4]).
34711verbnet(snooze, s:_\np, ['Agent'], [40,'.',4]).
34712
34713%%% File:    ext/VerbNet/snooze-40.4.xml
34714%%% Primary: NP V NP (snooze-40.4)
34715%%% Syntax:  [np:Agent,v,np:Theme]
34716%%% CCG:     (s:_\np)/np
34717%%% Roles:   [Theme,Agent]
34718%%% Example: Gloria slept the sleep of the dead.
34719%%%
34720verbnet(catnap, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34721verbnet(doze, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34722verbnet(drowse, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34723verbnet(nap, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34724verbnet(sleep, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34725verbnet(slumber, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34726verbnet(snooze, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]).
34727
34728%%% File:    ext/VerbNet/sound_emission-43.2.xml
34729%%% Primary: NP V (sound_emission-43.2)
34730%%% Syntax:  [np:Theme,v]
34731%%% CCG:     s:_\np
34732%%% Roles:   [Theme]
34733%%% Example: The door hinges squeaked.
34734%%%
34735verbnet(babble, s:_\np, ['Theme'], [43,'.',2]).
34736verbnet(bang, s:_\np, ['Theme'], [43,'.',2]).
34737verbnet(beat, s:_\np, ['Theme'], [43,'.',2]).
34738verbnet(beep, s:_\np, ['Theme'], [43,'.',2]).
34739verbnet(bellow, s:_\np, ['Theme'], [43,'.',2]).
34740verbnet(blare, s:_\np, ['Theme'], [43,'.',2]).
34741verbnet(blast, s:_\np, ['Theme'], [43,'.',2]).
34742verbnet(blat, s:_\np, ['Theme'], [43,'.',2]).
34743verbnet(boom, s:_\np, ['Theme'], [43,'.',2]).
34744verbnet(bubble, s:_\np, ['Theme'], [43,'.',2]).
34745verbnet(burble, s:_\np, ['Theme'], [43,'.',2]).
34746verbnet(burr, s:_\np, ['Theme'], [43,'.',2]).
34747verbnet(buzz, s:_\np, ['Theme'], [43,'.',2]).
34748verbnet(chatter, s:_\np, ['Theme'], [43,'.',2]).
34749verbnet(chime, s:_\np, ['Theme'], [43,'.',2]).
34750verbnet(chink, s:_\np, ['Theme'], [43,'.',2]).
34751verbnet(chir, s:_\np, ['Theme'], [43,'.',2]).
34752verbnet(chitter, s:_\np, ['Theme'], [43,'.',2]).
34753verbnet(chug, s:_\np, ['Theme'], [43,'.',2]).
34754verbnet(clack, s:_\np, ['Theme'], [43,'.',2]).
34755verbnet(clang, s:_\np, ['Theme'], [43,'.',2]).
34756verbnet(clank, s:_\np, ['Theme'], [43,'.',2]).
34757verbnet(clap, s:_\np, ['Theme'], [43,'.',2]).
34758verbnet(clash, s:_\np, ['Theme'], [43,'.',2]).
34759verbnet(clatter, s:_\np, ['Theme'], [43,'.',2]).
34760verbnet(click, s:_\np, ['Theme'], [43,'.',2]).
34761verbnet(cling, s:_\np, ['Theme'], [43,'.',2]).
34762verbnet(clink, s:_\np, ['Theme'], [43,'.',2]).
34763verbnet(clomp, s:_\np, ['Theme'], [43,'.',2]).
34764verbnet(clump, s:_\np, ['Theme'], [43,'.',2]).
34765verbnet(clunk, s:_\np, ['Theme'], [43,'.',2]).
34766verbnet(crack, s:_\np, ['Theme'], [43,'.',2]).
34767verbnet(crackle, s:_\np, ['Theme'], [43,'.',2]).
34768verbnet(crash, s:_\np, ['Theme'], [43,'.',2]).
34769verbnet(creak, s:_\np, ['Theme'], [43,'.',2]).
34770verbnet(crepitate, s:_\np, ['Theme'], [43,'.',2]).
34771verbnet(crunch, s:_\np, ['Theme'], [43,'.',2]).
34772verbnet(cry, s:_\np, ['Theme'], [43,'.',2]).
34773verbnet(ding, s:_\np, ['Theme'], [43,'.',2]).
34774verbnet(dong, s:_\np, ['Theme'], [43,'.',2]).
34775verbnet(drone, s:_\np, ['Theme'], [43,'.',2]).
34776verbnet(explode, s:_\np, ['Theme'], [43,'.',2]).
34777verbnet(fizz, s:_\np, ['Theme'], [43,'.',2]).
34778verbnet(fizzle, s:_\np, ['Theme'], [43,'.',2]).
34779verbnet(groan, s:_\np, ['Theme'], [43,'.',2]).
34780verbnet(growl, s:_\np, ['Theme'], [43,'.',2]).
34781verbnet(gurgle, s:_\np, ['Theme'], [43,'.',2]).
34782verbnet(hiss, s:_\np, ['Theme'], [43,'.',2]).
34783verbnet(hoot, s:_\np, ['Theme'], [43,'.',2]).
34784verbnet(honk, s:_\np, ['Theme'], [43,'.',2]).
34785verbnet(howl, s:_\np, ['Theme'], [43,'.',2]).
34786verbnet(hum, s:_\np, ['Theme'], [43,'.',2]).
34787verbnet(jangle, s:_\np, ['Theme'], [43,'.',2]).
34788verbnet(jingle, s:_\np, ['Theme'], [43,'.',2]).
34789verbnet(knell, s:_\np, ['Theme'], [43,'.',2]).
34790verbnet(knock, s:_\np, ['Theme'], [43,'.',2]).
34791verbnet(lilt, s:_\np, ['Theme'], [43,'.',2]).
34792verbnet(moan, s:_\np, ['Theme'], [43,'.',2]).
34793verbnet(murmur, s:_\np, ['Theme'], [43,'.',2]).
34794verbnet(patter, s:_\np, ['Theme'], [43,'.',2]).
34795verbnet(peal, s:_\np, ['Theme'], [43,'.',2]).
34796verbnet(ping, s:_\np, ['Theme'], [43,'.',2]).
34797verbnet(pink, s:_\np, ['Theme'], [43,'.',2]).
34798verbnet(pipe, s:_\np, ['Theme'], [43,'.',2]).
34799verbnet(plink, s:_\np, ['Theme'], [43,'.',2]).
34800verbnet(plonk, s:_\np, ['Theme'], [43,'.',2]).
34801verbnet(plop, s:_\np, ['Theme'], [43,'.',2]).
34802verbnet(plunk, s:_\np, ['Theme'], [43,'.',2]).
34803verbnet(pop, s:_\np, ['Theme'], [43,'.',2]).
34804verbnet(purr, s:_\np, ['Theme'], [43,'.',2]).
34805verbnet(putter, s:_\np, ['Theme'], [43,'.',2]).
34806verbnet(rap, s:_\np, ['Theme'], [43,'.',2]).
34807verbnet(rasp, s:_\np, ['Theme'], [43,'.',2]).
34808verbnet(rattle, s:_\np, ['Theme'], [43,'.',2]).
34809verbnet(ring, s:_\np, ['Theme'], [43,'.',2]).
34810verbnet(roar, s:_\np, ['Theme'], [43,'.',2]).
34811verbnet(roll, s:_\np, ['Theme'], [43,'.',2]).
34812verbnet(rumble, s:_\np, ['Theme'], [43,'.',2]).
34813verbnet(rustle, s:_\np, ['Theme'], [43,'.',2]).
34814verbnet(scream, s:_\np, ['Theme'], [43,'.',2]).
34815verbnet(screech, s:_\np, ['Theme'], [43,'.',2]).
34816verbnet(shriek, s:_\np, ['Theme'], [43,'.',2]).
34817verbnet(shrill, s:_\np, ['Theme'], [43,'.',2]).
34818verbnet(sing, s:_\np, ['Theme'], [43,'.',2]).
34819verbnet(sizzle, s:_\np, ['Theme'], [43,'.',2]).
34820verbnet(snap, s:_\np, ['Theme'], [43,'.',2]).
34821verbnet(sound, s:_\np, ['Theme'], [43,'.',2]).
34822verbnet(sough, s:_\np, ['Theme'], [43,'.',2]).
34823verbnet(sploosh, s:_\np, ['Theme'], [43,'.',2]).
34824verbnet(splash, s:_\np, ['Theme'], [43,'.',2]).
34825verbnet(splutter, s:_\np, ['Theme'], [43,'.',2]).
34826verbnet(sputter, s:_\np, ['Theme'], [43,'.',2]).
34827verbnet(squawk, s:_\np, ['Theme'], [43,'.',2]).
34828verbnet(squeak, s:_\np, ['Theme'], [43,'.',2]).
34829verbnet(squeal, s:_\np, ['Theme'], [43,'.',2]).
34830verbnet(squelch, s:_\np, ['Theme'], [43,'.',2]).
34831verbnet(strike, s:_\np, ['Theme'], [43,'.',2]).
34832verbnet(swish, s:_\np, ['Theme'], [43,'.',2]).
34833verbnet(swoosh, s:_\np, ['Theme'], [43,'.',2]).
34834verbnet(thrum, s:_\np, ['Theme'], [43,'.',2]).
34835verbnet(thud, s:_\np, ['Theme'], [43,'.',2]).
34836verbnet(thump, s:_\np, ['Theme'], [43,'.',2]).
34837verbnet(thunder, s:_\np, ['Theme'], [43,'.',2]).
34838verbnet(thunk, s:_\np, ['Theme'], [43,'.',2]).
34839verbnet(tick, s:_\np, ['Theme'], [43,'.',2]).
34840verbnet(ting, s:_\np, ['Theme'], [43,'.',2]).
34841verbnet(tinkle, s:_\np, ['Theme'], [43,'.',2]).
34842verbnet(toll, s:_\np, ['Theme'], [43,'.',2]).
34843verbnet(toot, s:_\np, ['Theme'], [43,'.',2]).
34844verbnet(tootle, s:_\np, ['Theme'], [43,'.',2]).
34845verbnet(trill, s:_\np, ['Theme'], [43,'.',2]).
34846verbnet(trumpet, s:_\np, ['Theme'], [43,'.',2]).
34847verbnet(twang, s:_\np, ['Theme'], [43,'.',2]).
34848verbnet(ululate, s:_\np, ['Theme'], [43,'.',2]).
34849verbnet(vroom, s:_\np, ['Theme'], [43,'.',2]).
34850verbnet(wail, s:_\np, ['Theme'], [43,'.',2]).
34851verbnet(wheeze, s:_\np, ['Theme'], [43,'.',2]).
34852verbnet(whine, s:_\np, ['Theme'], [43,'.',2]).
34853verbnet(whir, s:_\np, ['Theme'], [43,'.',2]).
34854verbnet(whish, s:_\np, ['Theme'], [43,'.',2]).
34855verbnet(whisper, s:_\np, ['Theme'], [43,'.',2]).
34856verbnet(whistle, s:_\np, ['Theme'], [43,'.',2]).
34857verbnet(whoosh, s:_\np, ['Theme'], [43,'.',2]).
34858verbnet(whump, s:_\np, ['Theme'], [43,'.',2]).
34859verbnet(zing, s:_\np, ['Theme'], [43,'.',2]).
34860
34861%%% File:    ext/VerbNet/sound_emission-43.2.xml
34862%%% Primary: NP V PP.location (sound_emission-43.2)
34863%%% Syntax:  [np:Theme,v,pp,np:Location]
34864%%% CCG:     (s:_\np)/pp
34865%%% Roles:   [Theme]
34866%%% Example: Horns beeped in the street.
34867%%%
34868verbnet(babble, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34869verbnet(bang, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34870verbnet(beat, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34871verbnet(beep, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34872verbnet(bellow, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34873verbnet(blare, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34874verbnet(blast, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34875verbnet(blat, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34876verbnet(boom, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34877verbnet(bubble, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34878verbnet(burble, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34879verbnet(burr, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34880verbnet(buzz, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34881verbnet(chatter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34882verbnet(chime, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34883verbnet(chink, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34884verbnet(chir, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34885verbnet(chitter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34886verbnet(chug, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34887verbnet(clack, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34888verbnet(clang, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34889verbnet(clank, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34890verbnet(clap, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34891verbnet(clash, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34892verbnet(clatter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34893verbnet(click, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34894verbnet(cling, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34895verbnet(clink, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34896verbnet(clomp, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34897verbnet(clump, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34898verbnet(clunk, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34899verbnet(crack, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34900verbnet(crackle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34901verbnet(crash, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34902verbnet(creak, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34903verbnet(crepitate, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34904verbnet(crunch, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34905verbnet(cry, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34906verbnet(ding, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34907verbnet(dong, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34908verbnet(drone, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34909verbnet(explode, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34910verbnet(fizz, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34911verbnet(fizzle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34912verbnet(groan, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34913verbnet(growl, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34914verbnet(gurgle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34915verbnet(hiss, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34916verbnet(hoot, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34917verbnet(honk, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34918verbnet(howl, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34919verbnet(hum, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34920verbnet(jangle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34921verbnet(jingle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34922verbnet(knell, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34923verbnet(knock, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34924verbnet(lilt, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34925verbnet(moan, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34926verbnet(murmur, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34927verbnet(patter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34928verbnet(peal, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34929verbnet(ping, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34930verbnet(pink, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34931verbnet(pipe, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34932verbnet(plink, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34933verbnet(plonk, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34934verbnet(plop, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34935verbnet(plunk, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34936verbnet(pop, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34937verbnet(purr, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34938verbnet(putter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34939verbnet(rap, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34940verbnet(rasp, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34941verbnet(rattle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34942verbnet(ring, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34943verbnet(roar, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34944verbnet(roll, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34945verbnet(rumble, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34946verbnet(rustle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34947verbnet(scream, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34948verbnet(screech, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34949verbnet(shriek, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34950verbnet(shrill, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34951verbnet(sing, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34952verbnet(sizzle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34953verbnet(snap, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34954verbnet(sound, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34955verbnet(sough, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34956verbnet(sploosh, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34957verbnet(splash, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34958verbnet(splutter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34959verbnet(sputter, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34960verbnet(squawk, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34961verbnet(squeak, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34962verbnet(squeal, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34963verbnet(squelch, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34964verbnet(strike, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34965verbnet(swish, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34966verbnet(swoosh, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34967verbnet(thrum, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34968verbnet(thud, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34969verbnet(thump, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34970verbnet(thunder, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34971verbnet(thunk, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34972verbnet(tick, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34973verbnet(ting, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34974verbnet(tinkle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34975verbnet(toll, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34976verbnet(toot, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34977verbnet(tootle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34978verbnet(trill, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34979verbnet(trumpet, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34980verbnet(twang, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34981verbnet(ululate, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34982verbnet(vroom, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34983verbnet(wail, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34984verbnet(wheeze, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34985verbnet(whine, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34986verbnet(whir, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34987verbnet(whish, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34988verbnet(whisper, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34989verbnet(whistle, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34990verbnet(whoosh, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34991verbnet(whump, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34992verbnet(zing, (s:_\np)/pp, ['Theme'], [43,'.',2]).
34993
34994%%% File:    ext/VerbNet/sound_emission-43.2.xml
34995%%% Primary: NP.location V PP.theme (sound_emission-43.2)
34996%%% Syntax:  [np:Location,v,prep:with,np:Theme]
34997%%% CCG:     (s:_\np)/pp
34998%%% Roles:   [Location]
34999%%% Example: The street sang with horns.
35000%%%
35001verbnet(babble, (s:_\np)/pp, ['Location'], [43,'.',2]).
35002verbnet(bang, (s:_\np)/pp, ['Location'], [43,'.',2]).
35003verbnet(beat, (s:_\np)/pp, ['Location'], [43,'.',2]).
35004verbnet(beep, (s:_\np)/pp, ['Location'], [43,'.',2]).
35005verbnet(bellow, (s:_\np)/pp, ['Location'], [43,'.',2]).
35006verbnet(blare, (s:_\np)/pp, ['Location'], [43,'.',2]).
35007verbnet(blast, (s:_\np)/pp, ['Location'], [43,'.',2]).
35008verbnet(blat, (s:_\np)/pp, ['Location'], [43,'.',2]).
35009verbnet(boom, (s:_\np)/pp, ['Location'], [43,'.',2]).
35010verbnet(bubble, (s:_\np)/pp, ['Location'], [43,'.',2]).
35011verbnet(burble, (s:_\np)/pp, ['Location'], [43,'.',2]).
35012verbnet(burr, (s:_\np)/pp, ['Location'], [43,'.',2]).
35013verbnet(buzz, (s:_\np)/pp, ['Location'], [43,'.',2]).
35014verbnet(chatter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35015verbnet(chime, (s:_\np)/pp, ['Location'], [43,'.',2]).
35016verbnet(chink, (s:_\np)/pp, ['Location'], [43,'.',2]).
35017verbnet(chir, (s:_\np)/pp, ['Location'], [43,'.',2]).
35018verbnet(chitter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35019verbnet(chug, (s:_\np)/pp, ['Location'], [43,'.',2]).
35020verbnet(clack, (s:_\np)/pp, ['Location'], [43,'.',2]).
35021verbnet(clang, (s:_\np)/pp, ['Location'], [43,'.',2]).
35022verbnet(clank, (s:_\np)/pp, ['Location'], [43,'.',2]).
35023verbnet(clap, (s:_\np)/pp, ['Location'], [43,'.',2]).
35024verbnet(clash, (s:_\np)/pp, ['Location'], [43,'.',2]).
35025verbnet(clatter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35026verbnet(click, (s:_\np)/pp, ['Location'], [43,'.',2]).
35027verbnet(cling, (s:_\np)/pp, ['Location'], [43,'.',2]).
35028verbnet(clink, (s:_\np)/pp, ['Location'], [43,'.',2]).
35029verbnet(clomp, (s:_\np)/pp, ['Location'], [43,'.',2]).
35030verbnet(clump, (s:_\np)/pp, ['Location'], [43,'.',2]).
35031verbnet(clunk, (s:_\np)/pp, ['Location'], [43,'.',2]).
35032verbnet(crack, (s:_\np)/pp, ['Location'], [43,'.',2]).
35033verbnet(crackle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35034verbnet(crash, (s:_\np)/pp, ['Location'], [43,'.',2]).
35035verbnet(creak, (s:_\np)/pp, ['Location'], [43,'.',2]).
35036verbnet(crepitate, (s:_\np)/pp, ['Location'], [43,'.',2]).
35037verbnet(crunch, (s:_\np)/pp, ['Location'], [43,'.',2]).
35038verbnet(cry, (s:_\np)/pp, ['Location'], [43,'.',2]).
35039verbnet(ding, (s:_\np)/pp, ['Location'], [43,'.',2]).
35040verbnet(dong, (s:_\np)/pp, ['Location'], [43,'.',2]).
35041verbnet(drone, (s:_\np)/pp, ['Location'], [43,'.',2]).
35042verbnet(explode, (s:_\np)/pp, ['Location'], [43,'.',2]).
35043verbnet(fizz, (s:_\np)/pp, ['Location'], [43,'.',2]).
35044verbnet(fizzle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35045verbnet(groan, (s:_\np)/pp, ['Location'], [43,'.',2]).
35046verbnet(growl, (s:_\np)/pp, ['Location'], [43,'.',2]).
35047verbnet(gurgle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35048verbnet(hiss, (s:_\np)/pp, ['Location'], [43,'.',2]).
35049verbnet(hoot, (s:_\np)/pp, ['Location'], [43,'.',2]).
35050verbnet(honk, (s:_\np)/pp, ['Location'], [43,'.',2]).
35051verbnet(howl, (s:_\np)/pp, ['Location'], [43,'.',2]).
35052verbnet(hum, (s:_\np)/pp, ['Location'], [43,'.',2]).
35053verbnet(jangle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35054verbnet(jingle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35055verbnet(knell, (s:_\np)/pp, ['Location'], [43,'.',2]).
35056verbnet(knock, (s:_\np)/pp, ['Location'], [43,'.',2]).
35057verbnet(lilt, (s:_\np)/pp, ['Location'], [43,'.',2]).
35058verbnet(moan, (s:_\np)/pp, ['Location'], [43,'.',2]).
35059verbnet(murmur, (s:_\np)/pp, ['Location'], [43,'.',2]).
35060verbnet(patter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35061verbnet(peal, (s:_\np)/pp, ['Location'], [43,'.',2]).
35062verbnet(ping, (s:_\np)/pp, ['Location'], [43,'.',2]).
35063verbnet(pink, (s:_\np)/pp, ['Location'], [43,'.',2]).
35064verbnet(pipe, (s:_\np)/pp, ['Location'], [43,'.',2]).
35065verbnet(plink, (s:_\np)/pp, ['Location'], [43,'.',2]).
35066verbnet(plonk, (s:_\np)/pp, ['Location'], [43,'.',2]).
35067verbnet(plop, (s:_\np)/pp, ['Location'], [43,'.',2]).
35068verbnet(plunk, (s:_\np)/pp, ['Location'], [43,'.',2]).
35069verbnet(pop, (s:_\np)/pp, ['Location'], [43,'.',2]).
35070verbnet(purr, (s:_\np)/pp, ['Location'], [43,'.',2]).
35071verbnet(putter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35072verbnet(rap, (s:_\np)/pp, ['Location'], [43,'.',2]).
35073verbnet(rasp, (s:_\np)/pp, ['Location'], [43,'.',2]).
35074verbnet(rattle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35075verbnet(ring, (s:_\np)/pp, ['Location'], [43,'.',2]).
35076verbnet(roar, (s:_\np)/pp, ['Location'], [43,'.',2]).
35077verbnet(roll, (s:_\np)/pp, ['Location'], [43,'.',2]).
35078verbnet(rumble, (s:_\np)/pp, ['Location'], [43,'.',2]).
35079verbnet(rustle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35080verbnet(scream, (s:_\np)/pp, ['Location'], [43,'.',2]).
35081verbnet(screech, (s:_\np)/pp, ['Location'], [43,'.',2]).
35082verbnet(shriek, (s:_\np)/pp, ['Location'], [43,'.',2]).
35083verbnet(shrill, (s:_\np)/pp, ['Location'], [43,'.',2]).
35084verbnet(sing, (s:_\np)/pp, ['Location'], [43,'.',2]).
35085verbnet(sizzle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35086verbnet(snap, (s:_\np)/pp, ['Location'], [43,'.',2]).
35087verbnet(sound, (s:_\np)/pp, ['Location'], [43,'.',2]).
35088verbnet(sough, (s:_\np)/pp, ['Location'], [43,'.',2]).
35089verbnet(sploosh, (s:_\np)/pp, ['Location'], [43,'.',2]).
35090verbnet(splash, (s:_\np)/pp, ['Location'], [43,'.',2]).
35091verbnet(splutter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35092verbnet(sputter, (s:_\np)/pp, ['Location'], [43,'.',2]).
35093verbnet(squawk, (s:_\np)/pp, ['Location'], [43,'.',2]).
35094verbnet(squeak, (s:_\np)/pp, ['Location'], [43,'.',2]).
35095verbnet(squeal, (s:_\np)/pp, ['Location'], [43,'.',2]).
35096verbnet(squelch, (s:_\np)/pp, ['Location'], [43,'.',2]).
35097verbnet(strike, (s:_\np)/pp, ['Location'], [43,'.',2]).
35098verbnet(swish, (s:_\np)/pp, ['Location'], [43,'.',2]).
35099verbnet(swoosh, (s:_\np)/pp, ['Location'], [43,'.',2]).
35100verbnet(thrum, (s:_\np)/pp, ['Location'], [43,'.',2]).
35101verbnet(thud, (s:_\np)/pp, ['Location'], [43,'.',2]).
35102verbnet(thump, (s:_\np)/pp, ['Location'], [43,'.',2]).
35103verbnet(thunder, (s:_\np)/pp, ['Location'], [43,'.',2]).
35104verbnet(thunk, (s:_\np)/pp, ['Location'], [43,'.',2]).
35105verbnet(tick, (s:_\np)/pp, ['Location'], [43,'.',2]).
35106verbnet(ting, (s:_\np)/pp, ['Location'], [43,'.',2]).
35107verbnet(tinkle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35108verbnet(toll, (s:_\np)/pp, ['Location'], [43,'.',2]).
35109verbnet(toot, (s:_\np)/pp, ['Location'], [43,'.',2]).
35110verbnet(tootle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35111verbnet(trill, (s:_\np)/pp, ['Location'], [43,'.',2]).
35112verbnet(trumpet, (s:_\np)/pp, ['Location'], [43,'.',2]).
35113verbnet(twang, (s:_\np)/pp, ['Location'], [43,'.',2]).
35114verbnet(ululate, (s:_\np)/pp, ['Location'], [43,'.',2]).
35115verbnet(vroom, (s:_\np)/pp, ['Location'], [43,'.',2]).
35116verbnet(wail, (s:_\np)/pp, ['Location'], [43,'.',2]).
35117verbnet(wheeze, (s:_\np)/pp, ['Location'], [43,'.',2]).
35118verbnet(whine, (s:_\np)/pp, ['Location'], [43,'.',2]).
35119verbnet(whir, (s:_\np)/pp, ['Location'], [43,'.',2]).
35120verbnet(whish, (s:_\np)/pp, ['Location'], [43,'.',2]).
35121verbnet(whisper, (s:_\np)/pp, ['Location'], [43,'.',2]).
35122verbnet(whistle, (s:_\np)/pp, ['Location'], [43,'.',2]).
35123verbnet(whoosh, (s:_\np)/pp, ['Location'], [43,'.',2]).
35124verbnet(whump, (s:_\np)/pp, ['Location'], [43,'.',2]).
35125verbnet(zing, (s:_\np)/pp, ['Location'], [43,'.',2]).
35126verbnet(with, pp/np, ['Theme'], [43,.,2]).
35127
35128%%% File:    ext/VerbNet/sound_emission-43.2.xml
35129%%% Primary: PP.location V NP (sound_emission-43.2)
35130%%% Syntax:  [pp,np:Location,v,np:Theme]
35131%%% CCG:     (s:_\pp)/np
35132%%% Roles:   [Theme]
35133%%% Example: In the hallway ticked a gradfather clock.
35134%%%
35135verbnet(babble, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35136verbnet(bang, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35137verbnet(beat, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35138verbnet(beep, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35139verbnet(bellow, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35140verbnet(blare, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35141verbnet(blast, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35142verbnet(blat, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35143verbnet(boom, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35144verbnet(bubble, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35145verbnet(burble, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35146verbnet(burr, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35147verbnet(buzz, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35148verbnet(chatter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35149verbnet(chime, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35150verbnet(chink, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35151verbnet(chir, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35152verbnet(chitter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35153verbnet(chug, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35154verbnet(clack, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35155verbnet(clang, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35156verbnet(clank, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35157verbnet(clap, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35158verbnet(clash, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35159verbnet(clatter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35160verbnet(click, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35161verbnet(cling, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35162verbnet(clink, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35163verbnet(clomp, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35164verbnet(clump, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35165verbnet(clunk, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35166verbnet(crack, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35167verbnet(crackle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35168verbnet(crash, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35169verbnet(creak, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35170verbnet(crepitate, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35171verbnet(crunch, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35172verbnet(cry, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35173verbnet(ding, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35174verbnet(dong, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35175verbnet(drone, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35176verbnet(explode, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35177verbnet(fizz, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35178verbnet(fizzle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35179verbnet(groan, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35180verbnet(growl, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35181verbnet(gurgle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35182verbnet(hiss, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35183verbnet(hoot, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35184verbnet(honk, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35185verbnet(howl, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35186verbnet(hum, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35187verbnet(jangle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35188verbnet(jingle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35189verbnet(knell, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35190verbnet(knock, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35191verbnet(lilt, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35192verbnet(moan, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35193verbnet(murmur, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35194verbnet(patter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35195verbnet(peal, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35196verbnet(ping, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35197verbnet(pink, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35198verbnet(pipe, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35199verbnet(plink, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35200verbnet(plonk, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35201verbnet(plop, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35202verbnet(plunk, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35203verbnet(pop, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35204verbnet(purr, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35205verbnet(putter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35206verbnet(rap, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35207verbnet(rasp, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35208verbnet(rattle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35209verbnet(ring, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35210verbnet(roar, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35211verbnet(roll, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35212verbnet(rumble, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35213verbnet(rustle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35214verbnet(scream, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35215verbnet(screech, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35216verbnet(shriek, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35217verbnet(shrill, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35218verbnet(sing, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35219verbnet(sizzle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35220verbnet(snap, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35221verbnet(sound, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35222verbnet(sough, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35223verbnet(sploosh, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35224verbnet(splash, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35225verbnet(splutter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35226verbnet(sputter, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35227verbnet(squawk, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35228verbnet(squeak, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35229verbnet(squeal, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35230verbnet(squelch, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35231verbnet(strike, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35232verbnet(swish, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35233verbnet(swoosh, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35234verbnet(thrum, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35235verbnet(thud, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35236verbnet(thump, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35237verbnet(thunder, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35238verbnet(thunk, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35239verbnet(tick, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35240verbnet(ting, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35241verbnet(tinkle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35242verbnet(toll, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35243verbnet(toot, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35244verbnet(tootle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35245verbnet(trill, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35246verbnet(trumpet, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35247verbnet(twang, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35248verbnet(ululate, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35249verbnet(vroom, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35250verbnet(wail, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35251verbnet(wheeze, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35252verbnet(whine, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35253verbnet(whir, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35254verbnet(whish, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35255verbnet(whisper, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35256verbnet(whistle, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35257verbnet(whoosh, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35258verbnet(whump, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35259verbnet(zing, (s:_\pp)/np, ['Theme'], [43,'.',2]).
35260
35261%%% File:    ext/VerbNet/sound_emission-43.2.xml
35262%%% Primary: There V NP PP (sound_emission-43.2)
35263%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
35264%%% CCG:     ((s:_\lex:there)/pp)/np
35265%%% Roles:   [Theme]
35266%%% Example: There ticked a grandather clock in the hallway.
35267%%%
35268verbnet(babble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35269verbnet(bang, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35270verbnet(beat, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35271verbnet(beep, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35272verbnet(bellow, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35273verbnet(blare, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35274verbnet(blast, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35275verbnet(blat, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35276verbnet(boom, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35277verbnet(bubble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35278verbnet(burble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35279verbnet(burr, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35280verbnet(buzz, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35281verbnet(chatter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35282verbnet(chime, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35283verbnet(chink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35284verbnet(chir, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35285verbnet(chitter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35286verbnet(chug, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35287verbnet(clack, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35288verbnet(clang, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35289verbnet(clank, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35290verbnet(clap, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35291verbnet(clash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35292verbnet(clatter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35293verbnet(click, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35294verbnet(cling, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35295verbnet(clink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35296verbnet(clomp, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35297verbnet(clump, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35298verbnet(clunk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35299verbnet(crack, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35300verbnet(crackle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35301verbnet(crash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35302verbnet(creak, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35303verbnet(crepitate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35304verbnet(crunch, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35305verbnet(cry, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35306verbnet(ding, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35307verbnet(dong, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35308verbnet(drone, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35309verbnet(explode, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35310verbnet(fizz, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35311verbnet(fizzle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35312verbnet(groan, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35313verbnet(growl, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35314verbnet(gurgle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35315verbnet(hiss, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35316verbnet(hoot, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35317verbnet(honk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35318verbnet(howl, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35319verbnet(hum, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35320verbnet(jangle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35321verbnet(jingle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35322verbnet(knell, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35323verbnet(knock, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35324verbnet(lilt, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35325verbnet(moan, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35326verbnet(murmur, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35327verbnet(patter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35328verbnet(peal, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35329verbnet(ping, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35330verbnet(pink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35331verbnet(pipe, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35332verbnet(plink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35333verbnet(plonk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35334verbnet(plop, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35335verbnet(plunk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35336verbnet(pop, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35337verbnet(purr, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35338verbnet(putter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35339verbnet(rap, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35340verbnet(rasp, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35341verbnet(rattle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35342verbnet(ring, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35343verbnet(roar, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35344verbnet(roll, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35345verbnet(rumble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35346verbnet(rustle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35347verbnet(scream, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35348verbnet(screech, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35349verbnet(shriek, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35350verbnet(shrill, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35351verbnet(sing, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35352verbnet(sizzle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35353verbnet(snap, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35354verbnet(sound, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35355verbnet(sough, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35356verbnet(sploosh, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35357verbnet(splash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35358verbnet(splutter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35359verbnet(sputter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35360verbnet(squawk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35361verbnet(squeak, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35362verbnet(squeal, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35363verbnet(squelch, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35364verbnet(strike, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35365verbnet(swish, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35366verbnet(swoosh, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35367verbnet(thrum, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35368verbnet(thud, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35369verbnet(thump, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35370verbnet(thunder, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35371verbnet(thunk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35372verbnet(tick, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35373verbnet(ting, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35374verbnet(tinkle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35375verbnet(toll, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35376verbnet(toot, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35377verbnet(tootle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35378verbnet(trill, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35379verbnet(trumpet, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35380verbnet(twang, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35381verbnet(ululate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35382verbnet(vroom, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35383verbnet(wail, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35384verbnet(wheeze, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35385verbnet(whine, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35386verbnet(whir, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35387verbnet(whish, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35388verbnet(whisper, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35389verbnet(whistle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35390verbnet(whoosh, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35391verbnet(whump, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35392verbnet(zing, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]).
35393
35394%%% File:    ext/VerbNet/sound_emission-43.2.xml
35395%%% Primary: NP V NP.theme (sound_emission-43.2)
35396%%% Syntax:  [np:Agent,v,np:Theme]
35397%%% CCG:     (s:_\np)/np
35398%%% Roles:   [Theme,Agent]
35399%%% Example: I buzzed the bell.
35400%%%
35401verbnet(babble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35402verbnet(bang, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35403verbnet(beat, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35404verbnet(beep, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35405verbnet(bellow, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35406verbnet(blare, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35407verbnet(blast, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35408verbnet(blat, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35409verbnet(boom, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35410verbnet(bubble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35411verbnet(burble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35412verbnet(burr, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35413verbnet(buzz, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35414verbnet(chatter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35415verbnet(chime, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35416verbnet(chink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35417verbnet(chir, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35418verbnet(chitter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35419verbnet(chug, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35420verbnet(clack, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35421verbnet(clang, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35422verbnet(clank, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35423verbnet(clap, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35424verbnet(clash, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35425verbnet(clatter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35426verbnet(click, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35427verbnet(cling, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35428verbnet(clink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35429verbnet(clomp, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35430verbnet(clump, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35431verbnet(clunk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35432verbnet(crack, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35433verbnet(crackle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35434verbnet(crash, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35435verbnet(creak, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35436verbnet(crepitate, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35437verbnet(crunch, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35438verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35439verbnet(ding, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35440verbnet(dong, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35441verbnet(drone, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35442verbnet(explode, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35443verbnet(fizz, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35444verbnet(fizzle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35445verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35446verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35447verbnet(gurgle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35448verbnet(hiss, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35449verbnet(hoot, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35450verbnet(honk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35451verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35452verbnet(hum, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35453verbnet(jangle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35454verbnet(jingle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35455verbnet(knell, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35456verbnet(knock, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35457verbnet(lilt, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35458verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35459verbnet(murmur, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35460verbnet(patter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35461verbnet(peal, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35462verbnet(ping, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35463verbnet(pink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35464verbnet(pipe, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35465verbnet(plink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35466verbnet(plonk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35467verbnet(plop, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35468verbnet(plunk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35469verbnet(pop, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35470verbnet(purr, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35471verbnet(putter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35472verbnet(rap, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35473verbnet(rasp, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35474verbnet(rattle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35475verbnet(ring, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35476verbnet(roar, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35477verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35478verbnet(rumble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35479verbnet(rustle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35480verbnet(scream, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35481verbnet(screech, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35482verbnet(shriek, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35483verbnet(shrill, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35484verbnet(sing, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35485verbnet(sizzle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35486verbnet(snap, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35487verbnet(sound, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35488verbnet(sough, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35489verbnet(sploosh, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35490verbnet(splash, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35491verbnet(splutter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35492verbnet(sputter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35493verbnet(squawk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35494verbnet(squeak, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35495verbnet(squeal, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35496verbnet(squelch, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35497verbnet(strike, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35498verbnet(swish, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35499verbnet(swoosh, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35500verbnet(thrum, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35501verbnet(thud, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35502verbnet(thump, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35503verbnet(thunder, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35504verbnet(thunk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35505verbnet(tick, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35506verbnet(ting, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35507verbnet(tinkle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35508verbnet(toll, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35509verbnet(toot, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35510verbnet(tootle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35511verbnet(trill, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35512verbnet(trumpet, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35513verbnet(twang, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35514verbnet(ululate, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35515verbnet(vroom, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35516verbnet(wail, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35517verbnet(wheeze, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35518verbnet(whine, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35519verbnet(whir, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35520verbnet(whish, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35521verbnet(whisper, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35522verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35523verbnet(whoosh, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35524verbnet(whump, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35525verbnet(zing, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]).
35526
35527%%% File:    ext/VerbNet/sound_emission-43.2.xml
35528%%% Primary: NP V NP (sound_emission-43.2)
35529%%% Syntax:  [np:Theme,v,np:Time]
35530%%% CCG:     (s:_\np)/np
35531%%% Roles:   [Time,Theme]
35532%%% Example: The bell chimed the hour.
35533%%%
35534verbnet(babble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35535verbnet(bang, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35536verbnet(beat, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35537verbnet(beep, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35538verbnet(bellow, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35539verbnet(blare, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35540verbnet(blast, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35541verbnet(blat, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35542verbnet(boom, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35543verbnet(bubble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35544verbnet(burble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35545verbnet(burr, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35546verbnet(buzz, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35547verbnet(chatter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35548verbnet(chime, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35549verbnet(chink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35550verbnet(chir, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35551verbnet(chitter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35552verbnet(chug, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35553verbnet(clack, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35554verbnet(clang, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35555verbnet(clank, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35556verbnet(clap, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35557verbnet(clash, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35558verbnet(clatter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35559verbnet(click, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35560verbnet(cling, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35561verbnet(clink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35562verbnet(clomp, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35563verbnet(clump, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35564verbnet(clunk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35565verbnet(crack, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35566verbnet(crackle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35567verbnet(crash, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35568verbnet(creak, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35569verbnet(crepitate, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35570verbnet(crunch, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35571verbnet(cry, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35572verbnet(ding, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35573verbnet(dong, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35574verbnet(drone, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35575verbnet(explode, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35576verbnet(fizz, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35577verbnet(fizzle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35578verbnet(groan, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35579verbnet(growl, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35580verbnet(gurgle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35581verbnet(hiss, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35582verbnet(hoot, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35583verbnet(honk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35584verbnet(howl, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35585verbnet(hum, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35586verbnet(jangle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35587verbnet(jingle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35588verbnet(knell, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35589verbnet(knock, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35590verbnet(lilt, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35591verbnet(moan, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35592verbnet(murmur, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35593verbnet(patter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35594verbnet(peal, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35595verbnet(ping, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35596verbnet(pink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35597verbnet(pipe, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35598verbnet(plink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35599verbnet(plonk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35600verbnet(plop, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35601verbnet(plunk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35602verbnet(pop, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35603verbnet(purr, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35604verbnet(putter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35605verbnet(rap, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35606verbnet(rasp, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35607verbnet(rattle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35608verbnet(ring, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35609verbnet(roar, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35610verbnet(roll, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35611verbnet(rumble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35612verbnet(rustle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35613verbnet(scream, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35614verbnet(screech, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35615verbnet(shriek, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35616verbnet(shrill, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35617verbnet(sing, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35618verbnet(sizzle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35619verbnet(snap, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35620verbnet(sound, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35621verbnet(sough, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35622verbnet(sploosh, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35623verbnet(splash, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35624verbnet(splutter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35625verbnet(sputter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35626verbnet(squawk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35627verbnet(squeak, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35628verbnet(squeal, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35629verbnet(squelch, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35630verbnet(strike, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35631verbnet(swish, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35632verbnet(swoosh, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35633verbnet(thrum, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35634verbnet(thud, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35635verbnet(thump, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35636verbnet(thunder, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35637verbnet(thunk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35638verbnet(tick, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35639verbnet(ting, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35640verbnet(tinkle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35641verbnet(toll, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35642verbnet(toot, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35643verbnet(tootle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35644verbnet(trill, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35645verbnet(trumpet, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35646verbnet(twang, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35647verbnet(ululate, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35648verbnet(vroom, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35649verbnet(wail, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35650verbnet(wheeze, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35651verbnet(whine, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35652verbnet(whir, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35653verbnet(whish, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35654verbnet(whisper, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35655verbnet(whistle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35656verbnet(whoosh, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35657verbnet(whump, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35658verbnet(zing, (s:_\np)/np, ['Time','Theme'], [43,'.',2]).
35659
35660%%% File:    ext/VerbNet/sound_existence-47.4.xml
35661%%% Primary: NP V (sound_existence-47.4)
35662%%% Syntax:  [np:Theme,v]
35663%%% CCG:     s:_\np
35664%%% Roles:   [Theme]
35665%%% Example: The voices echoed.
35666%%%
35667verbnet(echo, s:_\np, ['Theme'], [47,'.',4]).
35668verbnet(resonate, s:_\np, ['Theme'], [47,'.',4]).
35669verbnet(resound, s:_\np, ['Theme'], [47,'.',4]).
35670verbnet(reverberate, s:_\np, ['Theme'], [47,'.',4]).
35671verbnet(roll, s:_\np, ['Theme'], [47,'.',4]).
35672verbnet(sound, s:_\np, ['Theme'], [47,'.',4]).
35673
35674%%% File:    ext/VerbNet/sound_existence-47.4.xml
35675%%% Primary: NP V PP.location (sound_existence-47.4)
35676%%% Syntax:  [np:Theme,v,pp,np:Location]
35677%%% CCG:     (s:_\np)/pp
35678%%% Roles:   [Theme]
35679%%% Example: The voices echoed through the hall.
35680%%%
35681verbnet(echo, (s:_\np)/pp, ['Theme'], [47,'.',4]).
35682verbnet(resonate, (s:_\np)/pp, ['Theme'], [47,'.',4]).
35683verbnet(resound, (s:_\np)/pp, ['Theme'], [47,'.',4]).
35684verbnet(reverberate, (s:_\np)/pp, ['Theme'], [47,'.',4]).
35685verbnet(roll, (s:_\np)/pp, ['Theme'], [47,'.',4]).
35686verbnet(sound, (s:_\np)/pp, ['Theme'], [47,'.',4]).
35687
35688%%% File:    ext/VerbNet/sound_existence-47.4.xml
35689%%% Primary: There V NP (sound_existence-47.4)
35690%%% Syntax:  [lex:there,v,np:Theme]
35691%%% CCG:     (s:_\lex:there)/np
35692%%% Roles:   [Theme]
35693%%% Example: There echoed voices through the hall.
35694%%%
35695verbnet(echo, (s:_\lex:there)/np, ['Theme'], [47,'.',4]).
35696verbnet(resonate, (s:_\lex:there)/np, ['Theme'], [47,'.',4]).
35697verbnet(resound, (s:_\lex:there)/np, ['Theme'], [47,'.',4]).
35698verbnet(reverberate, (s:_\lex:there)/np, ['Theme'], [47,'.',4]).
35699verbnet(roll, (s:_\lex:there)/np, ['Theme'], [47,'.',4]).
35700verbnet(sound, (s:_\lex:there)/np, ['Theme'], [47,'.',4]).
35701
35702%%% File:    ext/VerbNet/sound_existence-47.4.xml
35703%%% Primary: PP.location V NP (sound_existence-47.4)
35704%%% Syntax:  [pp,np:Location,v,np:Theme]
35705%%% CCG:     (s:_\pp)/np
35706%%% Roles:   [Theme]
35707%%% Example: Through the hall echoed a loud cry.
35708%%%
35709verbnet(echo, (s:_\pp)/np, ['Theme'], [47,'.',4]).
35710verbnet(resonate, (s:_\pp)/np, ['Theme'], [47,'.',4]).
35711verbnet(resound, (s:_\pp)/np, ['Theme'], [47,'.',4]).
35712verbnet(reverberate, (s:_\pp)/np, ['Theme'], [47,'.',4]).
35713verbnet(roll, (s:_\pp)/np, ['Theme'], [47,'.',4]).
35714verbnet(sound, (s:_\pp)/np, ['Theme'], [47,'.',4]).
35715
35716%%% File:    ext/VerbNet/sound_existence-47.4.xml
35717%%% Primary: NP.location V NP.theme (sound_existence-47.4)
35718%%% Syntax:  [np:Location,v,prep:with,np:Theme]
35719%%% CCG:     (s:_\np)/pp
35720%%% Roles:   [Location]
35721%%% Example: The hall echoed with voices.
35722%%%
35723verbnet(echo, (s:_\np)/pp, ['Location'], [47,'.',4]).
35724verbnet(resonate, (s:_\np)/pp, ['Location'], [47,'.',4]).
35725verbnet(resound, (s:_\np)/pp, ['Location'], [47,'.',4]).
35726verbnet(reverberate, (s:_\np)/pp, ['Location'], [47,'.',4]).
35727verbnet(roll, (s:_\np)/pp, ['Location'], [47,'.',4]).
35728verbnet(sound, (s:_\np)/pp, ['Location'], [47,'.',4]).
35729verbnet(with, pp/np, ['Theme'], [47,.,4]).
35730
35731%%% File:    ext/VerbNet/spank-18.3.xml
35732%%% Primary: NP V NP (spank-18.3)
35733%%% Syntax:  [np:Agent,v,np:Patient]
35734%%% CCG:     (s:_\np)/np
35735%%% Roles:   [Patient,Agent]
35736%%% Example: Paula spanked the child.
35737%%%
35738verbnet(bayonet, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35739verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35740verbnet(biff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35741verbnet(birch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35742verbnet(bludgeon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35743verbnet(bonk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35744verbnet(brain, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35745verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35746verbnet(cane, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35747verbnet(clobber, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35748verbnet(clout, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35749verbnet(club, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35750verbnet(conk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35751verbnet(cosh, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35752verbnet(crack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35753verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35754verbnet(cudgel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35755verbnet(cuff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35756verbnet(elbow, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35757verbnet(flagellate, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35758verbnet(flog, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35759verbnet(gash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35760verbnet(knee, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35761verbnet(knife, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35762verbnet('k.o.', (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35763verbnet(paddle, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35764verbnet(paddywhack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35765verbnet(pummel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35766verbnet(slam, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35767verbnet(sock, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35768verbnet(spank, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35769verbnet(stabb, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35770verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35771verbnet(thrash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35772verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35773verbnet(truncheon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35774verbnet(wallop, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35775verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35776verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35777verbnet(horsewhip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
35778
35779%%% File:    ext/VerbNet/spank-18.3.xml
35780%%% Primary: NP V NP PP.instrument (spank-18.3)
35781%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
35782%%% CCG:     ((s:_\np)/pp)/np
35783%%% Roles:   [Patient,Agent]
35784%%% Example: Paula spanked the child with her right hand.
35785%%%
35786verbnet(bayonet, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35787verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35788verbnet(biff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35789verbnet(birch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35790verbnet(bludgeon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35791verbnet(bonk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35792verbnet(brain, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35793verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35794verbnet(cane, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35795verbnet(clobber, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35796verbnet(clout, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35797verbnet(club, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35798verbnet(conk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35799verbnet(cosh, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35800verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35801verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35802verbnet(cudgel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35803verbnet(cuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35804verbnet(elbow, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35805verbnet(flagellate, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35806verbnet(flog, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35807verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35808verbnet(knee, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35809verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35810verbnet('k.o.', ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35811verbnet(paddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35812verbnet(paddywhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35813verbnet(pummel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35814verbnet(slam, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35815verbnet(sock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35816verbnet(spank, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35817verbnet(stabb, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35818verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35819verbnet(thrash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35820verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35821verbnet(truncheon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35822verbnet(wallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35823verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35824verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35825verbnet(horsewhip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35826verbnet(with, pp/np, ['Instrument'], [18,.,3]).
35827
35828%%% File:    ext/VerbNet/spank-18.3.xml
35829%%% Primary: NP V NP ADJP (spank-18.3)
35830%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
35831%%% CCG:     ((s:_\np)/np)/np
35832%%% Roles:   [Patient,Goal,Agent]
35833%%% Example: They spanked him dead.
35834%%%
35835verbnet(bayonet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35836verbnet(belt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35837verbnet(biff, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35838verbnet(birch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35839verbnet(bludgeon, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35840verbnet(bonk, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35841verbnet(brain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35842verbnet(bump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35843verbnet(cane, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35844verbnet(clobber, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35845verbnet(clout, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35846verbnet(club, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35847verbnet(conk, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35848verbnet(cosh, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35849verbnet(crack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35850verbnet(crunch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35851verbnet(cudgel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35852verbnet(cuff, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35853verbnet(elbow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35854verbnet(flagellate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35855verbnet(flog, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35856verbnet(gash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35857verbnet(knee, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35858verbnet(knife, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35859verbnet('k.o.', ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35860verbnet(paddle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35861verbnet(paddywhack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35862verbnet(pummel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35863verbnet(slam, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35864verbnet(sock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35865verbnet(spank, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35866verbnet(stabb, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35867verbnet(strap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35868verbnet(thrash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35869verbnet(thump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35870verbnet(truncheon, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35871verbnet(wallop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35872verbnet(whip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35873verbnet(whisk, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35874verbnet(horsewhip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]).
35875
35876%%% File:    ext/VerbNet/spank-18.3.xml
35877%%% Primary: NP V NP PP.result (spank-18.3)
35878%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
35879%%% CCG:     ((s:_\np)/pp)/np
35880%%% Roles:   [Patient,Agent]
35881%%% Example: They spanked him to death.
35882%%%
35883verbnet(bayonet, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35884verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35885verbnet(biff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35886verbnet(birch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35887verbnet(bludgeon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35888verbnet(bonk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35889verbnet(brain, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35890verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35891verbnet(cane, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35892verbnet(clobber, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35893verbnet(clout, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35894verbnet(club, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35895verbnet(conk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35896verbnet(cosh, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35897verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35898verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35899verbnet(cudgel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35900verbnet(cuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35901verbnet(elbow, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35902verbnet(flagellate, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35903verbnet(flog, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35904verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35905verbnet(knee, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35906verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35907verbnet('k.o.', ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35908verbnet(paddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35909verbnet(paddywhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35910verbnet(pummel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35911verbnet(slam, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35912verbnet(sock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35913verbnet(spank, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35914verbnet(stabb, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35915verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35916verbnet(thrash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35917verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35918verbnet(truncheon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35919verbnet(wallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35920verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35921verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35922verbnet(horsewhip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35923verbnet(to, pp/np, ['Goal'], [18,.,3]).
35924verbnet(into, pp/np, ['Goal'], [18,.,3]).
35925
35926%%% File:    ext/VerbNet/spank-18.3.xml
35927%%% Primary: NP V NP PP.result PP.instrument (spank-18.3)
35928%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument]
35929%%% CCG:     (((s:_\np)/pp)/pp)/np
35930%%% Roles:   [Patient,Agent]
35931%%% Example: They spanked him to death with a bat.
35932%%%
35933verbnet(bayonet, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35934verbnet(belt, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35935verbnet(biff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35936verbnet(birch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35937verbnet(bludgeon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35938verbnet(bonk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35939verbnet(brain, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35940verbnet(bump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35941verbnet(cane, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35942verbnet(clobber, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35943verbnet(clout, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35944verbnet(club, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35945verbnet(conk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35946verbnet(cosh, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35947verbnet(crack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35948verbnet(crunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35949verbnet(cudgel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35950verbnet(cuff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35951verbnet(elbow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35952verbnet(flagellate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35953verbnet(flog, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35954verbnet(gash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35955verbnet(knee, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35956verbnet(knife, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35957verbnet('k.o.', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35958verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35959verbnet(paddywhack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35960verbnet(pummel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35961verbnet(slam, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35962verbnet(sock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35963verbnet(spank, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35964verbnet(stabb, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35965verbnet(strap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35966verbnet(thrash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35967verbnet(thump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35968verbnet(truncheon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35969verbnet(wallop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35970verbnet(whip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35971verbnet(whisk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35972verbnet(horsewhip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35973verbnet(with, pp/np, ['Instrument'], [18,.,3]).
35974
35975%%% File:    ext/VerbNet/spank-18.3.xml
35976%%% Primary: NP V NP PP.location (spank-18.3)
35977%%% Syntax:  [np:Agent,v,np:Patient,pp,np:Location]
35978%%% CCG:     ((s:_\np)/pp)/np
35979%%% Roles:   [Patient,Agent]
35980%%% Example: Paula spanked the naughty child on the back.
35981%%%
35982verbnet(bayonet, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35983verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35984verbnet(biff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35985verbnet(birch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35986verbnet(bludgeon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35987verbnet(bonk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35988verbnet(brain, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35989verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35990verbnet(cane, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35991verbnet(clobber, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35992verbnet(clout, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35993verbnet(club, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35994verbnet(conk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35995verbnet(cosh, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35996verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35997verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35998verbnet(cudgel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
35999verbnet(cuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36000verbnet(elbow, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36001verbnet(flagellate, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36002verbnet(flog, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36003verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36004verbnet(knee, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36005verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36006verbnet('k.o.', ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36007verbnet(paddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36008verbnet(paddywhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36009verbnet(pummel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36010verbnet(slam, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36011verbnet(sock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36012verbnet(spank, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36013verbnet(stabb, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36014verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36015verbnet(thrash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36016verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36017verbnet(truncheon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36018verbnet(wallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36019verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36020verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36021verbnet(horsewhip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36022
36023%%% File:    ext/VerbNet/spank-18.3.xml
36024%%% Primary: NP V NP PP PP.instrument (spank-18.3)
36025%%% Syntax:  [np:Agent,v,np:Patient,pp,np:Location,prep:with,np:Instrument]
36026%%% CCG:     (((s:_\np)/pp)/pp)/np
36027%%% Roles:   [Patient,Agent]
36028%%% Example: Paula spanked the naughty child on the back with a paddle.
36029%%%
36030verbnet(bayonet, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36031verbnet(belt, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36032verbnet(biff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36033verbnet(birch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36034verbnet(bludgeon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36035verbnet(bonk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36036verbnet(brain, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36037verbnet(bump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36038verbnet(cane, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36039verbnet(clobber, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36040verbnet(clout, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36041verbnet(club, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36042verbnet(conk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36043verbnet(cosh, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36044verbnet(crack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36045verbnet(crunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36046verbnet(cudgel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36047verbnet(cuff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36048verbnet(elbow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36049verbnet(flagellate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36050verbnet(flog, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36051verbnet(gash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36052verbnet(knee, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36053verbnet(knife, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36054verbnet('k.o.', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36055verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36056verbnet(paddywhack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36057verbnet(pummel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36058verbnet(slam, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36059verbnet(sock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36060verbnet(spank, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36061verbnet(stabb, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36062verbnet(strap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36063verbnet(thrash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36064verbnet(thump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36065verbnet(truncheon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36066verbnet(wallop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36067verbnet(whip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36068verbnet(whisk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36069verbnet(horsewhip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]).
36070verbnet(with, pp/np, ['Instrument'], [18,.,3]).
36071
36072%%% File:    ext/VerbNet/spank-18.3.xml
36073%%% Primary: NP V NP (spank-18.3)
36074%%% Syntax:  [np:Agent,v,np:Patient]
36075%%% CCG:     (s:_\np)/np
36076%%% Roles:   [Patient,Agent]
36077%%% Example: Paula spanked the naughty child's back.
36078%%%
36079verbnet(bayonet, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36080verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36081verbnet(biff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36082verbnet(birch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36083verbnet(bludgeon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36084verbnet(bonk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36085verbnet(brain, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36086verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36087verbnet(cane, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36088verbnet(clobber, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36089verbnet(clout, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36090verbnet(club, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36091verbnet(conk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36092verbnet(cosh, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36093verbnet(crack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36094verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36095verbnet(cudgel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36096verbnet(cuff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36097verbnet(elbow, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36098verbnet(flagellate, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36099verbnet(flog, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36100verbnet(gash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36101verbnet(knee, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36102verbnet(knife, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36103verbnet('k.o.', (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36104verbnet(paddle, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36105verbnet(paddywhack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36106verbnet(pummel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36107verbnet(slam, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36108verbnet(sock, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36109verbnet(spank, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36110verbnet(stabb, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36111verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36112verbnet(thrash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36113verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36114verbnet(truncheon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36115verbnet(wallop, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36116verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36117verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36118verbnet(horsewhip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]).
36119
36120%%% File:    ext/VerbNet/spatial_configuration-47.6.xml
36121%%% Primary: NP V (spatial_configuration-47.6)
36122%%% Syntax:  [np:Theme,v]
36123%%% CCG:     s:_\np
36124%%% Roles:   [Theme]
36125%%% Example: John slouched.
36126%%%
36127verbnet(balance, s:_\np, ['Theme'], [47,'.',6]).
36128verbnet(bend, s:_\np, ['Theme'], [47,'.',6]).
36129verbnet(bow, s:_\np, ['Theme'], [47,'.',6]).
36130verbnet(crouch, s:_\np, ['Theme'], [47,'.',6]).
36131verbnet(dangle, s:_\np, ['Theme'], [47,'.',6]).
36132verbnet(droop, s:_\np, ['Theme'], [47,'.',6]).
36133verbnet(flop, s:_\np, ['Theme'], [47,'.',6]).
36134verbnet(fly, s:_\np, ['Theme'], [47,'.',6]).
36135verbnet(hang, s:_\np, ['Theme'], [47,'.',6]).
36136verbnet(hover, s:_\np, ['Theme'], [47,'.',6]).
36137verbnet(huddle, s:_\np, ['Theme'], [47,'.',6]).
36138verbnet(hunch, s:_\np, ['Theme'], [47,'.',6]).
36139verbnet(jut, s:_\np, ['Theme'], [47,'.',6]).
36140verbnet(kneel, s:_\np, ['Theme'], [47,'.',6]).
36141verbnet(lean, s:_\np, ['Theme'], [47,'.',6]).
36142verbnet(lie, s:_\np, ['Theme'], [47,'.',6]).
36143verbnet(loll, s:_\np, ['Theme'], [47,'.',6]).
36144verbnet(loom, s:_\np, ['Theme'], [47,'.',6]).
36145verbnet(lounge, s:_\np, ['Theme'], [47,'.',6]).
36146verbnet(nestle, s:_\np, ['Theme'], [47,'.',6]).
36147verbnet(open, s:_\np, ['Theme'], [47,'.',6]).
36148verbnet(perch, s:_\np, ['Theme'], [47,'.',6]).
36149verbnet(plop, s:_\np, ['Theme'], [47,'.',6]).
36150verbnet(project, s:_\np, ['Theme'], [47,'.',6]).
36151verbnet(protrude, s:_\np, ['Theme'], [47,'.',6]).
36152verbnet(recline, s:_\np, ['Theme'], [47,'.',6]).
36153verbnet(repose, s:_\np, ['Theme'], [47,'.',6]).
36154verbnet(rest, s:_\np, ['Theme'], [47,'.',6]).
36155verbnet(rise, s:_\np, ['Theme'], [47,'.',6]).
36156verbnet(roost, s:_\np, ['Theme'], [47,'.',6]).
36157verbnet(sag, s:_\np, ['Theme'], [47,'.',6]).
36158verbnet(sit, s:_\np, ['Theme'], [47,'.',6]).
36159verbnet(slope, s:_\np, ['Theme'], [47,'.',6]).
36160verbnet(slouch, s:_\np, ['Theme'], [47,'.',6]).
36161verbnet(slump, s:_\np, ['Theme'], [47,'.',6]).
36162verbnet(sprawl, s:_\np, ['Theme'], [47,'.',6]).
36163verbnet(squat, s:_\np, ['Theme'], [47,'.',6]).
36164verbnet(stand, s:_\np, ['Theme'], [47,'.',6]).
36165verbnet(stoop, s:_\np, ['Theme'], [47,'.',6]).
36166verbnet(straddle, s:_\np, ['Theme'], [47,'.',6]).
36167verbnet(swag, s:_\np, ['Theme'], [47,'.',6]).
36168verbnet(swing, s:_\np, ['Theme'], [47,'.',6]).
36169verbnet(tilt, s:_\np, ['Theme'], [47,'.',6]).
36170verbnet(tower, s:_\np, ['Theme'], [47,'.',6]).
36171verbnet(yaw, s:_\np, ['Theme'], [47,'.',6]).
36172
36173%%% File:    ext/VerbNet/spatial_configuration-47.6.xml
36174%%% Primary: NP V PP.location (spatial_configuration-47.6)
36175%%% Syntax:  [np:Theme,v,pp,np:Location]
36176%%% CCG:     (s:_\np)/pp
36177%%% Roles:   [Theme]
36178%%% Example: The statue stood on the corner.
36179%%%
36180verbnet(balance, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36181verbnet(bend, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36182verbnet(bow, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36183verbnet(crouch, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36184verbnet(dangle, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36185verbnet(droop, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36186verbnet(flop, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36187verbnet(fly, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36188verbnet(hang, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36189verbnet(hover, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36190verbnet(huddle, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36191verbnet(hunch, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36192verbnet(jut, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36193verbnet(kneel, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36194verbnet(lean, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36195verbnet(lie, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36196verbnet(loll, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36197verbnet(loom, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36198verbnet(lounge, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36199verbnet(nestle, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36200verbnet(open, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36201verbnet(perch, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36202verbnet(plop, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36203verbnet(project, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36204verbnet(protrude, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36205verbnet(recline, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36206verbnet(repose, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36207verbnet(rest, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36208verbnet(rise, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36209verbnet(roost, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36210verbnet(sag, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36211verbnet(sit, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36212verbnet(slope, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36213verbnet(slouch, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36214verbnet(slump, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36215verbnet(sprawl, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36216verbnet(squat, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36217verbnet(stand, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36218verbnet(stoop, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36219verbnet(straddle, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36220verbnet(swag, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36221verbnet(swing, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36222verbnet(tilt, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36223verbnet(tower, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36224verbnet(yaw, (s:_\np)/pp, ['Theme'], [47,'.',6]).
36225
36226%%% File:    ext/VerbNet/spatial_configuration-47.6.xml
36227%%% Primary: There V PP NP (spatial_configuration-47.6)
36228%%% Syntax:  [lex:there,v,pp,np:Location,np:Theme]
36229%%% CCG:     ((s:_\lex:there)/np)/pp
36230%%% Roles:   [Theme]
36231%%% Example: There stood on the corner a statue.
36232%%%
36233verbnet(balance, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36234verbnet(bend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36235verbnet(bow, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36236verbnet(crouch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36237verbnet(dangle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36238verbnet(droop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36239verbnet(flop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36240verbnet(fly, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36241verbnet(hang, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36242verbnet(hover, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36243verbnet(huddle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36244verbnet(hunch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36245verbnet(jut, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36246verbnet(kneel, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36247verbnet(lean, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36248verbnet(lie, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36249verbnet(loll, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36250verbnet(loom, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36251verbnet(lounge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36252verbnet(nestle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36253verbnet(open, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36254verbnet(perch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36255verbnet(plop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36256verbnet(project, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36257verbnet(protrude, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36258verbnet(recline, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36259verbnet(repose, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36260verbnet(rest, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36261verbnet(rise, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36262verbnet(roost, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36263verbnet(sag, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36264verbnet(sit, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36265verbnet(slope, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36266verbnet(slouch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36267verbnet(slump, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36268verbnet(sprawl, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36269verbnet(squat, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36270verbnet(stand, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36271verbnet(stoop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36272verbnet(straddle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36273verbnet(swag, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36274verbnet(swing, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36275verbnet(tilt, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36276verbnet(tower, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36277verbnet(yaw, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]).
36278
36279%%% File:    ext/VerbNet/spatial_configuration-47.6.xml
36280%%% Primary: PP.location V NP (spatial_configuration-47.6)
36281%%% Syntax:  [pp,np:Location,v,np:Theme]
36282%%% CCG:     (s:_\pp)/np
36283%%% Roles:   [Theme]
36284%%% Example: On the pedestal stood a statue.
36285%%%
36286verbnet(balance, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36287verbnet(bend, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36288verbnet(bow, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36289verbnet(crouch, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36290verbnet(dangle, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36291verbnet(droop, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36292verbnet(flop, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36293verbnet(fly, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36294verbnet(hang, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36295verbnet(hover, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36296verbnet(huddle, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36297verbnet(hunch, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36298verbnet(jut, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36299verbnet(kneel, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36300verbnet(lean, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36301verbnet(lie, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36302verbnet(loll, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36303verbnet(loom, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36304verbnet(lounge, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36305verbnet(nestle, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36306verbnet(open, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36307verbnet(perch, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36308verbnet(plop, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36309verbnet(project, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36310verbnet(protrude, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36311verbnet(recline, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36312verbnet(repose, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36313verbnet(rest, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36314verbnet(rise, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36315verbnet(roost, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36316verbnet(sag, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36317verbnet(sit, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36318verbnet(slope, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36319verbnet(slouch, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36320verbnet(slump, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36321verbnet(sprawl, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36322verbnet(squat, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36323verbnet(stand, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36324verbnet(stoop, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36325verbnet(straddle, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36326verbnet(swag, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36327verbnet(swing, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36328verbnet(tilt, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36329verbnet(tower, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36330verbnet(yaw, (s:_\pp)/np, ['Theme'], [47,'.',6]).
36331
36332%%% File:    ext/VerbNet/spatial_configuration-47.6.xml
36333%%% Primary: NP V NP.theme PP (spatial_configuration-47.6)
36334%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
36335%%% CCG:     ((s:_\np)/pp)/np
36336%%% Roles:   [Theme,Agent]
36337%%% Example: They stood the statue on the pedestal.
36338%%%
36339verbnet(balance, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36340verbnet(bend, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36341verbnet(bow, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36342verbnet(crouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36343verbnet(dangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36344verbnet(droop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36345verbnet(flop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36346verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36347verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36348verbnet(hover, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36349verbnet(huddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36350verbnet(hunch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36351verbnet(jut, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36352verbnet(kneel, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36353verbnet(lean, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36354verbnet(lie, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36355verbnet(loll, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36356verbnet(loom, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36357verbnet(lounge, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36358verbnet(nestle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36359verbnet(open, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36360verbnet(perch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36361verbnet(plop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36362verbnet(project, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36363verbnet(protrude, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36364verbnet(recline, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36365verbnet(repose, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36366verbnet(rest, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36367verbnet(rise, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36368verbnet(roost, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36369verbnet(sag, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36370verbnet(sit, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36371verbnet(slope, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36372verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36373verbnet(slump, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36374verbnet(sprawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36375verbnet(squat, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36376verbnet(stand, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36377verbnet(stoop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36378verbnet(straddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36379verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36380verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36381verbnet(tilt, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36382verbnet(tower, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36383verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]).
36384
36385%%% File:    ext/VerbNet/spend_time-104.xml
36386%%% Primary: NP V NP (spend_time-104)
36387%%% Syntax:  [np:Agent,v,np:Theme]
36388%%% CCG:     (s:_\np)/np
36389%%% Roles:   [Theme,Agent]
36390%%% Example: I misspent 5 hours.
36391%%%
36392verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [104]).
36393verbnet(serve, (s:_\np)/np, ['Theme','Agent'], [104]).
36394verbnet(misspend, (s:_\np)/np, ['Theme','Agent'], [104]).
36395
36396%%% File:    ext/VerbNet/split-23.2.xml
36397%%% Primary: NP V NP PP.co-patient (split-23.2)
36398%%% Syntax:  [np:Agent,v,np:Patient,prep:off off of from,np:Co-Patient]
36399%%% CCG:     ((s:_\np)/pp)/np
36400%%% Roles:   [Patient,Agent]
36401%%% Example: I broke the twig off the branch.
36402%%%
36403verbnet(blow, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36404verbnet(break, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36405verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36406verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36407verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36408verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36409verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36410verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36411verbnet(pry, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36412verbnet(pull, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36413verbnet(push, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36414verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36415verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36416verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36417verbnet(shove, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36418verbnet(slip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36419verbnet(sliver, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36420verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36421verbnet(split, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36422verbnet(tear, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36423verbnet(tug, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36424verbnet(yank, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]).
36425verbnet(off, pp/np, ['Patient'], [23,.,2]).
36426verbnet(off, pp/np, ['Patient'], [23,.,2]).
36427verbnet(of, pp/np, ['Patient'], [23,.,2]).
36428verbnet(from, pp/np, ['Patient'], [23,.,2]).
36429
36430%%% File:    ext/VerbNet/split-23.2.xml
36431%%% Primary: NP V NP apart (split-23.2)
36432%%% Syntax:  [np:Agent,v,np:Patient,lex:apart]
36433%%% CCG:     (s:_\np)/np
36434%%% Roles:   [Patient,Agent]
36435%%% Missing: [lex:apart]
36436%%% Example: I broke the twig and the branch apart.
36437%%%
36438verbnet(blow, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36439verbnet(break, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36440verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36441verbnet(draw, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36442verbnet(hack, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36443verbnet(hew, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36444verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36445verbnet(knock, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36446verbnet(pry, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36447verbnet(pull, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36448verbnet(push, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36449verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36450verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36451verbnet(saw, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36452verbnet(shove, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36453verbnet(slip, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36454verbnet(sliver, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36455verbnet(snap, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36456verbnet(split, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36457verbnet(tear, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36458verbnet(tug, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36459verbnet(yank, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]).
36460
36461%%% File:    ext/VerbNet/split-23.2.xml
36462%%% Primary: NP V PP.co-patient (split-23.2)
36463%%% Syntax:  [np:Patient,v,prep:off off of from,np:Co-Patient]
36464%%% CCG:     (s:_\np)/pp
36465%%% Roles:   [Patient]
36466%%% Example: The twig broke off the branch.
36467%%%
36468verbnet(blow, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36469verbnet(break, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36470verbnet(cut, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36471verbnet(draw, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36472verbnet(hack, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36473verbnet(hew, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36474verbnet(kick, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36475verbnet(knock, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36476verbnet(pry, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36477verbnet(pull, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36478verbnet(push, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36479verbnet(rip, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36480verbnet(roll, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36481verbnet(saw, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36482verbnet(shove, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36483verbnet(slip, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36484verbnet(sliver, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36485verbnet(snap, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36486verbnet(split, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36487verbnet(tear, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36488verbnet(tug, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36489verbnet(yank, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36490verbnet(off, pp/np, ['Patient'], [23,.,2]).
36491verbnet(off, pp/np, ['Patient'], [23,.,2]).
36492verbnet(of, pp/np, ['Patient'], [23,.,2]).
36493verbnet(from, pp/np, ['Patient'], [23,.,2]).
36494
36495%%% File:    ext/VerbNet/split-23.2.xml
36496%%% Primary: NP V apart (split-23.2)
36497%%% Syntax:  [np:Patient,v,lex:apart]
36498%%% CCG:     s:_\np
36499%%% Roles:   [Patient]
36500%%% Missing: [lex:apart]
36501%%% Example: The twig and the branch broke apart.
36502%%%
36503verbnet(blow, s:_\np, ['Patient'], [23,'.',2]).
36504verbnet(break, s:_\np, ['Patient'], [23,'.',2]).
36505verbnet(cut, s:_\np, ['Patient'], [23,'.',2]).
36506verbnet(draw, s:_\np, ['Patient'], [23,'.',2]).
36507verbnet(hack, s:_\np, ['Patient'], [23,'.',2]).
36508verbnet(hew, s:_\np, ['Patient'], [23,'.',2]).
36509verbnet(kick, s:_\np, ['Patient'], [23,'.',2]).
36510verbnet(knock, s:_\np, ['Patient'], [23,'.',2]).
36511verbnet(pry, s:_\np, ['Patient'], [23,'.',2]).
36512verbnet(pull, s:_\np, ['Patient'], [23,'.',2]).
36513verbnet(push, s:_\np, ['Patient'], [23,'.',2]).
36514verbnet(rip, s:_\np, ['Patient'], [23,'.',2]).
36515verbnet(roll, s:_\np, ['Patient'], [23,'.',2]).
36516verbnet(saw, s:_\np, ['Patient'], [23,'.',2]).
36517verbnet(shove, s:_\np, ['Patient'], [23,'.',2]).
36518verbnet(slip, s:_\np, ['Patient'], [23,'.',2]).
36519verbnet(sliver, s:_\np, ['Patient'], [23,'.',2]).
36520verbnet(snap, s:_\np, ['Patient'], [23,'.',2]).
36521verbnet(split, s:_\np, ['Patient'], [23,'.',2]).
36522verbnet(tear, s:_\np, ['Patient'], [23,'.',2]).
36523verbnet(tug, s:_\np, ['Patient'], [23,'.',2]).
36524verbnet(yank, s:_\np, ['Patient'], [23,'.',2]).
36525
36526%%% File:    ext/VerbNet/split-23.2.xml
36527%%% Primary: NP V PP ADV-Middle (split-23.2)
36528%%% Syntax:  [np:Patient,v,prep:off off of from,np:Co-Patient,adv]
36529%%% CCG:     (s:_\np)/pp
36530%%% Roles:   [Patient]
36531%%% Example: Twigs break off of those branches easily.
36532%%%
36533verbnet(blow, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36534verbnet(break, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36535verbnet(cut, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36536verbnet(draw, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36537verbnet(hack, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36538verbnet(hew, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36539verbnet(kick, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36540verbnet(knock, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36541verbnet(pry, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36542verbnet(pull, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36543verbnet(push, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36544verbnet(rip, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36545verbnet(roll, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36546verbnet(saw, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36547verbnet(shove, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36548verbnet(slip, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36549verbnet(sliver, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36550verbnet(snap, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36551verbnet(split, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36552verbnet(tear, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36553verbnet(tug, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36554verbnet(yank, (s:_\np)/pp, ['Patient'], [23,'.',2]).
36555
36556%%% File:    ext/VerbNet/split-23.2.xml
36557%%% Primary: NP V ADV-Middle (split-23.2)
36558%%% Syntax:  [np:Patient,v,lex:apart,adv]
36559%%% CCG:     s:_\np
36560%%% Roles:   [Patient]
36561%%% Missing: [lex:apart]
36562%%% Example: Those twigs and branches break apart easily.
36563%%%
36564verbnet(blow, s:_\np, ['Patient'], [23,'.',2]).
36565verbnet(break, s:_\np, ['Patient'], [23,'.',2]).
36566verbnet(cut, s:_\np, ['Patient'], [23,'.',2]).
36567verbnet(draw, s:_\np, ['Patient'], [23,'.',2]).
36568verbnet(hack, s:_\np, ['Patient'], [23,'.',2]).
36569verbnet(hew, s:_\np, ['Patient'], [23,'.',2]).
36570verbnet(kick, s:_\np, ['Patient'], [23,'.',2]).
36571verbnet(knock, s:_\np, ['Patient'], [23,'.',2]).
36572verbnet(pry, s:_\np, ['Patient'], [23,'.',2]).
36573verbnet(pull, s:_\np, ['Patient'], [23,'.',2]).
36574verbnet(push, s:_\np, ['Patient'], [23,'.',2]).
36575verbnet(rip, s:_\np, ['Patient'], [23,'.',2]).
36576verbnet(roll, s:_\np, ['Patient'], [23,'.',2]).
36577verbnet(saw, s:_\np, ['Patient'], [23,'.',2]).
36578verbnet(shove, s:_\np, ['Patient'], [23,'.',2]).
36579verbnet(slip, s:_\np, ['Patient'], [23,'.',2]).
36580verbnet(sliver, s:_\np, ['Patient'], [23,'.',2]).
36581verbnet(snap, s:_\np, ['Patient'], [23,'.',2]).
36582verbnet(split, s:_\np, ['Patient'], [23,'.',2]).
36583verbnet(tear, s:_\np, ['Patient'], [23,'.',2]).
36584verbnet(tug, s:_\np, ['Patient'], [23,'.',2]).
36585verbnet(yank, s:_\np, ['Patient'], [23,'.',2]).
36586
36587%%% File:    ext/VerbNet/spray-9.7.xml
36588%%% Primary: NP.theme V NP (spray-9.7-1-1)
36589%%% Syntax:  [np:Theme,v,np:Destination]
36590%%% CCG:     (s:_\np)/np
36591%%% Roles:   [Destination,Theme]
36592%%% Example: Crowds packed the stands.
36593%%%
36594verbnet(cram, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]).
36595verbnet(crowd, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]).
36596verbnet(jam, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]).
36597verbnet(pack, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]).
36598verbnet(pile, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]).
36599
36600%%% File:    ext/VerbNet/spray-9.7.xml
36601%%% Primary: NP V PP.destination (spray-9.7-1)
36602%%% Syntax:  [np:Theme,v,pp,np:Destination]
36603%%% CCG:     (s:_\np)/pp
36604%%% Roles:   [Theme]
36605%%% Example: Paint sprayed onto the wall.
36606%%%
36607verbnet(cram, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36608verbnet(crowd, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36609verbnet(jam, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36610verbnet(pack, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36611verbnet(pile, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36612verbnet(baste, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36613verbnet(brush, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36614verbnet(drizzle, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36615verbnet(hang, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36616verbnet(plaster, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36617verbnet(pump, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36618verbnet(rub, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36619verbnet(scatter, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36620verbnet(seed, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36621verbnet(sew, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36622verbnet(shower, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36623verbnet(smear, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36624verbnet(smudge, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36625verbnet(sow, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36626verbnet(spatter, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36627verbnet(splash, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36628verbnet(splatter, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36629verbnet(spray, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36630verbnet(spread, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36631verbnet(sprinkle, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36632verbnet(spritz, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36633verbnet(squirt, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36634verbnet(stick, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36635verbnet(strew, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36636verbnet(string, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36637verbnet(swab, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36638verbnet(swash, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36639verbnet(spurt, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36640verbnet(wrap, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]).
36641
36642%%% File:    ext/VerbNet/spray-9.7.xml
36643%%% Primary: NP V NP PP.destination-Conative (spray-9.7-1)
36644%%% Syntax:  [np:Agent,v,np:Theme,prep:at,np:Destination]
36645%%% CCG:     ((s:_\np)/pp)/np
36646%%% Roles:   [Theme,Agent]
36647%%% Example: Jessica squirted water at me.
36648%%%
36649verbnet(cram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36650verbnet(crowd, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36651verbnet(jam, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36652verbnet(pack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36653verbnet(pile, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36654verbnet(baste, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36655verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36656verbnet(drizzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36657verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36658verbnet(plaster, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36659verbnet(pump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36660verbnet(rub, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36661verbnet(scatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36662verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36663verbnet(sew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36664verbnet(shower, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36665verbnet(smear, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36666verbnet(smudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36667verbnet(sow, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36668verbnet(spatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36669verbnet(splash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36670verbnet(splatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36671verbnet(spray, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36672verbnet(spread, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36673verbnet(sprinkle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36674verbnet(spritz, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36675verbnet(squirt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36676verbnet(stick, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36677verbnet(strew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36678verbnet(string, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36679verbnet(swab, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36680verbnet(swash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36681verbnet(spurt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36682verbnet(wrap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]).
36683verbnet(at, pp/np, ['Destination'], [9,.,7,-,1]).
36684
36685%%% File:    ext/VerbNet/spray-9.7.xml
36686%%% Primary: NP V NP PP.destination (spray-9.7)
36687%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
36688%%% CCG:     ((s:_\np)/pp)/np
36689%%% Roles:   [Theme,Agent]
36690%%% Example: Jessica loaded boxes into the wagon.
36691%%%
36692verbnet(cram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36693verbnet(crowd, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36694verbnet(jam, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36695verbnet(pack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36696verbnet(pile, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36697verbnet(baste, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36698verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36699verbnet(drizzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36700verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36701verbnet(plaster, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36702verbnet(pump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36703verbnet(rub, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36704verbnet(scatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36705verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36706verbnet(sew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36707verbnet(shower, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36708verbnet(smear, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36709verbnet(smudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36710verbnet(sow, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36711verbnet(spatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36712verbnet(splash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36713verbnet(splatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36714verbnet(spray, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36715verbnet(spread, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36716verbnet(sprinkle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36717verbnet(spritz, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36718verbnet(squirt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36719verbnet(stick, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36720verbnet(strew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36721verbnet(string, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36722verbnet(swab, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36723verbnet(swash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36724verbnet(spurt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36725verbnet(wrap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36726verbnet(drape, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36727verbnet(load, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36728verbnet(dab, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36729verbnet(daub, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36730verbnet(mound, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36731verbnet(dust, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36732verbnet(heap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36733verbnet(plant, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36734verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36735verbnet(slather, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36736verbnet(stack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36737verbnet(stock, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36738verbnet(stuff, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]).
36739
36740%%% File:    ext/VerbNet/spray-9.7.xml
36741%%% Primary: NP V NP.destination PP.theme (spray-9.7)
36742%%% Syntax:  [np:Agent,v,np:Destination,prep:with,np:Theme]
36743%%% CCG:     ((s:_\np)/pp)/np
36744%%% Roles:   [Destination,Agent]
36745%%% Example: Jessica loaded the wagon with boxes.
36746%%%
36747verbnet(cram, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36748verbnet(crowd, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36749verbnet(jam, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36750verbnet(pack, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36751verbnet(pile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36752verbnet(baste, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36753verbnet(brush, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36754verbnet(drizzle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36755verbnet(hang, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36756verbnet(plaster, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36757verbnet(pump, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36758verbnet(rub, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36759verbnet(scatter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36760verbnet(seed, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36761verbnet(sew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36762verbnet(shower, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36763verbnet(smear, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36764verbnet(smudge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36765verbnet(sow, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36766verbnet(spatter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36767verbnet(splash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36768verbnet(splatter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36769verbnet(spray, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36770verbnet(spread, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36771verbnet(sprinkle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36772verbnet(spritz, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36773verbnet(squirt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36774verbnet(stick, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36775verbnet(strew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36776verbnet(string, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36777verbnet(swab, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36778verbnet(swash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36779verbnet(spurt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36780verbnet(wrap, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36781verbnet(drape, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36782verbnet(load, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36783verbnet(dab, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36784verbnet(daub, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36785verbnet(mound, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36786verbnet(dust, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36787verbnet(heap, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36788verbnet(plant, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36789verbnet(seed, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36790verbnet(slather, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36791verbnet(stack, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36792verbnet(stock, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36793verbnet(stuff, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]).
36794verbnet(with, pp/np, ['Theme'], [9,.,7]).
36795
36796%%% File:    ext/VerbNet/spray-9.7.xml
36797%%% Primary: NP V NP.theme (spray-9.7)
36798%%% Syntax:  [np:Agent,v,np:Theme]
36799%%% CCG:     (s:_\np)/np
36800%%% Roles:   [Theme,Agent]
36801%%% Example: Jessica squirted water.
36802%%%
36803verbnet(cram, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36804verbnet(crowd, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36805verbnet(jam, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36806verbnet(pack, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36807verbnet(pile, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36808verbnet(baste, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36809verbnet(brush, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36810verbnet(drizzle, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36811verbnet(hang, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36812verbnet(plaster, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36813verbnet(pump, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36814verbnet(rub, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36815verbnet(scatter, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36816verbnet(seed, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36817verbnet(sew, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36818verbnet(shower, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36819verbnet(smear, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36820verbnet(smudge, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36821verbnet(sow, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36822verbnet(spatter, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36823verbnet(splash, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36824verbnet(splatter, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36825verbnet(spray, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36826verbnet(spread, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36827verbnet(sprinkle, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36828verbnet(spritz, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36829verbnet(squirt, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36830verbnet(stick, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36831verbnet(strew, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36832verbnet(string, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36833verbnet(swab, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36834verbnet(swash, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36835verbnet(spurt, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36836verbnet(wrap, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36837verbnet(drape, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36838verbnet(load, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36839verbnet(dab, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36840verbnet(daub, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36841verbnet(mound, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36842verbnet(dust, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36843verbnet(heap, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36844verbnet(plant, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36845verbnet(seed, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36846verbnet(slather, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36847verbnet(stack, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36848verbnet(stock, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36849verbnet(stuff, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]).
36850
36851%%% File:    ext/VerbNet/spray-9.7.xml
36852%%% Primary: NP V NP.destination (spray-9.7)
36853%%% Syntax:  [np:Agent,v,np:Destination]
36854%%% CCG:     (s:_\np)/np
36855%%% Roles:   [Destination,Agent]
36856%%% Example: Jessica sprayed the wall.
36857%%%
36858verbnet(cram, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36859verbnet(crowd, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36860verbnet(jam, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36861verbnet(pack, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36862verbnet(pile, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36863verbnet(baste, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36864verbnet(brush, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36865verbnet(drizzle, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36866verbnet(hang, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36867verbnet(plaster, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36868verbnet(pump, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36869verbnet(rub, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36870verbnet(scatter, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36871verbnet(seed, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36872verbnet(sew, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36873verbnet(shower, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36874verbnet(smear, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36875verbnet(smudge, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36876verbnet(sow, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36877verbnet(spatter, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36878verbnet(splash, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36879verbnet(splatter, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36880verbnet(spray, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36881verbnet(spread, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36882verbnet(sprinkle, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36883verbnet(spritz, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36884verbnet(squirt, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36885verbnet(stick, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36886verbnet(strew, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36887verbnet(string, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36888verbnet(swab, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36889verbnet(swash, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36890verbnet(spurt, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36891verbnet(wrap, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36892verbnet(drape, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36893verbnet(load, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36894verbnet(dab, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36895verbnet(daub, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36896verbnet(mound, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36897verbnet(dust, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36898verbnet(heap, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36899verbnet(plant, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36900verbnet(seed, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36901verbnet(slather, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36902verbnet(stack, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36903verbnet(stock, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36904verbnet(stuff, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]).
36905
36906%%% File:    ext/VerbNet/stalk-35.3.xml
36907%%% Primary: NP V NP PP.theme (stalk-35.3)
36908%%% Syntax:  [np:Agent,v,np:Location,prep:for,np:Theme]
36909%%% CCG:     ((s:_\np)/pp)/np
36910%%% Roles:   [Location,Agent]
36911%%% Example: I stalked the woods for game.
36912%%%
36913verbnet(scent, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]).
36914verbnet(smell, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]).
36915verbnet(stalk, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]).
36916verbnet(taste, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]).
36917verbnet(track, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]).
36918verbnet(whiff, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]).
36919verbnet(for, pp/np, ['Theme'], [35,.,3]).
36920
36921%%% File:    ext/VerbNet/stalk-35.3.xml
36922%%% Primary: NP V NP PP.location (stalk-35.3)
36923%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
36924%%% CCG:     ((s:_\np)/pp)/np
36925%%% Roles:   [Theme,Agent]
36926%%% Example: I stalked game in the woods.
36927%%%
36928verbnet(scent, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]).
36929verbnet(smell, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]).
36930verbnet(stalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]).
36931verbnet(taste, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]).
36932verbnet(track, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]).
36933verbnet(whiff, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]).
36934
36935%%% File:    ext/VerbNet/stalk-35.3.xml
36936%%% Primary: NP V NP (stalk-35.3)
36937%%% Syntax:  [np:Agent,v,np:Theme]
36938%%% CCG:     (s:_\np)/np
36939%%% Roles:   [Theme,Agent]
36940%%% Example: I tracked prints.
36941%%%
36942verbnet(scent, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]).
36943verbnet(smell, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]).
36944verbnet(stalk, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]).
36945verbnet(taste, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]).
36946verbnet(track, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]).
36947verbnet(whiff, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]).
36948
36949%%% File:    ext/VerbNet/steal-10.5.xml
36950%%% Primary: NP V                     NP NP (steal-10.5-1)
36951%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Theme]
36952%%% CCG:     ((s:_\np)/np)/np
36953%%% Roles:   [Beneficiary,Theme,Agent]
36954%%% Example: The thief stole Mary some paint.
36955%%%
36956verbnet(capture, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36957verbnet(cop, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36958verbnet(flog, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36959verbnet(grab, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36960verbnet(hook, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36961verbnet(nab, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36962verbnet(nick, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36963verbnet(pilfer, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36964verbnet(pirate, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36965verbnet(salvage, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36966verbnet(shoplift, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36967verbnet(smuggle, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36968verbnet(snatch, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36969verbnet(sneak, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36970verbnet(steal, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36971verbnet(swipe, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36972verbnet(wangle, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]).
36973
36974%%% File:    ext/VerbNet/steal-10.5.xml
36975%%% Primary: NP V NP (steal-10.5)
36976%%% Syntax:  [np:Agent,v,np:Theme]
36977%%% CCG:     (s:_\np)/np
36978%%% Roles:   [Theme,Agent]
36979%%% Example: The thief stole the paint.
36980%%%
36981verbnet(capture, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36982verbnet(cop, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36983verbnet(flog, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36984verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36985verbnet(hook, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36986verbnet(nab, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36987verbnet(nick, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36988verbnet(pilfer, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36989verbnet(pirate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36990verbnet(salvage, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36991verbnet(shoplift, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36992verbnet(smuggle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36993verbnet(snatch, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36994verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36995verbnet(steal, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36996verbnet(swipe, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36997verbnet(wangle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36998verbnet(abduct, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
36999verbnet(annex, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37000verbnet(cabbage, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37001verbnet(carjack, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37002verbnet(confiscate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37003verbnet(emancipate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37004verbnet(embezzle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37005verbnet(extort, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37006verbnet(filch, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37007verbnet(highjack, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37008verbnet(kidnap, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37009verbnet(knock_off, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37010verbnet(liberate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37011verbnet(lift, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37012verbnet(misappropriate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37013verbnet(nobble, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37014verbnet(pickpocket, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37015verbnet(pinch, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37016verbnet(plagiarize, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37017verbnet(purloin, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37018verbnet(recapture, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37019verbnet(reclaim, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37020verbnet(redeem, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37021verbnet(repossess, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37022verbnet(rescue, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37023verbnet(rustle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37024verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37025verbnet(snatch_away, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37026verbnet(sequester, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37027verbnet(take, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37028verbnet(thieve, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37029verbnet(weasel_out, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37030verbnet(wrest, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]).
37031
37032%%% File:    ext/VerbNet/steal-10.5.xml
37033%%% Primary: NP V NP PP.source (steal-10.5)
37034%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Source]
37035%%% CCG:     ((s:_\np)/pp)/np
37036%%% Roles:   [Theme,Agent]
37037%%% Example: The thief stole the paint from the museum.
37038%%%
37039verbnet(capture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37040verbnet(cop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37041verbnet(flog, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37042verbnet(grab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37043verbnet(hook, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37044verbnet(nab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37045verbnet(nick, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37046verbnet(pilfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37047verbnet(pirate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37048verbnet(salvage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37049verbnet(shoplift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37050verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37051verbnet(snatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37052verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37053verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37054verbnet(swipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37055verbnet(wangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37056verbnet(abduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37057verbnet(annex, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37058verbnet(cabbage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37059verbnet(carjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37060verbnet(confiscate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37061verbnet(emancipate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37062verbnet(embezzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37063verbnet(extort, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37064verbnet(filch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37065verbnet(highjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37066verbnet(kidnap, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37067verbnet(knock_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37068verbnet(liberate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37069verbnet(lift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37070verbnet(misappropriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37071verbnet(nobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37072verbnet(pickpocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37073verbnet(pinch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37074verbnet(plagiarize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37075verbnet(purloin, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37076verbnet(recapture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37077verbnet(reclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37078verbnet(redeem, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37079verbnet(repossess, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37080verbnet(rescue, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37081verbnet(rustle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37082verbnet(seize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37083verbnet(snatch_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37084verbnet(sequester, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37085verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37086verbnet(thieve, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37087verbnet(weasel_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37088verbnet(wrest, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37089
37090%%% File:    ext/VerbNet/steal-10.5.xml
37091%%% Primary: NP V NP PP.beneficiary (steal-10.5)
37092%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Beneficiary]
37093%%% CCG:     ((s:_\np)/pp)/np
37094%%% Roles:   [Theme,Agent]
37095%%% Example: The thief stole the paint for Mary.
37096%%%
37097verbnet(capture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37098verbnet(cop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37099verbnet(flog, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37100verbnet(grab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37101verbnet(hook, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37102verbnet(nab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37103verbnet(nick, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37104verbnet(pilfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37105verbnet(pirate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37106verbnet(salvage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37107verbnet(shoplift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37108verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37109verbnet(snatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37110verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37111verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37112verbnet(swipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37113verbnet(wangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37114verbnet(abduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37115verbnet(annex, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37116verbnet(cabbage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37117verbnet(carjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37118verbnet(confiscate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37119verbnet(emancipate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37120verbnet(embezzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37121verbnet(extort, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37122verbnet(filch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37123verbnet(highjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37124verbnet(kidnap, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37125verbnet(knock_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37126verbnet(liberate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37127verbnet(lift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37128verbnet(misappropriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37129verbnet(nobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37130verbnet(pickpocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37131verbnet(pinch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37132verbnet(plagiarize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37133verbnet(purloin, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37134verbnet(recapture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37135verbnet(reclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37136verbnet(redeem, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37137verbnet(repossess, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37138verbnet(rescue, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37139verbnet(rustle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37140verbnet(seize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37141verbnet(snatch_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37142verbnet(sequester, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37143verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37144verbnet(thieve, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37145verbnet(weasel_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37146verbnet(wrest, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37147verbnet(for, pp/np, ['Beneficiary'], [10,.,5]).
37148
37149%%% File:    ext/VerbNet/steal-10.5.xml
37150%%% Primary: NP V NP PP.source PP.beneficiary (steal-10.5)
37151%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Source,prep:for,np:Beneficiary]
37152%%% CCG:     (((s:_\np)/pp)/pp)/np
37153%%% Roles:   [Theme,Agent]
37154%%% Example: The thief stole the paint from John for Mary.
37155%%%
37156verbnet(capture, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37157verbnet(cop, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37158verbnet(flog, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37159verbnet(grab, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37160verbnet(hook, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37161verbnet(nab, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37162verbnet(nick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37163verbnet(pilfer, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37164verbnet(pirate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37165verbnet(salvage, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37166verbnet(shoplift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37167verbnet(smuggle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37168verbnet(snatch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37169verbnet(sneak, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37170verbnet(steal, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37171verbnet(swipe, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37172verbnet(wangle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37173verbnet(abduct, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37174verbnet(annex, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37175verbnet(cabbage, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37176verbnet(carjack, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37177verbnet(confiscate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37178verbnet(emancipate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37179verbnet(embezzle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37180verbnet(extort, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37181verbnet(filch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37182verbnet(highjack, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37183verbnet(kidnap, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37184verbnet(knock_off, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37185verbnet(liberate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37186verbnet(lift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37187verbnet(misappropriate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37188verbnet(nobble, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37189verbnet(pickpocket, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37190verbnet(pinch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37191verbnet(plagiarize, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37192verbnet(purloin, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37193verbnet(recapture, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37194verbnet(reclaim, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37195verbnet(redeem, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37196verbnet(repossess, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37197verbnet(rescue, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37198verbnet(rustle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37199verbnet(seize, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37200verbnet(snatch_away, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37201verbnet(sequester, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37202verbnet(take, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37203verbnet(thieve, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37204verbnet(weasel_out, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37205verbnet(wrest, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]).
37206verbnet(for, pp/np, ['Beneficiary'], [10,.,5]).
37207
37208%%% File:    ext/VerbNet/stimulus_subject-30.4.xml
37209%%% Primary: NP V ADJ (stimulus_subject-30.4)
37210%%% Syntax:  [np:Stimulus,v,adj]
37211%%% CCG:     s:_\np
37212%%% Roles:   [Stimulus]
37213%%% Missing: [adj]
37214%%% Example: That pea soup tasted delicious.
37215%%%
37216verbnet(feel, s:_\np, ['Stimulus'], [30,'.',4]).
37217verbnet(look, s:_\np, ['Stimulus'], [30,'.',4]).
37218verbnet(smell, s:_\np, ['Stimulus'], [30,'.',4]).
37219verbnet(sound, s:_\np, ['Stimulus'], [30,'.',4]).
37220verbnet(taste, s:_\np, ['Stimulus'], [30,'.',4]).
37221
37222%%% File:    ext/VerbNet/stimulus_subject-30.4.xml
37223%%% Primary: NP V ADJ PP.experiencer (stimulus_subject-30.4)
37224%%% Syntax:  [np:Stimulus,v,adj,prep:to,np:Experiencer]
37225%%% CCG:     (s:_\np)/pp
37226%%% Roles:   [Stimulus]
37227%%% Missing: [adj]
37228%%% Example: That pea soup tasted delicious to me.
37229%%%
37230verbnet(feel, (s:_\np)/pp, ['Stimulus'], [30,'.',4]).
37231verbnet(look, (s:_\np)/pp, ['Stimulus'], [30,'.',4]).
37232verbnet(smell, (s:_\np)/pp, ['Stimulus'], [30,'.',4]).
37233verbnet(sound, (s:_\np)/pp, ['Stimulus'], [30,'.',4]).
37234verbnet(taste, (s:_\np)/pp, ['Stimulus'], [30,'.',4]).
37235verbnet(to, pp/np, ['Experiencer'], [30,.,4]).
37236
37237%%% File:    ext/VerbNet/stop-55.4.xml
37238%%% Primary: NP V ADJ-Middle (stop-55.4-1)
37239%%% Syntax:  [np:Theme,v,adv]
37240%%% CCG:     s:_\np
37241%%% Roles:   [Theme]
37242%%% Example: The party stopped easily.
37243%%%
37244verbnet(cease, s:_\np, ['Theme'], [55,'.',4,-,1]).
37245verbnet(conclude, s:_\np, ['Theme'], [55,'.',4,-,1]).
37246verbnet(end, s:_\np, ['Theme'], [55,'.',4,-,1]).
37247verbnet(finish, s:_\np, ['Theme'], [55,'.',4,-,1]).
37248verbnet(stop, s:_\np, ['Theme'], [55,'.',4,-,1]).
37249
37250%%% File:    ext/VerbNet/stop-55.4.xml
37251%%% Primary: NP V S_ING (stop-55.4)
37252%%% Syntax:  [np:Agent,v,vp_ng:Theme]
37253%%% CCG:     (s:_\np)/ (s:ng\np)
37254%%% Roles:   [Theme,Agent]
37255%%% Example: He stopped going to the area.
37256%%%
37257verbnet(cease, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37258verbnet(conclude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37259verbnet(end, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37260verbnet(finish, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37261verbnet(stop, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37262verbnet(terminate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37263verbnet(halt, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37264verbnet(repeat, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]).
37265
37266%%% File:    ext/VerbNet/stop-55.4.xml
37267%%% Primary: NP.theme V (stop-55.4)
37268%%% Syntax:  [np:Theme,v]
37269%%% CCG:     s:_\np
37270%%% Roles:   [Theme]
37271%%% Example: The storm ended.
37272%%%
37273verbnet(cease, s:_\np, ['Theme'], [55,'.',4]).
37274verbnet(conclude, s:_\np, ['Theme'], [55,'.',4]).
37275verbnet(end, s:_\np, ['Theme'], [55,'.',4]).
37276verbnet(finish, s:_\np, ['Theme'], [55,'.',4]).
37277verbnet(stop, s:_\np, ['Theme'], [55,'.',4]).
37278verbnet(terminate, s:_\np, ['Theme'], [55,'.',4]).
37279verbnet(halt, s:_\np, ['Theme'], [55,'.',4]).
37280verbnet(repeat, s:_\np, ['Theme'], [55,'.',4]).
37281
37282%%% File:    ext/VerbNet/stop-55.4.xml
37283%%% Primary: NP V NP.theme (stop-55.4)
37284%%% Syntax:  [np:Agent,v,np:Theme]
37285%%% CCG:     (s:_\np)/np
37286%%% Roles:   [Theme,Agent]
37287%%% Example: John ended the party.
37288%%%
37289verbnet(cease, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37290verbnet(conclude, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37291verbnet(end, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37292verbnet(finish, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37293verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37294verbnet(terminate, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37295verbnet(halt, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37296verbnet(repeat, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]).
37297
37298%%% File:    ext/VerbNet/stop-55.4.xml
37299%%% Primary: NP V PP.instrument (stop-55.4)
37300%%% Syntax:  [np:Theme,v,prep:with,np:Instrument]
37301%%% CCG:     (s:_\np)/pp
37302%%% Roles:   [Theme]
37303%%% Example: The party ended with a bang.
37304%%%
37305verbnet(cease, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37306verbnet(conclude, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37307verbnet(end, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37308verbnet(finish, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37309verbnet(stop, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37310verbnet(terminate, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37311verbnet(halt, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37312verbnet(repeat, (s:_\np)/pp, ['Theme'], [55,'.',4]).
37313verbnet(with, pp/np, ['Instrument'], [55,.,4]).
37314
37315%%% File:    ext/VerbNet/stop-55.4.xml
37316%%% Primary: NP V NP.theme PP.instrument (stop-55.4)
37317%%% Syntax:  [np:Agent,v,np:Theme,prep:with,np:Instrument]
37318%%% CCG:     ((s:_\np)/pp)/np
37319%%% Roles:   [Theme,Agent]
37320%%% Example: I ended the party with a speech.
37321%%%
37322verbnet(cease, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37323verbnet(conclude, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37324verbnet(end, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37325verbnet(finish, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37326verbnet(stop, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37327verbnet(terminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37328verbnet(halt, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37329verbnet(repeat, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]).
37330verbnet(with, pp/np, ['Instrument'], [55,.,4]).
37331
37332%%% File:    ext/VerbNet/subjugate-42.3.xml
37333%%% Primary: NP V NP (subjugate-42.3)
37334%%% Syntax:  [np:Agent,v,np:Patient]
37335%%% CCG:     (s:_\np)/np
37336%%% Roles:   [Patient,Agent]
37337%%% Example: Winnie the Pooh subjugated the unfortunate Pixies.
37338%%%
37339verbnet(suppress, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37340verbnet(stamp_down, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37341verbnet(subdue, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37342verbnet(conquer, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37343verbnet(curb, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37344verbnet(crush, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37345verbnet(stifle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37346verbnet(dampen, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37347verbnet(suffocate, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37348verbnet(choke, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37349verbnet(hush, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37350verbnet(silence, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37351verbnet(still, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37352verbnet(shut_up, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37353verbnet(hush_up, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37354verbnet(lull, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37355verbnet(calm_down, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37356verbnet(gag, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37357verbnet(muzzle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37358verbnet(squelch, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37359verbnet(quell, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37360verbnet(quench, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37361verbnet(smother, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37362verbnet(muffle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37363verbnet(repress, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37364verbnet(quash, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37365verbnet(keep_down, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37366verbnet(subjugate, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37367verbnet(reduce, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37368verbnet(slake, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37369verbnet(strangle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37370verbnet(kill, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]).
37371
37372%%% File:    ext/VerbNet/subjugate-42.3.xml
37373%%% Primary: NP V NP PP.instrument (subjugate-42.3)
37374%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
37375%%% CCG:     ((s:_\np)/pp)/np
37376%%% Roles:   [Patient,Agent]
37377%%% Example: Russia subjugated Mongolia with overwhelming force.
37378%%%
37379verbnet(suppress, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37380verbnet(stamp_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37381verbnet(subdue, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37382verbnet(conquer, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37383verbnet(curb, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37384verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37385verbnet(stifle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37386verbnet(dampen, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37387verbnet(suffocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37388verbnet(choke, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37389verbnet(hush, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37390verbnet(silence, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37391verbnet(still, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37392verbnet(shut_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37393verbnet(hush_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37394verbnet(lull, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37395verbnet(calm_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37396verbnet(gag, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37397verbnet(muzzle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37398verbnet(squelch, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37399verbnet(quell, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37400verbnet(quench, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37401verbnet(smother, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37402verbnet(muffle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37403verbnet(repress, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37404verbnet(quash, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37405verbnet(keep_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37406verbnet(subjugate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37407verbnet(reduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37408verbnet(slake, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37409verbnet(strangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37410verbnet(kill, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]).
37411verbnet(with, pp/np, ['Instrument'], [42,.,3]).
37412
37413%%% File:    ext/VerbNet/substance_emission-43.4.xml
37414%%% Primary: NP V NP.source (substance_emission-43.4-1)
37415%%% Syntax:  [np:Agent,v,np:Source]
37416%%% CCG:     (s:_\np)/np
37417%%% Roles:   [Source,Agent]
37418%%% Example: I bled him.
37419%%%
37420verbnet(bleed, (s:_\np)/np, ['Source','Agent'], [43,'.',4,-,1]).
37421
37422%%% File:    ext/VerbNet/substance_emission-43.4.xml
37423%%% Primary: NP V (substance_emission-43.4)
37424%%% Syntax:  [np:Source,v]
37425%%% CCG:     s:_\np
37426%%% Roles:   [Source]
37427%%% Example: The fountain gushed.
37428%%%
37429verbnet(bleed, s:_\np, ['Source'], [43,'.',4]).
37430verbnet(bead, s:_\np, ['Source'], [43,'.',4]).
37431verbnet(belch, s:_\np, ['Source'], [43,'.',4]).
37432verbnet(bubble, s:_\np, ['Source'], [43,'.',4]).
37433verbnet(dribble, s:_\np, ['Source'], [43,'.',4]).
37434verbnet(drip, s:_\np, ['Source'], [43,'.',4]).
37435verbnet(drool, s:_\np, ['Source'], [43,'.',4]).
37436verbnet(emanate, s:_\np, ['Source'], [43,'.',4]).
37437verbnet(exude, s:_\np, ['Source'], [43,'.',4]).
37438verbnet(foam, s:_\np, ['Source'], [43,'.',4]).
37439verbnet(gush, s:_\np, ['Source'], [43,'.',4]).
37440verbnet(jet, s:_\np, ['Source'], [43,'.',4]).
37441verbnet(leak, s:_\np, ['Source'], [43,'.',4]).
37442verbnet(ooze, s:_\np, ['Source'], [43,'.',4]).
37443verbnet(percolate, s:_\np, ['Source'], [43,'.',4]).
37444verbnet(pour, s:_\np, ['Source'], [43,'.',4]).
37445verbnet(puff, s:_\np, ['Source'], [43,'.',4]).
37446verbnet(radiate, s:_\np, ['Source'], [43,'.',4]).
37447verbnet(seep, s:_\np, ['Source'], [43,'.',4]).
37448verbnet(shed, s:_\np, ['Source'], [43,'.',4]).
37449verbnet(slop, s:_\np, ['Source'], [43,'.',4]).
37450verbnet(spew, s:_\np, ['Source'], [43,'.',4]).
37451verbnet(spill, s:_\np, ['Source'], [43,'.',4]).
37452verbnet(spout, s:_\np, ['Source'], [43,'.',4]).
37453verbnet(sprout, s:_\np, ['Source'], [43,'.',4]).
37454verbnet(spurt, s:_\np, ['Source'], [43,'.',4]).
37455verbnet(squirt, s:_\np, ['Source'], [43,'.',4]).
37456verbnet(steam, s:_\np, ['Source'], [43,'.',4]).
37457verbnet(stream, s:_\np, ['Source'], [43,'.',4]).
37458verbnet(sweat, s:_\np, ['Source'], [43,'.',4]).
37459verbnet(trickle, s:_\np, ['Source'], [43,'.',4]).
37460
37461%%% File:    ext/VerbNet/substance_emission-43.4.xml
37462%%% Primary: NP V NP (substance_emission-43.4)
37463%%% Syntax:  [np:Source,v,np:Theme]
37464%%% CCG:     (s:_\np)/np
37465%%% Roles:   [Theme,Source]
37466%%% Example: The well gushed oil.
37467%%%
37468verbnet(bleed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37469verbnet(bead, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37470verbnet(belch, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37471verbnet(bubble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37472verbnet(dribble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37473verbnet(drip, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37474verbnet(drool, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37475verbnet(emanate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37476verbnet(exude, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37477verbnet(foam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37478verbnet(gush, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37479verbnet(jet, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37480verbnet(leak, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37481verbnet(ooze, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37482verbnet(percolate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37483verbnet(pour, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37484verbnet(puff, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37485verbnet(radiate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37486verbnet(seep, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37487verbnet(shed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37488verbnet(slop, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37489verbnet(spew, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37490verbnet(spill, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37491verbnet(spout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37492verbnet(sprout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37493verbnet(spurt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37494verbnet(squirt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37495verbnet(steam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37496verbnet(stream, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37497verbnet(sweat, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37498verbnet(trickle, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37499
37500%%% File:    ext/VerbNet/substance_emission-43.4.xml
37501%%% Primary: NP.theme V PP.source (substance_emission-43.4)
37502%%% Syntax:  [np:Theme,v,prep:from out_of,np:Source]
37503%%% CCG:     (s:_\np)/pp
37504%%% Roles:   [Theme]
37505%%% Example: Oil gushed from the well.
37506%%%
37507verbnet(bleed, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37508verbnet(bead, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37509verbnet(belch, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37510verbnet(bubble, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37511verbnet(dribble, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37512verbnet(drip, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37513verbnet(drool, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37514verbnet(emanate, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37515verbnet(exude, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37516verbnet(foam, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37517verbnet(gush, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37518verbnet(jet, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37519verbnet(leak, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37520verbnet(ooze, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37521verbnet(percolate, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37522verbnet(pour, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37523verbnet(puff, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37524verbnet(radiate, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37525verbnet(seep, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37526verbnet(shed, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37527verbnet(slop, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37528verbnet(spew, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37529verbnet(spill, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37530verbnet(spout, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37531verbnet(sprout, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37532verbnet(spurt, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37533verbnet(squirt, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37534verbnet(steam, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37535verbnet(stream, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37536verbnet(sweat, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37537verbnet(trickle, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37538verbnet(from, pp/np, ['Source'], [43,.,4]).
37539verbnet(out_of, pp/np, ['Source'], [43,.,4]).
37540
37541%%% File:    ext/VerbNet/substance_emission-43.4.xml
37542%%% Primary: NP V PP.location (substance_emission-43.4)
37543%%% Syntax:  [np:Theme,v,pp,np:Location]
37544%%% CCG:     (s:_\np)/pp
37545%%% Roles:   [Theme]
37546%%% Example: Water gushed through the streets.
37547%%%
37548verbnet(bleed, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37549verbnet(bead, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37550verbnet(belch, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37551verbnet(bubble, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37552verbnet(dribble, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37553verbnet(drip, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37554verbnet(drool, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37555verbnet(emanate, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37556verbnet(exude, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37557verbnet(foam, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37558verbnet(gush, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37559verbnet(jet, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37560verbnet(leak, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37561verbnet(ooze, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37562verbnet(percolate, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37563verbnet(pour, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37564verbnet(puff, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37565verbnet(radiate, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37566verbnet(seep, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37567verbnet(shed, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37568verbnet(slop, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37569verbnet(spew, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37570verbnet(spill, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37571verbnet(spout, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37572verbnet(sprout, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37573verbnet(spurt, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37574verbnet(squirt, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37575verbnet(steam, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37576verbnet(stream, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37577verbnet(sweat, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37578verbnet(trickle, (s:_\np)/pp, ['Theme'], [43,'.',4]).
37579
37580%%% File:    ext/VerbNet/substance_emission-43.4.xml
37581%%% Primary: NP.location V PP.theme (substance_emission-43.4)
37582%%% Syntax:  [np:Location,v,prep:with,np:Theme]
37583%%% CCG:     (s:_\np)/pp
37584%%% Roles:   [Location]
37585%%% Example: The streets gushed with water.
37586%%%
37587verbnet(bleed, (s:_\np)/pp, ['Location'], [43,'.',4]).
37588verbnet(bead, (s:_\np)/pp, ['Location'], [43,'.',4]).
37589verbnet(belch, (s:_\np)/pp, ['Location'], [43,'.',4]).
37590verbnet(bubble, (s:_\np)/pp, ['Location'], [43,'.',4]).
37591verbnet(dribble, (s:_\np)/pp, ['Location'], [43,'.',4]).
37592verbnet(drip, (s:_\np)/pp, ['Location'], [43,'.',4]).
37593verbnet(drool, (s:_\np)/pp, ['Location'], [43,'.',4]).
37594verbnet(emanate, (s:_\np)/pp, ['Location'], [43,'.',4]).
37595verbnet(exude, (s:_\np)/pp, ['Location'], [43,'.',4]).
37596verbnet(foam, (s:_\np)/pp, ['Location'], [43,'.',4]).
37597verbnet(gush, (s:_\np)/pp, ['Location'], [43,'.',4]).
37598verbnet(jet, (s:_\np)/pp, ['Location'], [43,'.',4]).
37599verbnet(leak, (s:_\np)/pp, ['Location'], [43,'.',4]).
37600verbnet(ooze, (s:_\np)/pp, ['Location'], [43,'.',4]).
37601verbnet(percolate, (s:_\np)/pp, ['Location'], [43,'.',4]).
37602verbnet(pour, (s:_\np)/pp, ['Location'], [43,'.',4]).
37603verbnet(puff, (s:_\np)/pp, ['Location'], [43,'.',4]).
37604verbnet(radiate, (s:_\np)/pp, ['Location'], [43,'.',4]).
37605verbnet(seep, (s:_\np)/pp, ['Location'], [43,'.',4]).
37606verbnet(shed, (s:_\np)/pp, ['Location'], [43,'.',4]).
37607verbnet(slop, (s:_\np)/pp, ['Location'], [43,'.',4]).
37608verbnet(spew, (s:_\np)/pp, ['Location'], [43,'.',4]).
37609verbnet(spill, (s:_\np)/pp, ['Location'], [43,'.',4]).
37610verbnet(spout, (s:_\np)/pp, ['Location'], [43,'.',4]).
37611verbnet(sprout, (s:_\np)/pp, ['Location'], [43,'.',4]).
37612verbnet(spurt, (s:_\np)/pp, ['Location'], [43,'.',4]).
37613verbnet(squirt, (s:_\np)/pp, ['Location'], [43,'.',4]).
37614verbnet(steam, (s:_\np)/pp, ['Location'], [43,'.',4]).
37615verbnet(stream, (s:_\np)/pp, ['Location'], [43,'.',4]).
37616verbnet(sweat, (s:_\np)/pp, ['Location'], [43,'.',4]).
37617verbnet(trickle, (s:_\np)/pp, ['Location'], [43,'.',4]).
37618verbnet(with, pp/np, ['Theme'], [43,.,4]).
37619
37620%%% File:    ext/VerbNet/substance_emission-43.4.xml
37621%%% Primary: PP.location V NP (substance_emission-43.4)
37622%%% Syntax:  [pp,np:Location,v,np:Theme]
37623%%% CCG:     (s:_\pp)/np
37624%%% Roles:   [Theme]
37625%%% Example: Over the fire bubbled a fragant stew.
37626%%%
37627verbnet(bleed, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37628verbnet(bead, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37629verbnet(belch, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37630verbnet(bubble, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37631verbnet(dribble, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37632verbnet(drip, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37633verbnet(drool, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37634verbnet(emanate, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37635verbnet(exude, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37636verbnet(foam, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37637verbnet(gush, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37638verbnet(jet, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37639verbnet(leak, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37640verbnet(ooze, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37641verbnet(percolate, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37642verbnet(pour, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37643verbnet(puff, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37644verbnet(radiate, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37645verbnet(seep, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37646verbnet(shed, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37647verbnet(slop, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37648verbnet(spew, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37649verbnet(spill, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37650verbnet(spout, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37651verbnet(sprout, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37652verbnet(spurt, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37653verbnet(squirt, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37654verbnet(steam, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37655verbnet(stream, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37656verbnet(sweat, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37657verbnet(trickle, (s:_\pp)/np, ['Theme'], [43,'.',4]).
37658
37659%%% File:    ext/VerbNet/substance_emission-43.4.xml
37660%%% Primary: There V NP PP (substance_emission-43.4)
37661%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
37662%%% CCG:     ((s:_\lex:there)/pp)/np
37663%%% Roles:   [Theme]
37664%%% Example: There bubbled a fragant stew over the fire.
37665%%%
37666verbnet(bleed, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37667verbnet(bead, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37668verbnet(belch, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37669verbnet(bubble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37670verbnet(dribble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37671verbnet(drip, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37672verbnet(drool, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37673verbnet(emanate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37674verbnet(exude, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37675verbnet(foam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37676verbnet(gush, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37677verbnet(jet, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37678verbnet(leak, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37679verbnet(ooze, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37680verbnet(percolate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37681verbnet(pour, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37682verbnet(puff, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37683verbnet(radiate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37684verbnet(seep, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37685verbnet(shed, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37686verbnet(slop, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37687verbnet(spew, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37688verbnet(spill, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37689verbnet(spout, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37690verbnet(sprout, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37691verbnet(spurt, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37692verbnet(squirt, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37693verbnet(steam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37694verbnet(stream, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37695verbnet(sweat, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37696verbnet(trickle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]).
37697
37698%%% File:    ext/VerbNet/substance_emission-43.4.xml
37699%%% Primary: NP V out (substance_emission-43.4)
37700%%% Syntax:  [np:Theme,v,lex:out]
37701%%% CCG:     s:_\np
37702%%% Roles:   [Theme]
37703%%% Missing: [lex:out]
37704%%% Example: The water seeped out.
37705%%%
37706verbnet(bleed, s:_\np, ['Theme'], [43,'.',4]).
37707verbnet(bead, s:_\np, ['Theme'], [43,'.',4]).
37708verbnet(belch, s:_\np, ['Theme'], [43,'.',4]).
37709verbnet(bubble, s:_\np, ['Theme'], [43,'.',4]).
37710verbnet(dribble, s:_\np, ['Theme'], [43,'.',4]).
37711verbnet(drip, s:_\np, ['Theme'], [43,'.',4]).
37712verbnet(drool, s:_\np, ['Theme'], [43,'.',4]).
37713verbnet(emanate, s:_\np, ['Theme'], [43,'.',4]).
37714verbnet(exude, s:_\np, ['Theme'], [43,'.',4]).
37715verbnet(foam, s:_\np, ['Theme'], [43,'.',4]).
37716verbnet(gush, s:_\np, ['Theme'], [43,'.',4]).
37717verbnet(jet, s:_\np, ['Theme'], [43,'.',4]).
37718verbnet(leak, s:_\np, ['Theme'], [43,'.',4]).
37719verbnet(ooze, s:_\np, ['Theme'], [43,'.',4]).
37720verbnet(percolate, s:_\np, ['Theme'], [43,'.',4]).
37721verbnet(pour, s:_\np, ['Theme'], [43,'.',4]).
37722verbnet(puff, s:_\np, ['Theme'], [43,'.',4]).
37723verbnet(radiate, s:_\np, ['Theme'], [43,'.',4]).
37724verbnet(seep, s:_\np, ['Theme'], [43,'.',4]).
37725verbnet(shed, s:_\np, ['Theme'], [43,'.',4]).
37726verbnet(slop, s:_\np, ['Theme'], [43,'.',4]).
37727verbnet(spew, s:_\np, ['Theme'], [43,'.',4]).
37728verbnet(spill, s:_\np, ['Theme'], [43,'.',4]).
37729verbnet(spout, s:_\np, ['Theme'], [43,'.',4]).
37730verbnet(sprout, s:_\np, ['Theme'], [43,'.',4]).
37731verbnet(spurt, s:_\np, ['Theme'], [43,'.',4]).
37732verbnet(squirt, s:_\np, ['Theme'], [43,'.',4]).
37733verbnet(steam, s:_\np, ['Theme'], [43,'.',4]).
37734verbnet(stream, s:_\np, ['Theme'], [43,'.',4]).
37735verbnet(sweat, s:_\np, ['Theme'], [43,'.',4]).
37736verbnet(trickle, s:_\np, ['Theme'], [43,'.',4]).
37737
37738%%% File:    ext/VerbNet/substance_emission-43.4.xml
37739%%% Primary: NP V NP (substance_emission-43.4)
37740%%% Syntax:  [np:Source,v,np:Theme]
37741%%% CCG:     (s:_\np)/np
37742%%% Roles:   [Theme,Source]
37743%%% Example: The bill shed 50 pages of pork-barrel addons.
37744%%%
37745verbnet(bleed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37746verbnet(bead, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37747verbnet(belch, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37748verbnet(bubble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37749verbnet(dribble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37750verbnet(drip, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37751verbnet(drool, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37752verbnet(emanate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37753verbnet(exude, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37754verbnet(foam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37755verbnet(gush, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37756verbnet(jet, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37757verbnet(leak, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37758verbnet(ooze, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37759verbnet(percolate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37760verbnet(pour, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37761verbnet(puff, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37762verbnet(radiate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37763verbnet(seep, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37764verbnet(shed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37765verbnet(slop, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37766verbnet(spew, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37767verbnet(spill, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37768verbnet(spout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37769verbnet(sprout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37770verbnet(spurt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37771verbnet(squirt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37772verbnet(steam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37773verbnet(stream, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37774verbnet(sweat, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37775verbnet(trickle, (s:_\np)/np, ['Theme','Source'], [43,'.',4]).
37776
37777%%% File:    ext/VerbNet/succeed-74.xml
37778%%% Primary: NP V S_INF (succeed-74-1-1)
37779%%% Syntax:  [np:Agent,v,vp_to:Theme]
37780%%% CCG:     (s:_\np)/ (s:ng\np)
37781%%% Roles:   [Theme,Agent]
37782%%% Example: I managed to pass the test.
37783%%%
37784verbnet(manage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [74,-,1,-,1]).
37785
37786%%% File:    ext/VerbNet/succeed-74.xml
37787%%% Primary: NP v (succeed-74-1)
37788%%% Syntax:  [np:Agent,v]
37789%%% CCG:     s:_\np
37790%%% Roles:   [Agent]
37791%%% Example: I succeeded.
37792%%%
37793verbnet(manage, s:_\np, ['Agent'], [74,-,1]).
37794verbnet(succeed, s:_\np, ['Agent'], [74,-,1]).
37795verbnet(excel, s:_\np, ['Agent'], [74,-,1]).
37796
37797%%% File:    ext/VerbNet/succeed-74.xml
37798%%% Primary: NP V PP.theme S_ING (succeed-74-1)
37799%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
37800%%% CCG:     (s:_\np)/pp
37801%%% Roles:   [Agent]
37802%%% Example: I succeeded in climbing the mountain.
37803%%%
37804verbnet(manage, (s:_\np)/pp, ['Agent'], [74,-,1]).
37805verbnet(succeed, (s:_\np)/pp, ['Agent'], [74,-,1]).
37806verbnet(excel, (s:_\np)/pp, ['Agent'], [74,-,1]).
37807verbnet(in, pp/np, ['Theme'], [74,-,1]).
37808
37809%%% File:    ext/VerbNet/succeed-74.xml
37810%%% Primary: NP V PP.theme (succeed-74-1)
37811%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
37812%%% CCG:     (s:_\np)/pp
37813%%% Roles:   [Agent]
37814%%% Example: I succeeded in the endeavour.
37815%%%
37816verbnet(manage, (s:_\np)/pp, ['Agent'], [74,-,1]).
37817verbnet(succeed, (s:_\np)/pp, ['Agent'], [74,-,1]).
37818verbnet(excel, (s:_\np)/pp, ['Agent'], [74,-,1]).
37819verbnet(in, pp/np, ['Theme'], [74,-,1]).
37820
37821%%% File:    ext/VerbNet/succeed-74.xml
37822%%% Primary: NP V (succeed-74-2)
37823%%% Syntax:  [np:Agent,v]
37824%%% CCG:     s:_\np
37825%%% Roles:   [Agent]
37826%%% Example: I failed.
37827%%%
37828verbnet(fail, s:_\np, ['Agent'], [74,-,2]).
37829verbnet(flub, s:_\np, ['Agent'], [74,-,2]).
37830
37831%%% File:    ext/VerbNet/succeed-74.xml
37832%%% Primary: NP V NP (succeed-74-2)
37833%%% Syntax:  [np:Agent,v,np:Theme]
37834%%% CCG:     (s:_\np)/np
37835%%% Roles:   [Theme,Agent]
37836%%% Example: I failed the test.
37837%%%
37838verbnet(fail, (s:_\np)/np, ['Theme','Agent'], [74,-,2]).
37839verbnet(flub, (s:_\np)/np, ['Theme','Agent'], [74,-,2]).
37840
37841%%% File:    ext/VerbNet/succeed-74.xml
37842%%% Primary: NP V PP.theme S_ING (succeed-74-2)
37843%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
37844%%% CCG:     (s:_\np)/pp
37845%%% Roles:   [Agent]
37846%%% Example: I failed in attempting the test.
37847%%%
37848verbnet(fail, (s:_\np)/pp, ['Agent'], [74,-,2]).
37849verbnet(flub, (s:_\np)/pp, ['Agent'], [74,-,2]).
37850verbnet(in, pp/np, ['Theme'], [74,-,2]).
37851
37852%%% File:    ext/VerbNet/succeed-74.xml
37853%%% Primary: NP V PP.theme (succeed-74-2)
37854%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
37855%%% CCG:     (s:_\np)/pp
37856%%% Roles:   [Agent]
37857%%% Example: I failed in maths.
37858%%%
37859verbnet(fail, (s:_\np)/pp, ['Agent'], [74,-,2]).
37860verbnet(flub, (s:_\np)/pp, ['Agent'], [74,-,2]).
37861verbnet(in, pp/np, ['Theme'], [74,-,2]).
37862
37863%%% File:    ext/VerbNet/succeed-74.xml
37864%%% Primary: NP V S_INF (succeed-74-2)
37865%%% Syntax:  [np:Agent,v,vp_to:Theme]
37866%%% CCG:     (s:_\np)/ (s:ng\np)
37867%%% Roles:   [Theme,Agent]
37868%%% Example: I failed to pass the test.
37869%%%
37870verbnet(fail, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [74,-,2]).
37871verbnet(flub, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [74,-,2]).
37872
37873%%% File:    ext/VerbNet/suffocate-40.7.xml
37874%%% Primary: NP V NP.theme (suffocate-40.7)
37875%%% Syntax:  [np:Agent,v,np:Theme]
37876%%% CCG:     (s:_\np)/np
37877%%% Roles:   [Theme,Agent]
37878%%% Example: The pirates drowned the sailor.
37879%%%
37880verbnet(asphyxiate, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]).
37881verbnet(choke, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]).
37882verbnet(drown, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]).
37883verbnet(starve, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]).
37884verbnet(stifle, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]).
37885verbnet(suffocate, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]).
37886
37887%%% File:    ext/VerbNet/suffocate-40.7.xml
37888%%% Primary: NP.theme V (suffocate-40.7)
37889%%% Syntax:  [np:Theme,v]
37890%%% CCG:     s:_\np
37891%%% Roles:   [Theme]
37892%%% Example: The sailor drowned.
37893%%%
37894verbnet(asphyxiate, s:_\np, ['Theme'], [40,'.',7]).
37895verbnet(choke, s:_\np, ['Theme'], [40,'.',7]).
37896verbnet(drown, s:_\np, ['Theme'], [40,'.',7]).
37897verbnet(starve, s:_\np, ['Theme'], [40,'.',7]).
37898verbnet(stifle, s:_\np, ['Theme'], [40,'.',7]).
37899verbnet(suffocate, s:_\np, ['Theme'], [40,'.',7]).
37900
37901%%% File:    ext/VerbNet/suffocate-40.7.xml
37902%%% Primary: NP V PP.result (suffocate-40.7)
37903%%% Syntax:  [np:Theme,v,prep:to,np:Result]
37904%%% CCG:     (s:_\np)/pp
37905%%% Roles:   [Theme]
37906%%% Example: He choked/suffocated to death.
37907%%%
37908verbnet(asphyxiate, (s:_\np)/pp, ['Theme'], [40,'.',7]).
37909verbnet(choke, (s:_\np)/pp, ['Theme'], [40,'.',7]).
37910verbnet(drown, (s:_\np)/pp, ['Theme'], [40,'.',7]).
37911verbnet(starve, (s:_\np)/pp, ['Theme'], [40,'.',7]).
37912verbnet(stifle, (s:_\np)/pp, ['Theme'], [40,'.',7]).
37913verbnet(suffocate, (s:_\np)/pp, ['Theme'], [40,'.',7]).
37914verbnet(to, pp/np, ['Goal'], [40,.,7]).
37915
37916%%% File:    ext/VerbNet/suffocate-40.7.xml
37917%%% Primary: NP V NP PP.result (suffocate-40.7)
37918%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Result]
37919%%% CCG:     ((s:_\np)/pp)/np
37920%%% Roles:   [Theme,Agent]
37921%%% Example: The pirate choked the sailor to death.
37922%%%
37923verbnet(asphyxiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]).
37924verbnet(choke, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]).
37925verbnet(drown, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]).
37926verbnet(starve, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]).
37927verbnet(stifle, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]).
37928verbnet(suffocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]).
37929verbnet(to, pp/np, ['Goal'], [40,.,7]).
37930
37931%%% File:    ext/VerbNet/suspect-81.xml
37932%%% Primary: NP V NP PP.attribute (suspect-81)
37933%%% Syntax:  [np:Agent,v,np:Theme,prep:of,np:Attribute]
37934%%% CCG:     ((s:_\np)/pp)/np
37935%%% Roles:   [Theme,Agent]
37936%%% Example: I suspected him of infidelity.
37937%%%
37938verbnet(suspect, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]).
37939verbnet(accuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]).
37940verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]).
37941verbnet(of, pp/np, ['Attribute'], [81]).
37942
37943%%% File:    ext/VerbNet/suspect-81.xml
37944%%% Primary: NP V PP.attribute S_ING (suspect-81)
37945%%% Syntax:  [np:Agent,v,np:Theme,prep:of,vp_ng:Attribute]
37946%%% CCG:     ((s:_\np)/pp)/np
37947%%% Roles:   [Theme,Agent]
37948%%% Example: I suspected him of lying.
37949%%%
37950verbnet(suspect, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]).
37951verbnet(accuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]).
37952verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]).
37953verbnet(of, pp/(s:ng\np), ['Attribute'], [81]).
37954
37955%%% File:    ext/VerbNet/suspect-81.xml
37956%%% Primary: NP V PP.theme S_ING (suspect-81)
37957%%% Syntax:  [np:Agent,v,np:Theme]
37958%%% CCG:     (s:_\np)/np
37959%%% Roles:   [Theme,Agent]
37960%%% Example: I suspected his philandering.
37961%%%
37962verbnet(suspect, (s:_\np)/np, ['Theme','Agent'], [81]).
37963verbnet(accuse, (s:_\np)/np, ['Theme','Agent'], [81]).
37964verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [81]).
37965
37966%%% File:    ext/VerbNet/sustain-55.6.xml
37967%%% Primary: NP V NP (sustain-55.6)
37968%%% Syntax:  [np:Agent,v,np:Theme]
37969%%% CCG:     (s:_\np)/np
37970%%% Roles:   [Theme,Agent]
37971%%% Example: They maintained a strong government.
37972%%%
37973verbnet(maintain, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37974verbnet(sustain, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37975verbnet(prolong, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37976verbnet(protract, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37977verbnet(keep, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37978verbnet(keep_up, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37979verbnet(continue, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37980verbnet(carry_on, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]).
37981
37982%%% File:    ext/VerbNet/sustain-55.6.xml
37983%%% Primary: NP V NP PP.instrument (sustain-55.6)
37984%%% Syntax:  [np:Agent,v,np:Theme,prep:through,np:Instrument]
37985%%% CCG:     ((s:_\np)/pp)/np
37986%%% Roles:   [Theme,Agent]
37987%%% Example: I maintained a strong government through ruthless domination.
37988%%%
37989verbnet(maintain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37990verbnet(sustain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37991verbnet(prolong, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37992verbnet(protract, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37993verbnet(keep, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37994verbnet(keep_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37995verbnet(continue, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37996verbnet(carry_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
37997verbnet(through, pp/np, ['Instrument'], [55,.,6]).
37998
37999%%% File:    ext/VerbNet/sustain-55.6.xml
38000%%% Primary: NP V NP S_ING (sustain-55.6)
38001%%% Syntax:  [np:Agent,v,np:Theme,prep:through,vp_ng:Instrument]
38002%%% CCG:     ((s:_\np)/pp)/np
38003%%% Roles:   [Theme,Agent]
38004%%% Example: They maintained a strong government through ruthlessly crushing opponents.
38005%%%
38006verbnet(maintain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38007verbnet(sustain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38008verbnet(prolong, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38009verbnet(protract, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38010verbnet(keep, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38011verbnet(keep_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38012verbnet(continue, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38013verbnet(carry_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]).
38014verbnet(through, pp/(s:ng\np), ['Instrument'], [55,.,6]).
38015
38016%%% File:    ext/VerbNet/swarm-47.5.1.xml
38017%%% Primary: NP V PP.location (swarm-47.5.1-1)
38018%%% Syntax:  [np:Theme,v,pp,np:Location]
38019%%% CCG:     (s:_\np)/pp
38020%%% Roles:   [Theme]
38021%%% Example: Bees are swarming in the garden.
38022%%%
38023verbnet(bustle, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38024verbnet(crawl, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38025verbnet(creep, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38026verbnet(hop, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38027verbnet(run, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38028verbnet(swarm, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38029verbnet(swim, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38030verbnet(teem, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38031verbnet(pullulate, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]).
38032
38033%%% File:    ext/VerbNet/swarm-47.5.1.xml
38034%%% Primary: There V NP PP (swarm-47.5.1-1)
38035%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
38036%%% CCG:     ((s:_\lex:there)/pp)/np
38037%%% Roles:   [Theme]
38038%%% Example: There swarm bees in the garden.
38039%%%
38040verbnet(bustle, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38041verbnet(crawl, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38042verbnet(creep, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38043verbnet(hop, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38044verbnet(run, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38045verbnet(swarm, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38046verbnet(swim, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38047verbnet(teem, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38048verbnet(pullulate, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38049
38050%%% File:    ext/VerbNet/swarm-47.5.1.xml
38051%%% Primary: PP.location V NP (swarm-47.5.1-1)
38052%%% Syntax:  [pp,np:Location,v,np:Theme]
38053%%% CCG:     (s:_\pp)/np
38054%%% Roles:   [Theme]
38055%%% Example: In the aquarium swam a striped fish.
38056%%%
38057verbnet(bustle, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38058verbnet(crawl, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38059verbnet(creep, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38060verbnet(hop, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38061verbnet(run, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38062verbnet(swarm, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38063verbnet(swim, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38064verbnet(teem, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38065verbnet(pullulate, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]).
38066
38067%%% File:    ext/VerbNet/swarm-47.5.1.xml
38068%%% Primary: PP.location V PP.theme (swarm-47.5.1-1)
38069%%% Syntax:  [np:Location,v,prep:with,np:Theme]
38070%%% CCG:     (s:_\np)/pp
38071%%% Roles:   [Location]
38072%%% Example: The garden is swarming with bees.
38073%%%
38074verbnet(bustle, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38075verbnet(crawl, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38076verbnet(creep, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38077verbnet(hop, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38078verbnet(run, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38079verbnet(swarm, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38080verbnet(swim, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38081verbnet(teem, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38082verbnet(pullulate, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]).
38083verbnet(with, pp/np, ['Theme'], [47,.,5,.,1,-,1]).
38084
38085%%% File:    ext/VerbNet/swarm-47.5.1.xml
38086%%% Primary: NP.location V PP.theme (swarm-47.5.1-2-1)
38087%%% Syntax:  [np:Location,v,prep:with,np:Theme]
38088%%% CCG:     (s:_\np)/pp
38089%%% Roles:   [Location]
38090%%% Example: The garden abounds with flowers.
38091%%%
38092verbnet(abound, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,2,-,1]).
38093verbnet(with, pp/np, ['Theme'], [47,.,5,.,1,-,2,-,1]).
38094
38095%%% File:    ext/VerbNet/swarm-47.5.1.xml
38096%%% Primary: NP V PP.location (swarm-47.5.1-2)
38097%%% Syntax:  [np:Theme,v,pp,np:Location]
38098%%% CCG:     (s:_\np)/pp
38099%%% Roles:   [Theme]
38100%%% Example: Flowers abound in the garden.
38101%%%
38102verbnet(abound, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,2]).
38103verbnet(throng, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,2]).
38104
38105%%% File:    ext/VerbNet/swarm-47.5.1.xml
38106%%% Primary: There V NP PP (swarm-47.5.1-2)
38107%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
38108%%% CCG:     ((s:_\lex:there)/pp)/np
38109%%% Roles:   [Theme]
38110%%% Example: There abound flowers in the garden.
38111%%%
38112verbnet(abound, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,2]).
38113verbnet(throng, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,2]).
38114
38115%%% File:    ext/VerbNet/swat-18.2.xml
38116%%% Primary: NP V NP (swat-18.2)
38117%%% Syntax:  [np:Agent,v,np:Patient]
38118%%% CCG:     (s:_\np)/np
38119%%% Roles:   [Patient,Agent]
38120%%% Example: Paula swatted the fly.
38121%%%
38122verbnet(bite, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38123verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38124verbnet(claw, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38125verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38126verbnet(paw, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38127verbnet(peck, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38128verbnet(punch, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38129verbnet(scratch, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38130verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38131verbnet(slug, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38132verbnet(stab, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38133verbnet(swat, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38134verbnet(swipe, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]).
38135
38136%%% File:    ext/VerbNet/swat-18.2.xml
38137%%% Primary: NP V NP PP.instrument (swat-18.2)
38138%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
38139%%% CCG:     ((s:_\np)/pp)/np
38140%%% Roles:   [Patient,Agent]
38141%%% Example: Paula swatted the fly with a dishcloth.
38142%%%
38143verbnet(bite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38144verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38145verbnet(claw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38146verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38147verbnet(paw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38148verbnet(peck, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38149verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38150verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38151verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38152verbnet(slug, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38153verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38154verbnet(swat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38155verbnet(swipe, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38156verbnet(with, pp/np, ['Instrument'], [18,.,2]).
38157
38158%%% File:    ext/VerbNet/swat-18.2.xml
38159%%% Primary: NP V PP (swat-18.2)
38160%%% Syntax:  [np:Agent,v,prep:at,np:Patient]
38161%%% CCG:     (s:_\np)/pp
38162%%% Roles:   [Agent]
38163%%% Example: Paula swatted at the fly.
38164%%%
38165verbnet(bite, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38166verbnet(chop, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38167verbnet(claw, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38168verbnet(kick, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38169verbnet(paw, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38170verbnet(peck, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38171verbnet(punch, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38172verbnet(scratch, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38173verbnet(slice, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38174verbnet(slug, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38175verbnet(stab, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38176verbnet(swat, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38177verbnet(swipe, (s:_\np)/pp, ['Agent'], [18,'.',2]).
38178verbnet(at, pp/np, ['Patient'], [18,.,2]).
38179
38180%%% File:    ext/VerbNet/swat-18.2.xml
38181%%% Primary: NP V PP PP (swat-18.2)
38182%%% Syntax:  [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument]
38183%%% CCG:     ((s:_\np)/pp)/pp
38184%%% Roles:   [Agent]
38185%%% Example: Paula swatted at the fly with a dishcloth.
38186%%%
38187verbnet(bite, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38188verbnet(chop, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38189verbnet(claw, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38190verbnet(kick, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38191verbnet(paw, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38192verbnet(peck, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38193verbnet(punch, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38194verbnet(scratch, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38195verbnet(slice, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38196verbnet(slug, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38197verbnet(stab, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38198verbnet(swat, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38199verbnet(swipe, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]).
38200verbnet(with, pp/np, ['Instrument'], [18,.,2]).
38201
38202%%% File:    ext/VerbNet/swat-18.2.xml
38203%%% Primary: NP V NP ADJP (swat-18.2)
38204%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
38205%%% CCG:     ((s:_\np)/np)/np
38206%%% Roles:   [Patient,Goal,Agent]
38207%%% Example: Paula sliced the bag open.
38208%%%
38209verbnet(bite, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38210verbnet(chop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38211verbnet(claw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38212verbnet(kick, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38213verbnet(paw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38214verbnet(peck, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38215verbnet(punch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38216verbnet(scratch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38217verbnet(slice, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38218verbnet(slug, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38219verbnet(stab, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38220verbnet(swat, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38221verbnet(swipe, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38222
38223%%% File:    ext/VerbNet/swat-18.2.xml
38224%%% Primary: NP V NP ADJP PP.instrument (swat-18.2)
38225%%% Syntax:  [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument]
38226%%% CCG:     (((s:_\np)/pp)/np)/np
38227%%% Roles:   [Patient,Goal,Agent]
38228%%% Example: Paula swatted the fly dead with a dishcloth.
38229%%%
38230verbnet(bite, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38231verbnet(chop, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38232verbnet(claw, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38233verbnet(kick, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38234verbnet(paw, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38235verbnet(peck, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38236verbnet(punch, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38237verbnet(scratch, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38238verbnet(slice, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38239verbnet(slug, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38240verbnet(stab, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38241verbnet(swat, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38242verbnet(swipe, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]).
38243verbnet(with, pp/np, ['Instrument'], [18,.,2]).
38244
38245%%% File:    ext/VerbNet/swat-18.2.xml
38246%%% Primary: NP V NP PP.result (swat-18.2)
38247%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
38248%%% CCG:     ((s:_\np)/pp)/np
38249%%% Roles:   [Patient,Agent]
38250%%% Example: The cat clawed the couch to pieces.
38251%%%
38252verbnet(bite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38253verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38254verbnet(claw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38255verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38256verbnet(paw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38257verbnet(peck, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38258verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38259verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38260verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38261verbnet(slug, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38262verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38263verbnet(swat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38264verbnet(swipe, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38265verbnet(to, pp/np, ['Goal'], [18,.,2]).
38266verbnet(into, pp/np, ['Goal'], [18,.,2]).
38267
38268%%% File:    ext/VerbNet/swat-18.2.xml
38269%%% Primary: NP V NP PP.result PP.instrument (swat-18.2)
38270%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument]
38271%%% CCG:     (((s:_\np)/pp)/pp)/np
38272%%% Roles:   [Patient,Agent]
38273%%% Example: The cat clawed the counch to pieces with her sharp nails.
38274%%%
38275verbnet(bite, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38276verbnet(chop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38277verbnet(claw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38278verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38279verbnet(paw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38280verbnet(peck, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38281verbnet(punch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38282verbnet(scratch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38283verbnet(slice, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38284verbnet(slug, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38285verbnet(stab, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38286verbnet(swat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38287verbnet(swipe, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38288verbnet(with, pp/np, ['Instrument'], [18,.,2]).
38289
38290%%% File:    ext/VerbNet/swat-18.2.xml
38291%%% Primary: NP V NP PP.location (swat-18.2)
38292%%% Syntax:  [np:Agent,v,np:Patient,pp,np:Location]
38293%%% CCG:     ((s:_\np)/pp)/np
38294%%% Roles:   [Patient,Agent]
38295%%% Example: Paula swatted Deirdre on the back.
38296%%%
38297verbnet(bite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38298verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38299verbnet(claw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38300verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38301verbnet(paw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38302verbnet(peck, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38303verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38304verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38305verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38306verbnet(slug, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38307verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38308verbnet(swat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38309verbnet(swipe, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]).
38310
38311%%% File:    ext/VerbNet/talk-37.5.xml
38312%%% Primary: NP V (talk-37.5)
38313%%% Syntax:  [np:Agent,v]
38314%%% CCG:     s:_\np
38315%%% Roles:   [Agent]
38316%%% Example: Susan talked.
38317%%%
38318verbnet(speak, s:_\np, ['Agent'], [37,'.',5]).
38319verbnet(talk, s:_\np, ['Agent'], [37,'.',5]).
38320
38321%%% File:    ext/VerbNet/talk-37.5.xml
38322%%% Primary: NP V PP.co-agent (talk-37.5)
38323%%% Syntax:  [np:Agent,v,prep:to,np:Co-Agent]
38324%%% CCG:     (s:_\np)/pp
38325%%% Roles:   [Agent]
38326%%% Example: Susan talked to Rachel.
38327%%%
38328verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',5]).
38329verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',5]).
38330verbnet(to, pp/np, ['Agent'], [37,.,5]).
38331
38332%%% File:    ext/VerbNet/talk-37.5.xml
38333%%% Primary: NP V PP.co-agent (talk-37.5)
38334%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent]
38335%%% CCG:     (s:_\np)/pp
38336%%% Roles:   [Agent]
38337%%% Example: Susan talked with Rachel.
38338%%%
38339verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',5]).
38340verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',5]).
38341verbnet(with, pp/np, ['Agent'], [37,.,5]).
38342
38343%%% File:    ext/VerbNet/talk-37.5.xml
38344%%% Primary: NP V PP.co-agent PP.topic (talk-37.5)
38345%%% Syntax:  [np:Agent,v,prep:to,np:Co-Agent,prep:about,np:Topic]
38346%%% CCG:     ((s:_\np)/pp)/pp
38347%%% Roles:   [Agent]
38348%%% Example: Susan talked to Rachel about the problem.
38349%%%
38350verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38351verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38352verbnet(about, pp/np, ['Topic'], [37,.,5]).
38353
38354%%% File:    ext/VerbNet/talk-37.5.xml
38355%%% Primary: NP V PP.co-agent PP.topic (talk-37.5)
38356%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Topic]
38357%%% CCG:     ((s:_\np)/pp)/pp
38358%%% Roles:   [Agent]
38359%%% Example: Susan talked with Rachel about the problem.
38360%%%
38361verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38362verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38363verbnet(about, pp/np, ['Topic'], [37,.,5]).
38364
38365%%% File:    ext/VerbNet/talk-37.5.xml
38366%%% Primary: NP V (talk-37.5)
38367%%% Syntax:  [np:Agent,v]
38368%%% CCG:     s:_\np
38369%%% Roles:   [Agent]
38370%%% Example: Susan and Rachel talked.
38371%%%
38372verbnet(speak, s:_\np, ['Agent'], [37,'.',5]).
38373verbnet(talk, s:_\np, ['Agent'], [37,'.',5]).
38374
38375%%% File:    ext/VerbNet/talk-37.5.xml
38376%%% Primary: NP V together (talk-37.5)
38377%%% Syntax:  [np:Agent,v,lex:together]
38378%%% CCG:     s:_\np
38379%%% Roles:   [Agent]
38380%%% Missing: [lex:together]
38381%%% Example: Susan and Rachel talked together.
38382%%%
38383verbnet(speak, s:_\np, ['Agent'], [37,'.',5]).
38384verbnet(talk, s:_\np, ['Agent'], [37,'.',5]).
38385
38386%%% File:    ext/VerbNet/talk-37.5.xml
38387%%% Primary: NP V PP.topic PP.co-agent (talk-37.5)
38388%%% Syntax:  [np:Agent,v,prep:about,np:Topic,prep:to,np:Co-Agent]
38389%%% CCG:     ((s:_\np)/pp)/pp
38390%%% Roles:   [Agent]
38391%%% Example: Susan talked about the problem to Rachel.
38392%%%
38393verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38394verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38395verbnet(to, pp/np, ['Agent'], [37,.,5]).
38396
38397%%% File:    ext/VerbNet/talk-37.5.xml
38398%%% Primary: NP V PP.topic PP.co-agent (talk-37.5)
38399%%% Syntax:  [np:Agent,v,prep:about,np:Topic,prep:with,np:Co-Agent]
38400%%% CCG:     ((s:_\np)/pp)/pp
38401%%% Roles:   [Agent]
38402%%% Example: Susan talked about the problem with Rachel.
38403%%%
38404verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38405verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]).
38406verbnet(with, pp/np, ['Agent'], [37,.,5]).
38407
38408%%% File:    ext/VerbNet/talk-37.5.xml
38409%%% Primary: NP V PP.topic (talk-37.5)
38410%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
38411%%% CCG:     (s:_\np)/pp
38412%%% Roles:   [Agent]
38413%%% Example: Susan talked about the problems of modern America.
38414%%%
38415verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',5]).
38416verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',5]).
38417verbnet(about, pp/np, ['Topic'], [37,.,5]).
38418
38419%%% File:    ext/VerbNet/tape-22.4.xml
38420%%% Primary: NP V PP.co-patient (tape-22.4-1)
38421%%% Syntax:  [np:Patient,v,prep:to on onto,np:Co-Patient]
38422%%% CCG:     (s:_\np)/pp
38423%%% Roles:   [Patient]
38424%%% Example: It clamped on his ankle.
38425%%%
38426verbnet(clamp, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]).
38427verbnet(clip, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]).
38428verbnet(clasp, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]).
38429verbnet(gum, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]).
38430verbnet(paste, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]).
38431verbnet(reeve, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]).
38432verbnet(to, pp/np, ['Patient'], [22,.,4,-,1]).
38433verbnet(on, pp/np, ['Patient'], [22,.,4,-,1]).
38434verbnet(onto, pp/np, ['Patient'], [22,.,4,-,1]).
38435
38436%%% File:    ext/VerbNet/tape-22.4.xml
38437%%% Primary: NP V NP (tape-22.4)
38438%%% Syntax:  [np:Agent,v,np:Patient]
38439%%% CCG:     (s:_\np)/np
38440%%% Roles:   [Patient,Agent]
38441%%% Example: Linda taped the picture.
38442%%%
38443verbnet(clamp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38444verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38445verbnet(clasp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38446verbnet(gum, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38447verbnet(paste, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38448verbnet(reeve, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38449verbnet(anchor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38450verbnet(band, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38451verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38452verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38453verbnet(bracket, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38454verbnet(buckle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38455verbnet(button, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38456verbnet(cement, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38457verbnet(chain, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38458verbnet(cinch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38459verbnet(epoxy, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38460verbnet(fetter, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38461verbnet(glue, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38462verbnet(handcuff, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38463verbnet(harness, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38464verbnet(hinge, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38465verbnet(hitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38466verbnet(hook, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38467verbnet(knot, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38468verbnet(lace, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38469verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38470verbnet(lasso, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38471verbnet(latch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38472verbnet(leash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38473verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38474verbnet(lock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38475verbnet(loop, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38476verbnet(manacle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38477verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38478verbnet(muzzle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38479verbnet(nail, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38480verbnet(padlock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38481verbnet(peg, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38482verbnet(pin, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38483verbnet(plaster, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38484verbnet(rivet, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38485verbnet(rope, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38486verbnet(screw, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38487verbnet(seal, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38488verbnet(shackle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38489verbnet(skewer, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38490verbnet(solder, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38491verbnet(staple, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38492verbnet(stitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38493verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38494verbnet(string, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38495verbnet(tack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38496verbnet(tape, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38497verbnet(tether, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38498verbnet(thread, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38499verbnet(thumbtack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38500verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38501verbnet(trammel, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38502verbnet(truss, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38503verbnet(wire, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38504verbnet(yoke, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38505verbnet(zip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38506
38507%%% File:    ext/VerbNet/tape-22.4.xml
38508%%% Primary: NP V NP PP.co-patient (tape-22.4)
38509%%% Syntax:  [np:Agent,v,np:Patient,prep:to on onto,np:Co-Patient]
38510%%% CCG:     ((s:_\np)/pp)/np
38511%%% Roles:   [Patient,Agent]
38512%%% Example: Linda taped the picture to the wall.
38513%%%
38514verbnet(clamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38515verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38516verbnet(clasp, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38517verbnet(gum, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38518verbnet(paste, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38519verbnet(reeve, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38520verbnet(anchor, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38521verbnet(band, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38522verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38523verbnet(bolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38524verbnet(bracket, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38525verbnet(buckle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38526verbnet(button, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38527verbnet(cement, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38528verbnet(chain, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38529verbnet(cinch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38530verbnet(epoxy, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38531verbnet(fetter, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38532verbnet(glue, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38533verbnet(handcuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38534verbnet(harness, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38535verbnet(hinge, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38536verbnet(hitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38537verbnet(hook, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38538verbnet(knot, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38539verbnet(lace, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38540verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38541verbnet(lasso, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38542verbnet(latch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38543verbnet(leash, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38544verbnet(link, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38545verbnet(lock, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38546verbnet(loop, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38547verbnet(manacle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38548verbnet(moor, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38549verbnet(muzzle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38550verbnet(nail, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38551verbnet(padlock, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38552verbnet(peg, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38553verbnet(pin, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38554verbnet(plaster, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38555verbnet(rivet, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38556verbnet(rope, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38557verbnet(screw, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38558verbnet(seal, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38559verbnet(shackle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38560verbnet(skewer, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38561verbnet(solder, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38562verbnet(staple, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38563verbnet(stitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38564verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38565verbnet(string, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38566verbnet(tack, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38567verbnet(tape, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38568verbnet(tether, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38569verbnet(thread, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38570verbnet(thumbtack, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38571verbnet(tie, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38572verbnet(trammel, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38573verbnet(truss, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38574verbnet(wire, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38575verbnet(yoke, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38576verbnet(zip, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]).
38577verbnet(to, pp/np, ['Patient'], [22,.,4]).
38578verbnet(on, pp/np, ['Patient'], [22,.,4]).
38579verbnet(onto, pp/np, ['Patient'], [22,.,4]).
38580
38581%%% File:    ext/VerbNet/tape-22.4.xml
38582%%% Primary: NP V NP together (tape-22.4)
38583%%% Syntax:  [np:Agent,v,np:Patient,lex:together]
38584%%% CCG:     (s:_\np)/np
38585%%% Roles:   [Patient,Agent]
38586%%% Missing: [lex:together]
38587%%% Example: Linda taped the label and the cover together.
38588%%%
38589verbnet(clamp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38590verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38591verbnet(clasp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38592verbnet(gum, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38593verbnet(paste, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38594verbnet(reeve, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38595verbnet(anchor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38596verbnet(band, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38597verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38598verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38599verbnet(bracket, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38600verbnet(buckle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38601verbnet(button, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38602verbnet(cement, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38603verbnet(chain, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38604verbnet(cinch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38605verbnet(epoxy, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38606verbnet(fetter, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38607verbnet(glue, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38608verbnet(handcuff, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38609verbnet(harness, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38610verbnet(hinge, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38611verbnet(hitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38612verbnet(hook, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38613verbnet(knot, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38614verbnet(lace, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38615verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38616verbnet(lasso, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38617verbnet(latch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38618verbnet(leash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38619verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38620verbnet(lock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38621verbnet(loop, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38622verbnet(manacle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38623verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38624verbnet(muzzle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38625verbnet(nail, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38626verbnet(padlock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38627verbnet(peg, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38628verbnet(pin, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38629verbnet(plaster, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38630verbnet(rivet, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38631verbnet(rope, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38632verbnet(screw, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38633verbnet(seal, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38634verbnet(shackle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38635verbnet(skewer, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38636verbnet(solder, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38637verbnet(staple, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38638verbnet(stitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38639verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38640verbnet(string, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38641verbnet(tack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38642verbnet(tape, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38643verbnet(tether, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38644verbnet(thread, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38645verbnet(thumbtack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38646verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38647verbnet(trammel, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38648verbnet(truss, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38649verbnet(wire, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38650verbnet(yoke, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38651verbnet(zip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]).
38652
38653%%% File:    ext/VerbNet/tape-22.4.xml
38654%%% Primary: NP V ADV-Middle PP (tape-22.4)
38655%%% Syntax:  [np:Patient,v,adv,prep:to on onto,np:Co-Patient]
38656%%% CCG:     (s:_\np)/pp
38657%%% Roles:   [Patient]
38658%%% Example: Labels tape easily to that kind of cover.
38659%%%
38660verbnet(clamp, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38661verbnet(clip, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38662verbnet(clasp, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38663verbnet(gum, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38664verbnet(paste, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38665verbnet(reeve, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38666verbnet(anchor, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38667verbnet(band, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38668verbnet(belt, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38669verbnet(bolt, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38670verbnet(bracket, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38671verbnet(buckle, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38672verbnet(button, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38673verbnet(cement, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38674verbnet(chain, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38675verbnet(cinch, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38676verbnet(epoxy, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38677verbnet(fetter, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38678verbnet(glue, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38679verbnet(handcuff, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38680verbnet(harness, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38681verbnet(hinge, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38682verbnet(hitch, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38683verbnet(hook, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38684verbnet(knot, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38685verbnet(lace, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38686verbnet(lash, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38687verbnet(lasso, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38688verbnet(latch, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38689verbnet(leash, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38690verbnet(link, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38691verbnet(lock, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38692verbnet(loop, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38693verbnet(manacle, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38694verbnet(moor, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38695verbnet(muzzle, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38696verbnet(nail, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38697verbnet(padlock, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38698verbnet(peg, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38699verbnet(pin, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38700verbnet(plaster, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38701verbnet(rivet, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38702verbnet(rope, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38703verbnet(screw, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38704verbnet(seal, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38705verbnet(shackle, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38706verbnet(skewer, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38707verbnet(solder, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38708verbnet(staple, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38709verbnet(stitch, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38710verbnet(strap, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38711verbnet(string, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38712verbnet(tack, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38713verbnet(tape, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38714verbnet(tether, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38715verbnet(thread, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38716verbnet(thumbtack, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38717verbnet(tie, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38718verbnet(trammel, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38719verbnet(truss, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38720verbnet(wire, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38721verbnet(yoke, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38722verbnet(zip, (s:_\np)/pp, ['Patient'], [22,'.',4]).
38723verbnet(to, pp/np, ['Patient'], [22,.,4]).
38724verbnet(on, pp/np, ['Patient'], [22,.,4]).
38725verbnet(onto, pp/np, ['Patient'], [22,.,4]).
38726
38727%%% File:    ext/VerbNet/tape-22.4.xml
38728%%% Primary: NP V ADV-Middle (tape-22.4)
38729%%% Syntax:  [np:Patient,v,adv]
38730%%% CCG:     s:_\np
38731%%% Roles:   [Patient]
38732%%% Example: Most labels tape easily.
38733%%%
38734verbnet(clamp, s:_\np, ['Patient'], [22,'.',4]).
38735verbnet(clip, s:_\np, ['Patient'], [22,'.',4]).
38736verbnet(clasp, s:_\np, ['Patient'], [22,'.',4]).
38737verbnet(gum, s:_\np, ['Patient'], [22,'.',4]).
38738verbnet(paste, s:_\np, ['Patient'], [22,'.',4]).
38739verbnet(reeve, s:_\np, ['Patient'], [22,'.',4]).
38740verbnet(anchor, s:_\np, ['Patient'], [22,'.',4]).
38741verbnet(band, s:_\np, ['Patient'], [22,'.',4]).
38742verbnet(belt, s:_\np, ['Patient'], [22,'.',4]).
38743verbnet(bolt, s:_\np, ['Patient'], [22,'.',4]).
38744verbnet(bracket, s:_\np, ['Patient'], [22,'.',4]).
38745verbnet(buckle, s:_\np, ['Patient'], [22,'.',4]).
38746verbnet(button, s:_\np, ['Patient'], [22,'.',4]).
38747verbnet(cement, s:_\np, ['Patient'], [22,'.',4]).
38748verbnet(chain, s:_\np, ['Patient'], [22,'.',4]).
38749verbnet(cinch, s:_\np, ['Patient'], [22,'.',4]).
38750verbnet(epoxy, s:_\np, ['Patient'], [22,'.',4]).
38751verbnet(fetter, s:_\np, ['Patient'], [22,'.',4]).
38752verbnet(glue, s:_\np, ['Patient'], [22,'.',4]).
38753verbnet(handcuff, s:_\np, ['Patient'], [22,'.',4]).
38754verbnet(harness, s:_\np, ['Patient'], [22,'.',4]).
38755verbnet(hinge, s:_\np, ['Patient'], [22,'.',4]).
38756verbnet(hitch, s:_\np, ['Patient'], [22,'.',4]).
38757verbnet(hook, s:_\np, ['Patient'], [22,'.',4]).
38758verbnet(knot, s:_\np, ['Patient'], [22,'.',4]).
38759verbnet(lace, s:_\np, ['Patient'], [22,'.',4]).
38760verbnet(lash, s:_\np, ['Patient'], [22,'.',4]).
38761verbnet(lasso, s:_\np, ['Patient'], [22,'.',4]).
38762verbnet(latch, s:_\np, ['Patient'], [22,'.',4]).
38763verbnet(leash, s:_\np, ['Patient'], [22,'.',4]).
38764verbnet(link, s:_\np, ['Patient'], [22,'.',4]).
38765verbnet(lock, s:_\np, ['Patient'], [22,'.',4]).
38766verbnet(loop, s:_\np, ['Patient'], [22,'.',4]).
38767verbnet(manacle, s:_\np, ['Patient'], [22,'.',4]).
38768verbnet(moor, s:_\np, ['Patient'], [22,'.',4]).
38769verbnet(muzzle, s:_\np, ['Patient'], [22,'.',4]).
38770verbnet(nail, s:_\np, ['Patient'], [22,'.',4]).
38771verbnet(padlock, s:_\np, ['Patient'], [22,'.',4]).
38772verbnet(peg, s:_\np, ['Patient'], [22,'.',4]).
38773verbnet(pin, s:_\np, ['Patient'], [22,'.',4]).
38774verbnet(plaster, s:_\np, ['Patient'], [22,'.',4]).
38775verbnet(rivet, s:_\np, ['Patient'], [22,'.',4]).
38776verbnet(rope, s:_\np, ['Patient'], [22,'.',4]).
38777verbnet(screw, s:_\np, ['Patient'], [22,'.',4]).
38778verbnet(seal, s:_\np, ['Patient'], [22,'.',4]).
38779verbnet(shackle, s:_\np, ['Patient'], [22,'.',4]).
38780verbnet(skewer, s:_\np, ['Patient'], [22,'.',4]).
38781verbnet(solder, s:_\np, ['Patient'], [22,'.',4]).
38782verbnet(staple, s:_\np, ['Patient'], [22,'.',4]).
38783verbnet(stitch, s:_\np, ['Patient'], [22,'.',4]).
38784verbnet(strap, s:_\np, ['Patient'], [22,'.',4]).
38785verbnet(string, s:_\np, ['Patient'], [22,'.',4]).
38786verbnet(tack, s:_\np, ['Patient'], [22,'.',4]).
38787verbnet(tape, s:_\np, ['Patient'], [22,'.',4]).
38788verbnet(tether, s:_\np, ['Patient'], [22,'.',4]).
38789verbnet(thread, s:_\np, ['Patient'], [22,'.',4]).
38790verbnet(thumbtack, s:_\np, ['Patient'], [22,'.',4]).
38791verbnet(tie, s:_\np, ['Patient'], [22,'.',4]).
38792verbnet(trammel, s:_\np, ['Patient'], [22,'.',4]).
38793verbnet(truss, s:_\np, ['Patient'], [22,'.',4]).
38794verbnet(wire, s:_\np, ['Patient'], [22,'.',4]).
38795verbnet(yoke, s:_\np, ['Patient'], [22,'.',4]).
38796verbnet(zip, s:_\np, ['Patient'], [22,'.',4]).
38797
38798%%% File:    ext/VerbNet/tape-22.4.xml
38799%%% Primary: NP V ADV-Middle together (tape-22.4)
38800%%% Syntax:  [np:Patient,v,adv,lex:together]
38801%%% CCG:     s:_\np
38802%%% Roles:   [Patient]
38803%%% Missing: [lex:together]
38804%%% Example: Labels and covers tape easily together.
38805%%%
38806verbnet(clamp, s:_\np, ['Patient'], [22,'.',4]).
38807verbnet(clip, s:_\np, ['Patient'], [22,'.',4]).
38808verbnet(clasp, s:_\np, ['Patient'], [22,'.',4]).
38809verbnet(gum, s:_\np, ['Patient'], [22,'.',4]).
38810verbnet(paste, s:_\np, ['Patient'], [22,'.',4]).
38811verbnet(reeve, s:_\np, ['Patient'], [22,'.',4]).
38812verbnet(anchor, s:_\np, ['Patient'], [22,'.',4]).
38813verbnet(band, s:_\np, ['Patient'], [22,'.',4]).
38814verbnet(belt, s:_\np, ['Patient'], [22,'.',4]).
38815verbnet(bolt, s:_\np, ['Patient'], [22,'.',4]).
38816verbnet(bracket, s:_\np, ['Patient'], [22,'.',4]).
38817verbnet(buckle, s:_\np, ['Patient'], [22,'.',4]).
38818verbnet(button, s:_\np, ['Patient'], [22,'.',4]).
38819verbnet(cement, s:_\np, ['Patient'], [22,'.',4]).
38820verbnet(chain, s:_\np, ['Patient'], [22,'.',4]).
38821verbnet(cinch, s:_\np, ['Patient'], [22,'.',4]).
38822verbnet(epoxy, s:_\np, ['Patient'], [22,'.',4]).
38823verbnet(fetter, s:_\np, ['Patient'], [22,'.',4]).
38824verbnet(glue, s:_\np, ['Patient'], [22,'.',4]).
38825verbnet(handcuff, s:_\np, ['Patient'], [22,'.',4]).
38826verbnet(harness, s:_\np, ['Patient'], [22,'.',4]).
38827verbnet(hinge, s:_\np, ['Patient'], [22,'.',4]).
38828verbnet(hitch, s:_\np, ['Patient'], [22,'.',4]).
38829verbnet(hook, s:_\np, ['Patient'], [22,'.',4]).
38830verbnet(knot, s:_\np, ['Patient'], [22,'.',4]).
38831verbnet(lace, s:_\np, ['Patient'], [22,'.',4]).
38832verbnet(lash, s:_\np, ['Patient'], [22,'.',4]).
38833verbnet(lasso, s:_\np, ['Patient'], [22,'.',4]).
38834verbnet(latch, s:_\np, ['Patient'], [22,'.',4]).
38835verbnet(leash, s:_\np, ['Patient'], [22,'.',4]).
38836verbnet(link, s:_\np, ['Patient'], [22,'.',4]).
38837verbnet(lock, s:_\np, ['Patient'], [22,'.',4]).
38838verbnet(loop, s:_\np, ['Patient'], [22,'.',4]).
38839verbnet(manacle, s:_\np, ['Patient'], [22,'.',4]).
38840verbnet(moor, s:_\np, ['Patient'], [22,'.',4]).
38841verbnet(muzzle, s:_\np, ['Patient'], [22,'.',4]).
38842verbnet(nail, s:_\np, ['Patient'], [22,'.',4]).
38843verbnet(padlock, s:_\np, ['Patient'], [22,'.',4]).
38844verbnet(peg, s:_\np, ['Patient'], [22,'.',4]).
38845verbnet(pin, s:_\np, ['Patient'], [22,'.',4]).
38846verbnet(plaster, s:_\np, ['Patient'], [22,'.',4]).
38847verbnet(rivet, s:_\np, ['Patient'], [22,'.',4]).
38848verbnet(rope, s:_\np, ['Patient'], [22,'.',4]).
38849verbnet(screw, s:_\np, ['Patient'], [22,'.',4]).
38850verbnet(seal, s:_\np, ['Patient'], [22,'.',4]).
38851verbnet(shackle, s:_\np, ['Patient'], [22,'.',4]).
38852verbnet(skewer, s:_\np, ['Patient'], [22,'.',4]).
38853verbnet(solder, s:_\np, ['Patient'], [22,'.',4]).
38854verbnet(staple, s:_\np, ['Patient'], [22,'.',4]).
38855verbnet(stitch, s:_\np, ['Patient'], [22,'.',4]).
38856verbnet(strap, s:_\np, ['Patient'], [22,'.',4]).
38857verbnet(string, s:_\np, ['Patient'], [22,'.',4]).
38858verbnet(tack, s:_\np, ['Patient'], [22,'.',4]).
38859verbnet(tape, s:_\np, ['Patient'], [22,'.',4]).
38860verbnet(tether, s:_\np, ['Patient'], [22,'.',4]).
38861verbnet(thread, s:_\np, ['Patient'], [22,'.',4]).
38862verbnet(thumbtack, s:_\np, ['Patient'], [22,'.',4]).
38863verbnet(tie, s:_\np, ['Patient'], [22,'.',4]).
38864verbnet(trammel, s:_\np, ['Patient'], [22,'.',4]).
38865verbnet(truss, s:_\np, ['Patient'], [22,'.',4]).
38866verbnet(wire, s:_\np, ['Patient'], [22,'.',4]).
38867verbnet(yoke, s:_\np, ['Patient'], [22,'.',4]).
38868verbnet(zip, s:_\np, ['Patient'], [22,'.',4]).
38869
38870%%% File:    ext/VerbNet/tape-22.4.xml
38871%%% Primary: NP V together ADV-Middle (tape-22.4)
38872%%% Syntax:  [np:Patient,v,lex:together,adv]
38873%%% CCG:     s:_\np
38874%%% Roles:   [Patient]
38875%%% Missing: [lex:together]
38876%%% Example: Labels and covers tape together easily.
38877%%%
38878verbnet(clamp, s:_\np, ['Patient'], [22,'.',4]).
38879verbnet(clip, s:_\np, ['Patient'], [22,'.',4]).
38880verbnet(clasp, s:_\np, ['Patient'], [22,'.',4]).
38881verbnet(gum, s:_\np, ['Patient'], [22,'.',4]).
38882verbnet(paste, s:_\np, ['Patient'], [22,'.',4]).
38883verbnet(reeve, s:_\np, ['Patient'], [22,'.',4]).
38884verbnet(anchor, s:_\np, ['Patient'], [22,'.',4]).
38885verbnet(band, s:_\np, ['Patient'], [22,'.',4]).
38886verbnet(belt, s:_\np, ['Patient'], [22,'.',4]).
38887verbnet(bolt, s:_\np, ['Patient'], [22,'.',4]).
38888verbnet(bracket, s:_\np, ['Patient'], [22,'.',4]).
38889verbnet(buckle, s:_\np, ['Patient'], [22,'.',4]).
38890verbnet(button, s:_\np, ['Patient'], [22,'.',4]).
38891verbnet(cement, s:_\np, ['Patient'], [22,'.',4]).
38892verbnet(chain, s:_\np, ['Patient'], [22,'.',4]).
38893verbnet(cinch, s:_\np, ['Patient'], [22,'.',4]).
38894verbnet(epoxy, s:_\np, ['Patient'], [22,'.',4]).
38895verbnet(fetter, s:_\np, ['Patient'], [22,'.',4]).
38896verbnet(glue, s:_\np, ['Patient'], [22,'.',4]).
38897verbnet(handcuff, s:_\np, ['Patient'], [22,'.',4]).
38898verbnet(harness, s:_\np, ['Patient'], [22,'.',4]).
38899verbnet(hinge, s:_\np, ['Patient'], [22,'.',4]).
38900verbnet(hitch, s:_\np, ['Patient'], [22,'.',4]).
38901verbnet(hook, s:_\np, ['Patient'], [22,'.',4]).
38902verbnet(knot, s:_\np, ['Patient'], [22,'.',4]).
38903verbnet(lace, s:_\np, ['Patient'], [22,'.',4]).
38904verbnet(lash, s:_\np, ['Patient'], [22,'.',4]).
38905verbnet(lasso, s:_\np, ['Patient'], [22,'.',4]).
38906verbnet(latch, s:_\np, ['Patient'], [22,'.',4]).
38907verbnet(leash, s:_\np, ['Patient'], [22,'.',4]).
38908verbnet(link, s:_\np, ['Patient'], [22,'.',4]).
38909verbnet(lock, s:_\np, ['Patient'], [22,'.',4]).
38910verbnet(loop, s:_\np, ['Patient'], [22,'.',4]).
38911verbnet(manacle, s:_\np, ['Patient'], [22,'.',4]).
38912verbnet(moor, s:_\np, ['Patient'], [22,'.',4]).
38913verbnet(muzzle, s:_\np, ['Patient'], [22,'.',4]).
38914verbnet(nail, s:_\np, ['Patient'], [22,'.',4]).
38915verbnet(padlock, s:_\np, ['Patient'], [22,'.',4]).
38916verbnet(peg, s:_\np, ['Patient'], [22,'.',4]).
38917verbnet(pin, s:_\np, ['Patient'], [22,'.',4]).
38918verbnet(plaster, s:_\np, ['Patient'], [22,'.',4]).
38919verbnet(rivet, s:_\np, ['Patient'], [22,'.',4]).
38920verbnet(rope, s:_\np, ['Patient'], [22,'.',4]).
38921verbnet(screw, s:_\np, ['Patient'], [22,'.',4]).
38922verbnet(seal, s:_\np, ['Patient'], [22,'.',4]).
38923verbnet(shackle, s:_\np, ['Patient'], [22,'.',4]).
38924verbnet(skewer, s:_\np, ['Patient'], [22,'.',4]).
38925verbnet(solder, s:_\np, ['Patient'], [22,'.',4]).
38926verbnet(staple, s:_\np, ['Patient'], [22,'.',4]).
38927verbnet(stitch, s:_\np, ['Patient'], [22,'.',4]).
38928verbnet(strap, s:_\np, ['Patient'], [22,'.',4]).
38929verbnet(string, s:_\np, ['Patient'], [22,'.',4]).
38930verbnet(tack, s:_\np, ['Patient'], [22,'.',4]).
38931verbnet(tape, s:_\np, ['Patient'], [22,'.',4]).
38932verbnet(tether, s:_\np, ['Patient'], [22,'.',4]).
38933verbnet(thread, s:_\np, ['Patient'], [22,'.',4]).
38934verbnet(thumbtack, s:_\np, ['Patient'], [22,'.',4]).
38935verbnet(tie, s:_\np, ['Patient'], [22,'.',4]).
38936verbnet(trammel, s:_\np, ['Patient'], [22,'.',4]).
38937verbnet(truss, s:_\np, ['Patient'], [22,'.',4]).
38938verbnet(wire, s:_\np, ['Patient'], [22,'.',4]).
38939verbnet(yoke, s:_\np, ['Patient'], [22,'.',4]).
38940verbnet(zip, s:_\np, ['Patient'], [22,'.',4]).
38941
38942%%% File:    ext/VerbNet/tape-22.4.xml
38943%%% Primary: NP V NP ADJP (tape-22.4)
38944%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
38945%%% CCG:     ((s:_\np)/np)/np
38946%%% Roles:   [Patient,Goal,Agent]
38947%%% Example: Linda taped the box shut.
38948%%%
38949verbnet(clamp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38950verbnet(clip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38951verbnet(clasp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38952verbnet(gum, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38953verbnet(paste, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38954verbnet(reeve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38955verbnet(anchor, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38956verbnet(band, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38957verbnet(belt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38958verbnet(bolt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38959verbnet(bracket, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38960verbnet(buckle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38961verbnet(button, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38962verbnet(cement, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38963verbnet(chain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38964verbnet(cinch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38965verbnet(epoxy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38966verbnet(fetter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38967verbnet(glue, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38968verbnet(handcuff, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38969verbnet(harness, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38970verbnet(hinge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38971verbnet(hitch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38972verbnet(hook, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38973verbnet(knot, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38974verbnet(lace, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38975verbnet(lash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38976verbnet(lasso, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38977verbnet(latch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38978verbnet(leash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38979verbnet(link, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38980verbnet(lock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38981verbnet(loop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38982verbnet(manacle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38983verbnet(moor, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38984verbnet(muzzle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38985verbnet(nail, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38986verbnet(padlock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38987verbnet(peg, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38988verbnet(pin, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38989verbnet(plaster, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38990verbnet(rivet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38991verbnet(rope, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38992verbnet(screw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38993verbnet(seal, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38994verbnet(shackle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38995verbnet(skewer, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38996verbnet(solder, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38997verbnet(staple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38998verbnet(stitch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
38999verbnet(strap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39000verbnet(string, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39001verbnet(tack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39002verbnet(tape, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39003verbnet(tether, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39004verbnet(thread, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39005verbnet(thumbtack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39006verbnet(tie, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39007verbnet(trammel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39008verbnet(truss, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39009verbnet(wire, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39010verbnet(yoke, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39011verbnet(zip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]).
39012
39013%%% File:    ext/VerbNet/tell-37.2.xml
39014%%% Primary: NP V NP (tell-37.2-1)
39015%%% Syntax:  [np:Agent,v,np:Topic]
39016%%% CCG:     (s:_\np)/np
39017%%% Roles:   [Topic,Agent]
39018%%% Example: Ellen told a story.
39019%%%
39020verbnet(tell, (s:_\np)/np, ['Topic','Agent'], [37,'.',2,-,1]).
39021
39022%%% File:    ext/VerbNet/tell-37.2.xml
39023%%% Primary: NP V NP PP.recipient (tell-37.2-1)
39024%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
39025%%% CCG:     ((s:_\np)/pp)/np
39026%%% Roles:   [Topic,Agent]
39027%%% Example: Ellen told a story to Helen.
39028%%%
39029verbnet(tell, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',2,-,1]).
39030verbnet(to, pp/np, ['Recipient'], [37,.,2,-,1]).
39031
39032%%% File:    ext/VerbNet/tell-37.2.xml
39033%%% Primary: NP V NP-Dative NP (tell-37.2-1)
39034%%% Syntax:  [np:Agent,v,np:Recipient,np:Topic]
39035%%% CCG:     ((s:_\np)/np)/np
39036%%% Roles:   [Recipient,Topic,Agent]
39037%%% Example: Ellen told Helen a story.
39038%%%
39039verbnet(tell, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]).
39040
39041%%% File:    ext/VerbNet/tell-37.2.xml
39042%%% Primary: NP V NP (tell-37.2-1)
39043%%% Syntax:  [np:Agent,v,np:Recipient]
39044%%% CCG:     (s:_\np)/np
39045%%% Roles:   [Recipient,Agent]
39046%%% Example: Ellen told Helen.
39047%%%
39048verbnet(tell, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2,-,1]).
39049
39050%%% File:    ext/VerbNet/tell-37.2.xml
39051%%% Primary: NP V NP PP.topic (tell-37.2-1)
39052%%% Syntax:  [np:Agent,v,np:Recipient,prep:about,np:Topic]
39053%%% CCG:     ((s:_\np)/pp)/np
39054%%% Roles:   [Recipient,Agent]
39055%%% Example: Ellen told Helen about the situation.
39056%%%
39057verbnet(tell, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2,-,1]).
39058verbnet(about, pp/np, ['Topic'], [37,.,2,-,1]).
39059
39060%%% File:    ext/VerbNet/tell-37.2.xml
39061%%% Primary: NP V NP.recipient S (tell-37.2-1)
39062%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39063%%% CCG:     ((s:_\np)/s:_)/np
39064%%% Roles:   [Recipient,Topic,Agent]
39065%%% Example: Ellen told Helen that the party would be tonight.
39066%%%
39067verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]).
39068
39069%%% File:    ext/VerbNet/tell-37.2.xml
39070%%% Primary: NP V NP.recipient how S_INF (tell-37.2-1)
39071%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39072%%% CCG:     ((s:_\np)/s:_)/np
39073%%% Roles:   [Recipient,Topic,Agent]
39074%%% Example: Ellen told Helen how to avoid the crowd.
39075%%%
39076verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]).
39077
39078%%% File:    ext/VerbNet/tell-37.2.xml
39079%%% Primary: NP V NP.recipient S_INF (tell-37.2-1)
39080%%% Syntax:  [np:Agent,v,np:Recipient,vp_to:Topic]
39081%%% CCG:     ((s:_\np)/ (s:ng\np))/np
39082%%% Roles:   [Recipient,Topic,Agent]
39083%%% Example: Ellen told Helen to come.
39084%%%
39085verbnet(tell, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]).
39086
39087%%% File:    ext/VerbNet/tell-37.2.xml
39088%%% Primary: NP V NP (tell-37.2)
39089%%% Syntax:  [np:Agent,v,np:Recipient]
39090%%% CCG:     (s:_\np)/np
39091%%% Roles:   [Recipient,Agent]
39092%%% Example: John informed me.
39093%%%
39094verbnet(tell, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39095verbnet(acquaint, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39096verbnet(inform, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39097verbnet(apprise, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39098verbnet(notify, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39099verbnet(advise, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39100verbnet(update, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39101verbnet(remind, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]).
39102
39103%%% File:    ext/VerbNet/tell-37.2.xml
39104%%% Primary: NP V NP PP.topic (tell-37.2)
39105%%% Syntax:  [np:Agent,v,np:Recipient,prep:of,np:Topic]
39106%%% CCG:     ((s:_\np)/pp)/np
39107%%% Roles:   [Recipient,Agent]
39108%%% Example: John informed me of the situation.
39109%%%
39110verbnet(tell, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39111verbnet(acquaint, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39112verbnet(inform, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39113verbnet(apprise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39114verbnet(notify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39115verbnet(advise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39116verbnet(update, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39117verbnet(remind, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]).
39118verbnet(of, pp/np, ['Topic'], [37,.,2]).
39119
39120%%% File:    ext/VerbNet/tell-37.2.xml
39121%%% Primary: NP V NP S (tell-37.2)
39122%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39123%%% CCG:     ((s:_\np)/s:_)/np
39124%%% Roles:   [Recipient,Topic,Agent]
39125%%% Example: John informed me that his situation had changed.
39126%%%
39127verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39128verbnet(acquaint, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39129verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39130verbnet(apprise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39131verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39132verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39133verbnet(update, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39134verbnet(remind, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]).
39135
39136%%% File:    ext/VerbNet/throw-17.1.xml
39137%%% Primary: NP V NP PP.result (throw-17.1-1-1)
39138%%% Syntax:  [np:Cause,v,np:Theme,prep:into,np:Result]
39139%%% CCG:     ((s:_\np)/pp)/np
39140%%% Roles:   [Theme,Cause]
39141%%% Example: The proposal throws the House's work into chaos.
39142%%%
39143verbnet(catapult, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39144verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39145verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39146verbnet(throw, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39147verbnet(tip, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39148verbnet(toss, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39149verbnet(into, pp/np, ['Goal'], [17,.,1,-,1,-,1]).
39150
39151%%% File:    ext/VerbNet/throw-17.1.xml
39152%%% Primary: NP V PP.result NP (throw-17.1-1-1)
39153%%% Syntax:  [np:Cause,v,prep:into,np:Result,np:Theme]
39154%%% CCG:     ((s:_\np)/np)/pp
39155%%% Roles:   [Theme,Cause]
39156%%% Example: The proposal throws into chaos the House's proposal.
39157%%%
39158verbnet(catapult, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39159verbnet(kick, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39160verbnet(launch, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39161verbnet(throw, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39162verbnet(tip, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39163verbnet(toss, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]).
39164
39165%%% File:    ext/VerbNet/throw-17.1.xml
39166%%% Primary: NP V NP-Dative NP (throw-17.1-1)
39167%%% Syntax:  [np:Agent,v,np:Destination,np:Theme]
39168%%% CCG:     ((s:_\np)/np)/np
39169%%% Roles:   [Destination,Theme,Agent]
39170%%% Example: Steve tossed John the ball.
39171%%%
39172verbnet(catapult, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39173verbnet(kick, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39174verbnet(launch, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39175verbnet(throw, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39176verbnet(tip, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39177verbnet(toss, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39178verbnet(bash, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39179verbnet(bat, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39180verbnet(bunt, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39181verbnet(chuck, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39182verbnet(fire, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39183verbnet(flick, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39184verbnet(fling, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39185verbnet(flip, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39186verbnet(hit, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39187verbnet(hurl, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39188verbnet(knock, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39189verbnet(lob, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39190verbnet(loft, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39191verbnet(nudge, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39192verbnet(pass, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39193verbnet(pitch, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39194verbnet(punt, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39195verbnet(shoot, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39196verbnet(shove, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39197verbnet(slam, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39198verbnet(slap, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39199verbnet(sling, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39200verbnet(smash, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39201verbnet(tap, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39202verbnet(boot, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]).
39203
39204%%% File:    ext/VerbNet/throw-17.1.xml
39205%%% Primary: NP V NP (throw-17.1)
39206%%% Syntax:  [np:Agent,v,np:Theme]
39207%%% CCG:     (s:_\np)/np
39208%%% Roles:   [Theme,Agent]
39209%%% Example: Steve tossed the ball.
39210%%%
39211verbnet(catapult, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39212verbnet(kick, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39213verbnet(launch, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39214verbnet(throw, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39215verbnet(tip, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39216verbnet(toss, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39217verbnet(bash, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39218verbnet(bat, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39219verbnet(bunt, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39220verbnet(chuck, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39221verbnet(fire, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39222verbnet(flick, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39223verbnet(fling, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39224verbnet(flip, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39225verbnet(hit, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39226verbnet(hurl, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39227verbnet(knock, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39228verbnet(lob, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39229verbnet(loft, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39230verbnet(nudge, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39231verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39232verbnet(pitch, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39233verbnet(punt, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39234verbnet(shoot, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39235verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39236verbnet(slam, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39237verbnet(slap, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39238verbnet(sling, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39239verbnet(smash, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39240verbnet(tap, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39241verbnet(boot, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39242verbnet(cast, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39243verbnet(discard, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]).
39244
39245%%% File:    ext/VerbNet/throw-17.1.xml
39246%%% Primary: NP V NP PP.destinations (throw-17.1)
39247%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
39248%%% CCG:     ((s:_\np)/pp)/np
39249%%% Roles:   [Theme,Agent]
39250%%% Example: Steve tossed the ball to the garden.
39251%%%
39252verbnet(catapult, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39253verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39254verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39255verbnet(throw, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39256verbnet(tip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39257verbnet(toss, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39258verbnet(bash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39259verbnet(bat, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39260verbnet(bunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39261verbnet(chuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39262verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39263verbnet(flick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39264verbnet(fling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39265verbnet(flip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39266verbnet(hit, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39267verbnet(hurl, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39268verbnet(knock, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39269verbnet(lob, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39270verbnet(loft, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39271verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39272verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39273verbnet(pitch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39274verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39275verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39276verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39277verbnet(slam, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39278verbnet(slap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39279verbnet(sling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39280verbnet(smash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39281verbnet(tap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39282verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39283verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39284verbnet(discard, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39285
39286%%% File:    ext/VerbNet/throw-17.1.xml
39287%%% Primary: NP V NP PP.initial_location (throw-17.1)
39288%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
39289%%% CCG:     ((s:_\np)/pp)/np
39290%%% Roles:   [Theme,Agent]
39291%%% Example: Steve tossed the ball from the corner.
39292%%%
39293verbnet(catapult, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39294verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39295verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39296verbnet(throw, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39297verbnet(tip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39298verbnet(toss, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39299verbnet(bash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39300verbnet(bat, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39301verbnet(bunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39302verbnet(chuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39303verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39304verbnet(flick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39305verbnet(fling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39306verbnet(flip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39307verbnet(hit, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39308verbnet(hurl, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39309verbnet(knock, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39310verbnet(lob, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39311verbnet(loft, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39312verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39313verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39314verbnet(pitch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39315verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39316verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39317verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39318verbnet(slam, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39319verbnet(slap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39320verbnet(sling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39321verbnet(smash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39322verbnet(tap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39323verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39324verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39325verbnet(discard, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39326
39327%%% File:    ext/VerbNet/throw-17.1.xml
39328%%% Primary: NP V NP PP.initial_location PP.destination (throw-17.1)
39329%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,pp,np:Destination]
39330%%% CCG:     (((s:_\np)/pp)/pp)/np
39331%%% Roles:   [Theme,Agent]
39332%%% Example: Steve tossed the ball from the corner to the garden.
39333%%%
39334verbnet(catapult, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39335verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39336verbnet(launch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39337verbnet(throw, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39338verbnet(tip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39339verbnet(toss, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39340verbnet(bash, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39341verbnet(bat, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39342verbnet(bunt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39343verbnet(chuck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39344verbnet(fire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39345verbnet(flick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39346verbnet(fling, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39347verbnet(flip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39348verbnet(hit, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39349verbnet(hurl, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39350verbnet(knock, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39351verbnet(lob, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39352verbnet(loft, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39353verbnet(nudge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39354verbnet(pass, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39355verbnet(pitch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39356verbnet(punt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39357verbnet(shoot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39358verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39359verbnet(slam, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39360verbnet(slap, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39361verbnet(sling, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39362verbnet(smash, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39363verbnet(tap, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39364verbnet(boot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39365verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39366verbnet(discard, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]).
39367
39368%%% File:    ext/VerbNet/throw-17.1.xml
39369%%% Primary: NP V NP ADVP (throw-17.1)
39370%%% Syntax:  [np:Agent,v,np:Theme,np:Destination]
39371%%% CCG:     ((s:_\np)/np)/np
39372%%% Roles:   [Theme,Destination,Agent]
39373%%% Example: I threw the package away.
39374%%%
39375verbnet(catapult, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39376verbnet(kick, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39377verbnet(launch, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39378verbnet(throw, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39379verbnet(tip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39380verbnet(toss, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39381verbnet(bash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39382verbnet(bat, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39383verbnet(bunt, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39384verbnet(chuck, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39385verbnet(fire, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39386verbnet(flick, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39387verbnet(fling, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39388verbnet(flip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39389verbnet(hit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39390verbnet(hurl, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39391verbnet(knock, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39392verbnet(lob, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39393verbnet(loft, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39394verbnet(nudge, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39395verbnet(pass, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39396verbnet(pitch, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39397verbnet(punt, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39398verbnet(shoot, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39399verbnet(shove, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39400verbnet(slam, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39401verbnet(slap, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39402verbnet(sling, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39403verbnet(smash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39404verbnet(tap, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39405verbnet(boot, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39406verbnet(cast, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39407verbnet(discard, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]).
39408
39409%%% File:    ext/VerbNet/tingle-40.8.2.xml
39410%%% Primary: NP V (tingle-40.8.2)
39411%%% Syntax:  [np:Patient,v]
39412%%% CCG:     s:_\np
39413%%% Roles:   [Patient]
39414%%% Example: My heart is pounding.
39415%%%
39416verbnet(ache, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39417verbnet(burn, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39418verbnet(hum, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39419verbnet(palpitate, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39420verbnet(pound, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39421verbnet(prickle, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39422verbnet(pucker, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39423verbnet(reel, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39424verbnet(smart, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39425verbnet(spin, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39426verbnet(split, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39427verbnet(sting, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39428verbnet(swim, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39429verbnet(throb, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39430verbnet(tickle, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39431verbnet(tingle, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39432verbnet(twinge, s:_\np, ['Patient'], [40,'.',8,'.',2]).
39433
39434%%% File:    ext/VerbNet/tingle-40.8.2.xml
39435%%% Primary: NP V PP.stimulus (tingle-40.8.2)
39436%%% Syntax:  [np:Patient,v,prep:from at,np:Stimulus]
39437%%% CCG:     (s:_\np)/pp
39438%%% Roles:   [Patient]
39439%%% Example: My heart is pounding from fear.
39440%%%
39441verbnet(ache, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39442verbnet(burn, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39443verbnet(hum, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39444verbnet(palpitate, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39445verbnet(pound, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39446verbnet(prickle, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39447verbnet(pucker, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39448verbnet(reel, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39449verbnet(smart, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39450verbnet(spin, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39451verbnet(split, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39452verbnet(sting, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39453verbnet(swim, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39454verbnet(throb, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39455verbnet(tickle, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39456verbnet(tingle, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39457verbnet(twinge, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]).
39458verbnet(from, pp/np, ['Stimulus'], [40,.,8,.,2]).
39459verbnet(at, pp/np, ['Stimulus'], [40,.,8,.,2]).
39460
39461%%% File:    ext/VerbNet/touch-20.xml
39462%%% Primary: NP V NP (touch-20-1)
39463%%% Syntax:  [np:Agent,v,np:Experiencer]
39464%%% CCG:     (s:_\np)/np
39465%%% Roles:   [Experiencer,Agent]
39466%%% Example: Carrie touched his shoulder.
39467%%%
39468verbnet(caress, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39469verbnet(fondle, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39470verbnet(grasp, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39471verbnet(graze, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39472verbnet(grip, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39473verbnet(grope, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39474verbnet(kiss, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39475verbnet(knead, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39476verbnet(lick, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39477verbnet(massage, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39478verbnet(nudge, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39479verbnet(osculate, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39480verbnet(pat, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39481verbnet(paw, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39482verbnet(peck, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39483verbnet(pinch, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39484verbnet(prod, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39485verbnet(rub, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39486verbnet(squeeze, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39487verbnet(sting, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39488verbnet(stroke, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39489verbnet(tickle, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39490verbnet(touch, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39491verbnet(tug, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39492verbnet(tweak, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39493verbnet(twinge, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39494verbnet(wring, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39495verbnet(chafe, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]).
39496
39497%%% File:    ext/VerbNet/touch-20.xml
39498%%% Primary: NP V NP PP.instrument (touch-20-1)
39499%%% Syntax:  [np:Agent,v,np:Experiencer,prep:with,np:Instrument]
39500%%% CCG:     ((s:_\np)/pp)/np
39501%%% Roles:   [Experiencer,Agent]
39502%%% Example: Carrie touched his shoulder with the stick.
39503%%%
39504verbnet(caress, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39505verbnet(fondle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39506verbnet(grasp, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39507verbnet(graze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39508verbnet(grip, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39509verbnet(grope, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39510verbnet(kiss, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39511verbnet(knead, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39512verbnet(lick, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39513verbnet(massage, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39514verbnet(nudge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39515verbnet(osculate, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39516verbnet(pat, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39517verbnet(paw, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39518verbnet(peck, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39519verbnet(pinch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39520verbnet(prod, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39521verbnet(rub, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39522verbnet(squeeze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39523verbnet(sting, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39524verbnet(stroke, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39525verbnet(tickle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39526verbnet(touch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39527verbnet(tug, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39528verbnet(tweak, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39529verbnet(twinge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39530verbnet(wring, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39531verbnet(chafe, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]).
39532verbnet(with, pp/np, ['Instrument'], [20,-,1]).
39533
39534%%% File:    ext/VerbNet/touch-20.xml
39535%%% Primary: NP V NP (touch-20)
39536%%% Syntax:  [np:Agent,v,np:Experiencer]
39537%%% CCG:     (s:_\np)/np
39538%%% Roles:   [Experiencer,Agent]
39539%%% Example: Carrie touched the cat.
39540%%%
39541verbnet(caress, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39542verbnet(fondle, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39543verbnet(grasp, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39544verbnet(graze, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39545verbnet(grip, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39546verbnet(grope, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39547verbnet(kiss, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39548verbnet(knead, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39549verbnet(lick, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39550verbnet(massage, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39551verbnet(nudge, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39552verbnet(osculate, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39553verbnet(pat, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39554verbnet(paw, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39555verbnet(peck, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39556verbnet(pinch, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39557verbnet(prod, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39558verbnet(rub, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39559verbnet(squeeze, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39560verbnet(sting, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39561verbnet(stroke, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39562verbnet(tickle, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39563verbnet(touch, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39564verbnet(tug, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39565verbnet(tweak, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39566verbnet(twinge, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39567verbnet(wring, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39568verbnet(chafe, (s:_\np)/np, ['Experiencer','Agent'], [20]).
39569
39570%%% File:    ext/VerbNet/touch-20.xml
39571%%% Primary: NP V NP PP.instrument (touch-20)
39572%%% Syntax:  [np:Agent,v,np:Experiencer,prep:with,np:Instrument]
39573%%% CCG:     ((s:_\np)/pp)/np
39574%%% Roles:   [Experiencer,Agent]
39575%%% Example: Carrie touched the cat with the stick.
39576%%%
39577verbnet(caress, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39578verbnet(fondle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39579verbnet(grasp, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39580verbnet(graze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39581verbnet(grip, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39582verbnet(grope, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39583verbnet(kiss, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39584verbnet(knead, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39585verbnet(lick, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39586verbnet(massage, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39587verbnet(nudge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39588verbnet(osculate, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39589verbnet(pat, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39590verbnet(paw, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39591verbnet(peck, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39592verbnet(pinch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39593verbnet(prod, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39594verbnet(rub, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39595verbnet(squeeze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39596verbnet(sting, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39597verbnet(stroke, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39598verbnet(tickle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39599verbnet(touch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39600verbnet(tug, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39601verbnet(tweak, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39602verbnet(twinge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39603verbnet(wring, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39604verbnet(chafe, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]).
39605verbnet(with, pp/np, ['Instrument'], [20]).
39606
39607%%% File:    ext/VerbNet/transcribe-25.4.xml
39608%%% Primary: NP V NP (transcribe-25.4)
39609%%% Syntax:  [np:Agent,v,np:Theme]
39610%%% CCG:     (s:_\np)/np
39611%%% Roles:   [Theme,Agent]
39612%%% Example: The secretary transcribed the speech.
39613%%%
39614verbnet(chart, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39615verbnet(chronicle, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39616verbnet(copy, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39617verbnet(document, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39618verbnet(duplicate, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39619verbnet(film, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39620verbnet(forge, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39621verbnet(microfilm, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39622verbnet(photocopy, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39623verbnet(photograph, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39624verbnet(record, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39625verbnet(tally, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39626verbnet(tally_up, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39627verbnet(tape, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39628verbnet(televise, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39629verbnet(transcribe, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39630verbnet(type, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]).
39631
39632%%% File:    ext/VerbNet/transcribe-25.4.xml
39633%%% Primary: NP V NP PP.destination (transcribe-25.4)
39634%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
39635%%% CCG:     ((s:_\np)/pp)/np
39636%%% Roles:   [Theme,Agent]
39637%%% Example: The secretary transcribed the speech into the record.
39638%%%
39639verbnet(chart, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39640verbnet(chronicle, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39641verbnet(copy, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39642verbnet(document, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39643verbnet(duplicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39644verbnet(film, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39645verbnet(forge, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39646verbnet(microfilm, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39647verbnet(photocopy, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39648verbnet(photograph, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39649verbnet(record, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39650verbnet(tally, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39651verbnet(tally_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39652verbnet(tape, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39653verbnet(televise, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39654verbnet(transcribe, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39655verbnet(type, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]).
39656
39657%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39658%%% Primary: NP V NP.recipient (transfer_mesg-37.1.1-1-1)
39659%%% Syntax:  [np:Agent,v,np:Recipient]
39660%%% CCG:     (s:_\np)/np
39661%%% Roles:   [Recipient,Agent]
39662%%% Example: Wanda taught the students.
39663%%%
39664verbnet(show, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39665verbnet(teach, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39666verbnet(tell, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39667verbnet(write, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39668
39669%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39670%%% Primary: NP V NP S_INF (transfer_mesg-37.1.1-1-1)
39671%%% Syntax:  [np:Agent,v,np:Recipient,vp_to:Topic]
39672%%% CCG:     ((s:_\np)/ (s:ng\np))/np
39673%%% Roles:   [Recipient,Topic,Agent]
39674%%% Example: Wanda asked me to present a new proposal.
39675%%%
39676verbnet(show, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39677verbnet(teach, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39678verbnet(tell, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39679verbnet(write, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39680
39681%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39682%%% Primary: NP V NP S_ING (transfer_mesg-37.1.1-1-1)
39683%%% Syntax:  [np:Agent,v,np:Recipient,prep:about,vp_ng:Topic]
39684%%% CCG:     ((s:_\np)/pp)/np
39685%%% Roles:   [Recipient,Agent]
39686%%% Example: Wanda told me about climbing the mountain.
39687%%%
39688verbnet(show, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39689verbnet(teach, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39690verbnet(tell, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39691verbnet(write, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39692verbnet(about, pp/(s:ng\np), ['Topic'], [37,.,1,.,1,-,1,-,1]).
39693
39694%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39695%%% Primary: NP V NP S (transfer_mesg-37.1.1-1-1)
39696%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39697%%% CCG:     ((s:_\np)/s:_)/np
39698%%% Roles:   [Recipient,Topic,Agent]
39699%%% Example: She told him that he should not go.
39700%%%
39701verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39702verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39703verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39704verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39705
39706%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39707%%% Primary: NP V NP what S (transfer_mesg-37.1.1-1-1)
39708%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39709%%% CCG:     ((s:_\np)/s:_)/np
39710%%% Roles:   [Recipient,Topic,Agent]
39711%%% Example: She told him what she was doing.
39712%%%
39713verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39714verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39715verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39716verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39717
39718%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39719%%% Primary: NP V NP what S_INF (transfer_mesg-37.1.1-1-1)
39720%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39721%%% CCG:     ((s:_\np)/s:_)/np
39722%%% Roles:   [Recipient,Topic,Agent]
39723%%% Example: She told him what to do.
39724%%%
39725verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39726verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39727verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39728verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39729
39730%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39731%%% Primary: NP V NP how S (transfer_mesg-37.1.1-1-1)
39732%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
39733%%% CCG:     ((s:_\np)/s:_)/np
39734%%% Roles:   [Recipient,Topic,Agent]
39735%%% Example: She told him how he did it.
39736%%%
39737verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39738verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39739verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39740verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]).
39741
39742%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39743%%% Primary: NP V NP-Dative NP (transfer_mesg-37.1.1-1)
39744%%% Syntax:  [np:Agent,v,np:Recipient,np:Topic]
39745%%% CCG:     ((s:_\np)/np)/np
39746%%% Roles:   [Recipient,Topic,Agent]
39747%%% Example: Wanda taught the students French.
39748%%%
39749verbnet(show, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39750verbnet(teach, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39751verbnet(tell, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39752verbnet(write, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39753verbnet(dictate, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39754verbnet(quote, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39755verbnet(read, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]).
39756
39757%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39758%%% Primary: NP V how S (transfer_mesg-37.1.1)
39759%%% Syntax:  [np:Agent,v,s:Topic]
39760%%% CCG:     (s:_\np)/s:_
39761%%% Roles:   [Topic,Agent]
39762%%% Example: I explained how it can be done.
39763%%%
39764verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39765verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39766verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39767verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39768verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39769verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39770verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39771verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39772verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39773verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39774verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39775verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39776verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39777verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39778verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39779verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39780verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39781verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39782verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39783verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39784verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39785verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39786verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39787verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39788verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39789verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39790verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39791verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39792
39793%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39794%%% Primary: NP V how S_INF (transfer_mesg-37.1.1)
39795%%% Syntax:  [np:Agent,v,s:Topic]
39796%%% CCG:     (s:_\np)/s:_
39797%%% Roles:   [Topic,Agent]
39798%%% Example: I explained how to do it.
39799%%%
39800verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39801verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39802verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39803verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39804verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39805verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39806verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39807verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39808verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39809verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39810verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39811verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39812verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39813verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39814verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39815verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39816verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39817verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39818verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39819verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39820verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39821verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39822verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39823verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39824verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39825verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39826verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39827verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39828
39829%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39830%%% Primary: NP V PP.recipient how S (transfer_mesg-37.1.1)
39831%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
39832%%% CCG:     ((s:_\np)/s:_)/pp
39833%%% Roles:   [Topic,Agent]
39834%%% Example: I explained to her how it can be done.
39835%%%
39836verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39837verbnet(teach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39838verbnet(tell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39839verbnet(write, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39840verbnet(dictate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39841verbnet(quote, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39842verbnet(read, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39843verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39844verbnet(elucidate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39845verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39846verbnet(explicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39847verbnet(expound, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39848verbnet(justify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39849verbnet(narrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39850verbnet(pose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39851verbnet(preach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39852verbnet(recite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39853verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39854verbnet(sniff, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39855verbnet(illustrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39856verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39857verbnet(corroborate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39858verbnet(communicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39859verbnet(outline, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39860verbnet(summarize, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39861verbnet(sum_up, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39862verbnet(boil_down, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39863verbnet(snitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39864
39865%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39866%%% Primary: NP V PP.recipient how S_INF (transfer_mesg-37.1.1)
39867%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
39868%%% CCG:     ((s:_\np)/s:_)/pp
39869%%% Roles:   [Topic,Agent]
39870%%% Example: I explained to her how to do it.
39871%%%
39872verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39873verbnet(teach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39874verbnet(tell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39875verbnet(write, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39876verbnet(dictate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39877verbnet(quote, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39878verbnet(read, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39879verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39880verbnet(elucidate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39881verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39882verbnet(explicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39883verbnet(expound, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39884verbnet(justify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39885verbnet(narrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39886verbnet(pose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39887verbnet(preach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39888verbnet(recite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39889verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39890verbnet(sniff, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39891verbnet(illustrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39892verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39893verbnet(corroborate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39894verbnet(communicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39895verbnet(outline, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39896verbnet(summarize, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39897verbnet(sum_up, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39898verbnet(boil_down, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39899verbnet(snitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]).
39900
39901%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39902%%% Primary: NP V what S (transfer_mesg-37.1.1)
39903%%% Syntax:  [np:Agent,v,s:Topic]
39904%%% CCG:     (s:_\np)/s:_
39905%%% Roles:   [Topic,Agent]
39906%%% Example: I explained what he should do.
39907%%%
39908verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39909verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39910verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39911verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39912verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39913verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39914verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39915verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39916verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39917verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39918verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39919verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39920verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39921verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39922verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39923verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39924verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39925verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39926verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39927verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39928verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39929verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39930verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39931verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39932verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39933verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39934verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39935verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39936
39937%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39938%%% Primary: NP V what S_INF (transfer_mesg-37.1.1)
39939%%% Syntax:  [np:Agent,v,s:Topic]
39940%%% CCG:     (s:_\np)/s:_
39941%%% Roles:   [Topic,Agent]
39942%%% Example: I explained what to do.
39943%%%
39944verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39945verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39946verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39947verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39948verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39949verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39950verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39951verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39952verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39953verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39954verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39955verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39956verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39957verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39958verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39959verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39960verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39961verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39962verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39963verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39964verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39965verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39966verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39967verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39968verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39969verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39970verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39971verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]).
39972
39973%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
39974%%% Primary: NP V NP (transfer_mesg-37.1.1)
39975%%% Syntax:  [np:Agent,v,np:Topic]
39976%%% CCG:     (s:_\np)/np
39977%%% Roles:   [Topic,Agent]
39978%%% Example: I explained the matter.
39979%%%
39980verbnet(show, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39981verbnet(teach, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39982verbnet(tell, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39983verbnet(write, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39984verbnet(dictate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39985verbnet(quote, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39986verbnet(read, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39987verbnet(demonstrate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39988verbnet(elucidate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39989verbnet(explain, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39990verbnet(explicate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39991verbnet(expound, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39992verbnet(justify, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39993verbnet(narrate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39994verbnet(pose, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39995verbnet(preach, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39996verbnet(recite, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39997verbnet(relay, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39998verbnet(sniff, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
39999verbnet(illustrate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40000verbnet(verify, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40001verbnet(corroborate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40002verbnet(communicate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40003verbnet(outline, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40004verbnet(summarize, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40005verbnet(sum_up, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40006verbnet(boil_down, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40007verbnet(snitch, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40008
40009%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
40010%%% Primary: NP V NP PP.recipient (transfer_mesg-37.1.1)
40011%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
40012%%% CCG:     ((s:_\np)/pp)/np
40013%%% Roles:   [Topic,Agent]
40014%%% Example: I explained the matter to them.
40015%%%
40016verbnet(show, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40017verbnet(teach, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40018verbnet(tell, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40019verbnet(write, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40020verbnet(dictate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40021verbnet(quote, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40022verbnet(read, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40023verbnet(demonstrate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40024verbnet(elucidate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40025verbnet(explain, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40026verbnet(explicate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40027verbnet(expound, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40028verbnet(justify, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40029verbnet(narrate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40030verbnet(pose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40031verbnet(preach, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40032verbnet(recite, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40033verbnet(relay, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40034verbnet(sniff, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40035verbnet(illustrate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40036verbnet(verify, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40037verbnet(corroborate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40038verbnet(communicate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40039verbnet(outline, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40040verbnet(summarize, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40041verbnet(sum_up, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40042verbnet(boil_down, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40043verbnet(snitch, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]).
40044verbnet(to, pp/np, ['Recipient'], [37,.,1,.,1]).
40045
40046%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
40047%%% Primary: NP V PP.source (transfer_mesg-37.1.1)
40048%%% Syntax:  [np:Agent,v,prep:from,np:Source]
40049%%% CCG:     (s:_\np)/pp
40050%%% Roles:   [Agent]
40051%%% Example: I explained from Simone de Beauvoir's essay on the Marquis de Sade.
40052%%%
40053verbnet(show, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40054verbnet(teach, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40055verbnet(tell, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40056verbnet(write, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40057verbnet(dictate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40058verbnet(quote, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40059verbnet(read, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40060verbnet(demonstrate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40061verbnet(elucidate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40062verbnet(explain, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40063verbnet(explicate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40064verbnet(expound, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40065verbnet(justify, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40066verbnet(narrate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40067verbnet(pose, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40068verbnet(preach, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40069verbnet(recite, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40070verbnet(relay, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40071verbnet(sniff, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40072verbnet(illustrate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40073verbnet(verify, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40074verbnet(corroborate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40075verbnet(communicate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40076verbnet(outline, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40077verbnet(summarize, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40078verbnet(sum_up, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40079verbnet(boil_down, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40080verbnet(snitch, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]).
40081verbnet(from, pp/np, ['Source'], [37,.,1,.,1]).
40082
40083%%% File:    ext/VerbNet/transfer_mesg-37.1.1.xml
40084%%% Primary: NP v (transfer_mesg-37.1.1)
40085%%% Syntax:  [np:Agent,v]
40086%%% CCG:     s:_\np
40087%%% Roles:   [Agent]
40088%%% Example: I explained.
40089%%%
40090verbnet(show, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40091verbnet(teach, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40092verbnet(tell, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40093verbnet(write, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40094verbnet(dictate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40095verbnet(quote, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40096verbnet(read, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40097verbnet(demonstrate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40098verbnet(elucidate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40099verbnet(explain, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40100verbnet(explicate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40101verbnet(expound, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40102verbnet(justify, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40103verbnet(narrate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40104verbnet(pose, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40105verbnet(preach, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40106verbnet(recite, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40107verbnet(relay, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40108verbnet(sniff, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40109verbnet(illustrate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40110verbnet(verify, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40111verbnet(corroborate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40112verbnet(communicate, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40113verbnet(outline, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40114verbnet(summarize, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40115verbnet(sum_up, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40116verbnet(boil_down, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40117verbnet(snitch, s:_\np, ['Agent'], [37,'.',1,'.',1]).
40118
40119%%% File:    ext/VerbNet/try-61.xml
40120%%% Primary: NP V S_ING (try-61)
40121%%% Syntax:  [np:Agent,v,vp_ng:Theme]
40122%%% CCG:     (s:_\np)/ (s:ng\np)
40123%%% Roles:   [Theme,Agent]
40124%%% Example: I tried exercising.
40125%%%
40126verbnet(try, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]).
40127verbnet(attempt, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]).
40128verbnet(intend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]).
40129
40130%%% File:    ext/VerbNet/try-61.xml
40131%%% Primary: NP V NP (try-61)
40132%%% Syntax:  [np:Agent,v,np:Theme]
40133%%% CCG:     (s:_\np)/np
40134%%% Roles:   [Theme,Agent]
40135%%% Example: I tried the exercise routine.
40136%%%
40137verbnet(try, (s:_\np)/np, ['Theme','Agent'], [61]).
40138verbnet(attempt, (s:_\np)/np, ['Theme','Agent'], [61]).
40139verbnet(intend, (s:_\np)/np, ['Theme','Agent'], [61]).
40140
40141%%% File:    ext/VerbNet/try-61.xml
40142%%% Primary: NP V S_INF (try-61)
40143%%% Syntax:  [np:Agent,v,vp_to:Theme]
40144%%% CCG:     (s:_\np)/ (s:ng\np)
40145%%% Roles:   [Theme,Agent]
40146%%% Example: I tried to exercise.
40147%%%
40148verbnet(try, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]).
40149verbnet(attempt, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]).
40150verbnet(intend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]).
40151
40152%%% File:    ext/VerbNet/turn-26.6.1.xml
40153%%% Primary: NP V PP.result (turn-26.6.1-1)
40154%%% Syntax:  [np:Agent,v,prep:to,np:Result]
40155%%% CCG:     (s:_\np)/pp
40156%%% Roles:   [Agent]
40157%%% Example: He converted to a world without CFCs.
40158%%%
40159verbnet(change, (s:_\np)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40160verbnet(convert, (s:_\np)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40161verbnet(turn, (s:_\np)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40162verbnet(to, pp/np, ['Goal'], [26,.,6,.,1,-,1]).
40163
40164%%% File:    ext/VerbNet/turn-26.6.1.xml
40165%%% Primary: NP V PP.material PP.result (turn-26.6.1-1)
40166%%% Syntax:  [np:Agent,v,prep:from,np:Material,prep:to,np:Result]
40167%%% CCG:     ((s:_\np)/pp)/pp
40168%%% Roles:   [Agent]
40169%%% Example: The thrift converted from a mutual form in April 1986 to a stock form of ownership.
40170%%%
40171verbnet(change, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40172verbnet(convert, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40173verbnet(turn, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40174verbnet(to, pp/np, ['Goal'], [26,.,6,.,1,-,1]).
40175
40176%%% File:    ext/VerbNet/turn-26.6.1.xml
40177%%% Primary: NP V                     PP.result  PP.material (turn-26.6.1-1)
40178%%% Syntax:  [np:Agent,v,prep:to,np:Result,prep:from,np:Material]
40179%%% CCG:     ((s:_\np)/pp)/pp
40180%%% Roles:   [Agent]
40181%%% Example: The thrift converted to a stock form of ownership from a mutual form in April 1986.
40182%%%
40183verbnet(change, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40184verbnet(convert, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40185verbnet(turn, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]).
40186verbnet(from, pp/np, ['Source'], [26,.,6,.,1,-,1]).
40187
40188%%% File:    ext/VerbNet/turn-26.6.1.xml
40189%%% Primary: NP V NP.patient PP.material PP.result (turn-26.6.1)
40190%%% Syntax:  [np:Agent,v,np:Patient,prep:from,np:Material,prep:into,np:Result]
40191%%% CCG:     (((s:_\np)/pp)/pp)/np
40192%%% Roles:   [Patient,Agent]
40193%%% Example: The witch turned him from a prince into a frog.
40194%%%
40195verbnet(change, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40196verbnet(convert, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40197verbnet(turn, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40198verbnet(alter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40199verbnet(deform, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40200verbnet(metamorphose, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40201verbnet(mutate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40202verbnet(transform, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40203verbnet(translate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40204verbnet(transmute, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40205verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]).
40206
40207%%% File:    ext/VerbNet/turn-26.6.1.xml
40208%%% Primary: NP.patient V PP.material PP.result (turn-26.6.1)
40209%%% Syntax:  [np:Patient,v,prep:from,np:Material,prep:into,np:Result]
40210%%% CCG:     ((s:_\np)/pp)/pp
40211%%% Roles:   [Patient]
40212%%% Example: He turned from a prince into a frog.
40213%%%
40214verbnet(change, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40215verbnet(convert, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40216verbnet(turn, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40217verbnet(alter, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40218verbnet(deform, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40219verbnet(metamorphose, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40220verbnet(mutate, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40221verbnet(transform, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40222verbnet(translate, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40223verbnet(transmute, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]).
40224verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]).
40225
40226%%% File:    ext/VerbNet/turn-26.6.1.xml
40227%%% Primary: NP V NP.patient PP.result (turn-26.6.1)
40228%%% Syntax:  [np:Agent,v,np:Patient,prep:into,np:Result]
40229%%% CCG:     ((s:_\np)/pp)/np
40230%%% Roles:   [Patient,Agent]
40231%%% Example: The witch turned him into a frog.
40232%%%
40233verbnet(change, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40234verbnet(convert, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40235verbnet(turn, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40236verbnet(alter, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40237verbnet(deform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40238verbnet(metamorphose, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40239verbnet(mutate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40240verbnet(transform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40241verbnet(translate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40242verbnet(transmute, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40243verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]).
40244
40245%%% File:    ext/VerbNet/turn-26.6.1.xml
40246%%% Primary: NP.patient V PP.result (turn-26.6.1)
40247%%% Syntax:  [np:Patient,v,prep:into,np:Result]
40248%%% CCG:     (s:_\np)/pp
40249%%% Roles:   [Patient]
40250%%% Example: He turned into a frog.
40251%%%
40252verbnet(change, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40253verbnet(convert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40254verbnet(turn, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40255verbnet(alter, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40256verbnet(deform, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40257verbnet(metamorphose, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40258verbnet(mutate, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40259verbnet(transform, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40260verbnet(translate, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40261verbnet(transmute, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]).
40262verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]).
40263
40264%%% File:    ext/VerbNet/turn-26.6.1.xml
40265%%% Primary: NP V (turn-26.6.1)
40266%%% Syntax:  [np:Patient,v]
40267%%% CCG:     s:_\np
40268%%% Roles:   [Patient]
40269%%% Example: The man was converting again.
40270%%%
40271verbnet(change, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40272verbnet(convert, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40273verbnet(turn, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40274verbnet(alter, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40275verbnet(deform, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40276verbnet(metamorphose, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40277verbnet(mutate, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40278verbnet(transform, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40279verbnet(translate, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40280verbnet(transmute, s:_\np, ['Patient'], [26,'.',6,'.',1]).
40281
40282%%% File:    ext/VerbNet/turn-26.6.1.xml
40283%%% Primary: NP V NP (turn-26.6.1)
40284%%% Syntax:  [np:Agent,v,np:Patient]
40285%%% CCG:     (s:_\np)/np
40286%%% Roles:   [Patient,Agent]
40287%%% Example: The 1980s bull market transformed the U.S. securities business.
40288%%%
40289verbnet(change, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40290verbnet(convert, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40291verbnet(turn, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40292verbnet(alter, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40293verbnet(deform, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40294verbnet(metamorphose, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40295verbnet(mutate, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40296verbnet(transform, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40297verbnet(translate, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40298verbnet(transmute, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]).
40299
40300%%% File:    ext/VerbNet/urge-58.1.xml
40301%%% Primary: NP V NP (urge-58.1)
40302%%% Syntax:  [np:Agent,v,np:Recipient]
40303%%% CCG:     (s:_\np)/np
40304%%% Roles:   [Recipient,Agent]
40305%%% Example: I advised him.
40306%%%
40307verbnet(admonish, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40308verbnet(advise, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40309verbnet(ask, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40310verbnet(badger, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40311verbnet(beg, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40312verbnet(entreat, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40313verbnet(exhort, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40314verbnet(extort, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40315verbnet(lobby, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40316verbnet(urge, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40317verbnet(implore, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40318verbnet(press, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]).
40319
40320%%% File:    ext/VerbNet/urge-58.1.xml
40321%%% Primary: NP V NP S_ING (urge-58.1)
40322%%% Syntax:  [np:Agent,v,np:Recipient,vp_to:Topic]
40323%%% CCG:     ((s:_\np)/ (s:ng\np))/np
40324%%% Roles:   [Recipient,Topic,Agent]
40325%%% Example: I advised him to come.
40326%%%
40327verbnet(admonish, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40328verbnet(advise, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40329verbnet(ask, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40330verbnet(badger, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40331verbnet(beg, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40332verbnet(entreat, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40333verbnet(exhort, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40334verbnet(extort, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40335verbnet(lobby, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40336verbnet(urge, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40337verbnet(implore, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40338verbnet(press, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40339
40340%%% File:    ext/VerbNet/urge-58.1.xml
40341%%% Primary: NP V NP that S (urge-58.1)
40342%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
40343%%% CCG:     ((s:_\np)/s:_)/np
40344%%% Roles:   [Recipient,Topic,Agent]
40345%%% Example: I advised him that he should come.
40346%%%
40347verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40348verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40349verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40350verbnet(badger, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40351verbnet(beg, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40352verbnet(entreat, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40353verbnet(exhort, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40354verbnet(extort, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40355verbnet(lobby, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40356verbnet(urge, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40357verbnet(implore, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40358verbnet(press, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]).
40359
40360%%% File:    ext/VerbNet/use-105.xml
40361%%% Primary: NP V NP ADV (use-105)
40362%%% Syntax:  [np:Agent,v,np:Theme,adv]
40363%%% CCG:     (s:_\np)/np
40364%%% Roles:   [Theme,Agent]
40365%%% Example: I used the money well.
40366%%%
40367verbnet(use, (s:_\np)/np, ['Theme','Agent'], [105]).
40368verbnet(utilize, (s:_\np)/np, ['Theme','Agent'], [105]).
40369verbnet(apply, (s:_\np)/np, ['Theme','Agent'], [105]).
40370verbnet(employ, (s:_\np)/np, ['Theme','Agent'], [105]).
40371
40372%%% File:    ext/VerbNet/use-105.xml
40373%%% Primary: NP V NP PP.predicate (use-105)
40374%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Predicate]
40375%%% CCG:     ((s:_\np)/pp)/np
40376%%% Roles:   [Theme,Agent]
40377%%% Example: I spent the money for my training.
40378%%%
40379verbnet(use, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]).
40380verbnet(utilize, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]).
40381verbnet(apply, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]).
40382verbnet(employ, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]).
40383verbnet(for, pp/np, ['Attribute'], [105]).
40384
40385%%% File:    ext/VerbNet/use-105.xml
40386%%% Primary: NP V NP S_INF (use-105)
40387%%% Syntax:  [np:Agent,v,np:Theme,vp_to:Predicate]
40388%%% CCG:     ((s:_\np)/ (s:ng\np))/np
40389%%% Roles:   [Theme,Attribute,Agent]
40390%%% Example: I used the cupboard to store food.
40391%%%
40392verbnet(use, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]).
40393verbnet(utilize, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]).
40394verbnet(apply, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]).
40395verbnet(employ, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]).
40396
40397%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40398%%% Primary: NP V NP (vehicle-51.4.1-1)
40399%%% Syntax:  [np:Theme,v,np:Location]
40400%%% CCG:     (s:_\np)/np
40401%%% Roles:   [Location,Theme]
40402%%% Example: Claire skated the canals.
40403%%%
40404verbnet(bicycle, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40405verbnet(bike, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40406verbnet(canoe, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40407verbnet(cycle, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40408verbnet(kayak, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40409verbnet(motorbike, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40410verbnet(motorcycle, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40411verbnet(raft, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40412verbnet(skate, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40413verbnet(skateboard, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40414verbnet(ski, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40415verbnet(sled, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40416verbnet(toboggan, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]).
40417
40418%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40419%%% Primary: NP.theme V (vehicle-51.4.1)
40420%%% Syntax:  [np:Theme,v]
40421%%% CCG:     s:_\np
40422%%% Roles:   [Theme]
40423%%% Example: Claire skated.
40424%%%
40425verbnet(bicycle, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40426verbnet(bike, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40427verbnet(canoe, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40428verbnet(cycle, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40429verbnet(kayak, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40430verbnet(motorbike, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40431verbnet(motorcycle, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40432verbnet(raft, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40433verbnet(skate, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40434verbnet(skateboard, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40435verbnet(ski, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40436verbnet(sled, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40437verbnet(toboggan, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40438verbnet(balloon, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40439verbnet(boat, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40440verbnet(bobsled, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40441verbnet(bus, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40442verbnet(cab, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40443verbnet(caravan, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40444verbnet(chariot, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40445verbnet(coach, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40446verbnet(dogsled, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40447verbnet(ferry, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40448verbnet(gondola, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40449verbnet(helicopter, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40450verbnet(jeep, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40451verbnet(jet, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40452verbnet(moped, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40453verbnet(motor, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40454verbnet(parachute, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40455verbnet(punt, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40456verbnet(rickshaw, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40457verbnet(rocket, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40458verbnet(sledge, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40459verbnet(sleigh, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40460verbnet(taxi, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40461verbnet(tram, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40462verbnet(trolley, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40463verbnet(yacht, s:_\np, ['Theme'], [51,'.',4,'.',1]).
40464
40465%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40466%%% Primary: NP.theme V PP.location (vehicle-51.4.1)
40467%%% Syntax:  [np:Theme,v,pp,np:Location]
40468%%% CCG:     (s:_\np)/pp
40469%%% Roles:   [Theme]
40470%%% Example: Claire skated along the canal.
40471%%%
40472verbnet(bicycle, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40473verbnet(bike, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40474verbnet(canoe, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40475verbnet(cycle, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40476verbnet(kayak, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40477verbnet(motorbike, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40478verbnet(motorcycle, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40479verbnet(raft, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40480verbnet(skate, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40481verbnet(skateboard, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40482verbnet(ski, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40483verbnet(sled, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40484verbnet(toboggan, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40485verbnet(balloon, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40486verbnet(boat, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40487verbnet(bobsled, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40488verbnet(bus, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40489verbnet(cab, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40490verbnet(caravan, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40491verbnet(chariot, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40492verbnet(coach, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40493verbnet(dogsled, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40494verbnet(ferry, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40495verbnet(gondola, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40496verbnet(helicopter, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40497verbnet(jeep, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40498verbnet(jet, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40499verbnet(moped, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40500verbnet(motor, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40501verbnet(parachute, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40502verbnet(punt, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40503verbnet(rickshaw, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40504verbnet(rocket, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40505verbnet(sledge, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40506verbnet(sleigh, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40507verbnet(taxi, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40508verbnet(tram, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40509verbnet(trolley, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40510verbnet(yacht, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]).
40511
40512%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40513%%% Primary: NP V NP PP.location (vehicle-51.4.1)
40514%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
40515%%% CCG:     ((s:_\np)/pp)/np
40516%%% Roles:   [Theme,Agent]
40517%%% Example: He skated Penny around the rink.
40518%%%
40519verbnet(bicycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40520verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40521verbnet(canoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40522verbnet(cycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40523verbnet(kayak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40524verbnet(motorbike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40525verbnet(motorcycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40526verbnet(raft, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40527verbnet(skate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40528verbnet(skateboard, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40529verbnet(ski, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40530verbnet(sled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40531verbnet(toboggan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40532verbnet(balloon, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40533verbnet(boat, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40534verbnet(bobsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40535verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40536verbnet(cab, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40537verbnet(caravan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40538verbnet(chariot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40539verbnet(coach, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40540verbnet(dogsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40541verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40542verbnet(gondola, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40543verbnet(helicopter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40544verbnet(jeep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40545verbnet(jet, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40546verbnet(moped, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40547verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40548verbnet(parachute, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40549verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40550verbnet(rickshaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40551verbnet(rocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40552verbnet(sledge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40553verbnet(sleigh, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40554verbnet(taxi, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40555verbnet(tram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40556verbnet(trolley, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40557verbnet(yacht, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40558
40559%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40560%%% Primary: NP V NP (vehicle-51.4.1)
40561%%% Syntax:  [np:Agent,v,np:Theme]
40562%%% CCG:     (s:_\np)/np
40563%%% Roles:   [Theme,Agent]
40564%%% Example: He skated Penny.
40565%%%
40566verbnet(bicycle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40567verbnet(bike, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40568verbnet(canoe, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40569verbnet(cycle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40570verbnet(kayak, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40571verbnet(motorbike, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40572verbnet(motorcycle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40573verbnet(raft, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40574verbnet(skate, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40575verbnet(skateboard, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40576verbnet(ski, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40577verbnet(sled, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40578verbnet(toboggan, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40579verbnet(balloon, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40580verbnet(boat, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40581verbnet(bobsled, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40582verbnet(bus, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40583verbnet(cab, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40584verbnet(caravan, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40585verbnet(chariot, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40586verbnet(coach, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40587verbnet(dogsled, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40588verbnet(ferry, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40589verbnet(gondola, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40590verbnet(helicopter, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40591verbnet(jeep, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40592verbnet(jet, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40593verbnet(moped, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40594verbnet(motor, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40595verbnet(parachute, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40596verbnet(punt, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40597verbnet(rickshaw, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40598verbnet(rocket, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40599verbnet(sledge, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40600verbnet(sleigh, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40601verbnet(taxi, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40602verbnet(tram, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40603verbnet(trolley, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40604verbnet(yacht, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40605
40606%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40607%%% Primary: NP V NP ADJ (vehicle-51.4.1)
40608%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
40609%%% CCG:     ((s:_\np)/np)/np
40610%%% Roles:   [Theme,Goal,Agent]
40611%%% Example: He skated Penny exhausted.
40612%%%
40613verbnet(bicycle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40614verbnet(bike, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40615verbnet(canoe, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40616verbnet(cycle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40617verbnet(kayak, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40618verbnet(motorbike, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40619verbnet(motorcycle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40620verbnet(raft, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40621verbnet(skate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40622verbnet(skateboard, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40623verbnet(ski, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40624verbnet(sled, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40625verbnet(toboggan, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40626verbnet(balloon, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40627verbnet(boat, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40628verbnet(bobsled, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40629verbnet(bus, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40630verbnet(cab, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40631verbnet(caravan, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40632verbnet(chariot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40633verbnet(coach, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40634verbnet(dogsled, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40635verbnet(ferry, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40636verbnet(gondola, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40637verbnet(helicopter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40638verbnet(jeep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40639verbnet(jet, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40640verbnet(moped, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40641verbnet(motor, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40642verbnet(parachute, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40643verbnet(punt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40644verbnet(rickshaw, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40645verbnet(rocket, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40646verbnet(sledge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40647verbnet(sleigh, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40648verbnet(taxi, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40649verbnet(tram, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40650verbnet(trolley, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40651verbnet(yacht, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]).
40652
40653%%% File:    ext/VerbNet/vehicle-51.4.1.xml
40654%%% Primary: NP V NP PP.result (vehicle-51.4.1)
40655%%% Syntax:  [np:Agent,v,np:Theme,prep:to into,np:Result]
40656%%% CCG:     ((s:_\np)/pp)/np
40657%%% Roles:   [Theme,Agent]
40658%%% Example: He skated Penny to exhaustion.
40659%%%
40660verbnet(bicycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40661verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40662verbnet(canoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40663verbnet(cycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40664verbnet(kayak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40665verbnet(motorbike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40666verbnet(motorcycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40667verbnet(raft, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40668verbnet(skate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40669verbnet(skateboard, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40670verbnet(ski, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40671verbnet(sled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40672verbnet(toboggan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40673verbnet(balloon, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40674verbnet(boat, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40675verbnet(bobsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40676verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40677verbnet(cab, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40678verbnet(caravan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40679verbnet(chariot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40680verbnet(coach, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40681verbnet(dogsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40682verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40683verbnet(gondola, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40684verbnet(helicopter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40685verbnet(jeep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40686verbnet(jet, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40687verbnet(moped, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40688verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40689verbnet(parachute, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40690verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40691verbnet(rickshaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40692verbnet(rocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40693verbnet(sledge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40694verbnet(sleigh, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40695verbnet(taxi, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40696verbnet(tram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40697verbnet(trolley, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40698verbnet(yacht, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]).
40699verbnet(to, pp/np, ['Goal'], [51,.,4,.,1]).
40700verbnet(into, pp/np, ['Goal'], [51,.,4,.,1]).
40701
40702%%% File:    ext/VerbNet/void-106.xml
40703%%% Primary: NP V NP (void-106)
40704%%% Syntax:  [np:Agent,v,np:Patient]
40705%%% CCG:     (s:_\np)/np
40706%%% Roles:   [Patient,Agent]
40707%%% Example: I nullified their advantage.
40708%%%
40709verbnet(annul, (s:_\np)/np, ['Patient','Agent'], [106]).
40710verbnet(quash, (s:_\np)/np, ['Patient','Agent'], [106]).
40711verbnet(void, (s:_\np)/np, ['Patient','Agent'], [106]).
40712verbnet(avoid, (s:_\np)/np, ['Patient','Agent'], [106]).
40713verbnet(invalidate, (s:_\np)/np, ['Patient','Agent'], [106]).
40714verbnet(nullify, (s:_\np)/np, ['Patient','Agent'], [106]).
40715
40716%%% File:    ext/VerbNet/waltz-51.5.xml
40717%%% Primary: NP.theme V (waltz-51.5)
40718%%% Syntax:  [np:Theme,v]
40719%%% CCG:     s:_\np
40720%%% Roles:   [Theme]
40721%%% Example: They waltzed.
40722%%%
40723verbnet(boogie, s:_\np, ['Theme'], [51,'.',5]).
40724verbnet(bop, s:_\np, ['Theme'], [51,'.',5]).
40725verbnet(cancan, s:_\np, ['Theme'], [51,'.',5]).
40726verbnet(clog, s:_\np, ['Theme'], [51,'.',5]).
40727verbnet(conga, s:_\np, ['Theme'], [51,'.',5]).
40728verbnet(dance, s:_\np, ['Theme'], [51,'.',5]).
40729verbnet(foxtrot, s:_\np, ['Theme'], [51,'.',5]).
40730verbnet(jig, s:_\np, ['Theme'], [51,'.',5]).
40731verbnet(jitterbug, s:_\np, ['Theme'], [51,'.',5]).
40732verbnet(jive, s:_\np, ['Theme'], [51,'.',5]).
40733verbnet(pirouette, s:_\np, ['Theme'], [51,'.',5]).
40734verbnet(polka, s:_\np, ['Theme'], [51,'.',5]).
40735verbnet(quickstep, s:_\np, ['Theme'], [51,'.',5]).
40736verbnet(rumba, s:_\np, ['Theme'], [51,'.',5]).
40737verbnet(samba, s:_\np, ['Theme'], [51,'.',5]).
40738verbnet(shuffle, s:_\np, ['Theme'], [51,'.',5]).
40739verbnet(squaredance, s:_\np, ['Theme'], [51,'.',5]).
40740verbnet(tango, s:_\np, ['Theme'], [51,'.',5]).
40741verbnet(tapdance, s:_\np, ['Theme'], [51,'.',5]).
40742verbnet(waltz, s:_\np, ['Theme'], [51,'.',5]).
40743
40744%%% File:    ext/VerbNet/waltz-51.5.xml
40745%%% Primary: NP V PP.location (waltz-51.5)
40746%%% Syntax:  [np:Theme,v,pp,np:Location]
40747%%% CCG:     (s:_\np)/pp
40748%%% Roles:   [Theme]
40749%%% Example: They waltzed across the room.
40750%%%
40751verbnet(boogie, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40752verbnet(bop, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40753verbnet(cancan, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40754verbnet(clog, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40755verbnet(conga, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40756verbnet(dance, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40757verbnet(foxtrot, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40758verbnet(jig, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40759verbnet(jitterbug, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40760verbnet(jive, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40761verbnet(pirouette, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40762verbnet(polka, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40763verbnet(quickstep, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40764verbnet(rumba, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40765verbnet(samba, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40766verbnet(shuffle, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40767verbnet(squaredance, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40768verbnet(tango, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40769verbnet(tapdance, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40770verbnet(waltz, (s:_\np)/pp, ['Theme'], [51,'.',5]).
40771
40772%%% File:    ext/VerbNet/waltz-51.5.xml
40773%%% Primary: NP V NP PP.location (waltz-51.5)
40774%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
40775%%% CCG:     ((s:_\np)/pp)/np
40776%%% Roles:   [Theme,Agent]
40777%%% Example: He waltzed her across the floor.
40778%%%
40779verbnet(boogie, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40780verbnet(bop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40781verbnet(cancan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40782verbnet(clog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40783verbnet(conga, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40784verbnet(dance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40785verbnet(foxtrot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40786verbnet(jig, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40787verbnet(jitterbug, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40788verbnet(jive, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40789verbnet(pirouette, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40790verbnet(polka, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40791verbnet(quickstep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40792verbnet(rumba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40793verbnet(samba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40794verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40795verbnet(squaredance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40796verbnet(tango, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40797verbnet(tapdance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40798verbnet(waltz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40799
40800%%% File:    ext/VerbNet/waltz-51.5.xml
40801%%% Primary: NP V NP ADJP (waltz-51.5)
40802%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
40803%%% CCG:     ((s:_\np)/np)/np
40804%%% Roles:   [Theme,Goal,Agent]
40805%%% Example: He waltzed her dizzy.
40806%%%
40807verbnet(boogie, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40808verbnet(bop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40809verbnet(cancan, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40810verbnet(clog, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40811verbnet(conga, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40812verbnet(dance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40813verbnet(foxtrot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40814verbnet(jig, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40815verbnet(jitterbug, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40816verbnet(jive, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40817verbnet(pirouette, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40818verbnet(polka, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40819verbnet(quickstep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40820verbnet(rumba, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40821verbnet(samba, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40822verbnet(shuffle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40823verbnet(squaredance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40824verbnet(tango, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40825verbnet(tapdance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40826verbnet(waltz, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]).
40827
40828%%% File:    ext/VerbNet/waltz-51.5.xml
40829%%% Primary: NP V NP PP.result (waltz-51.5)
40830%%% Syntax:  [np:Agent,v,np:Theme,prep:to into,np:Result]
40831%%% CCG:     ((s:_\np)/pp)/np
40832%%% Roles:   [Theme,Agent]
40833%%% Example: He waltzed her to exhaustion.
40834%%%
40835verbnet(boogie, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40836verbnet(bop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40837verbnet(cancan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40838verbnet(clog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40839verbnet(conga, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40840verbnet(dance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40841verbnet(foxtrot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40842verbnet(jig, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40843verbnet(jitterbug, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40844verbnet(jive, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40845verbnet(pirouette, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40846verbnet(polka, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40847verbnet(quickstep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40848verbnet(rumba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40849verbnet(samba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40850verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40851verbnet(squaredance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40852verbnet(tango, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40853verbnet(tapdance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40854verbnet(waltz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]).
40855verbnet(to, pp/np, ['Goal'], [51,.,5]).
40856verbnet(into, pp/np, ['Goal'], [51,.,5]).
40857
40858%%% File:    ext/VerbNet/want-32.1.xml
40859%%% Primary: NP V NP S_INF (want-32.1-1-1)
40860%%% Syntax:  [np:Pivot,v,s:Theme]
40861%%% CCG:     (s:_\np)/s:_
40862%%% Roles:   [Theme,Pivot]
40863%%% Example: I needed him to go.
40864%%%
40865verbnet(want, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40866verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40867verbnet(like, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40868verbnet(prefer, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40869verbnet(desire, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40870
40871%%% File:    ext/VerbNet/want-32.1.xml
40872%%% Primary: NP V NP to be ADJ (want-32.1-1-1)
40873%%% Syntax:  [np:Pivot,v,np:Theme]
40874%%% CCG:     (s:_\np)/np
40875%%% Roles:   [Theme,Pivot]
40876%%% Example: I need him to be nice.
40877%%%
40878verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40879verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40880verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40881verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40882verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]).
40883
40884%%% File:    ext/VerbNet/want-32.1.xml
40885%%% Primary: NP V for NP S_INF (want-32.1-1)
40886%%% Syntax:  [np:Pivot,v,s:Theme]
40887%%% CCG:     (s:_\np)/s:_
40888%%% Roles:   [Theme,Pivot]
40889%%% Example: I need for her to be happy.
40890%%%
40891verbnet(want, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40892verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40893verbnet(like, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40894verbnet(prefer, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40895verbnet(desire, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40896verbnet(enjoy, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40897verbnet(crave, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]).
40898
40899%%% File:    ext/VerbNet/want-32.1.xml
40900%%% Primary: NP V S_ING (want-32.1-1)
40901%%% Syntax:  [np:Pivot,v,vp_ng:Theme]
40902%%% CCG:     (s:_\np)/ (s:ng\np)
40903%%% Roles:   [Theme,Pivot]
40904%%% Example: I need exercising.
40905%%%
40906verbnet(want, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40907verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40908verbnet(like, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40909verbnet(prefer, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40910verbnet(desire, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40911verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40912verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40913
40914%%% File:    ext/VerbNet/want-32.1.xml
40915%%% Primary: NP V NP ADJ (want-32.1-1)
40916%%% Syntax:  [np:Pivot,v,np:Theme,adj]
40917%%% CCG:     (s:_\np)/np
40918%%% Roles:   [Theme,Pivot]
40919%%% Missing: [adj]
40920%%% Example: She wanted the meat red.
40921%%%
40922verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40923verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40924verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40925verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40926verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40927verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40928verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40929
40930%%% File:    ext/VerbNet/want-32.1.xml
40931%%% Primary: NP V NP ADV (want-32.1-1)
40932%%% Syntax:  [np:Pivot,v,np:Theme]
40933%%% CCG:     (s:_\np)/np
40934%%% Roles:   [Theme,Pivot]
40935%%% Example: I needed him here.
40936%%%
40937verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40938verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40939verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40940verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40941verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40942verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40943verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40944
40945%%% File:    ext/VerbNet/want-32.1.xml
40946%%% Primary: NP V S_ING (want-32.1-1)
40947%%% Syntax:  [np:Pivot,v,vp_ng:Theme]
40948%%% CCG:     (s:_\np)/ (s:ng\np)
40949%%% Roles:   [Theme,Pivot]
40950%%% Example: I need him cooking.
40951%%%
40952verbnet(want, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40953verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40954verbnet(like, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40955verbnet(prefer, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40956verbnet(desire, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40957verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40958verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40959
40960%%% File:    ext/VerbNet/want-32.1.xml
40961%%% Primary: NP V NP ADJ (want-32.1-1)
40962%%% Syntax:  [np:Pivot,v,np:Theme]
40963%%% CCG:     (s:_\np)/np
40964%%% Roles:   [Theme,Pivot]
40965%%% Example: I need the children found.
40966%%%
40967verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40968verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40969verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40970verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40971verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40972verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40973verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40974
40975%%% File:    ext/VerbNet/want-32.1.xml
40976%%% Primary: NP V NP S_ING (want-32.1-1)
40977%%% Syntax:  [np:Pivot,v,np:Theme]
40978%%% CCG:     (s:_\np)/np
40979%%% Roles:   [Theme,Pivot]
40980%%% Example: I needed his cooking.
40981%%%
40982verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40983verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40984verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40985verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40986verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40987verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40988verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]).
40989
40990%%% File:    ext/VerbNet/want-32.1.xml
40991%%% Primary: NP V S_INF (want-32.1-1)
40992%%% Syntax:  [np:Pivot,v,vp_to:Theme]
40993%%% CCG:     (s:_\np)/ (s:ng\np)
40994%%% Roles:   [Theme,Pivot]
40995%%% Example: I needed to come.
40996%%%
40997verbnet(want, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40998verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
40999verbnet(like, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
41000verbnet(prefer, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
41001verbnet(desire, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
41002verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
41003verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]).
41004
41005%%% File:    ext/VerbNet/want-32.1.xml
41006%%% Primary: NP V NP (want-32.1)
41007%%% Syntax:  [np:Pivot,v,np:Theme]
41008%%% CCG:     (s:_\np)/np
41009%%% Roles:   [Theme,Pivot]
41010%%% Example: Dorothy needs new shoes.
41011%%%
41012verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41013verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41014verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41015verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41016verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41017verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41018verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41019verbnet(covet, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41020verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41021verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41022verbnet(fancy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]).
41023% frameproblem: [element(DESCRIPTION,[descriptionNumber=0.7,primary=It V,secondary=Intransitive; Expletive Subject,xtag=],[]),element(EXAMPLES,[],[element(EXAMPLE,[],[It's raining.])]),element(SYNTAX,[],[element(LEX,[value=it],[]),element(LEX,[value=[+be]],[]),element(VERB,[],[])]),element(SEMANTICS,[],[element(PRED,[value=weather],[element(ARGS,[],[element(ARG,[type=Event,value=during(E)],[]),element(ARG,[type=VerbSpecific,value=Weather_type],[]),element(ARG,[type=ThemRole,value= ?Theme],[])])])])]
41024
41025%%% File:    ext/VerbNet/weather-57.xml
41026%%% Primary: It V NP.theme (weather-57)
41027%%% Syntax:  [lex:it,lex:be,v,np:Theme]
41028%%% CCG:     (s:_\lex:it)/np
41029%%% Roles:   [Theme]
41030%%% Missing: [lex:be]
41031%%% Example: It's raining cats and dogs.
41032%%%
41033verbnet(blow, (s:_\lex:it)/np, ['Theme'], [57]).
41034verbnet(clear, (s:_\lex:it)/np, ['Theme'], [57]).
41035verbnet(drizzle, (s:_\lex:it)/np, ['Theme'], [57]).
41036verbnet(fog, (s:_\lex:it)/np, ['Theme'], [57]).
41037verbnet(frost, (s:_\lex:it)/np, ['Theme'], [57]).
41038verbnet(freeze, (s:_\lex:it)/np, ['Theme'], [57]).
41039verbnet(gust, (s:_\lex:it)/np, ['Theme'], [57]).
41040verbnet(hail, (s:_\lex:it)/np, ['Theme'], [57]).
41041verbnet(howl, (s:_\lex:it)/np, ['Theme'], [57]).
41042verbnet(lightning, (s:_\lex:it)/np, ['Theme'], [57]).
41043verbnet(mist, (s:_\lex:it)/np, ['Theme'], [57]).
41044verbnet(mizzle, (s:_\lex:it)/np, ['Theme'], [57]).
41045verbnet(pelt, (s:_\lex:it)/np, ['Theme'], [57]).
41046verbnet(pour, (s:_\lex:it)/np, ['Theme'], [57]).
41047verbnet(precipitate, (s:_\lex:it)/np, ['Theme'], [57]).
41048verbnet(rain, (s:_\lex:it)/np, ['Theme'], [57]).
41049verbnet(roar, (s:_\lex:it)/np, ['Theme'], [57]).
41050verbnet(shower, (s:_\lex:it)/np, ['Theme'], [57]).
41051verbnet(sleet, (s:_\lex:it)/np, ['Theme'], [57]).
41052verbnet(snow, (s:_\lex:it)/np, ['Theme'], [57]).
41053verbnet(spit, (s:_\lex:it)/np, ['Theme'], [57]).
41054verbnet(spot, (s:_\lex:it)/np, ['Theme'], [57]).
41055verbnet(sprinkle, (s:_\lex:it)/np, ['Theme'], [57]).
41056verbnet(storm, (s:_\lex:it)/np, ['Theme'], [57]).
41057verbnet(swelter, (s:_\lex:it)/np, ['Theme'], [57]).
41058verbnet(teem, (s:_\lex:it)/np, ['Theme'], [57]).
41059verbnet(thaw, (s:_\lex:it)/np, ['Theme'], [57]).
41060verbnet(thunder, (s:_\lex:it)/np, ['Theme'], [57]).
41061% frameproblem: [element(DESCRIPTION,[descriptionNumber=0.7,primary=It V PP.theme,secondary=PP; Expletive Subject, Theme-PP,xtag=],[]),element(EXAMPLES,[],[element(EXAMPLE,[],[It was pelting with rain.])]),element(SYNTAX,[],[element(LEX,[value=it[+be]],[]),element(VERB,[],[]),element(PREP,[value=with],[element(SELRESTRS,[],[])]),element(NP,[value=Theme],[element(SYNRESTRS,[],[])])]),element(SEMANTICS,[],[element(PRED,[value=weather],[element(ARGS,[],[element(ARG,[type=Event,value=during(E)],[]),element(ARG,[type=VerbSpecific,value=Weather_type],[]),element(ARG,[type=ThemRole,value=Theme],[])])])])]
41062
41063%%% File:    ext/VerbNet/weekend-56.xml
41064%%% Primary: NP V PP.location (weekend-56)
41065%%% Syntax:  [np:Theme,v,pp,np:Location]
41066%%% CCG:     (s:_\np)/pp
41067%%% Roles:   [Theme]
41068%%% Example: My family always summered at the seashore.
41069%%%
41070verbnet('December', (s:_\np)/pp, ['Theme'], [56]).
41071verbnet(holiday, (s:_\np)/pp, ['Theme'], [56]).
41072verbnet(honeymoon, (s:_\np)/pp, ['Theme'], [56]).
41073verbnet(junket, (s:_\np)/pp, ['Theme'], [56]).
41074verbnet(overnight, (s:_\np)/pp, ['Theme'], [56]).
41075verbnet(sojourn, (s:_\np)/pp, ['Theme'], [56]).
41076verbnet(summer, (s:_\np)/pp, ['Theme'], [56]).
41077verbnet(vacation, (s:_\np)/pp, ['Theme'], [56]).
41078verbnet(weekend, (s:_\np)/pp, ['Theme'], [56]).
41079verbnet(winter, (s:_\np)/pp, ['Theme'], [56]).
41080
41081%%% File:    ext/VerbNet/wink-40.3.1.xml
41082%%% Primary: NP V (wink-40.3.1-1)
41083%%% Syntax:  [np:Agent,v]
41084%%% CCG:     s:_\np
41085%%% Roles:   [Agent]
41086%%% Example: Linda winked.
41087%%%
41088verbnet(beckon, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41089verbnet(blink, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41090verbnet(clap, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41091verbnet(gesture, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41092verbnet(nod, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41093verbnet(point, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41094verbnet(shrug, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41095verbnet(squint, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41096verbnet(wave, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41097verbnet(wink, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]).
41098
41099%%% File:    ext/VerbNet/wink-40.3.1.xml
41100%%% Primary: NP V PP.recipient (wink-40.3.1-1)
41101%%% Syntax:  [np:Agent,v,pp,np:Recipient]
41102%%% CCG:     (s:_\np)/pp
41103%%% Roles:   [Agent]
41104%%% Example: Linda winked at the audience.
41105%%%
41106verbnet(beckon, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41107verbnet(blink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41108verbnet(clap, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41109verbnet(gesture, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41110verbnet(nod, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41111verbnet(point, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41112verbnet(shrug, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41113verbnet(squint, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41114verbnet(wave, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41115verbnet(wink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41116
41117%%% File:    ext/VerbNet/wink-40.3.1.xml
41118%%% Primary: NP V NP (wink-40.3.1-1)
41119%%% Syntax:  [np:Agent,v,np:Theme]
41120%%% CCG:     (s:_\np)/np
41121%%% Roles:   [Theme,Agent]
41122%%% Example: Linda winked her agreement.
41123%%%
41124verbnet(beckon, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41125verbnet(blink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41126verbnet(clap, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41127verbnet(gesture, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41128verbnet(nod, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41129verbnet(point, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41130verbnet(shrug, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41131verbnet(squint, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41132verbnet(wave, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41133verbnet(wink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41134
41135%%% File:    ext/VerbNet/wink-40.3.1.xml
41136%%% Primary: NP V PP.theme (wink-40.3.1-1)
41137%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
41138%%% CCG:     (s:_\np)/pp
41139%%% Roles:   [Agent]
41140%%% Example: Linda winked in agreement.
41141%%%
41142verbnet(beckon, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41143verbnet(blink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41144verbnet(clap, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41145verbnet(gesture, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41146verbnet(nod, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41147verbnet(point, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41148verbnet(shrug, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41149verbnet(squint, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41150verbnet(wave, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41151verbnet(wink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]).
41152verbnet(in, pp/np, ['Theme'], [40,.,3,.,1,-,1]).
41153
41154%%% File:    ext/VerbNet/wink-40.3.1.xml
41155%%% Primary: NP V NP (wink-40.3.1-1)
41156%%% Syntax:  [np:Agent,v,np:Theme]
41157%%% CCG:     (s:_\np)/np
41158%%% Roles:   [Theme,Agent]
41159%%% Example: His brother nodded vigorous assent.
41160%%%
41161verbnet(beckon, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41162verbnet(blink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41163verbnet(clap, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41164verbnet(gesture, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41165verbnet(nod, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41166verbnet(point, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41167verbnet(shrug, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41168verbnet(squint, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41169verbnet(wave, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41170verbnet(wink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]).
41171
41172%%% File:    ext/VerbNet/wink-40.3.1.xml
41173%%% Primary: NP V NP (wink-40.3.1)
41174%%% Syntax:  [np:Agent,v,np:Patient]
41175%%% CCG:     (s:_\np)/np
41176%%% Roles:   [Patient,Agent]
41177%%% Example: Linda winked her eye.
41178%%%
41179verbnet(beckon, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41180verbnet(blink, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41181verbnet(clap, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41182verbnet(gesture, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41183verbnet(nod, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41184verbnet(point, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41185verbnet(shrug, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41186verbnet(squint, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41187verbnet(wave, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41188verbnet(wink, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41189verbnet(wag, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41190
41191%%% File:    ext/VerbNet/wink-40.3.1.xml
41192%%% Primary: NP V NP PP.theme (wink-40.3.1)
41193%%% Syntax:  [np:Agent,v,np:Patient,prep:in,np:Theme]
41194%%% CCG:     ((s:_\np)/pp)/np
41195%%% Roles:   [Patient,Agent]
41196%%% Example: Linda winked her eye in agreement.
41197%%%
41198verbnet(beckon, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41199verbnet(blink, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41200verbnet(clap, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41201verbnet(gesture, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41202verbnet(nod, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41203verbnet(point, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41204verbnet(shrug, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41205verbnet(squint, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41206verbnet(wave, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41207verbnet(wink, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41208verbnet(wag, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]).
41209verbnet(in, pp/np, ['Theme'], [40,.,3,.,1]).
41210
41211%%% File:    ext/VerbNet/wipe_instr-10.4.2.xml
41212%%% Primary: NP V NP PP.destination (wipe_instr-10.4.2-1)
41213%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
41214%%% CCG:     ((s:_\np)/pp)/np
41215%%% Roles:   [Theme,Agent]
41216%%% Example: He plowed the snow back into the ditch.
41217%%%
41218verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41219verbnet(comb, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41220verbnet(hose, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41221verbnet(mop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41222verbnet(plow, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41223verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41224verbnet(shear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41225verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41226verbnet(siphon, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41227verbnet(vacuum, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]).
41228
41229%%% File:    ext/VerbNet/wipe_instr-10.4.2.xml
41230%%% Primary: NP V NP PP.initial_location (wipe_instr-10.4.2)
41231%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
41232%%% CCG:     ((s:_\np)/pp)/np
41233%%% Roles:   [Theme,Agent]
41234%%% Example: Carla shoveled the snow from the walk.
41235%%%
41236verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41237verbnet(comb, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41238verbnet(hose, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41239verbnet(mop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41240verbnet(plow, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41241verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41242verbnet(shear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41243verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41244verbnet(siphon, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41245verbnet(vacuum, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41246verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41247verbnet(filter, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41248verbnet(hoover, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41249verbnet(iron, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41250verbnet(plough, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41251verbnet(sandpaper, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41252verbnet(sponge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41253verbnet(squeegee, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41254verbnet(towel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]).
41255
41256%%% File:    ext/VerbNet/wipe_instr-10.4.2.xml
41257%%% Primary: NP V NP.initial_location (wipe_instr-10.4.2)
41258%%% Syntax:  [np:Agent,v,np:Initial_Location]
41259%%% CCG:     (s:_\np)/np
41260%%% Roles:   [Source,Agent]
41261%%% Example: Carla shoveled the walk.
41262%%%
41263verbnet(brush, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41264verbnet(comb, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41265verbnet(hose, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41266verbnet(mop, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41267verbnet(plow, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41268verbnet(rake, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41269verbnet(shear, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41270verbnet(shovel, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41271verbnet(siphon, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41272verbnet(vacuum, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41273verbnet(file, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41274verbnet(filter, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41275verbnet(hoover, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41276verbnet(iron, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41277verbnet(plough, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41278verbnet(sandpaper, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41279verbnet(sponge, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41280verbnet(squeegee, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41281verbnet(towel, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]).
41282
41283%%% File:    ext/VerbNet/wipe_instr-10.4.2.xml
41284%%% Primary: NP V (wipe_instr-10.4.2)
41285%%% Syntax:  [np:Agent,v]
41286%%% CCG:     s:_\np
41287%%% Roles:   [Agent]
41288%%% Example: Carla was vacuuming.
41289%%%
41290verbnet(brush, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41291verbnet(comb, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41292verbnet(hose, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41293verbnet(mop, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41294verbnet(plow, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41295verbnet(rake, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41296verbnet(shear, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41297verbnet(shovel, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41298verbnet(siphon, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41299verbnet(vacuum, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41300verbnet(file, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41301verbnet(filter, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41302verbnet(hoover, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41303verbnet(iron, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41304verbnet(plough, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41305verbnet(sandpaper, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41306verbnet(sponge, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41307verbnet(squeegee, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41308verbnet(towel, s:_\np, ['Agent'], [10,'.',4,'.',2]).
41309
41310%%% File:    ext/VerbNet/wipe_instr-10.4.2.xml
41311%%% Primary: NP V NP ADJP-Result (wipe_instr-10.4.2)
41312%%% Syntax:  [np:Agent,v,np:Initial_Location,np:Result]
41313%%% CCG:     ((s:_\np)/np)/np
41314%%% Roles:   [Source,Goal,Agent]
41315%%% Example: Carla shoveled the walk clean.
41316%%%
41317verbnet(brush, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41318verbnet(comb, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41319verbnet(hose, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41320verbnet(mop, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41321verbnet(plow, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41322verbnet(rake, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41323verbnet(shear, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41324verbnet(shovel, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41325verbnet(siphon, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41326verbnet(vacuum, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41327verbnet(file, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41328verbnet(filter, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41329verbnet(hoover, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41330verbnet(iron, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41331verbnet(plough, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41332verbnet(sandpaper, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41333verbnet(sponge, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41334verbnet(squeegee, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41335verbnet(towel, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]).
41336
41337%%% File:    ext/VerbNet/wipe_manner-10.4.1.xml
41338%%% Primary: NP V PP-Conative (wipe_manner-10.4.1-1)
41339%%% Syntax:  [np:Agent,v,prep:at,np:Source]
41340%%% CCG:     (s:_\np)/pp
41341%%% Roles:   [Agent]
41342%%% Example: Brian wiped at the counter.
41343%%%
41344verbnet(bail, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41345verbnet(dab, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41346verbnet(dust, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41347verbnet(erase, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41348verbnet(lick, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41349verbnet(pluck, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41350verbnet(prune, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41351verbnet(rinse, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41352verbnet(rub, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41353verbnet(scour, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41354verbnet(scrape, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41355verbnet(scratch, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41356verbnet(scrub, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41357verbnet(squeeze, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41358verbnet(strip, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41359verbnet(suck, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41360verbnet(suction, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41361verbnet(swab, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41362verbnet(sweep, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41363verbnet(wash, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41364verbnet(wear, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41365verbnet(wipe, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]).
41366verbnet(at, pp/np, ['Source'], [10,.,4,.,1,-,1]).
41367
41368%%% File:    ext/VerbNet/wipe_manner-10.4.1.xml
41369%%% Primary: NP V NP PP.source (wipe_manner-10.4.1)
41370%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Source]
41371%%% CCG:     ((s:_\np)/pp)/np
41372%%% Roles:   [Theme,Agent]
41373%%% Example: Brian wiped the fingerprints from the counter.
41374%%%
41375verbnet(bail, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41376verbnet(dab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41377verbnet(dust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41378verbnet(erase, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41379verbnet(lick, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41380verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41381verbnet(prune, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41382verbnet(rinse, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41383verbnet(rub, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41384verbnet(scour, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41385verbnet(scrape, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41386verbnet(scratch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41387verbnet(scrub, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41388verbnet(squeeze, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41389verbnet(strip, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41390verbnet(suck, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41391verbnet(suction, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41392verbnet(swab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41393verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41394verbnet(wash, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41395verbnet(wear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41396verbnet(wipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41397verbnet(buff, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41398verbnet(distill, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41399verbnet(distil, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41400verbnet(expunge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41401verbnet(expurgate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41402verbnet(flush, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41403verbnet(leach, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41404verbnet(polish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41405verbnet(purge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41406verbnet(shave, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41407verbnet(smooth, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41408verbnet(skim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41409verbnet(soak, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41410verbnet(strain, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41411verbnet(trim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41412verbnet(unload, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41413verbnet(weed, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41414verbnet(whisk, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41415verbnet(winnow, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41416verbnet(wring, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41417
41418%%% File:    ext/VerbNet/wipe_manner-10.4.1.xml
41419%%% Primary: NP V NP.source (wipe_manner-10.4.1)
41420%%% Syntax:  [np:Agent,v,np:Source]
41421%%% CCG:     (s:_\np)/np
41422%%% Roles:   [Source,Agent]
41423%%% Example: Brian wiped the counter.
41424%%%
41425verbnet(bail, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41426verbnet(dab, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41427verbnet(dust, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41428verbnet(erase, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41429verbnet(lick, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41430verbnet(pluck, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41431verbnet(prune, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41432verbnet(rinse, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41433verbnet(rub, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41434verbnet(scour, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41435verbnet(scrape, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41436verbnet(scratch, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41437verbnet(scrub, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41438verbnet(squeeze, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41439verbnet(strip, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41440verbnet(suck, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41441verbnet(suction, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41442verbnet(swab, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41443verbnet(sweep, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41444verbnet(wash, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41445verbnet(wear, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41446verbnet(wipe, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41447verbnet(buff, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41448verbnet(distill, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41449verbnet(distil, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41450verbnet(expunge, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41451verbnet(expurgate, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41452verbnet(flush, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41453verbnet(leach, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41454verbnet(polish, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41455verbnet(purge, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41456verbnet(shave, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41457verbnet(smooth, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41458verbnet(skim, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41459verbnet(soak, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41460verbnet(strain, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41461verbnet(trim, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41462verbnet(unload, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41463verbnet(weed, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41464verbnet(whisk, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41465verbnet(winnow, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41466verbnet(wring, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]).
41467
41468%%% File:    ext/VerbNet/wipe_manner-10.4.1.xml
41469%%% Primary: NP V NP.theme (wipe_manner-10.4.1)
41470%%% Syntax:  [np:Agent,v,np:Theme]
41471%%% CCG:     (s:_\np)/np
41472%%% Roles:   [Theme,Agent]
41473%%% Example: Barry Cryer erased the writing.
41474%%%
41475verbnet(bail, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41476verbnet(dab, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41477verbnet(dust, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41478verbnet(erase, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41479verbnet(lick, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41480verbnet(pluck, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41481verbnet(prune, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41482verbnet(rinse, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41483verbnet(rub, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41484verbnet(scour, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41485verbnet(scrape, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41486verbnet(scratch, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41487verbnet(scrub, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41488verbnet(squeeze, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41489verbnet(strip, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41490verbnet(suck, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41491verbnet(suction, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41492verbnet(swab, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41493verbnet(sweep, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41494verbnet(wash, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41495verbnet(wear, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41496verbnet(wipe, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41497verbnet(buff, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41498verbnet(distill, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41499verbnet(distil, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41500verbnet(expunge, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41501verbnet(expurgate, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41502verbnet(flush, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41503verbnet(leach, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41504verbnet(polish, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41505verbnet(purge, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41506verbnet(shave, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41507verbnet(smooth, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41508verbnet(skim, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41509verbnet(soak, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41510verbnet(strain, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41511verbnet(trim, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41512verbnet(unload, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41513verbnet(weed, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41514verbnet(whisk, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41515verbnet(winnow, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41516verbnet(wring, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]).
41517
41518%%% File:    ext/VerbNet/wish-62.xml
41519%%% Primary: NP V for NP S_INF (wish-62)
41520%%% Syntax:  [np:Experiencer,v,s:Theme]
41521%%% CCG:     (s:_\np)/s:_
41522%%% Roles:   [Theme,Experiencer]
41523%%% Example: I wished for her to do it.
41524%%%
41525verbnet(expect, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41526verbnet(wish, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41527verbnet(hope, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41528verbnet(intend, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41529verbnet(mean, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41530verbnet(plan, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41531verbnet(propose, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41532verbnet(think, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41533verbnet(aim, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41534verbnet(dream, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41535verbnet(imagine, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41536verbnet(yen, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41537
41538%%% File:    ext/VerbNet/wish-62.xml
41539%%% Primary: NP V NP (wish-62)
41540%%% Syntax:  [np:Experiencer,v,np:Theme]
41541%%% CCG:     (s:_\np)/np
41542%%% Roles:   [Theme,Experiencer]
41543%%% Example: I wished it.
41544%%%
41545verbnet(expect, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41546verbnet(wish, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41547verbnet(hope, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41548verbnet(intend, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41549verbnet(mean, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41550verbnet(plan, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41551verbnet(propose, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41552verbnet(think, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41553verbnet(aim, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41554verbnet(dream, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41555verbnet(imagine, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41556verbnet(yen, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41557
41558%%% File:    ext/VerbNet/wish-62.xml
41559%%% Primary: NP V NP to be ADJ (wish-62)
41560%%% Syntax:  [np:Experiencer,v,np:Theme]
41561%%% CCG:     (s:_\np)/np
41562%%% Roles:   [Theme,Experiencer]
41563%%% Example: I wished him to be nice.
41564%%%
41565verbnet(expect, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41566verbnet(wish, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41567verbnet(hope, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41568verbnet(intend, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41569verbnet(mean, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41570verbnet(plan, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41571verbnet(propose, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41572verbnet(think, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41573verbnet(aim, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41574verbnet(dream, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41575verbnet(imagine, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41576verbnet(yen, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41577
41578%%% File:    ext/VerbNet/wish-62.xml
41579%%% Primary: NP V NP ADJ (wish-62)
41580%%% Syntax:  [np:Experiencer,v,np:Theme]
41581%%% CCG:     (s:_\np)/np
41582%%% Roles:   [Theme,Experiencer]
41583%%% Example: I wished the children found.
41584%%%
41585verbnet(expect, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41586verbnet(wish, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41587verbnet(hope, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41588verbnet(intend, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41589verbnet(mean, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41590verbnet(plan, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41591verbnet(propose, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41592verbnet(think, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41593verbnet(aim, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41594verbnet(dream, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41595verbnet(imagine, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41596verbnet(yen, (s:_\np)/np, ['Theme','Experiencer'], [62]).
41597
41598%%% File:    ext/VerbNet/wish-62.xml
41599%%% Primary: NP V that S (wish-62)
41600%%% Syntax:  [np:Experiencer,v,s:Theme]
41601%%% CCG:     (s:_\np)/s:_
41602%%% Roles:   [Theme,Experiencer]
41603%%% Example: He wished that she would come immediately.
41604%%%
41605verbnet(expect, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41606verbnet(wish, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41607verbnet(hope, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41608verbnet(intend, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41609verbnet(mean, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41610verbnet(plan, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41611verbnet(propose, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41612verbnet(think, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41613verbnet(aim, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41614verbnet(dream, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41615verbnet(imagine, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41616verbnet(yen, (s:_\np)/s:_, ['Theme','Experiencer'], [62]).
41617
41618%%% File:    ext/VerbNet/wish-62.xml
41619%%% Primary: NP V S_INF (wish-62)
41620%%% Syntax:  [np:Experiencer,v,vp_to:Theme]
41621%%% CCG:     (s:_\np)/ (s:ng\np)
41622%%% Roles:   [Theme,Experiencer]
41623%%% Example: He wished to come.
41624%%%
41625verbnet(expect, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41626verbnet(wish, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41627verbnet(hope, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41628verbnet(intend, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41629verbnet(mean, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41630verbnet(plan, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41631verbnet(propose, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41632verbnet(think, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41633verbnet(aim, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41634verbnet(dream, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41635verbnet(imagine, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41636verbnet(yen, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]).
41637
41638%%% File:    ext/VerbNet/withdraw-82.xml
41639%%% Primary: NP V (withdraw-82-1)
41640%%% Syntax:  [np:Agent,v]
41641%%% CCG:     s:_\np
41642%%% Roles:   [Agent]
41643%%% Example: He backed out.
41644%%%
41645verbnet(back_out, s:_\np, ['Agent'], [82,-,1]).
41646verbnet(chicken_out, s:_\np, ['Agent'], [82,-,1]).
41647verbnet(get_out, s:_\np, ['Agent'], [82,-,1]).
41648verbnet(wriggle_out, s:_\np, ['Agent'], [82,-,1]).
41649verbnet(bow_out, s:_\np, ['Agent'], [82,-,1]).
41650verbnet(pull_out, s:_\np, ['Agent'], [82,-,1]).
41651
41652%%% File:    ext/VerbNet/withdraw-82.xml
41653%%% Primary: NP V PP.source (withdraw-82-1)
41654%%% Syntax:  [np:Agent,v,prep:of,np:Source]
41655%%% CCG:     (s:_\np)/pp
41656%%% Roles:   [Agent]
41657%%% Example: He backed out of the trip.
41658%%%
41659verbnet(back_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41660verbnet(chicken_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41661verbnet(get_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41662verbnet(wriggle_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41663verbnet(bow_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41664verbnet(pull_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41665verbnet(of, pp/np, ['Source'], [82,-,1]).
41666
41667%%% File:    ext/VerbNet/withdraw-82.xml
41668%%% Primary: NP V PP.source S_ING (withdraw-82-1)
41669%%% Syntax:  [np:Agent,v,prep:of,np:Source]
41670%%% CCG:     (s:_\np)/pp
41671%%% Roles:   [Agent]
41672%%% Example: He backed out of going on the trip.
41673%%%
41674verbnet(back_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41675verbnet(chicken_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41676verbnet(get_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41677verbnet(wriggle_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41678verbnet(bow_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41679verbnet(pull_out, (s:_\np)/pp, ['Agent'], [82,-,1]).
41680verbnet(of, pp/np, ['Source'], [82,-,1]).
41681
41682%%% File:    ext/VerbNet/withdraw-82.xml
41683%%% Primary: NP V (withdraw-82-2)
41684%%% Syntax:  [np:Agent,v,lex:away]
41685%%% CCG:     s:_\np
41686%%% Roles:   [Agent]
41687%%% Missing: [lex:away]
41688%%% Example: He got away.
41689%%%
41690verbnet(get_away, s:_\np, ['Agent'], [82,-,2]).
41691verbnet(back_off, s:_\np, ['Agent'], [82,-,2]).
41692
41693%%% File:    ext/VerbNet/withdraw-82.xml
41694%%% Primary: NP V PP.source (withdraw-82-2)
41695%%% Syntax:  [np:Agent,v,prep:from,np:Source]
41696%%% CCG:     (s:_\np)/pp
41697%%% Roles:   [Agent]
41698%%% Example: He got away from the area.
41699%%%
41700verbnet(get_away, (s:_\np)/pp, ['Agent'], [82,-,2]).
41701verbnet(back_off, (s:_\np)/pp, ['Agent'], [82,-,2]).
41702verbnet(from, pp/np, ['Source'], [82,-,2]).
41703
41704%%% File:    ext/VerbNet/withdraw-82.xml
41705%%% Primary: NP V PP.source S_ING (withdraw-82-2)
41706%%% Syntax:  [np:Agent,v,prep:from,np:Source]
41707%%% CCG:     (s:_\np)/pp
41708%%% Roles:   [Agent]
41709%%% Example: He backed away from going on the trip.
41710%%%
41711verbnet(get_away, (s:_\np)/pp, ['Agent'], [82,-,2]).
41712verbnet(back_off, (s:_\np)/pp, ['Agent'], [82,-,2]).
41713verbnet(from, pp/np, ['Source'], [82,-,2]).
41714
41715%%% File:    ext/VerbNet/withdraw-82.xml
41716%%% Primary: NP V (withdraw-82-3)
41717%%% Syntax:  [np:Agent,v]
41718%%% CCG:     s:_\np
41719%%% Roles:   [Agent]
41720%%% Example: He withdrew.
41721%%%
41722verbnet(withdraw, s:_\np, ['Agent'], [82,-,3]).
41723verbnet(retreat, s:_\np, ['Agent'], [82,-,3]).
41724verbnet(pull_away, s:_\np, ['Agent'], [82,-,3]).
41725verbnet(retire, s:_\np, ['Agent'], [82,-,3]).
41726
41727%%% File:    ext/VerbNet/withdraw-82.xml
41728%%% Primary: NP V PP.source (withdraw-82-3)
41729%%% Syntax:  [np:Agent,v,prep:from,np:Source]
41730%%% CCG:     (s:_\np)/pp
41731%%% Roles:   [Agent]
41732%%% Example: He withdrew from the trip.
41733%%%
41734verbnet(withdraw, (s:_\np)/pp, ['Agent'], [82,-,3]).
41735verbnet(retreat, (s:_\np)/pp, ['Agent'], [82,-,3]).
41736verbnet(pull_away, (s:_\np)/pp, ['Agent'], [82,-,3]).
41737verbnet(retire, (s:_\np)/pp, ['Agent'], [82,-,3]).
41738verbnet(from, pp/np, ['Source'], [82,-,3]).
41739
41740%%% Most frequent roles for a particular CCG category.
41741%%%
41742verbnet(_, (s:adj\np), ['Theme'], []). % 
41743verbnet(_, pp/np , ['Theme'], []). % n=113
41744verbnet(_, (((s:_\np)/pp)/np)/np , ['Patient','Goal','Agent'], []). % n=81
41745verbnet(_, (((s:_\np)/pp)/pp)/np , ['Patient','Agent'], []). % n=305
41746verbnet(_, ((s:_\np)/np)/np , ['Patient','Goal','Agent'], []). % n=626
41747verbnet(_, ((s:_\np)/np)/pp , ['Topic','Agent'], []). % n=118
41748verbnet(_, ((s:_\np)/pp)/np , ['Theme','Agent'], []). % n=2634
41749verbnet(_, ((s:_\np)/pp)/pp , ['Agent'], []). % n=667
41750verbnet(_, ((s:_\np)/s:_)/np , ['Recipient','Topic','Agent'], []). % n=146
41751verbnet(_, ((s:_\np)/s:_)/pp , ['Topic','Agent'], []). % n=432
41752verbnet(_, ((s:_\np)/ (s:ng\np))/np , ['Theme','Attribute','Agent'], []). % n=55
41753verbnet(_, ((s:_\np)/ (s:ng\np))/pp , ['Topic','Agent'], []). % n=217
41754verbnet(_, ((s:_\lex:it)/s:_)/pp , ['Stimulus'], []). % n=2
41755verbnet(_, ((s:_\lex:there)/np)/pp , ['Theme'], []). % n=227
41756verbnet(_, ((s:_\lex:there)/pp)/np , ['Theme'], []). % n=412
41757verbnet(_, (s:_\np)/np , ['Theme','Agent'], []). % n=2403
41758verbnet(_, (s:_\np)/pp , ['Agent'], []). % n=1639
41759verbnet(_, (s:_\np)/s:_ , ['Topic','Agent'], []). % n=781
41760verbnet(_, (s:_\np)/ (s:b\np) , ['Stimulus','Experiencer'], []). % n=8
41761verbnet(_, (s:_\np)/ (s:ng\np) , ['Theme','Agent'], []). % n=137
41762verbnet(_, (s:_\pp)/np , ['Theme'], []). % n=537
41763verbnet(_, (s:_\lex:it)/np , ['Theme'], []). % n=28
41764verbnet(_, (s:_\lex:it)/s:_ , ['Theme'], []). % n=13
41765verbnet(_, (s:_\lex:there)/np , ['Theme'], []). % n=82
41766verbnet(_, s:_\np , ['Patient'], []). % n=1719
41767verbnet(_, s:_\s:_ , ['Stimulus'], []). % n=2