%%% automatically generated by src/prolog/lib/verbnet2boxer.pl %%% :- module(verbnet,[verbnet/3,verbnet/4]). :- use_module(boxer(slashes)). %%% wrapper %%% verbnet(A,B,C):- verbnet(A,B,C,_). %%% File: ext/VerbNet/accept-77.xml %%% Primary: NP V how S (accept-77) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I accept how you do it. %%% verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(understand, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(encourage, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(discourage, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(disprefer, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(reject, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(repent, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(rue, (s:_\np)/s:_, ['Theme','Agent'], [77]). %%% File: ext/VerbNet/accept-77.xml %%% Primary: NP V NP (accept-77) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I accepted it. %%% verbnet(accept, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(understand, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(disprefer, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(reject, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(repent, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(rue, (s:_\np)/np, ['Theme','Agent'], [77]). %%% File: ext/VerbNet/accept-77.xml %%% Primary: NP V S_ING (accept-77) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I accepted their writing novels. %%% verbnet(accept, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(understand, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(disprefer, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(reject, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(repent, (s:_\np)/np, ['Theme','Agent'], [77]). verbnet(rue, (s:_\np)/np, ['Theme','Agent'], [77]). %%% File: ext/VerbNet/accept-77.xml %%% Primary: NP V that S (accept-77) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I accepted that they wrote novels. %%% verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(understand, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(encourage, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(discourage, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(disprefer, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(reject, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(repent, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(rue, (s:_\np)/s:_, ['Theme','Agent'], [77]). %%% File: ext/VerbNet/accept-77.xml %%% Primary: NP V what S (accept-77) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I accepted what they were doing. %%% verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(understand, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(encourage, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(discourage, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(disprefer, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(reject, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(repent, (s:_\np)/s:_, ['Theme','Agent'], [77]). verbnet(rue, (s:_\np)/s:_, ['Theme','Agent'], [77]). %%% File: ext/VerbNet/accompany-51.7.xml %%% Primary: NP V NP (accompany-51.7) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Jackie accompanied Rose. %%% verbnet(accompany, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(conduct, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(escort, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(guide, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(lead, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(misdirect, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(shepherd, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). verbnet(steer, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]). %%% File: ext/VerbNet/accompany-51.7.xml %%% Primary: NP V NP PP.destination (accompany-51.7) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Jackie accompanied Rose to the store. %%% verbnet(accompany, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(conduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(escort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(guide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(lead, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(misdirect, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(shepherd, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). verbnet(steer, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]). %%% File: ext/VerbNet/acquiesce-95.xml %%% Primary: NP V PP.co-agent (acquiesce-95) %%% Syntax: [np:Agent,v,prep:to,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The enemy soldiers submitted to us. %%% verbnet(acquiesce, (s:_\np)/pp, ['Agent'], [95]). verbnet(submit, (s:_\np)/pp, ['Agent'], [95]). verbnet(give_in, (s:_\np)/pp, ['Agent'], [95]). verbnet(bow, (s:_\np)/pp, ['Agent'], [95]). verbnet(defer, (s:_\np)/pp, ['Agent'], [95]). verbnet(accede, (s:_\np)/pp, ['Agent'], [95]). verbnet(succumb, (s:_\np)/pp, ['Agent'], [95]). verbnet(yield, (s:_\np)/pp, ['Agent'], [95]). verbnet(capitulate, (s:_\np)/pp, ['Agent'], [95]). verbnet(to, pp/np, ['Agent'], [95]). %%% File: ext/VerbNet/acquiesce-95.xml %%% Primary: NP V S_INF (acquiesce-95) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: The king acquiesced to be in the same room with the paupers %%% verbnet(acquiesce, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(submit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(give_in, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(bow, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(defer, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(accede, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(succumb, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(yield, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). verbnet(capitulate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]). %%% File: ext/VerbNet/acquiesce-95.xml %%% Primary: NP V PP.theme (acquiesce-95) %%% Syntax: [np:Agent,v,prep:to,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The enemy soldiers submitted to demands. %%% verbnet(acquiesce, (s:_\np)/pp, ['Agent'], [95]). verbnet(submit, (s:_\np)/pp, ['Agent'], [95]). verbnet(give_in, (s:_\np)/pp, ['Agent'], [95]). verbnet(bow, (s:_\np)/pp, ['Agent'], [95]). verbnet(defer, (s:_\np)/pp, ['Agent'], [95]). verbnet(accede, (s:_\np)/pp, ['Agent'], [95]). verbnet(succumb, (s:_\np)/pp, ['Agent'], [95]). verbnet(yield, (s:_\np)/pp, ['Agent'], [95]). verbnet(capitulate, (s:_\np)/pp, ['Agent'], [95]). verbnet(to, pp/np, ['Theme'], [95]). %%% File: ext/VerbNet/addict-96.xml %%% Primary: NP V NP PP.stimulus (addict-96) %%% Syntax: [np:Agent,v,np:Patient,prep:to,np:Stimulus] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I addicted him to Douglas Adams. %%% verbnet(addict, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(bias, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(dispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(incline, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(predispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(woo, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(slant, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(to, pp/np, ['Stimulus'], [96]). %%% File: ext/VerbNet/addict-96.xml %%% Primary: NP V NP S_ING (addict-96) %%% Syntax: [np:Agent,v,np:Patient,prep:to,np:Stimulus] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Mary addicted him to going on long journeys. %%% verbnet(addict, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(bias, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(dispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(incline, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(predispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(woo, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(slant, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]). verbnet(to, pp/np, ['Stimulus'], [96]). %%% File: ext/VerbNet/adjust-26.9.xml %%% Primary: NP V NP (adjust-26.9) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: He adapted himself. %%% verbnet(adapt, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(accommodate, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(conform, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(adjust, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(gear, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(fit, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(readjust, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(readapt, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). verbnet(assimilate, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]). %%% File: ext/VerbNet/adjust-26.9.xml %%% Primary: NP V NP PP (adjust-26.9) %%% Syntax: [np:Agent,v,np:Patient,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: He adapted himself to the situation. %%% verbnet(adapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(accommodate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(conform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(adjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(gear, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(fit, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(readjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(readapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(assimilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(to, pp/np, ['Goal'], [26,.,9]). %%% File: ext/VerbNet/adjust-26.9.xml %%% Primary: NP V NP S_ING (adjust-26.9) %%% Syntax: [np:Agent,v,np:Patient,prep:to,vp_ng:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: He adapted himself to waking up early. %%% verbnet(adapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(accommodate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(conform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(adjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(gear, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(fit, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(readjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(readapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(assimilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]). verbnet(to, pp/(s:ng\np), ['Goal'], [26,.,9]). %%% File: ext/VerbNet/adjust-26.9.xml %%% Primary: NP V S_ING (adjust-26.9) %%% Syntax: [np:Agent,v,prep:to,np:Goal] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He adapted to waking up early. %%% verbnet(adapt, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(accommodate, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(conform, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(adjust, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(gear, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(fit, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(readjust, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(readapt, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(assimilate, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(to, pp/np, ['Goal'], [26,.,9]). %%% File: ext/VerbNet/adjust-26.9.xml %%% Primary: NP V PP (adjust-26.9) %%% Syntax: [np:Agent,v,prep:to,np:Goal] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He adapted to the situation. %%% verbnet(adapt, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(accommodate, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(conform, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(adjust, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(gear, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(fit, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(readjust, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(readapt, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(assimilate, (s:_\np)/pp, ['Agent'], [26,'.',9]). verbnet(to, pp/np, ['Goal'], [26,.,9]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V S_INF (admire-31.2-1) %%% Syntax: [np:Experiencer,v,vp_to:Stimulus] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Stimulus,Experiencer] %%% Example: I loved to write. %%% verbnet(despise, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(detest, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(disdain, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(dislike, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(regret, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(like, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(love, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(fear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). verbnet(hate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V NP (admire-31.2) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: The tourists admired the paintings. %%% verbnet(despise, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(detest, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disdain, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dislike, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(regret, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(like, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(love, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(enjoy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(hate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(admire, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(adore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(appreciate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(applaud, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bewail, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(cherish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deify, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disbelieve, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(esteem, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(exalt, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fancy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(favor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(grudge, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(idolize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(miss, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prefer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(affirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(reaffirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(respect, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(relish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(revere, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(stand, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(support, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(tolerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(treasure, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(trust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(value, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(venerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(worship, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(abhor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deplore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(distrust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dread, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(envy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(execrate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(lament, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(loathe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(mourn, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(pity, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(resent, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(rue, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(believe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(suffer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V NP PP.attribute (admire-31.2) %%% Syntax: [np:Experiencer,v,np:Stimulus,prep:for,np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I admired him for his honesty. %%% verbnet(despise, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(detest, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disdain, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dislike, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(regret, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(like, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(love, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(enjoy, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fear, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(hate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(admire, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(adore, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(appreciate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(applaud, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bear, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bewail, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(cherish, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deify, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disbelieve, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(esteem, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(exalt, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fancy, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(favor, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(grudge, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(idolize, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(miss, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prefer, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(affirm, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(reaffirm, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prize, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(respect, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(relish, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(revere, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(savor, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(stand, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(support, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(tolerate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(treasure, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(trust, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(value, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(venerate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(worship, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(abhor, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deplore, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(distrust, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dread, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(envy, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(execrate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(lament, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(loathe, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(mourn, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(pity, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(resent, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(rue, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(believe, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(suffer, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(for, pp/np, ['Attribute'], [31,.,2]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V NP.stimulus (admire-31.2) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I admired the honesty in him. %%% verbnet(despise, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(detest, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disdain, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dislike, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(regret, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(like, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(love, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(enjoy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(hate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(admire, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(adore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(appreciate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(applaud, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bewail, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(cherish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deify, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disbelieve, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(esteem, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(exalt, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fancy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(favor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(grudge, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(idolize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(miss, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prefer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(affirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(reaffirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(respect, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(relish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(revere, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(stand, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(support, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(tolerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(treasure, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(trust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(value, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(venerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(worship, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(abhor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deplore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(distrust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dread, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(envy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(execrate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(lament, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(loathe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(mourn, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(pity, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(resent, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(rue, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(believe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(suffer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V that S (admire-31.2) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: The children liked that the clown had a red nose. %%% verbnet(despise, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(detest, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disdain, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dislike, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(regret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(like, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(love, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(enjoy, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(hate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(admire, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(adore, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(appreciate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(applaud, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bewail, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(cherish, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deify, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disbelieve, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(esteem, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(exalt, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fancy, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(favor, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(grudge, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(idolize, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(miss, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prefer, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(affirm, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(reaffirm, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prize, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(respect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(relish, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(revere, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(savor, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(stand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(support, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(tolerate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(treasure, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(trust, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(value, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(venerate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(worship, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(abhor, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deplore, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(distrust, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dread, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(envy, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(execrate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(lament, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(loathe, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(mourn, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(pity, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(resent, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(rue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(believe, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(suffer, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V S_ING (admire-31.2) %%% Syntax: [np:Experiencer,v,vp_ng:Stimulus] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Stimulus,Experiencer] %%% Example: I loved writing. %%% verbnet(despise, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(detest, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disdain, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dislike, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(regret, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(like, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(love, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(hate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(admire, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(adore, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(appreciate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(applaud, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bewail, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(cherish, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deify, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disbelieve, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(esteem, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(exalt, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fancy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(favor, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(grudge, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(idolize, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(miss, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prefer, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(affirm, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(reaffirm, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prize, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(respect, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(relish, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(revere, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(savor, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(stand, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(support, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(tolerate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(treasure, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(trust, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(value, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(venerate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(worship, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(abhor, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deplore, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(distrust, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dread, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(envy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(execrate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(lament, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(loathe, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(mourn, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(pity, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(resent, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(rue, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(believe, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). verbnet(suffer, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]). %%% File: ext/VerbNet/admire-31.2.xml %%% Primary: NP V NP S_ING (admire-31.2) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I loved him writing novels. %%% verbnet(despise, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(detest, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disdain, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dislike, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(regret, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(like, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(love, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(enjoy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(hate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(admire, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(adore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(appreciate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(applaud, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(bewail, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(cherish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deify, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(disbelieve, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(esteem, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(exalt, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(fancy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(favor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(grudge, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(idolize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(miss, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prefer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(affirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(reaffirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(prize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(respect, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(relish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(revere, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(stand, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(support, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(tolerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(treasure, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(trust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(value, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(venerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(worship, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(abhor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(deplore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(distrust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(dread, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(envy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(execrate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(lament, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(loathe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(mourn, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(pity, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(resent, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(rue, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(believe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). verbnet(suffer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]). %%% File: ext/VerbNet/admit-65.xml %%% Primary: NP V NP (admit-65) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: She admitted us. %%% verbnet(admit, (s:_\np)/np, ['Theme','Agent'], [65]). verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [65]). verbnet(exclude, (s:_\np)/np, ['Theme','Agent'], [65]). verbnet(include, (s:_\np)/np, ['Theme','Agent'], [65]). verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [65]). verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [65]). %%% File: ext/VerbNet/admit-65.xml %%% Primary: NP V NP ADV (admit-65) %%% Syntax: [np:Agent,v,np:Theme,np:Location] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Location,Agent] %%% Example: She admitted us here. %%% verbnet(admit, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]). verbnet(allow, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]). verbnet(exclude, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]). verbnet(include, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]). verbnet(permit, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]). verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]). %%% File: ext/VerbNet/admit-65.xml %%% Primary: NP V NP PP.location (admit-65) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: She allowed us near the house. %%% verbnet(admit, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]). verbnet(allow, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]). verbnet(exclude, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]). verbnet(include, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]). verbnet(permit, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]). verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]). %%% File: ext/VerbNet/adopt-93.xml %%% Primary: NP V NP (adopt-93) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Soon, the new President will assume office. %%% verbnet(assume, (s:_\np)/np, ['Theme','Agent'], [93]). verbnet(adopt, (s:_\np)/np, ['Theme','Agent'], [93]). verbnet(take_over, (s:_\np)/np, ['Theme','Agent'], [93]). verbnet(take_on, (s:_\np)/np, ['Theme','Agent'], [93]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V PP.topic (advise-37.9-1) %%% Syntax: [np:Agent,v,prep:against about concerning on regarding respecting,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Ellen warned against skating on thin ice. %%% verbnet(admonish, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]). verbnet(advise, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]). verbnet(caution, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]). verbnet(counsel, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]). verbnet(instruct, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]). verbnet(warn, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]). verbnet(against, pp/np, ['Topic'], [37,.,9,-,1]). verbnet(about, pp/np, ['Topic'], [37,.,9,-,1]). verbnet(concerning, pp/np, ['Topic'], [37,.,9,-,1]). verbnet(on, pp/np, ['Topic'], [37,.,9,-,1]). verbnet(regarding, pp/np, ['Topic'], [37,.,9,-,1]). verbnet(respecting, pp/np, ['Topic'], [37,.,9,-,1]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V that S (advise-37.9-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Ellen warned that the party would be tonight. %%% verbnet(admonish, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(caution, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(counsel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(instruct, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(warn, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V how S_INF (advise-37.9-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Ellen warned how to avoid the crowd. %%% verbnet(admonish, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(caution, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(counsel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(instruct, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(warn, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V S-Quote (advise-37.9-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Ellen warned, 'Avoid that hole in the sidewalk.' %%% verbnet(admonish, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(caution, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(counsel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(instruct, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). verbnet(warn, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V NP.recipient (advise-37.9) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Ellen alerted Helen. %%% verbnet(admonish, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(advise, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(caution, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(counsel, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(instruct, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(warn, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(alert, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(assure, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(brief, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(encourage, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(inform, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(notify, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V NP PP.topic (advise-37.9) %%% Syntax: [np:Agent,v,np:Recipient,prep:against about concerning on regarding respecting,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: Ellen warned Helen against skating on thin ice. %%% verbnet(admonish, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(advise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(caution, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(counsel, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(instruct, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(warn, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(alert, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(assure, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(brief, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(encourage, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(inform, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(notify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(against, pp/np, ['Topic'], [37,.,9]). verbnet(about, pp/np, ['Topic'], [37,.,9]). verbnet(concerning, pp/np, ['Topic'], [37,.,9]). verbnet(on, pp/np, ['Topic'], [37,.,9]). verbnet(regarding, pp/np, ['Topic'], [37,.,9]). verbnet(respecting, pp/np, ['Topic'], [37,.,9]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V NP.recipient that S (advise-37.9) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen warned Helen that the party would be tonight. %%% verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(caution, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(counsel, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(instruct, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(warn, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(alert, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(brief, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(encourage, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V NP how S_INF (advise-37.9) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen warned Helen how to avoid the crowd. %%% verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(caution, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(counsel, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(instruct, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(warn, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(alert, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(brief, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(encourage, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V NP S-Quote (advise-37.9) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen warned Helen, 'Avoid that hole in the sidewalk.' %%% verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(caution, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(counsel, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(instruct, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(warn, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(alert, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(brief, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(encourage, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]). %%% File: ext/VerbNet/advise-37.9.xml %%% Primary: NP V NP PP.topic (advise-37.9) %%% Syntax: [np:Agent,v,np:Recipient,prep:of,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: My accountant warned me of the new loopholes in the tax code. %%% verbnet(admonish, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(advise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(caution, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(counsel, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(instruct, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(warn, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(alert, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(assure, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(brief, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(encourage, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(inform, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(notify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]). verbnet(of, pp/np, ['Topic'], [37,.,9]). %%% File: ext/VerbNet/allow-64.xml %%% Primary: NP V NP (allow-64) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They allow birds. %%% verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(tolerate, (s:_\np)/np, ['Theme','Agent'], [64]). %%% File: ext/VerbNet/allow-64.xml %%% Primary: NP V S_ING (allow-64) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: They allow smoking. %%% verbnet(allow, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]). verbnet(approve, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]). verbnet(permit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]). verbnet(sanction, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]). verbnet(tolerate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]). %%% File: ext/VerbNet/allow-64.xml %%% Primary: NP V NP to be NP (allow-64) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They allow us to be smokers. %%% verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(tolerate, (s:_\np)/np, ['Theme','Agent'], [64]). %%% File: ext/VerbNet/allow-64.xml %%% Primary: NP V S_ING (allow-64) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They allow our smoking. %%% verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [64]). verbnet(tolerate, (s:_\np)/np, ['Theme','Agent'], [64]). %%% File: ext/VerbNet/allow-64.xml %%% Primary: NP V that S (allow-64) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: They allow that we smoke. %%% verbnet(allow, (s:_\np)/s:_, ['Theme','Agent'], [64]). verbnet(approve, (s:_\np)/s:_, ['Theme','Agent'], [64]). verbnet(permit, (s:_\np)/s:_, ['Theme','Agent'], [64]). verbnet(sanction, (s:_\np)/s:_, ['Theme','Agent'], [64]). verbnet(tolerate, (s:_\np)/s:_, ['Theme','Agent'], [64]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V (amalgamate-22.2-1-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The yolks and the whites intermingled. %%% verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]). verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]). verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V NP PP.co-patient (amalgamate-22.2-1) %%% Syntax: [np:Agent,v,np:Patient,prep:into to with,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Diabetics can now incorporate sugar into their desserts. %%% verbnet(amalgamate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(coalesce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(consolidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(intermingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(couple, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(incorporate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(integrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(match, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(overlap, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(into, pp/np, ['Patient'], [22,.,2,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,2,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,2,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V NP (amalgamate-22.2-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: A new firm will integrate their ice cream production lines. %%% verbnet(amalgamate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(intermingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(couple, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(incorporate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(integrate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(match, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). verbnet(overlap, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V PP.co-patient (amalgamate-22.2-1) %%% Syntax: [np:Patient,v,prep:with,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Ice cream integrates with desserts. %%% verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(couple, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(match, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(overlap, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,2,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V (amalgamate-22.2-2-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Plays and ballets alternate. %%% verbnet(alternate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(crisscross, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(entwine, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interchange, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interconnect, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interlace, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interlink, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interlock, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(intersperse, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(intertwine, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interweave, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(mate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(unite, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(coincide, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(contrast, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(correlate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(harmonize, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(interrelate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(rhyme, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). verbnet(unify, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V NP PP.co-patient (amalgamate-22.2-2) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The merger associated company A with company B. %%% verbnet(alternate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(crisscross, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(entwine, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interchange, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interconnect, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interlace, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interlink, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interlock, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(intersperse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(intertwine, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interweave, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(mate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(unite, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(coalesce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(coincide, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(consolidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(contrast, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(correlate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(harmonize, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(intermingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interrelate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(rhyme, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(unify, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(conjoin, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(entangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(muddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(pair, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(team, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(affiliate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(associate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(compare, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(confederate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(confuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(incorporate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(integrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(total, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(identity, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(with, pp/np, ['Patient'], [22,.,2,-,2]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V NP (amalgamate-22.2-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: The merger associated the two companies. %%% verbnet(alternate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(crisscross, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(entwine, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interchange, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interconnect, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interlace, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interlink, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interlock, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(intersperse, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(intertwine, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interweave, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(mate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(unite, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(coincide, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(contrast, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(correlate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(harmonize, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(intermingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(interrelate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(rhyme, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(unify, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(conjoin, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(entangle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(muddle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(team, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(affiliate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(associate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(compare, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(confederate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(confuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(incorporate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(integrate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(total, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). verbnet(identity, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V PP (amalgamate-22.2-2) %%% Syntax: [np:Patient,v,prep:with,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Company A associated with Company B. %%% verbnet(alternate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(crisscross, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(entwine, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interchange, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interconnect, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interlace, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interlink, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interlock, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(intersperse, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(intertwine, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interweave, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(mate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(coincide, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(contrast, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(correlate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(harmonize, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(interrelate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(rhyme, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(unify, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(conjoin, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(entangle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(muddle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(team, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(affiliate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(associate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(compare, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(confederate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(confuse, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(total, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(identity, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]). verbnet(with, pp/np, ['Patient'], [22,.,2,-,2]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V (amalgamate-22.2-3-1-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: John and Mary married. %%% verbnet(marry, s:_\np, ['Patient'], [22,'.',2,-,3,-,1,-,1]). verbnet(wed, s:_\np, ['Patient'], [22,'.',2,-,3,-,1,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V NP PP.co-patient (amalgamate-22.2-3-1) %%% Syntax: [np:Agent,v,np:Patient,prep:to,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: John introduced Mary to me. %%% verbnet(marry, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]). verbnet(wed, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]). verbnet(introduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]). verbnet(figure, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,2,-,3,-,1]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V (amalgamate-22.2-3-2) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: John and Mary are engaged. %%% verbnet(engage, s:_\np, ['Patient'], [22,'.',2,-,3,-,2]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V NP (amalgamate-22.2-3) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: John opposed the two ideas. %%% verbnet(marry, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]). verbnet(wed, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]). verbnet(introduce, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]). verbnet(figure, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]). verbnet(engage, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]). verbnet(oppose, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V ADVP-Middle PP (amalgamate-22.2) %%% Syntax: [np:Patient,v,adv,prep:with,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Folk songs alternate well with pop songs. %%% verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(couple, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(match, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(overlap, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(alternate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(crisscross, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(entwine, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interchange, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interconnect, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interlace, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interlink, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interlock, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(intersperse, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(intertwine, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interweave, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(mate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(coincide, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(contrast, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(correlate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(harmonize, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(interrelate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(rhyme, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(unify, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(conjoin, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(entangle, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(muddle, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(team, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(affiliate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(associate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(compare, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(confederate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(confuse, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(total, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(identity, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(marry, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(wed, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(introduce, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(figure, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(engage, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(oppose, (s:_\np)/pp, ['Patient'], [22,'.',2]). verbnet(with, pp/np, ['Patient'], [22,.,2]). %%% File: ext/VerbNet/amalgamate-22.2.xml %%% Primary: NP V ADVP-Middle (amalgamate-22.2) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The pieces interconnect easily. %%% verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',2]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2]). verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2]). verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2]). verbnet(couple, s:_\np, ['Patient'], [22,'.',2]). verbnet(incorporate, s:_\np, ['Patient'], [22,'.',2]). verbnet(integrate, s:_\np, ['Patient'], [22,'.',2]). verbnet(match, s:_\np, ['Patient'], [22,'.',2]). verbnet(overlap, s:_\np, ['Patient'], [22,'.',2]). verbnet(alternate, s:_\np, ['Patient'], [22,'.',2]). verbnet(crisscross, s:_\np, ['Patient'], [22,'.',2]). verbnet(entwine, s:_\np, ['Patient'], [22,'.',2]). verbnet(interchange, s:_\np, ['Patient'], [22,'.',2]). verbnet(interconnect, s:_\np, ['Patient'], [22,'.',2]). verbnet(interlace, s:_\np, ['Patient'], [22,'.',2]). verbnet(interlink, s:_\np, ['Patient'], [22,'.',2]). verbnet(interlock, s:_\np, ['Patient'], [22,'.',2]). verbnet(intersperse, s:_\np, ['Patient'], [22,'.',2]). verbnet(intertwine, s:_\np, ['Patient'], [22,'.',2]). verbnet(interweave, s:_\np, ['Patient'], [22,'.',2]). verbnet(mate, s:_\np, ['Patient'], [22,'.',2]). verbnet(unite, s:_\np, ['Patient'], [22,'.',2]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2]). verbnet(coincide, s:_\np, ['Patient'], [22,'.',2]). verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2]). verbnet(contrast, s:_\np, ['Patient'], [22,'.',2]). verbnet(correlate, s:_\np, ['Patient'], [22,'.',2]). verbnet(harmonize, s:_\np, ['Patient'], [22,'.',2]). verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2]). verbnet(interrelate, s:_\np, ['Patient'], [22,'.',2]). verbnet(rhyme, s:_\np, ['Patient'], [22,'.',2]). verbnet(unify, s:_\np, ['Patient'], [22,'.',2]). verbnet(conjoin, s:_\np, ['Patient'], [22,'.',2]). verbnet(entangle, s:_\np, ['Patient'], [22,'.',2]). verbnet(muddle, s:_\np, ['Patient'], [22,'.',2]). verbnet(pair, s:_\np, ['Patient'], [22,'.',2]). verbnet(team, s:_\np, ['Patient'], [22,'.',2]). verbnet(affiliate, s:_\np, ['Patient'], [22,'.',2]). verbnet(associate, s:_\np, ['Patient'], [22,'.',2]). verbnet(compare, s:_\np, ['Patient'], [22,'.',2]). verbnet(confederate, s:_\np, ['Patient'], [22,'.',2]). verbnet(confuse, s:_\np, ['Patient'], [22,'.',2]). verbnet(incorporate, s:_\np, ['Patient'], [22,'.',2]). verbnet(integrate, s:_\np, ['Patient'], [22,'.',2]). verbnet(total, s:_\np, ['Patient'], [22,'.',2]). verbnet(identity, s:_\np, ['Patient'], [22,'.',2]). verbnet(marry, s:_\np, ['Patient'], [22,'.',2]). verbnet(wed, s:_\np, ['Patient'], [22,'.',2]). verbnet(introduce, s:_\np, ['Patient'], [22,'.',2]). verbnet(figure, s:_\np, ['Patient'], [22,'.',2]). verbnet(engage, s:_\np, ['Patient'], [22,'.',2]). verbnet(oppose, s:_\np, ['Patient'], [22,'.',2]). %%% File: ext/VerbNet/amuse-31.1.xml %%% Primary: NP V NP (amuse-31.1) %%% Syntax: [np:Stimulus,v,np:Experiencer] %%% CCG: (s:_\np)/np %%% Roles: [Experiencer,Stimulus] %%% Example: The clown amused the children. %%% verbnet(abash, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(affect, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(afflict, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(affront, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(aggravate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(aggrieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(agitate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(agonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(alarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(alienate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(amaze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(amuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(anger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(annoy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(antagonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(appall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(appease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(arouse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(assuage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(astonish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(astound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(awe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(baffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(befuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(beguile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bewilder, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bewitch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(boggle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bore, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bother, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bug, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(calm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(captivate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(chagrin, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(charm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cheer, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(chill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cloy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(comfort, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(concern, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(confound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(confuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(console, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(content, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(convince, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(crush, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cut, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(daunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(daze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dazzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(deject, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(delight, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(demolish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(demoralize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(depress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(devastate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disappoint, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discombobulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discomfit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disconcert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discompose, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disgrace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disgruntle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disgust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dishearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dishonour, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disillusion, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dismay, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dispirit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(displease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disquiet, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dissatisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(distract, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(distress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(divert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dumbfound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(elate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(electrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(embarrass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(embolden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enchant, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(encourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enervate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(engage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(engross, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enlighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enliven, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enrapture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(entertain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enthrall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enthuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(entice, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(entrance, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(exasperate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(excite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(exhaust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(exhilarate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fascinate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fatigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(faze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(flabbergast, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(flatter, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(floor, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fluster, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fox, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(frighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(frustrate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(gall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(galvanize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(gladden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(gratify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(grieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(harass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(harm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(haunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(hearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(horrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(humble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(humiliate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(hurt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(hypnotize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(impair, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(impress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(incense, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(inflame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(infuriate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(inspire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(insult, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(interest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(intimidate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(intoxicate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(intrigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(invigorate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(irk, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(irritate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jade, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jar, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(lull, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(madden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(menace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mesmerize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(miff, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(molest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mortify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(move, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(muddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mystify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(nauseate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(nettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(numb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(obsess, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(occupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(offend, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(outrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(overawe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(overwhelm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pacify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(peeve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(perplex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(perturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pester, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pique, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(placate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(plague, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(please, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(preoccupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(provoke, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(puzzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(quench, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rag, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rankle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(ravish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(reassure, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(recharge, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(refresh, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rejuvenate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(relax, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(relieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(repel, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(repulse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(revitalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(revolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(ruffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sadden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(satiate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(satisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(scandalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(scare, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(shake, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(shame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(shock, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sicken, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sober, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(solace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(soothe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(spellbind, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(spook, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stagger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(startle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stimulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sting, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stir, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(strike, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stump, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stun, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stupefy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(surprise, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tantalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(taunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tempt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(terrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(terrorize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(threaten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(thrill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(throw, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tickle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(titillate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(torment, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(torture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(touch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(transfix, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(transport, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(trouble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(try, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(unnerve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(unsettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(uplift, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(upset, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(vex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(weary, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(worry, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(wound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(wow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(roil, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(smite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). %%% File: ext/VerbNet/amuse-31.1.xml %%% Primary: NP V ADV-Middle (amuse-31.1) %%% Syntax: [np:Experiencer,v,adv] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: Little children amuse easily. %%% verbnet(abash, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(affect, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(afflict, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(affront, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(aggravate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(aggrieve, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(agitate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(agonize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(alarm, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(alienate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(amaze, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(amuse, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(anger, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(annoy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(antagonize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(appall, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(appease, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(arouse, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(assuage, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(astonish, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(astound, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(awe, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(baffle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(befuddle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(beguile, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(bewilder, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(bewitch, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(boggle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(bore, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(bother, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(bug, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(calm, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(captivate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(chagrin, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(charm, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(cheer, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(chill, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(cloy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(comfort, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(concern, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(confound, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(confuse, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(console, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(content, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(convince, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(cow, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(crush, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(cut, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(daunt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(daze, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dazzle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(deject, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(delight, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(demolish, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(demoralize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(depress, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(devastate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disappoint, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disarm, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(discombobulate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(discomfit, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disconcert, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(discompose, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(discourage, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disgrace, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disgruntle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disgust, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dishearten, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dishonour, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disillusion, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dismay, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dispirit, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(displease, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disquiet, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dissatisfy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(distract, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(distress, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(disturb, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(divert, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(dumbfound, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(elate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(electrify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(embarrass, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(embolden, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enchant, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(encourage, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enervate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(engage, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(engross, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enlighten, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enliven, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enrage, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enrapture, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(entertain, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enthrall, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(enthuse, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(entice, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(entrance, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(exasperate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(excite, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(exhaust, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(exhilarate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(fascinate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(fatigue, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(faze, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(flabbergast, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(flatter, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(floor, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(fluster, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(fox, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(frighten, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(frustrate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(fuddle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(gall, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(galvanize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(gladden, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(gratify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(grieve, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(harass, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(harm, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(haunt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(hearten, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(horrify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(humble, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(humiliate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(hurt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(hypnotize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(impair, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(impress, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(incense, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(inflame, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(infuriate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(inspire, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(insult, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(interest, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(intimidate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(intoxicate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(intrigue, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(invigorate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(irk, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(irritate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(jade, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(jar, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(jollify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(jolt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(lull, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(madden, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(menace, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(mesmerize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(miff, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(molest, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(mollify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(mortify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(move, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(muddle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(mystify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(nauseate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(nettle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(numb, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(obsess, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(occupy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(offend, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(outrage, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(overawe, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(overwhelm, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(pacify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(pain, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(peeve, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(perplex, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(perturb, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(pester, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(pique, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(placate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(plague, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(please, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(preoccupy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(provoke, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(puzzle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(quench, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(rag, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(rankle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(ravish, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(reassure, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(recharge, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(refresh, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(rejuvenate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(relax, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(relieve, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(repel, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(repulse, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(revitalize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(revolt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(rile, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(ruffle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(sadden, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(satiate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(satisfy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(scandalize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(scare, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(shake, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(shame, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(shock, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(sicken, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(sober, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(solace, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(soothe, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(spellbind, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(spook, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(stagger, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(startle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(stimulate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(sting, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(stir, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(strike, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(stump, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(stun, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(stupefy, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(surprise, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(tantalize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(taunt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(tease, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(tempt, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(terrify, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(terrorize, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(threaten, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(thrill, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(throw, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(tickle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(tire, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(titillate, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(torment, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(torture, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(touch, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(transfix, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(transport, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(trouble, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(try, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(unnerve, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(unsettle, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(uplift, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(upset, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(vex, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(weary, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(worry, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(wound, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(wow, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(roil, s:_\np, ['Experiencer'], [31,'.',1]). verbnet(smite, s:_\np, ['Experiencer'], [31,'.',1]). %%% File: ext/VerbNet/amuse-31.1.xml %%% Primary: NP V NP-PRO-ARB (amuse-31.1) %%% Syntax: [np:Stimulus,v] %%% CCG: s:_\np %%% Roles: [Stimulus] %%% Example: The clown amused. %%% verbnet(abash, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(affect, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(afflict, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(affront, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(aggravate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(aggrieve, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(agitate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(agonize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(alarm, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(alienate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(amaze, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(amuse, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(anger, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(annoy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(antagonize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(appall, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(appease, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(arouse, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(assuage, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(astonish, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(astound, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(awe, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(baffle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(befuddle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(beguile, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(bewilder, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(bewitch, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(boggle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(bore, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(bother, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(bug, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(calm, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(captivate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(chagrin, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(charm, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(cheer, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(chill, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(cloy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(comfort, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(concern, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(confound, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(confuse, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(console, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(content, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(convince, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(cow, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(crush, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(cut, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(daunt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(daze, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dazzle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(deject, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(delight, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(demolish, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(demoralize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(depress, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(devastate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disappoint, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disarm, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(discombobulate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(discomfit, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disconcert, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(discompose, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(discourage, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disgrace, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disgruntle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disgust, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dishearten, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dishonour, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disillusion, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dismay, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dispirit, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(displease, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disquiet, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dissatisfy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(distract, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(distress, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(disturb, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(divert, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(dumbfound, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(elate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(electrify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(embarrass, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(embolden, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enchant, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(encourage, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enervate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(engage, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(engross, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enlighten, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enliven, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enrage, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enrapture, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(entertain, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enthrall, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(enthuse, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(entice, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(entrance, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(exasperate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(excite, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(exhaust, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(exhilarate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(fascinate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(fatigue, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(faze, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(flabbergast, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(flatter, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(floor, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(fluster, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(fox, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(frighten, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(frustrate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(fuddle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(gall, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(galvanize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(gladden, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(gratify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(grieve, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(harass, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(harm, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(haunt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(hearten, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(horrify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(humble, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(humiliate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(hurt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(hypnotize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(impair, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(impress, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(incense, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(inflame, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(infuriate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(inspire, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(insult, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(interest, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(intimidate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(intoxicate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(intrigue, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(invigorate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(irk, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(irritate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(jade, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(jar, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(jollify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(jolt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(lull, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(madden, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(menace, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(mesmerize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(miff, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(molest, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(mollify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(mortify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(move, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(muddle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(mystify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(nauseate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(nettle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(numb, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(obsess, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(occupy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(offend, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(outrage, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(overawe, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(overwhelm, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(pacify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(pain, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(peeve, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(perplex, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(perturb, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(pester, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(pique, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(placate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(plague, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(please, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(preoccupy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(provoke, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(puzzle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(quench, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(rag, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(rankle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(ravish, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(reassure, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(recharge, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(refresh, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(rejuvenate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(relax, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(relieve, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(repel, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(repulse, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(revitalize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(revolt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(rile, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(ruffle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(sadden, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(satiate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(satisfy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(scandalize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(scare, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(shake, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(shame, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(shock, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(sicken, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(sober, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(solace, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(soothe, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(spellbind, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(spook, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(stagger, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(startle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(stimulate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(sting, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(stir, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(strike, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(stump, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(stun, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(stupefy, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(surprise, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(tantalize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(taunt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(tease, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(tempt, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(terrify, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(terrorize, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(threaten, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(thrill, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(throw, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(tickle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(tire, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(titillate, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(torment, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(torture, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(touch, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(transfix, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(transport, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(trouble, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(try, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(unnerve, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(unsettle, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(uplift, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(upset, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(vex, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(weary, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(worry, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(wound, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(wow, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(roil, s:_\np, ['Stimulus'], [31,'.',1]). verbnet(smite, s:_\np, ['Stimulus'], [31,'.',1]). %%% File: ext/VerbNet/amuse-31.1.xml %%% Primary: NP.cause V NP (amuse-31.1) %%% Syntax: [np:Stimulus,lex:'s,v,np:Experiencer] %%% CCG: (s:_\np)/np %%% Roles: [Experiencer,Stimulus] %%% Missing: [lex:'s] %%% Example: The clown's antics amused the children. %%% verbnet(abash, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(affect, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(afflict, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(affront, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(aggravate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(aggrieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(agitate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(agonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(alarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(alienate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(amaze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(amuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(anger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(annoy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(antagonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(appall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(appease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(arouse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(assuage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(astonish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(astound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(awe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(baffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(befuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(beguile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bewilder, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bewitch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(boggle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bore, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bother, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(bug, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(calm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(captivate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(chagrin, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(charm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cheer, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(chill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cloy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(comfort, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(concern, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(confound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(confuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(console, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(content, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(convince, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(crush, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(cut, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(daunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(daze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dazzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(deject, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(delight, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(demolish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(demoralize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(depress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(devastate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disappoint, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discombobulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discomfit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disconcert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discompose, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(discourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disgrace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disgruntle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disgust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dishearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dishonour, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disillusion, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dismay, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dispirit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(displease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disquiet, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dissatisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(distract, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(distress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(disturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(divert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(dumbfound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(elate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(electrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(embarrass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(embolden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enchant, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(encourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enervate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(engage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(engross, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enlighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enliven, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enrapture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(entertain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enthrall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(enthuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(entice, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(entrance, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(exasperate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(excite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(exhaust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(exhilarate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fascinate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fatigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(faze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(flabbergast, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(flatter, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(floor, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fluster, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fox, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(frighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(frustrate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(fuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(gall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(galvanize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(gladden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(gratify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(grieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(harass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(harm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(haunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(hearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(horrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(humble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(humiliate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(hurt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(hypnotize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(impair, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(impress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(incense, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(inflame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(infuriate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(inspire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(insult, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(interest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(intimidate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(intoxicate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(intrigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(invigorate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(irk, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(irritate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jade, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jar, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(jolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(lull, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(madden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(menace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mesmerize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(miff, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(molest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mortify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(move, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(muddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(mystify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(nauseate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(nettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(numb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(obsess, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(occupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(offend, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(outrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(overawe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(overwhelm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pacify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(peeve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(perplex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(perturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pester, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(pique, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(placate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(plague, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(please, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(preoccupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(provoke, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(puzzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(quench, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rag, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rankle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(ravish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(reassure, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(recharge, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(refresh, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rejuvenate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(relax, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(relieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(repel, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(repulse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(revitalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(revolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(rile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(ruffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sadden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(satiate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(satisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(scandalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(scare, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(shake, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(shame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(shock, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sicken, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sober, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(solace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(soothe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(spellbind, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(spook, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stagger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(startle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stimulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(sting, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stir, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(strike, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stump, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stun, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(stupefy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(surprise, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tantalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(taunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tempt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(terrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(terrorize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(threaten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(thrill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(throw, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tickle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(tire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(titillate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(torment, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(torture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(touch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(transfix, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(transport, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(trouble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(try, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(unnerve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(unsettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(uplift, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(upset, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(vex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(weary, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(worry, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(wound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(wow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(roil, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). verbnet(smite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]). %%% File: ext/VerbNet/amuse-31.1.xml %%% Primary: NP V NP ADJ (amuse-31.1) %%% Syntax: [np:Stimulus,v,np:Experiencer,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Experiencer,Goal,Stimulus] %%% Example: That movie bored me silly. %%% verbnet(abash, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(affect, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(afflict, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(affront, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(aggravate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(aggrieve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(agitate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(agonize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(alarm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(alienate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(amaze, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(amuse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(anger, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(annoy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(antagonize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(appall, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(appease, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(arouse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(assuage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(astonish, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(astound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(awe, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(baffle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(befuddle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(beguile, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(bewilder, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(bewitch, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(boggle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(bore, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(bother, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(bug, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(calm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(captivate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(chagrin, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(charm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(cheer, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(chill, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(cloy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(comfort, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(concern, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(confound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(confuse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(console, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(content, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(convince, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(cow, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(crush, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(cut, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(daunt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(daze, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dazzle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(deject, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(delight, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(demolish, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(demoralize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(depress, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(devastate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disappoint, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disarm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(discombobulate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(discomfit, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disconcert, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(discompose, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(discourage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disgrace, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disgruntle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disgust, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dishearten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dishonour, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disillusion, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dismay, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dispirit, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(displease, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disquiet, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dissatisfy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(distract, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(distress, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(disturb, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(divert, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(dumbfound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(elate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(electrify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(embarrass, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(embolden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enchant, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(encourage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enervate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(engage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(engross, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enlighten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enliven, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enrage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enrapture, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(entertain, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enthrall, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(enthuse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(entice, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(entrance, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(exasperate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(excite, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(exhaust, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(exhilarate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(fascinate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(fatigue, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(faze, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(flabbergast, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(flatter, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(floor, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(fluster, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(fox, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(frighten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(frustrate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(fuddle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(gall, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(galvanize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(gladden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(gratify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(grieve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(harass, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(harm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(haunt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(hearten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(horrify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(humble, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(humiliate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(hurt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(hypnotize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(impair, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(impress, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(incense, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(inflame, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(infuriate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(inspire, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(insult, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(interest, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(intimidate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(intoxicate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(intrigue, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(invigorate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(irk, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(irritate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(jade, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(jar, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(jollify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(jolt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(lull, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(madden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(menace, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(mesmerize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(miff, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(molest, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(mollify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(mortify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(move, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(muddle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(mystify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(nauseate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(nettle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(numb, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(obsess, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(occupy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(offend, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(outrage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(overawe, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(overwhelm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(pacify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(pain, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(peeve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(perplex, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(perturb, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(pester, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(pique, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(placate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(plague, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(please, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(preoccupy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(provoke, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(puzzle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(quench, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(rag, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(rankle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(ravish, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(reassure, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(recharge, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(refresh, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(rejuvenate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(relax, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(relieve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(repel, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(repulse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(revitalize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(revolt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(rile, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(ruffle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(sadden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(satiate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(satisfy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(scandalize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(scare, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(shake, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(shame, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(shock, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(sicken, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(sober, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(solace, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(soothe, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(spellbind, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(spook, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(stagger, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(startle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(stimulate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(sting, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(stir, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(strike, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(stump, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(stun, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(stupefy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(surprise, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(tantalize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(taunt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(tease, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(tempt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(terrify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(terrorize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(threaten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(thrill, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(throw, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(tickle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(tire, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(titillate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(torment, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(torture, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(touch, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(transfix, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(transport, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(trouble, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(try, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(unnerve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(unsettle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(uplift, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(upset, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(vex, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(weary, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(worry, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(wound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(wow, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(roil, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). verbnet(smite, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]). %%% File: ext/VerbNet/animal_sounds-38.xml %%% Primary: NP V (animal_sounds-38) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The dog barked. %%% verbnet(baa, s:_\np, ['Agent'], [38]). verbnet(bark, s:_\np, ['Agent'], [38]). verbnet(bay, s:_\np, ['Agent'], [38]). verbnet(bellow, s:_\np, ['Agent'], [38]). verbnet(blat, s:_\np, ['Agent'], [38]). verbnet(bleat, s:_\np, ['Agent'], [38]). verbnet(bray, s:_\np, ['Agent'], [38]). verbnet(buzz, s:_\np, ['Agent'], [38]). verbnet(cackle, s:_\np, ['Agent'], [38]). verbnet(call, s:_\np, ['Agent'], [38]). verbnet(caw, s:_\np, ['Agent'], [38]). verbnet(chatter, s:_\np, ['Agent'], [38]). verbnet(cheep, s:_\np, ['Agent'], [38]). verbnet(chirp, s:_\np, ['Agent'], [38]). verbnet(chirrup, s:_\np, ['Agent'], [38]). verbnet(chitter, s:_\np, ['Agent'], [38]). verbnet(cluck, s:_\np, ['Agent'], [38]). verbnet(coo, s:_\np, ['Agent'], [38]). verbnet(croak, s:_\np, ['Agent'], [38]). verbnet(crow, s:_\np, ['Agent'], [38]). verbnet(cuckoo, s:_\np, ['Agent'], [38]). verbnet(drone, s:_\np, ['Agent'], [38]). verbnet(gobble, s:_\np, ['Agent'], [38]). verbnet(growl, s:_\np, ['Agent'], [38]). verbnet(grunt, s:_\np, ['Agent'], [38]). verbnet('hee-haw', s:_\np, ['Agent'], [38]). verbnet(hiss, s:_\np, ['Agent'], [38]). verbnet(honk, s:_\np, ['Agent'], [38]). verbnet(hoot, s:_\np, ['Agent'], [38]). verbnet(howl, s:_\np, ['Agent'], [38]). verbnet('ki-yi', s:_\np, ['Agent'], [38]). verbnet(low, s:_\np, ['Agent'], [38]). verbnet(meow, s:_\np, ['Agent'], [38]). verbnet(mew, s:_\np, ['Agent'], [38]). verbnet(moo, s:_\np, ['Agent'], [38]). verbnet(neigh, s:_\np, ['Agent'], [38]). verbnet(oink, s:_\np, ['Agent'], [38]). verbnet(peep, s:_\np, ['Agent'], [38]). verbnet(pipe, s:_\np, ['Agent'], [38]). verbnet(purr, s:_\np, ['Agent'], [38]). verbnet(quack, s:_\np, ['Agent'], [38]). verbnet(roar, s:_\np, ['Agent'], [38]). verbnet(scrawk, s:_\np, ['Agent'], [38]). verbnet(squawk, s:_\np, ['Agent'], [38]). verbnet(squeak, s:_\np, ['Agent'], [38]). verbnet(squeal, s:_\np, ['Agent'], [38]). verbnet(stridulate, s:_\np, ['Agent'], [38]). verbnet(trill, s:_\np, ['Agent'], [38]). verbnet(tweet, s:_\np, ['Agent'], [38]). verbnet(twitter, s:_\np, ['Agent'], [38]). verbnet(wail, s:_\np, ['Agent'], [38]). verbnet(warble, s:_\np, ['Agent'], [38]). verbnet(whimper, s:_\np, ['Agent'], [38]). verbnet(whinny, s:_\np, ['Agent'], [38]). verbnet(whistle, s:_\np, ['Agent'], [38]). verbnet(woof, s:_\np, ['Agent'], [38]). verbnet(yap, s:_\np, ['Agent'], [38]). verbnet(yell, s:_\np, ['Agent'], [38]). verbnet(yelp, s:_\np, ['Agent'], [38]). verbnet(yip, s:_\np, ['Agent'], [38]). verbnet(yowl, s:_\np, ['Agent'], [38]). verbnet(boom, s:_\np, ['Agent'], [38]). verbnet(rattle, s:_\np, ['Agent'], [38]). verbnet(groan, s:_\np, ['Agent'], [38]). verbnet(ululate, s:_\np, ['Agent'], [38]). verbnet(moan, s:_\np, ['Agent'], [38]). verbnet(rumble, s:_\np, ['Agent'], [38]). verbnet(screech, s:_\np, ['Agent'], [38]). verbnet(snarl, s:_\np, ['Agent'], [38]). verbnet(thunder, s:_\np, ['Agent'], [38]). verbnet(trumpet, s:_\np, ['Agent'], [38]). verbnet(wheeze, s:_\np, ['Agent'], [38]). verbnet(whine, s:_\np, ['Agent'], [38]). %%% File: ext/VerbNet/animal_sounds-38.xml %%% Primary: NP V PP.recipient (animal_sounds-38) %%% Syntax: [np:Agent,v,pp,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The dog barked at the cat. %%% verbnet(baa, (s:_\np)/pp, ['Agent'], [38]). verbnet(bark, (s:_\np)/pp, ['Agent'], [38]). verbnet(bay, (s:_\np)/pp, ['Agent'], [38]). verbnet(bellow, (s:_\np)/pp, ['Agent'], [38]). verbnet(blat, (s:_\np)/pp, ['Agent'], [38]). verbnet(bleat, (s:_\np)/pp, ['Agent'], [38]). verbnet(bray, (s:_\np)/pp, ['Agent'], [38]). verbnet(buzz, (s:_\np)/pp, ['Agent'], [38]). verbnet(cackle, (s:_\np)/pp, ['Agent'], [38]). verbnet(call, (s:_\np)/pp, ['Agent'], [38]). verbnet(caw, (s:_\np)/pp, ['Agent'], [38]). verbnet(chatter, (s:_\np)/pp, ['Agent'], [38]). verbnet(cheep, (s:_\np)/pp, ['Agent'], [38]). verbnet(chirp, (s:_\np)/pp, ['Agent'], [38]). verbnet(chirrup, (s:_\np)/pp, ['Agent'], [38]). verbnet(chitter, (s:_\np)/pp, ['Agent'], [38]). verbnet(cluck, (s:_\np)/pp, ['Agent'], [38]). verbnet(coo, (s:_\np)/pp, ['Agent'], [38]). verbnet(croak, (s:_\np)/pp, ['Agent'], [38]). verbnet(crow, (s:_\np)/pp, ['Agent'], [38]). verbnet(cuckoo, (s:_\np)/pp, ['Agent'], [38]). verbnet(drone, (s:_\np)/pp, ['Agent'], [38]). verbnet(gobble, (s:_\np)/pp, ['Agent'], [38]). verbnet(growl, (s:_\np)/pp, ['Agent'], [38]). verbnet(grunt, (s:_\np)/pp, ['Agent'], [38]). verbnet('hee-haw', (s:_\np)/pp, ['Agent'], [38]). verbnet(hiss, (s:_\np)/pp, ['Agent'], [38]). verbnet(honk, (s:_\np)/pp, ['Agent'], [38]). verbnet(hoot, (s:_\np)/pp, ['Agent'], [38]). verbnet(howl, (s:_\np)/pp, ['Agent'], [38]). verbnet('ki-yi', (s:_\np)/pp, ['Agent'], [38]). verbnet(low, (s:_\np)/pp, ['Agent'], [38]). verbnet(meow, (s:_\np)/pp, ['Agent'], [38]). verbnet(mew, (s:_\np)/pp, ['Agent'], [38]). verbnet(moo, (s:_\np)/pp, ['Agent'], [38]). verbnet(neigh, (s:_\np)/pp, ['Agent'], [38]). verbnet(oink, (s:_\np)/pp, ['Agent'], [38]). verbnet(peep, (s:_\np)/pp, ['Agent'], [38]). verbnet(pipe, (s:_\np)/pp, ['Agent'], [38]). verbnet(purr, (s:_\np)/pp, ['Agent'], [38]). verbnet(quack, (s:_\np)/pp, ['Agent'], [38]). verbnet(roar, (s:_\np)/pp, ['Agent'], [38]). verbnet(scrawk, (s:_\np)/pp, ['Agent'], [38]). verbnet(squawk, (s:_\np)/pp, ['Agent'], [38]). verbnet(squeak, (s:_\np)/pp, ['Agent'], [38]). verbnet(squeal, (s:_\np)/pp, ['Agent'], [38]). verbnet(stridulate, (s:_\np)/pp, ['Agent'], [38]). verbnet(trill, (s:_\np)/pp, ['Agent'], [38]). verbnet(tweet, (s:_\np)/pp, ['Agent'], [38]). verbnet(twitter, (s:_\np)/pp, ['Agent'], [38]). verbnet(wail, (s:_\np)/pp, ['Agent'], [38]). verbnet(warble, (s:_\np)/pp, ['Agent'], [38]). verbnet(whimper, (s:_\np)/pp, ['Agent'], [38]). verbnet(whinny, (s:_\np)/pp, ['Agent'], [38]). verbnet(whistle, (s:_\np)/pp, ['Agent'], [38]). verbnet(woof, (s:_\np)/pp, ['Agent'], [38]). verbnet(yap, (s:_\np)/pp, ['Agent'], [38]). verbnet(yell, (s:_\np)/pp, ['Agent'], [38]). verbnet(yelp, (s:_\np)/pp, ['Agent'], [38]). verbnet(yip, (s:_\np)/pp, ['Agent'], [38]). verbnet(yowl, (s:_\np)/pp, ['Agent'], [38]). verbnet(boom, (s:_\np)/pp, ['Agent'], [38]). verbnet(rattle, (s:_\np)/pp, ['Agent'], [38]). verbnet(groan, (s:_\np)/pp, ['Agent'], [38]). verbnet(ululate, (s:_\np)/pp, ['Agent'], [38]). verbnet(moan, (s:_\np)/pp, ['Agent'], [38]). verbnet(rumble, (s:_\np)/pp, ['Agent'], [38]). verbnet(screech, (s:_\np)/pp, ['Agent'], [38]). verbnet(snarl, (s:_\np)/pp, ['Agent'], [38]). verbnet(thunder, (s:_\np)/pp, ['Agent'], [38]). verbnet(trumpet, (s:_\np)/pp, ['Agent'], [38]). verbnet(wheeze, (s:_\np)/pp, ['Agent'], [38]). verbnet(whine, (s:_\np)/pp, ['Agent'], [38]). %%% File: ext/VerbNet/animal_sounds-38.xml %%% Primary: NP V NP.theme (animal_sounds-38) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The dog barked a warning. %%% verbnet(baa, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(bark, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(bay, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(bellow, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(blat, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(bleat, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(bray, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(buzz, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(cackle, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(call, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(caw, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(chatter, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(cheep, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(chirp, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(chirrup, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(chitter, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(cluck, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(coo, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(croak, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(crow, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(cuckoo, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(drone, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(gobble, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(grunt, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet('hee-haw', (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(hiss, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(honk, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(hoot, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet('ki-yi', (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(low, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(meow, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(mew, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(moo, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(neigh, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(oink, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(peep, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(pipe, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(purr, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(quack, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(roar, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(scrawk, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(squawk, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(squeak, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(squeal, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(stridulate, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(trill, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(tweet, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(twitter, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(wail, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(warble, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(whimper, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(whinny, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(woof, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(yap, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(yell, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(yelp, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(yip, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(yowl, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(boom, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(rattle, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(ululate, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(rumble, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(screech, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(snarl, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(thunder, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(trumpet, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(wheeze, (s:_\np)/np, ['Theme','Agent'], [38]). verbnet(whine, (s:_\np)/np, ['Theme','Agent'], [38]). %%% File: ext/VerbNet/animal_sounds-38.xml %%% Primary: NP V PP.location (animal_sounds-38) %%% Syntax: [np:Agent,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Agent] %%% Example: Birds sang in the trees. %%% verbnet(baa, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(bark, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(bay, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(bellow, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(blat, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(bleat, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(bray, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(buzz, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(cackle, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(call, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(caw, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(chatter, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(cheep, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(chirp, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(chirrup, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(chitter, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(cluck, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(coo, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(croak, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(crow, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(cuckoo, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(drone, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(gobble, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(growl, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(grunt, (s:_\np)/np, ['Location','Agent'], [38]). verbnet('hee-haw', (s:_\np)/np, ['Location','Agent'], [38]). verbnet(hiss, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(honk, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(hoot, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(howl, (s:_\np)/np, ['Location','Agent'], [38]). verbnet('ki-yi', (s:_\np)/np, ['Location','Agent'], [38]). verbnet(low, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(meow, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(mew, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(moo, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(neigh, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(oink, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(peep, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(pipe, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(purr, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(quack, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(roar, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(scrawk, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(squawk, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(squeak, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(squeal, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(stridulate, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(trill, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(tweet, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(twitter, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(wail, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(warble, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(whimper, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(whinny, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(whistle, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(woof, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(yap, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(yell, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(yelp, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(yip, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(yowl, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(boom, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(rattle, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(groan, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(ululate, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(moan, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(rumble, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(screech, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(snarl, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(thunder, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(trumpet, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(wheeze, (s:_\np)/np, ['Location','Agent'], [38]). verbnet(whine, (s:_\np)/np, ['Location','Agent'], [38]). %%% File: ext/VerbNet/animal_sounds-38.xml %%% Primary: NP.location V PP.agent (animal_sounds-38) %%% Syntax: [np:Location,v,prep:with,np:Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The tree sang with birds. %%% verbnet(baa, (s:_\np)/pp, ['Location'], [38]). verbnet(bark, (s:_\np)/pp, ['Location'], [38]). verbnet(bay, (s:_\np)/pp, ['Location'], [38]). verbnet(bellow, (s:_\np)/pp, ['Location'], [38]). verbnet(blat, (s:_\np)/pp, ['Location'], [38]). verbnet(bleat, (s:_\np)/pp, ['Location'], [38]). verbnet(bray, (s:_\np)/pp, ['Location'], [38]). verbnet(buzz, (s:_\np)/pp, ['Location'], [38]). verbnet(cackle, (s:_\np)/pp, ['Location'], [38]). verbnet(call, (s:_\np)/pp, ['Location'], [38]). verbnet(caw, (s:_\np)/pp, ['Location'], [38]). verbnet(chatter, (s:_\np)/pp, ['Location'], [38]). verbnet(cheep, (s:_\np)/pp, ['Location'], [38]). verbnet(chirp, (s:_\np)/pp, ['Location'], [38]). verbnet(chirrup, (s:_\np)/pp, ['Location'], [38]). verbnet(chitter, (s:_\np)/pp, ['Location'], [38]). verbnet(cluck, (s:_\np)/pp, ['Location'], [38]). verbnet(coo, (s:_\np)/pp, ['Location'], [38]). verbnet(croak, (s:_\np)/pp, ['Location'], [38]). verbnet(crow, (s:_\np)/pp, ['Location'], [38]). verbnet(cuckoo, (s:_\np)/pp, ['Location'], [38]). verbnet(drone, (s:_\np)/pp, ['Location'], [38]). verbnet(gobble, (s:_\np)/pp, ['Location'], [38]). verbnet(growl, (s:_\np)/pp, ['Location'], [38]). verbnet(grunt, (s:_\np)/pp, ['Location'], [38]). verbnet('hee-haw', (s:_\np)/pp, ['Location'], [38]). verbnet(hiss, (s:_\np)/pp, ['Location'], [38]). verbnet(honk, (s:_\np)/pp, ['Location'], [38]). verbnet(hoot, (s:_\np)/pp, ['Location'], [38]). verbnet(howl, (s:_\np)/pp, ['Location'], [38]). verbnet('ki-yi', (s:_\np)/pp, ['Location'], [38]). verbnet(low, (s:_\np)/pp, ['Location'], [38]). verbnet(meow, (s:_\np)/pp, ['Location'], [38]). verbnet(mew, (s:_\np)/pp, ['Location'], [38]). verbnet(moo, (s:_\np)/pp, ['Location'], [38]). verbnet(neigh, (s:_\np)/pp, ['Location'], [38]). verbnet(oink, (s:_\np)/pp, ['Location'], [38]). verbnet(peep, (s:_\np)/pp, ['Location'], [38]). verbnet(pipe, (s:_\np)/pp, ['Location'], [38]). verbnet(purr, (s:_\np)/pp, ['Location'], [38]). verbnet(quack, (s:_\np)/pp, ['Location'], [38]). verbnet(roar, (s:_\np)/pp, ['Location'], [38]). verbnet(scrawk, (s:_\np)/pp, ['Location'], [38]). verbnet(squawk, (s:_\np)/pp, ['Location'], [38]). verbnet(squeak, (s:_\np)/pp, ['Location'], [38]). verbnet(squeal, (s:_\np)/pp, ['Location'], [38]). verbnet(stridulate, (s:_\np)/pp, ['Location'], [38]). verbnet(trill, (s:_\np)/pp, ['Location'], [38]). verbnet(tweet, (s:_\np)/pp, ['Location'], [38]). verbnet(twitter, (s:_\np)/pp, ['Location'], [38]). verbnet(wail, (s:_\np)/pp, ['Location'], [38]). verbnet(warble, (s:_\np)/pp, ['Location'], [38]). verbnet(whimper, (s:_\np)/pp, ['Location'], [38]). verbnet(whinny, (s:_\np)/pp, ['Location'], [38]). verbnet(whistle, (s:_\np)/pp, ['Location'], [38]). verbnet(woof, (s:_\np)/pp, ['Location'], [38]). verbnet(yap, (s:_\np)/pp, ['Location'], [38]). verbnet(yell, (s:_\np)/pp, ['Location'], [38]). verbnet(yelp, (s:_\np)/pp, ['Location'], [38]). verbnet(yip, (s:_\np)/pp, ['Location'], [38]). verbnet(yowl, (s:_\np)/pp, ['Location'], [38]). verbnet(boom, (s:_\np)/pp, ['Location'], [38]). verbnet(rattle, (s:_\np)/pp, ['Location'], [38]). verbnet(groan, (s:_\np)/pp, ['Location'], [38]). verbnet(ululate, (s:_\np)/pp, ['Location'], [38]). verbnet(moan, (s:_\np)/pp, ['Location'], [38]). verbnet(rumble, (s:_\np)/pp, ['Location'], [38]). verbnet(screech, (s:_\np)/pp, ['Location'], [38]). verbnet(snarl, (s:_\np)/pp, ['Location'], [38]). verbnet(thunder, (s:_\np)/pp, ['Location'], [38]). verbnet(trumpet, (s:_\np)/pp, ['Location'], [38]). verbnet(wheeze, (s:_\np)/pp, ['Location'], [38]). verbnet(whine, (s:_\np)/pp, ['Location'], [38]). verbnet(with, pp/np, ['Agent'], [38]). %%% File: ext/VerbNet/appeal-31.4.xml %%% Primary: NP V PP.experiencer (appeal-31.4-1) %%% Syntax: [np:Stimulus,v,prep:at,np:Experiencer] %%% CCG: (s:_\np)/pp %%% Roles: [Stimulus] %%% Example: The irritation niggled at Melinda. %%% verbnet(niggle, (s:_\np)/pp, ['Stimulus'], [31,'.',4,-,1]). verbnet(at, pp/np, ['Experiencer'], [31,.,4,-,1]). %%% File: ext/VerbNet/appeal-31.4.xml %%% Primary: NP V PP.experiencer (appeal-31.4-2) %%% Syntax: [np:Stimulus,v,prep:on,np:Experiencer] %%% CCG: (s:_\np)/pp %%% Roles: [Stimulus] %%% Example: The music grates on me. %%% verbnet(grate, (s:_\np)/pp, ['Stimulus'], [31,'.',4,-,2]). verbnet(jar, (s:_\np)/pp, ['Stimulus'], [31,'.',4,-,2]). verbnet(on, pp/np, ['Experiencer'], [31,.,4,-,2]). %%% File: ext/VerbNet/appeal-31.4.xml %%% Primary: NP V (appeal-31.4-3) %%% Syntax: [np:Stimulus,v] %%% CCG: s:_\np %%% Roles: [Stimulus] %%% Example: Stuff matters. %%% verbnet(appeal, s:_\np, ['Stimulus'], [31,'.',4,-,3]). verbnet(matter, s:_\np, ['Stimulus'], [31,'.',4,-,3]). %%% File: ext/VerbNet/appeal-31.4.xml %%% Primary: NP V PP.experiencer (appeal-31.4) %%% Syntax: [np:Stimulus,v,prep:to,np:Experiencer] %%% CCG: (s:_\np)/pp %%% Roles: [Stimulus] %%% Example: This painting appeals to Malinda. %%% verbnet(niggle, (s:_\np)/pp, ['Stimulus'], [31,'.',4]). verbnet(grate, (s:_\np)/pp, ['Stimulus'], [31,'.',4]). verbnet(jar, (s:_\np)/pp, ['Stimulus'], [31,'.',4]). verbnet(appeal, (s:_\np)/pp, ['Stimulus'], [31,'.',4]). verbnet(matter, (s:_\np)/pp, ['Stimulus'], [31,'.',4]). verbnet(to, pp/np, ['Experiencer'], [31,.,4]). %%% File: ext/VerbNet/appear-48.1.1.xml %%% Primary: NP V (appear-48.1.1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: A ship appeared. %%% verbnet(appear, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(arise, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(awake, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(awaken, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(break, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(burst, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(coalesce, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(come, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(dawn, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(derive, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(develop, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(emanate, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(emerge, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(erupt, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(evolve, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(exude, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(flow, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(form, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(grow, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(gush, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(irrupt, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(issue, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(materialize, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(open, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(plop, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(pop_up, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(reappear, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet('re-emerge', s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(result, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(rise, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(show_up, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(spill, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(spread, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(spring_up, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(steal, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(stem, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(stream, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(supervene, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(surge, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(take_shape, s:_\np, ['Theme'], [48,'.',1,'.',1]). verbnet(wax, s:_\np, ['Theme'], [48,'.',1,'.',1]). %%% File: ext/VerbNet/appear-48.1.1.xml %%% Primary: NP V PP.location (appear-48.1.1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: A ship appeared on the horizon. %%% verbnet(appear, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(arise, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(awake, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(awaken, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(break, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(burst, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(coalesce, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(come, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(dawn, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(derive, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(develop, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(emanate, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(emerge, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(erupt, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(evolve, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(exude, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(flow, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(form, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(grow, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(gush, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(irrupt, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(issue, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(materialize, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(open, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(plop, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(pop_up, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(reappear, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet('re-emerge', (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(result, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(rise, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(show_up, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(spill, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(spread, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(spring_up, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(steal, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(stem, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(stream, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(supervene, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(surge, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(take_shape, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). verbnet(wax, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]). %%% File: ext/VerbNet/appear-48.1.1.xml %%% Primary: There V NP PP (appear-48.1.1) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There appeared a ship on the horizon. %%% verbnet(appear, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(arise, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(awake, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(awaken, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(break, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(burst, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(coalesce, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(come, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(dawn, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(derive, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(develop, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(emanate, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(emerge, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(erupt, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(evolve, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(exude, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(flow, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(form, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(grow, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(gush, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(irrupt, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(issue, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(materialize, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(open, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(plop, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(pop_up, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(reappear, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet('re-emerge', ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(result, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(rise, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(show_up, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(spill, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(spread, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(spring_up, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(steal, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(stem, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(stream, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(supervene, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(surge, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(take_shape, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(wax, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]). %%% File: ext/VerbNet/appear-48.1.1.xml %%% Primary: PP.location V NP (appear-48.1.1) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: On the horizon appeared a large ship. %%% verbnet(appear, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(arise, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(awake, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(awaken, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(break, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(burst, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(coalesce, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(come, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(dawn, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(derive, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(develop, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(emanate, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(emerge, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(erupt, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(evolve, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(exude, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(flow, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(form, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(grow, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(gush, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(irrupt, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(issue, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(materialize, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(open, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(plop, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(pop_up, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(reappear, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet('re-emerge', (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(result, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(rise, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(show_up, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(spill, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(spread, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(spring_up, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(steal, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(stem, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(stream, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(supervene, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(surge, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(take_shape, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). verbnet(wax, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]). %%% File: ext/VerbNet/appear-48.1.1.xml %%% Primary: NP V ADV (appear-48.1.1) %%% Syntax: [np:Theme,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Theme] %%% Example: It appeared there. %%% verbnet(appear, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(arise, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(awake, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(awaken, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(break, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(burst, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(coalesce, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(come, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(dawn, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(derive, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(develop, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(emanate, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(emerge, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(erupt, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(evolve, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(exude, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(flow, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(form, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(grow, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(gush, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(irrupt, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(issue, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(materialize, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(open, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(plop, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(pop_up, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(reappear, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet('re-emerge', (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(result, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(rise, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(show_up, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(spill, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(spread, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(spring_up, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(steal, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(stem, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(stream, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(supervene, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(surge, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(take_shape, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). verbnet(wax, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]). %%% File: ext/VerbNet/appoint-29.1.xml %%% Primary: NP V NP NP (appoint-29.1) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: We elected him governor. %%% verbnet(appoint, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(coronate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(crown, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(designate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(elect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(install, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(mark, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(ordain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(adopt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(upgrade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(reelect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(want, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(name, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(nominate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). %%% File: ext/VerbNet/appoint-29.1.xml %%% Primary: NP V NP PP.result (appoint-29.1) %%% Syntax: [np:Agent,v,np:Theme,lex: (as),np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: We elected him as governor. %%% verbnet(appoint, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(coronate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(crown, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(designate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(elect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(install, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(proclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(mark, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(ordain, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(adopt, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(upgrade, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(reelect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(want, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(name, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(nominate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]). verbnet(as, pp/np, ['Goal'], [29,.,1]). %%% File: ext/VerbNet/appoint-29.1.xml %%% Primary: NP V NP to be NP (appoint-29.1) %%% Syntax: [np:Agent,v,np:Theme,lex:to,lex:be,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Missing: [lex:be,lex:to] %%% Example: We elected Alan to be our new governor. %%% verbnet(appoint, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(coronate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(crown, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(designate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(elect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(install, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(mark, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(ordain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(adopt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(upgrade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(reelect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(want, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(name, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). verbnet(nominate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]). %%% File: ext/VerbNet/appoint-29.1.xml %%% Primary: NP V NP (appoint-29.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They elected John. %%% verbnet(appoint, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(coronate, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(crown, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(designate, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(elect, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(install, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(proclaim, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(mark, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(ordain, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(adopt, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(upgrade, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(reelect, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(want, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(name, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). verbnet(nominate, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]). %%% File: ext/VerbNet/approve-77.xml %%% Primary: NP v how S (approve-77) %%% Syntax: [np:Agent,v,s:Proposition] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I accept how you do it. %%% verbnet(accept, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(understand, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(encourage, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(discourage, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(disprefer, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(reject, (s:_\np)/s:_, ['Topic','Agent'], [77]). %%% File: ext/VerbNet/approve-77.xml %%% Primary: NP V NP (approve-77) %%% Syntax: [np:Agent,v,np:Proposition] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I accepted it. %%% verbnet(accept, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(understand, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(encourage, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(discourage, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(disprefer, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(reject, (s:_\np)/np, ['Topic','Agent'], [77]). %%% File: ext/VerbNet/approve-77.xml %%% Primary: NP V S_ING (approve-77) %%% Syntax: [np:Agent,v,np:Proposition] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I accepted their writing novels. %%% verbnet(accept, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(understand, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(encourage, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(discourage, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(disprefer, (s:_\np)/np, ['Topic','Agent'], [77]). verbnet(reject, (s:_\np)/np, ['Topic','Agent'], [77]). %%% File: ext/VerbNet/approve-77.xml %%% Primary: NP V that S (approve-77) %%% Syntax: [np:Agent,v,s:Proposition] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I accepted that they wrote novels. %%% verbnet(accept, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(understand, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(encourage, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(discourage, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(disprefer, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(reject, (s:_\np)/s:_, ['Topic','Agent'], [77]). %%% File: ext/VerbNet/approve-77.xml %%% Primary: NP V what S (approve-77) %%% Syntax: [np:Agent,v,s:Proposition] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I accepted what they were doing. %%% verbnet(accept, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(understand, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(encourage, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(discourage, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(disprefer, (s:_\np)/s:_, ['Topic','Agent'], [77]). verbnet(reject, (s:_\np)/s:_, ['Topic','Agent'], [77]). %%% File: ext/VerbNet/assessment-34.1.xml %%% Primary: NP V NP (assessment-34.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The inspector analyzed the building. %%% verbnet(analyze, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(appraise, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(audit, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(evaluate, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(review, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(scrutinize, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(analyse, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(assay, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(proofread, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). verbnet(study, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]). %%% File: ext/VerbNet/assessment-34.1.xml %%% Primary: NP V NP PP.attribute (assessment-34.1) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The inspector analyzed the building for its soundness. %%% verbnet(analyze, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(appraise, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(assess, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(audit, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(evaluate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(review, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(scrutinize, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(analyse, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(assay, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(proofread, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(study, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]). verbnet(for, pp/np, ['Attribute'], [34,.,1]). %%% File: ext/VerbNet/assessment-34.1.xml %%% Primary: NP V NP.attribute (assessment-34.1) %%% Syntax: [np:Agent,v,np:Theme,lex:'s,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Missing: [lex:'s] %%% Example: The inspector analyzed the building's soundness. %%% verbnet(analyze, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(appraise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(assess, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(audit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(evaluate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(review, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(scrutinize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(analyse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(assay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(proofread, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). verbnet(study, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]). %%% File: ext/VerbNet/assuming_position-50.xml %%% Primary: NP V (assuming_position-50) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The dog flopped. %%% verbnet(bend, s:_\np, ['Agent'], [50]). verbnet(bow, s:_\np, ['Agent'], [50]). verbnet(crouch, s:_\np, ['Agent'], [50]). verbnet(flop, s:_\np, ['Agent'], [50]). verbnet(hang, s:_\np, ['Agent'], [50]). verbnet(hunch, s:_\np, ['Agent'], [50]). verbnet(hunch_up, s:_\np, ['Agent'], [50]). verbnet(kneel, s:_\np, ['Agent'], [50]). verbnet(lean, s:_\np, ['Agent'], [50]). verbnet(lie, s:_\np, ['Agent'], [50]). verbnet(lie_down, s:_\np, ['Agent'], [50]). verbnet(perch, s:_\np, ['Agent'], [50]). verbnet(plop, s:_\np, ['Agent'], [50]). verbnet(rise, s:_\np, ['Agent'], [50]). verbnet(sit, s:_\np, ['Agent'], [50]). verbnet(sit_down, s:_\np, ['Agent'], [50]). verbnet(slouch, s:_\np, ['Agent'], [50]). verbnet(slump, s:_\np, ['Agent'], [50]). verbnet(sprawl, s:_\np, ['Agent'], [50]). verbnet(squat, s:_\np, ['Agent'], [50]). verbnet(squat_down, s:_\np, ['Agent'], [50]). verbnet(stand, s:_\np, ['Agent'], [50]). verbnet(stand_up, s:_\np, ['Agent'], [50]). verbnet(stoop, s:_\np, ['Agent'], [50]). verbnet(straddle, s:_\np, ['Agent'], [50]). %%% File: ext/VerbNet/assuming_position-50.xml %%% Primary: NP V PP.location (assuming_position-50) %%% Syntax: [np:Agent,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The dog flopped in the corner. %%% verbnet(bend, (s:_\np)/pp, ['Agent'], [50]). verbnet(bow, (s:_\np)/pp, ['Agent'], [50]). verbnet(crouch, (s:_\np)/pp, ['Agent'], [50]). verbnet(flop, (s:_\np)/pp, ['Agent'], [50]). verbnet(hang, (s:_\np)/pp, ['Agent'], [50]). verbnet(hunch, (s:_\np)/pp, ['Agent'], [50]). verbnet(hunch_up, (s:_\np)/pp, ['Agent'], [50]). verbnet(kneel, (s:_\np)/pp, ['Agent'], [50]). verbnet(lean, (s:_\np)/pp, ['Agent'], [50]). verbnet(lie, (s:_\np)/pp, ['Agent'], [50]). verbnet(lie_down, (s:_\np)/pp, ['Agent'], [50]). verbnet(perch, (s:_\np)/pp, ['Agent'], [50]). verbnet(plop, (s:_\np)/pp, ['Agent'], [50]). verbnet(rise, (s:_\np)/pp, ['Agent'], [50]). verbnet(sit, (s:_\np)/pp, ['Agent'], [50]). verbnet(sit_down, (s:_\np)/pp, ['Agent'], [50]). verbnet(slouch, (s:_\np)/pp, ['Agent'], [50]). verbnet(slump, (s:_\np)/pp, ['Agent'], [50]). verbnet(sprawl, (s:_\np)/pp, ['Agent'], [50]). verbnet(squat, (s:_\np)/pp, ['Agent'], [50]). verbnet(squat_down, (s:_\np)/pp, ['Agent'], [50]). verbnet(stand, (s:_\np)/pp, ['Agent'], [50]). verbnet(stand_up, (s:_\np)/pp, ['Agent'], [50]). verbnet(stoop, (s:_\np)/pp, ['Agent'], [50]). verbnet(straddle, (s:_\np)/pp, ['Agent'], [50]). %%% File: ext/VerbNet/avoid-52.xml %%% Primary: NP V NP.location (avoid-52) %%% Syntax: [np:Agent,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Agent] %%% Example: We avoided the area. %%% verbnet(avoid, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(boycott, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(circumvent, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(dodge, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(duck, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(elude, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(eschew, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(evade, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(forgo, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(shun, (s:_\np)/np, ['Location','Agent'], [52]). verbnet(sidestep, (s:_\np)/np, ['Location','Agent'], [52]). %%% File: ext/VerbNet/avoid-52.xml %%% Primary: NP V NP.theme (avoid-52) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: We avoided the ball. %%% verbnet(avoid, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(boycott, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(circumvent, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(dodge, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(duck, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(elude, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(eschew, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(evade, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(shun, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(sidestep, (s:_\np)/np, ['Theme','Agent'], [52]). %%% File: ext/VerbNet/avoid-52.xml %%% Primary: NP V S_ING (avoid-52) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: He avoided going to the area. %%% verbnet(avoid, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(boycott, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(circumvent, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(dodge, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(duck, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(elude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(eschew, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(evade, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(forgo, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(shun, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). verbnet(sidestep, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]). %%% File: ext/VerbNet/avoid-52.xml %%% Primary: NP V S_ING (avoid-52) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He avoided his nagging. %%% verbnet(avoid, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(boycott, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(circumvent, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(dodge, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(duck, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(elude, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(eschew, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(evade, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(shun, (s:_\np)/np, ['Theme','Agent'], [52]). verbnet(sidestep, (s:_\np)/np, ['Theme','Agent'], [52]). %%% File: ext/VerbNet/banish-10.2.xml %%% Primary: NP V NP (banish-10.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The king banished the general. %%% verbnet(banish, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(deport, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(evacuate, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(expel, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(extradite, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(recall, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(remove, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(shanghai, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). verbnet(boot, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]). %%% File: ext/VerbNet/banish-10.2.xml %%% Primary: NP V NP PP.source (banish-10.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The king banished the general from the army. %%% verbnet(banish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(deport, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(evacuate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(extradite, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(recall, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(shanghai, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). %%% File: ext/VerbNet/banish-10.2.xml %%% Primary: NP V NP PP.destination (banish-10.2) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The king deported the general to the isle. %%% verbnet(banish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(deport, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(evacuate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(extradite, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(recall, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(shanghai, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]). verbnet(to, pp/np, ['Destination'], [10,.,2]). %%% File: ext/VerbNet/base-97.1.xml %%% Primary: NP V NP PP.source (base-97.1) %%% Syntax: [np:Agent,v,np:Theme,prep:on,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: We based our plans on his information. %%% verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(on, pp/np, ['Source'], [97,.,1]). %%% File: ext/VerbNet/base-97.1.xml %%% Primary: NP V NP PP.source whether S (base-97.1) %%% Syntax: [np:Agent,v,np:Theme,prep:on,s:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They based their decision on whether he happened to come or not. %%% verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(on, pp/s:_, ['Source'], [97,.,1]). %%% File: ext/VerbNet/base-97.1.xml %%% Primary: NP V NP PP.source S_ING (base-97.1) %%% Syntax: [np:Agent,v,np:Theme,prep:on,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They based their plan on his seizing the base. %%% verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(on, pp/np, ['Source'], [97,.,1]). %%% File: ext/VerbNet/base-97.1.xml %%% Primary: NP V NP PP.source S (base-97.1) %%% Syntax: [np:Agent,v,np:Theme,prep:on,vp_ng:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They based their plans on him getting in on time. %%% verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]). verbnet(on, pp/(s:ng\np), ['Source'], [97,.,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V (battle-36.4-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: They battled. %%% verbnet(argue, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(battle, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(clash, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(combat, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(compete, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(differ, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(duel, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(feud, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(fight, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(joust, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(spar, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(spat, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(vie, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(war, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, s:_\np, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, s:_\np, ['Agent'], [36,'.',4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.topic NP S_ING (battle-36.4-1) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They battled about his coming. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(about, pp/np, ['Topic'], [36,.,4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.topic whether S (battle-36.4-1) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They battled about whether he should go. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.topic what S (battle-36.4-1) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They battled about what was the right thing. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.topic whether S_INF (battle-36.4-1) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They battled about whether to go. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.topic what S_INF (battle-36.4-1) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They battled about what to do. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.topic (battle-36.4-1) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They battled about it. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]). verbnet(about, pp/np, ['Topic'], [36,.,4,-,1]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.co-agent PP.topic whether/if S (battle-36.4) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I battled with him about whether he should kill the peasants. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(about, pp/s:_, ['Topic'], [36,.,4]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.co-agent PP.topic what S (battle-36.4) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I battled with him about whether he should go. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(about, pp/s:_, ['Topic'], [36,.,4]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.co-agent PP.topic what S_INF (battle-36.4) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I battled with him about what to do. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(about, pp/s:_, ['Topic'], [36,.,4]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.co-agent PP.topic whether S_INF (battle-36.4) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I battled with him about whether to go. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(about, pp/s:_, ['Topic'], [36,.,4]). %%% File: ext/VerbNet/battle-36.4.xml %%% Primary: NP V PP.co-agent PP.topic (battle-36.4) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I battled with him about it. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]). verbnet(about, pp/np, ['Topic'], [36,.,4]). %%% File: ext/VerbNet/beg-58.2.xml %%% Primary: NP V for NP S_INF (beg-58.2) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I begged for her to do it. %%% verbnet(beg, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]). verbnet(ask, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]). verbnet(request, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]). verbnet(supplicate, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]). verbnet(importune, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]). %%% File: ext/VerbNet/beg-58.2.xml %%% Primary: NP V NP PP.topic (beg-58.2) %%% Syntax: [np:Agent,v,np:Recipient,prep:for,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: I begged her for release. %%% verbnet(beg, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]). verbnet(ask, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]). verbnet(request, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]). verbnet(supplicate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]). verbnet(importune, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]). verbnet(for, pp/np, ['Topic'], [58,.,2]). %%% File: ext/VerbNet/beg-58.2.xml %%% Primary: NP V NP S_INF (beg-58.2) %%% Syntax: [np:Agent,v,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I begged her to do it. %%% verbnet(beg, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(ask, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(request, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(supplicate, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(importune, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]). %%% File: ext/VerbNet/beg-58.2.xml %%% Primary: NP V PP.topic (beg-58.2) %%% Syntax: [np:Agent,v,prep:for,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I begged for release. %%% verbnet(beg, (s:_\np)/pp, ['Agent'], [58,'.',2]). verbnet(ask, (s:_\np)/pp, ['Agent'], [58,'.',2]). verbnet(request, (s:_\np)/pp, ['Agent'], [58,'.',2]). verbnet(supplicate, (s:_\np)/pp, ['Agent'], [58,'.',2]). verbnet(importune, (s:_\np)/pp, ['Agent'], [58,'.',2]). verbnet(for, pp/np, ['Topic'], [58,.,2]). %%% File: ext/VerbNet/beg-58.2.xml %%% Primary: NP V NP that S (beg-58.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I begged him that he come. %%% verbnet(beg, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(request, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(supplicate, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]). verbnet(importune, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]). %%% File: ext/VerbNet/beg-58.2.xml %%% Primary: NP V S_INF (beg-58.2) %%% Syntax: [np:Agent,v,vp_to:Topic] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Topic,Agent] %%% Example: I begged to come. %%% verbnet(beg, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]). verbnet(ask, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]). verbnet(request, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]). verbnet(supplicate, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]). verbnet(importune, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP V S_ING (begin-55.1-1) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: John began going to the area. %%% verbnet(begin, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). verbnet(start, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). verbnet(start_off, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). verbnet(commence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). verbnet(recommence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). verbnet(resume, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). verbnet(undertake, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP.theme V (begin-55.1-1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The storm began. %%% verbnet(begin, s:_\np, ['Theme'], [55,'.',1,-,1]). verbnet(start, s:_\np, ['Theme'], [55,'.',1,-,1]). verbnet(start_off, s:_\np, ['Theme'], [55,'.',1,-,1]). verbnet(commence, s:_\np, ['Theme'], [55,'.',1,-,1]). verbnet(recommence, s:_\np, ['Theme'], [55,'.',1,-,1]). verbnet(resume, s:_\np, ['Theme'], [55,'.',1,-,1]). verbnet(undertake, s:_\np, ['Theme'], [55,'.',1,-,1]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP V NP (begin-55.1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: John started the party. %%% verbnet(begin, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(start, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(start_off, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(commence, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(recommence, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(resume, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(undertake, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP V PP.instrument (begin-55.1-1) %%% Syntax: [np:Theme,v,prep:with,np:Instrument] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The party began with a bang. %%% verbnet(begin, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(start, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(start_off, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(commence, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(recommence, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(resume, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(undertake, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]). verbnet(with, pp/np, ['Instrument'], [55,.,1,-,1]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP V NP PP.instrument (begin-55.1-1) %%% Syntax: [np:Agent,v,np:Theme,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I began the party with a speech. %%% verbnet(begin, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(start, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(start_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(commence, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(recommence, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(resume, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(undertake, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]). verbnet(with, pp/np, ['Instrument'], [55,.,1,-,1]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP.instrument V NP (begin-55.1-1) %%% Syntax: [np:Instrument,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Instrument] %%% Example: A murder began the book. %%% verbnet(begin, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). verbnet(start, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). verbnet(start_off, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). verbnet(commence, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). verbnet(recommence, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). verbnet(resume, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). verbnet(undertake, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]). %%% File: ext/VerbNet/begin-55.1.xml %%% Primary: NP V S_INF (begin-55.1) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: He began to pack. %%% verbnet(begin, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(start, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(start_off, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(commence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(recommence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(resume, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(undertake, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(go_on, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(pledge, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). verbnet(proceed, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]). %%% File: ext/VerbNet/being_dressed-41.3.3.xml %%% Primary: Passive (being_dressed-41.3.3) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She was always clad in black. %%% verbnet(attire, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]). verbnet(clad, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]). verbnet(garb, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]). verbnet(robe, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]). verbnet(in, pp/np, ['Theme'], [41,.,3,.,3]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP V NP.patient (bend-45.2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Tony bent the rod. %%% verbnet(bend, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crease, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crinkle, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crumple, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(distend, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(flex, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(fold, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(furrow, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(round, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(rumple, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(scrunch, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(splay, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(straighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(stretch, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfold, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfurl, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unroll, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unwind, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(warp, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(wrinkle, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unbend, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP V NP PP.instrument (bend-45.2) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Tony bent the rod with pliers. %%% verbnet(bend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(distend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(flex, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(fold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(furrow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(round, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(rumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(scrunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(splay, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(straighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(stretch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfurl, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unroll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unwind, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(warp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(wrinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unbend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(with, pp/np, ['Instrument'], [45,.,2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP.patient V (bend-45.2) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The rod bent. %%% verbnet(bend, s:_\np, ['Patient'], [45,'.',2]). verbnet(crease, s:_\np, ['Patient'], [45,'.',2]). verbnet(crinkle, s:_\np, ['Patient'], [45,'.',2]). verbnet(crumple, s:_\np, ['Patient'], [45,'.',2]). verbnet(distend, s:_\np, ['Patient'], [45,'.',2]). verbnet(flex, s:_\np, ['Patient'], [45,'.',2]). verbnet(fold, s:_\np, ['Patient'], [45,'.',2]). verbnet(furrow, s:_\np, ['Patient'], [45,'.',2]). verbnet(roll, s:_\np, ['Patient'], [45,'.',2]). verbnet(round, s:_\np, ['Patient'], [45,'.',2]). verbnet(rumple, s:_\np, ['Patient'], [45,'.',2]). verbnet(scrunch, s:_\np, ['Patient'], [45,'.',2]). verbnet(splay, s:_\np, ['Patient'], [45,'.',2]). verbnet(straighten, s:_\np, ['Patient'], [45,'.',2]). verbnet(stretch, s:_\np, ['Patient'], [45,'.',2]). verbnet(unfold, s:_\np, ['Patient'], [45,'.',2]). verbnet(unfurl, s:_\np, ['Patient'], [45,'.',2]). verbnet(unroll, s:_\np, ['Patient'], [45,'.',2]). verbnet(unwind, s:_\np, ['Patient'], [45,'.',2]). verbnet(warp, s:_\np, ['Patient'], [45,'.',2]). verbnet(wrinkle, s:_\np, ['Patient'], [45,'.',2]). verbnet(unbend, s:_\np, ['Patient'], [45,'.',2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP V ADV-Middle (bend-45.2) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Copper rods bend easily. %%% verbnet(bend, s:_\np, ['Patient'], [45,'.',2]). verbnet(crease, s:_\np, ['Patient'], [45,'.',2]). verbnet(crinkle, s:_\np, ['Patient'], [45,'.',2]). verbnet(crumple, s:_\np, ['Patient'], [45,'.',2]). verbnet(distend, s:_\np, ['Patient'], [45,'.',2]). verbnet(flex, s:_\np, ['Patient'], [45,'.',2]). verbnet(fold, s:_\np, ['Patient'], [45,'.',2]). verbnet(furrow, s:_\np, ['Patient'], [45,'.',2]). verbnet(roll, s:_\np, ['Patient'], [45,'.',2]). verbnet(round, s:_\np, ['Patient'], [45,'.',2]). verbnet(rumple, s:_\np, ['Patient'], [45,'.',2]). verbnet(scrunch, s:_\np, ['Patient'], [45,'.',2]). verbnet(splay, s:_\np, ['Patient'], [45,'.',2]). verbnet(straighten, s:_\np, ['Patient'], [45,'.',2]). verbnet(stretch, s:_\np, ['Patient'], [45,'.',2]). verbnet(unfold, s:_\np, ['Patient'], [45,'.',2]). verbnet(unfurl, s:_\np, ['Patient'], [45,'.',2]). verbnet(unroll, s:_\np, ['Patient'], [45,'.',2]). verbnet(unwind, s:_\np, ['Patient'], [45,'.',2]). verbnet(warp, s:_\np, ['Patient'], [45,'.',2]). verbnet(wrinkle, s:_\np, ['Patient'], [45,'.',2]). verbnet(unbend, s:_\np, ['Patient'], [45,'.',2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP.instrument V NP (bend-45.2) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The pliers bent the rod. %%% verbnet(bend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(crease, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(crinkle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(crumple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(distend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(flex, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(fold, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(furrow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(roll, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(round, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(rumple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(scrunch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(splay, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(straighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(stretch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(unfold, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(unfurl, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(unroll, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(unwind, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(warp, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(wrinkle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). verbnet(unbend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP V NP ADJ (bend-45.2) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Tony folded the flaps open. %%% verbnet(bend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(crease, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(crinkle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(crumple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(distend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(flex, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(fold, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(furrow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(roll, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(round, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(rumple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(scrunch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(splay, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(straighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(stretch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(unfold, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(unfurl, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(unroll, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(unwind, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(warp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(wrinkle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). verbnet(unbend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP V NP PP.result (bend-45.2) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Tony bent the rod into a U. %%% verbnet(bend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(distend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(flex, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(fold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(furrow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(round, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(rumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(scrunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(splay, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(straighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(stretch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfurl, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unroll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unwind, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(warp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(wrinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unbend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(to, pp/np, ['Goal'], [45,.,2]). verbnet(into, pp/np, ['Goal'], [45,.,2]). %%% File: ext/VerbNet/bend-45.2.xml %%% Primary: NP V NP PP.result PP.instrument (bend-45.2) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Tony bent the rod into a U with pliers. %%% verbnet(bend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crease, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crinkle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(crumple, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(distend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(flex, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(furrow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(round, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(rumple, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(scrunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(splay, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(straighten, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(stretch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfold, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unfurl, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unroll, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unwind, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(warp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(wrinkle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(unbend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]). verbnet(with, pp/np, ['Instrument'], [45,.,2]). %%% File: ext/VerbNet/berry-13.7.xml %%% Primary: NP V (berry-13.7) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The children berry in the summer. %%% verbnet(antique, s:_\np, ['Agent'], [13,'.',7]). verbnet(berry, s:_\np, ['Agent'], [13,'.',7]). verbnet(birdnest, s:_\np, ['Agent'], [13,'.',7]). verbnet(blackberry, s:_\np, ['Agent'], [13,'.',7]). verbnet(clam, s:_\np, ['Agent'], [13,'.',7]). verbnet(crab, s:_\np, ['Agent'], [13,'.',7]). verbnet(fish, s:_\np, ['Agent'], [13,'.',7]). verbnet(fowl, s:_\np, ['Agent'], [13,'.',7]). verbnet(grouse, s:_\np, ['Agent'], [13,'.',7]). verbnet(hay, s:_\np, ['Agent'], [13,'.',7]). verbnet(log, s:_\np, ['Agent'], [13,'.',7]). verbnet(mushroom, s:_\np, ['Agent'], [13,'.',7]). verbnet(nest, s:_\np, ['Agent'], [13,'.',7]). verbnet(nut, s:_\np, ['Agent'], [13,'.',7]). verbnet(oyster, s:_\np, ['Agent'], [13,'.',7]). verbnet(pearl, s:_\np, ['Agent'], [13,'.',7]). verbnet(prawn, s:_\np, ['Agent'], [13,'.',7]). verbnet(rabbit, s:_\np, ['Agent'], [13,'.',7]). verbnet(scollop, s:_\np, ['Agent'], [13,'.',7]). verbnet(seal, s:_\np, ['Agent'], [13,'.',7]). verbnet(shark, s:_\np, ['Agent'], [13,'.',7]). verbnet(shrimp, s:_\np, ['Agent'], [13,'.',7]). verbnet(snail, s:_\np, ['Agent'], [13,'.',7]). verbnet(snipe, s:_\np, ['Agent'], [13,'.',7]). verbnet(sponge, s:_\np, ['Agent'], [13,'.',7]). verbnet(whale, s:_\np, ['Agent'], [13,'.',7]). verbnet(whelk, s:_\np, ['Agent'], [13,'.',7]). verbnet(whore, s:_\np, ['Agent'], [13,'.',7]). verbnet(hawk, s:_\np, ['Agent'], [13,'.',7]). %%% File: ext/VerbNet/bill-54.5.xml %%% Primary: NP V NP.recipient (bill-54.5) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: The phone company billed me. %%% verbnet(amerce, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(bet, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(bill, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(charge, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(fine, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(invoice, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(mulct, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(overcharge, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(save, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(scrimp, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(spare, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(tax, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(tip, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(undercharge, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). verbnet(wager, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]). %%% File: ext/VerbNet/bill-54.5.xml %%% Primary: NP V NP NP.asset (bill-54.5) %%% Syntax: [np:Agent,v,np:Recipient,np:Asset] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Asset,Agent] %%% Example: The phone company billed me $10. %%% verbnet(amerce, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(bet, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(bill, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(charge, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(fine, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(invoice, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(mulct, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(overcharge, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(save, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(scrimp, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(spare, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(tax, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(tip, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(undercharge, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). verbnet(wager, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]). %%% File: ext/VerbNet/body_internal_motion-49.xml %%% Primary: NP V (body_internal_motion-49) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Sylvia fidgeted. %%% verbnet(buck, s:_\np, ['Agent'], [49]). verbnet(fidget, s:_\np, ['Agent'], [49]). verbnet(flap, s:_\np, ['Agent'], [49]). verbnet(gyrate, s:_\np, ['Agent'], [49]). verbnet(jiggle, s:_\np, ['Agent'], [49]). verbnet(kick, s:_\np, ['Agent'], [49]). verbnet(rock, s:_\np, ['Agent'], [49]). verbnet(squirm, s:_\np, ['Agent'], [49]). verbnet(sway, s:_\np, ['Agent'], [49]). verbnet(teeter, s:_\np, ['Agent'], [49]). verbnet(totter, s:_\np, ['Agent'], [49]). verbnet(twitch, s:_\np, ['Agent'], [49]). verbnet(waggle, s:_\np, ['Agent'], [49]). verbnet(wiggle, s:_\np, ['Agent'], [49]). verbnet(wobble, s:_\np, ['Agent'], [49]). verbnet(wriggle, s:_\np, ['Agent'], [49]). %%% File: ext/VerbNet/body_internal_states-40.6.xml %%% Primary: NP V (body_internal_states-40.6) %%% Syntax: [np:Experiencer,v] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: Sharon shivered. %%% verbnet(convulse, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(cower, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(quake, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(quiver, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(shake, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(shiver, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(shudder, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(tremble, s:_\np, ['Experiencer'], [40,'.',6]). verbnet(writhe, s:_\np, ['Experiencer'], [40,'.',6]). %%% File: ext/VerbNet/body_internal_states-40.6.xml %%% Primary: NP V PP.stimulus (body_internal_states-40.6) %%% Syntax: [np:Experiencer,v,prep:from at,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: Sharon shivered from fear. %%% verbnet(convulse, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(cower, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(quake, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(quiver, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(shake, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(shiver, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(shudder, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(tremble, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(writhe, (s:_\np)/pp, ['Experiencer'], [40,'.',6]). verbnet(from, pp/np, ['Stimulus'], [40,.,6]). verbnet(at, pp/np, ['Stimulus'], [40,.,6]). %%% File: ext/VerbNet/braid-41.2.2.xml %%% Primary: NP V NP (braid-41.2.2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Celia brushed the baby's hair. %%% verbnet(bob, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(braid, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(brush, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(coldcream, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(comb, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(condition, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(crimp, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(crop, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(curl, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(dye, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(file, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(gel, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(henna, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(highlight, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(lather, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(manicure, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(part, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(perm, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(paint, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(plait, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(pluck, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(powder, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(rinse, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(rouge, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(set, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(shampoo, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(soap, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(style, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(talc, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(tease, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(towel, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(trim, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(tweeze, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(wave, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). verbnet(wax, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V NP (break-45.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Tony broke the window. %%% verbnet(break, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_apart, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_down, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_up, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(cleave, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crack, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crash, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crush, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(dissolve, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fracture, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fragment, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rend, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rive, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shatter, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shred, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(sliver, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(snap, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(splinter, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(split, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). verbnet(tear, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V NP PP.instrument (break-45.1) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Tony broke the window with a hammer. %%% verbnet(break, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_apart, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(cleave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(dissolve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fracture, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fragment, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rive, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shred, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(sliver, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(splinter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(split, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(tear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(with, pp/np, ['Instrument'], [45,.,1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP.patient V (break-45.1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The window broke. %%% verbnet(break, s:_\np, ['Patient'], [45,'.',1]). verbnet(break_apart, s:_\np, ['Patient'], [45,'.',1]). verbnet(break_down, s:_\np, ['Patient'], [45,'.',1]). verbnet(break_up, s:_\np, ['Patient'], [45,'.',1]). verbnet(chip, s:_\np, ['Patient'], [45,'.',1]). verbnet(cleave, s:_\np, ['Patient'], [45,'.',1]). verbnet(crack, s:_\np, ['Patient'], [45,'.',1]). verbnet(crash, s:_\np, ['Patient'], [45,'.',1]). verbnet(crush, s:_\np, ['Patient'], [45,'.',1]). verbnet(dissolve, s:_\np, ['Patient'], [45,'.',1]). verbnet(fracture, s:_\np, ['Patient'], [45,'.',1]). verbnet(fragment, s:_\np, ['Patient'], [45,'.',1]). verbnet(rend, s:_\np, ['Patient'], [45,'.',1]). verbnet(rive, s:_\np, ['Patient'], [45,'.',1]). verbnet(rip, s:_\np, ['Patient'], [45,'.',1]). verbnet(shatter, s:_\np, ['Patient'], [45,'.',1]). verbnet(shred, s:_\np, ['Patient'], [45,'.',1]). verbnet(sliver, s:_\np, ['Patient'], [45,'.',1]). verbnet(smash, s:_\np, ['Patient'], [45,'.',1]). verbnet(snap, s:_\np, ['Patient'], [45,'.',1]). verbnet(splinter, s:_\np, ['Patient'], [45,'.',1]). verbnet(split, s:_\np, ['Patient'], [45,'.',1]). verbnet(tear, s:_\np, ['Patient'], [45,'.',1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V ADV-Middle (break-45.1) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Crystal vases break easily. %%% verbnet(break, s:_\np, ['Patient'], [45,'.',1]). verbnet(break_apart, s:_\np, ['Patient'], [45,'.',1]). verbnet(break_down, s:_\np, ['Patient'], [45,'.',1]). verbnet(break_up, s:_\np, ['Patient'], [45,'.',1]). verbnet(chip, s:_\np, ['Patient'], [45,'.',1]). verbnet(cleave, s:_\np, ['Patient'], [45,'.',1]). verbnet(crack, s:_\np, ['Patient'], [45,'.',1]). verbnet(crash, s:_\np, ['Patient'], [45,'.',1]). verbnet(crush, s:_\np, ['Patient'], [45,'.',1]). verbnet(dissolve, s:_\np, ['Patient'], [45,'.',1]). verbnet(fracture, s:_\np, ['Patient'], [45,'.',1]). verbnet(fragment, s:_\np, ['Patient'], [45,'.',1]). verbnet(rend, s:_\np, ['Patient'], [45,'.',1]). verbnet(rive, s:_\np, ['Patient'], [45,'.',1]). verbnet(rip, s:_\np, ['Patient'], [45,'.',1]). verbnet(shatter, s:_\np, ['Patient'], [45,'.',1]). verbnet(shred, s:_\np, ['Patient'], [45,'.',1]). verbnet(sliver, s:_\np, ['Patient'], [45,'.',1]). verbnet(smash, s:_\np, ['Patient'], [45,'.',1]). verbnet(snap, s:_\np, ['Patient'], [45,'.',1]). verbnet(splinter, s:_\np, ['Patient'], [45,'.',1]). verbnet(split, s:_\np, ['Patient'], [45,'.',1]). verbnet(tear, s:_\np, ['Patient'], [45,'.',1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP.instrument V NP (break-45.1) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The hammer broke the window. %%% verbnet(break, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(break_apart, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(break_down, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(break_up, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(chip, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(cleave, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(crack, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(crash, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(crush, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(dissolve, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(fracture, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(fragment, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(rend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(rive, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(rip, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(shatter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(shred, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(sliver, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(smash, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(snap, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(splinter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(split, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). verbnet(tear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V NP ADJ (break-45.1) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Tony broke the piggy bank open. %%% verbnet(break, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(break_apart, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(break_down, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(break_up, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(chip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(cleave, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(crack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(crash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(crush, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(dissolve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(fracture, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(fragment, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(rend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(rive, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(rip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(shatter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(shred, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(sliver, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(smash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(snap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(splinter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(split, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(tear, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V NP ADJ PP.instrument (break-45.1) %%% Syntax: [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Tony broke the piggy bank open with a hammer. %%% verbnet(break, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(break_apart, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(break_down, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(break_up, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(chip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(cleave, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(crack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(crash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(crush, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(dissolve, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(fracture, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(fragment, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(rend, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(rive, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(rip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(shatter, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(shred, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(sliver, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(smash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(snap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(splinter, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(split, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(tear, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]). verbnet(with, pp/np, ['Instrument'], [45,.,1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V NP PP.result (break-45.1) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Tony broke the glass to pieces. %%% verbnet(break, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_apart, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(cleave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(dissolve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fracture, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fragment, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rive, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shred, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(sliver, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(splinter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(split, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(tear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(to, pp/np, ['Goal'], [45,.,1]). verbnet(into, pp/np, ['Goal'], [45,.,1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V NP PP.result PP.instrument (break-45.1) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Tony broke the glass to pieces with a hammer. %%% verbnet(break, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_apart, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_down, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(break_up, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(chip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(cleave, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(crush, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(dissolve, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fracture, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(fragment, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rive, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(rip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shatter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(shred, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(sliver, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(smash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(snap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(splinter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(split, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(tear, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]). verbnet(with, pp/np, ['Instrument'], [45,.,1]). %%% File: ext/VerbNet/break-45.1.xml %%% Primary: NP V PP.result (break-45.1) %%% Syntax: [np:Patient,v,prep:to into,np:Result] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: The glass broke into a thousand pieces. %%% verbnet(break, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(break_apart, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(break_down, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(break_up, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(chip, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(cleave, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(crack, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(crash, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(crush, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(dissolve, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(fracture, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(fragment, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(rend, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(rive, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(rip, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(shatter, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(shred, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(sliver, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(smash, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(snap, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(splinter, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(split, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(tear, (s:_\np)/pp, ['Patient'], [45,'.',1]). verbnet(to, pp/np, ['Goal'], [45,.,1]). verbnet(into, pp/np, ['Goal'], [45,.,1]). %%% File: ext/VerbNet/breathe-40.1.2.xml %%% Primary: NP V NP (breathe-40.1.2-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Paul breathed a deep breath. %%% verbnet(breathe, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(defecate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(expectorate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(retch, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(slobber, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(urinate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). verbnet(hawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]). %%% File: ext/VerbNet/breathe-40.1.2.xml %%% Primary: NP V (breathe-40.1.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Paul breathed. %%% verbnet(breathe, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(cough, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(cry, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(defecate, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(expectorate, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(retch, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(slobber, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(urinate, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(hawk, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(barf, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(bleed, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(dribble, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(drool, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(pee, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(piss, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(puke, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(shit, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(spit, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(sweat, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(throw_up, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(vomit, s:_\np, ['Agent'], [40,'.',1,'.',2]). verbnet(weep, s:_\np, ['Agent'], [40,'.',1,'.',2]). %%% File: ext/VerbNet/breathe-40.1.2.xml %%% Primary: NP V PP.destination (breathe-40.1.2) %%% Syntax: [np:Agent,v,prep:on onto,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Paul breathed on Mary. %%% verbnet(breathe, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(cough, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(cry, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(defecate, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(expectorate, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(retch, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(slobber, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(urinate, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(hawk, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(barf, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(bleed, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(dribble, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(drool, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(pee, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(piss, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(puke, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(shit, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(spit, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(sweat, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(throw_up, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(vomit, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(weep, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]). verbnet(on, pp/np, ['Destination'], [40,.,1,.,2]). verbnet(onto, pp/np, ['Destination'], [40,.,1,.,2]). %%% File: ext/VerbNet/breathe-40.1.2.xml %%% Primary: NP V NP.theme (breathe-40.1.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The dragon breathed fire. %%% verbnet(breathe, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(defecate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(expectorate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(retch, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(slobber, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(urinate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(hawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(barf, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(bleed, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(dribble, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(drool, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(pee, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(piss, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(puke, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(shit, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(spit, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(sweat, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(throw_up, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(vomit, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(weep, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]). %%% File: ext/VerbNet/breathe-40.1.2.xml %%% Primary: NP V NP.theme PP.destination (breathe-40.1.2) %%% Syntax: [np:Agent,v,np:Theme,prep:on onto,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The dragon breathed fire on Mary. %%% verbnet(breathe, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(cough, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(cry, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(defecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(expectorate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(retch, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(slobber, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(urinate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(hawk, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(barf, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(bleed, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(dribble, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(drool, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(pee, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(piss, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(puke, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(shit, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(spit, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(sweat, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(throw_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(vomit, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(weep, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]). verbnet(on, pp/np, ['Destination'], [40,.,1,.,2]). verbnet(onto, pp/np, ['Destination'], [40,.,1,.,2]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP NP (bring-11.3-1) %%% Syntax: [np:Agent,v,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Destination,Theme,Agent] %%% Example: Nora brought Pamela the book. %%% verbnet(bring, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',3,-,1]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP together (bring-11.3-1) %%% Syntax: [np:Agent,v,np:Theme,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Missing: [lex:together] %%% Example: Nora brought us together. %%% verbnet(bring, (s:_\np)/np, ['Theme','Agent'], [11,'.',3,-,1]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP (bring-11.3) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Nora brought the book. %%% verbnet(bring, (s:_\np)/np, ['Theme','Agent'], [11,'.',3]). verbnet(take, (s:_\np)/np, ['Theme','Agent'], [11,'.',3]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP PP.destination (bring-11.3) %%% Syntax: [np:Agent,v,np:Theme,prep:against before into on to onto,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Nora brought the book to the meeting. %%% verbnet(bring, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]). verbnet(against, pp/np, ['Destination'], [11,.,3]). verbnet(before, pp/np, ['Destination'], [11,.,3]). verbnet(into, pp/np, ['Destination'], [11,.,3]). verbnet(on, pp/np, ['Destination'], [11,.,3]). verbnet(to, pp/np, ['Destination'], [11,.,3]). verbnet(onto, pp/np, ['Destination'], [11,.,3]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V PP.destination NP (bring-11.3) %%% Syntax: [np:Agent,v,prep:against before into on to onto,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Theme,Agent] %%% Example: Nora brought to lunch the book. %%% verbnet(bring, ((s:_\np)/np)/pp, ['Theme','Agent'], [11,'.',3]). verbnet(take, ((s:_\np)/np)/pp, ['Theme','Agent'], [11,'.',3]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP PP.initial_location (bring-11.3) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Nora brought the book from home. %%% verbnet(bring, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP PP.initial_location PP.destination (bring-11.3) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Nora brought the book from home to the meeting. %%% verbnet(bring, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',3]). verbnet(take, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',3]). verbnet(to, pp/np, ['Destination'], [11,.,3]). %%% File: ext/VerbNet/bring-11.3.xml %%% Primary: NP V NP ADVP (bring-11.3) %%% Syntax: [np:Instrument,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Instrument] %%% Example: The train brought us here. %%% verbnet(bring, ((s:_\np)/np)/np, ['Theme','Destination','Instrument'], [11,'.',3]). verbnet(take, ((s:_\np)/np)/np, ['Theme','Destination','Instrument'], [11,'.',3]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP P.asset (build-26.1-1) %%% Syntax: [np:Agent,v,np:Product,prep:for,np:Asset] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Result,Agent] %%% Example: The contractor builds houses for $100,000. %%% verbnet(build, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(carve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(cut, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(make, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(remake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(shape, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]). verbnet(for, pp/np, ['Asset'], [26,.,1,-,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP.asset V NP (build-26.1-1) %%% Syntax: [np:Asset,v,np:Product] %%% CCG: (s:_\np)/np %%% Roles: [Result,Asset] %%% Example: $100,000 builds a house. %%% verbnet(build, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(carve, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(cut, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(make, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(remake, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(sculpt, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(shape, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP.asset V NP NP (build-26.1-1) %%% Syntax: [np:Asset,v,np:Beneficiary,np:Product] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Result,Asset] %%% Example: $100,000 will build you a house. %%% verbnet(build, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(carve, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(cut, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(make, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(remake, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(sculpt, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(shape, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP.asset V PP (build-26.1-1) %%% Syntax: [np:Asset,v,np:Product,prep:from out_of,np:Material] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Result,Asset] %%% Example: $100,000 builds a house out of sticks. %%% verbnet(build, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(carve, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(cut, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(make, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(remake, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(shape, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]). verbnet(from, pp/np, ['Source'], [26,.,1,-,1]). verbnet(out_of, pp/np, ['Source'], [26,.,1,-,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP.asset V NP PP (build-26.1-1) %%% Syntax: [np:Asset,v,np:Beneficiary,np:Product,prep:from out_of,np:Material] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Beneficiary,Result,Asset] %%% Example: $100,000 builds you a house out of sticks. %%% verbnet(build, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(carve, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(cut, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(make, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(remake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(sculpt, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(shape, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]). verbnet(from, pp/np, ['Source'], [26,.,1,-,1]). verbnet(out_of, pp/np, ['Source'], [26,.,1,-,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP (build-26.1) %%% Syntax: [np:Agent,v,np:Product] %%% CCG: (s:_\np)/np %%% Roles: [Result,Agent] %%% Example: Martha carves toys. %%% verbnet(build, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(carve, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(cut, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(make, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(remake, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpt, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(shape, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(arrange, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(assemble, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(bake, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(bead, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(blow, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(cast, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(chisel, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(churn, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(compile, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(cook, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(crochet, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(develop, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(embroider, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(erect, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(fashion, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(fold, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(forge, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(formulate, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(grind, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(grow, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(hack, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(hammer, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(knit, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(mold, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(pound, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(roll, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpture, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(sew, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(spin, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(stitch, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(weave, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). verbnet(whittle, (s:_\np)/np, ['Result','Agent'], [26,'.',1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V (build-26.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Martha carves. %%% verbnet(build, s:_\np, ['Agent'], [26,'.',1]). verbnet(carve, s:_\np, ['Agent'], [26,'.',1]). verbnet(cut, s:_\np, ['Agent'], [26,'.',1]). verbnet(make, s:_\np, ['Agent'], [26,'.',1]). verbnet(remake, s:_\np, ['Agent'], [26,'.',1]). verbnet(sculpt, s:_\np, ['Agent'], [26,'.',1]). verbnet(shape, s:_\np, ['Agent'], [26,'.',1]). verbnet(arrange, s:_\np, ['Agent'], [26,'.',1]). verbnet(assemble, s:_\np, ['Agent'], [26,'.',1]). verbnet(bake, s:_\np, ['Agent'], [26,'.',1]). verbnet(bead, s:_\np, ['Agent'], [26,'.',1]). verbnet(blow, s:_\np, ['Agent'], [26,'.',1]). verbnet(cast, s:_\np, ['Agent'], [26,'.',1]). verbnet(chisel, s:_\np, ['Agent'], [26,'.',1]). verbnet(churn, s:_\np, ['Agent'], [26,'.',1]). verbnet(compile, s:_\np, ['Agent'], [26,'.',1]). verbnet(cook, s:_\np, ['Agent'], [26,'.',1]). verbnet(crochet, s:_\np, ['Agent'], [26,'.',1]). verbnet(develop, s:_\np, ['Agent'], [26,'.',1]). verbnet(embroider, s:_\np, ['Agent'], [26,'.',1]). verbnet(erect, s:_\np, ['Agent'], [26,'.',1]). verbnet(fashion, s:_\np, ['Agent'], [26,'.',1]). verbnet(fold, s:_\np, ['Agent'], [26,'.',1]). verbnet(forge, s:_\np, ['Agent'], [26,'.',1]). verbnet(formulate, s:_\np, ['Agent'], [26,'.',1]). verbnet(grind, s:_\np, ['Agent'], [26,'.',1]). verbnet(grow, s:_\np, ['Agent'], [26,'.',1]). verbnet(hack, s:_\np, ['Agent'], [26,'.',1]). verbnet(hammer, s:_\np, ['Agent'], [26,'.',1]). verbnet(knit, s:_\np, ['Agent'], [26,'.',1]). verbnet(mold, s:_\np, ['Agent'], [26,'.',1]). verbnet(pound, s:_\np, ['Agent'], [26,'.',1]). verbnet(roll, s:_\np, ['Agent'], [26,'.',1]). verbnet(sculpture, s:_\np, ['Agent'], [26,'.',1]). verbnet(sew, s:_\np, ['Agent'], [26,'.',1]). verbnet(spin, s:_\np, ['Agent'], [26,'.',1]). verbnet(stitch, s:_\np, ['Agent'], [26,'.',1]). verbnet(weave, s:_\np, ['Agent'], [26,'.',1]). verbnet(whittle, s:_\np, ['Agent'], [26,'.',1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP.product PP.material (build-26.1) %%% Syntax: [np:Agent,v,np:Product,prep:from out_of,np:Material] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Result,Agent] %%% Example: Martha carved a toy out of a piece of wood. %%% verbnet(build, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(carve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(make, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(remake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(shape, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(arrange, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(assemble, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bead, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(blow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cast, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(chisel, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(churn, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(compile, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cook, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(crochet, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(develop, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(embroider, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(erect, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fashion, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(forge, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(formulate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grind, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(knit, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(mold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(roll, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpture, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sew, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(spin, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(stitch, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(weave, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(whittle, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(from, pp/np, ['Source'], [26,.,1]). verbnet(out_of, pp/np, ['Source'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP.material PP.product (build-26.1) %%% Syntax: [np:Agent,v,np:Material,prep:into,np:Product] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Agent] %%% Example: Martha carved the piece of wood into a toy. %%% verbnet(build, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(carve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(make, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(remake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sculpt, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(shape, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(arrange, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(assemble, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(bake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(bead, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(blow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cast, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(chisel, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(churn, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(compile, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cook, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(crochet, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(develop, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(embroider, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(erect, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(fashion, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(fold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(forge, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(formulate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(grind, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(grow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(knit, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(mold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(roll, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sculpture, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sew, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(spin, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(stitch, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(weave, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(whittle, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(into, pp/np, ['Result'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP PP.beneficiary (build-26.1) %%% Syntax: [np:Agent,v,np:Product,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Result,Agent] %%% Example: Martha carved a toy for the baby. %%% verbnet(build, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(carve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(make, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(remake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(shape, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(arrange, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(assemble, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bead, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(blow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cast, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(chisel, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(churn, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(compile, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cook, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(crochet, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(develop, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(embroider, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(erect, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fashion, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(forge, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(formulate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grind, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(knit, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(mold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(roll, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpture, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sew, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(spin, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(stitch, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(weave, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(whittle, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(for, pp/np, ['Beneficiary'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP.beneficiary NP PP (build-26.1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Product,prep:from out_of,np:Material] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Beneficiary,Result,Agent] %%% Example: Martha carved the baby a toy out of a piece of wood. %%% verbnet(build, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(carve, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(cut, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(make, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(remake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(sculpt, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(shape, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(arrange, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(assemble, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(bake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(bead, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(blow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(cast, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(chisel, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(churn, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(compile, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(cook, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(crochet, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(develop, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(embroider, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(erect, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(fashion, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(fold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(forge, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(formulate, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(grind, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(grow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(hack, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(hammer, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(knit, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(mold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(pound, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(roll, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(sculpture, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(sew, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(spin, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(stitch, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(weave, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(whittle, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(from, pp/np, ['Source'], [26,.,1]). verbnet(out_of, pp/np, ['Source'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP PP.material PP.beneficiary (build-26.1) %%% Syntax: [np:Agent,v,np:Product,prep:from out_of,np:Material,prep:for,np:Beneficiary] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Result,Agent] %%% Example: Martha carved a toy out of a piece of wood for the baby. %%% verbnet(build, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(carve, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(make, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(remake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpt, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(shape, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(arrange, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(assemble, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bead, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(chisel, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(churn, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(compile, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(crochet, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(develop, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(embroider, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(erect, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fashion, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(forge, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(formulate, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(mold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpture, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sew, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(spin, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(stitch, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(weave, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(whittle, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(for, pp/np, ['Beneficiary'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP PP.beneficiary (build-26.1) %%% Syntax: [np:Agent,v,np:Material,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Agent] %%% Example: Martha carved a piece of wood for the baby. %%% verbnet(build, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(carve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(make, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(remake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sculpt, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(shape, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(arrange, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(assemble, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(bake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(bead, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(blow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cast, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(chisel, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(churn, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(compile, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cook, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(crochet, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(develop, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(embroider, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(erect, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(fashion, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(fold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(forge, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(formulate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(grind, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(grow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(knit, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(mold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(roll, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sculpture, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sew, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(spin, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(stitch, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(weave, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(whittle, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(for, pp/np, ['Beneficiary'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP PP.product PP.beneficiary (build-26.1) %%% Syntax: [np:Agent,v,np:Material,prep:into,np:Product,prep:for,np:Beneficiary] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Source,Agent] %%% Example: Martha carved a piece of wood into a toy for the baby. %%% verbnet(build, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(carve, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(make, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(remake, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sculpt, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(shape, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(arrange, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(assemble, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(bead, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(chisel, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(churn, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(compile, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(crochet, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(develop, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(embroider, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(erect, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(fashion, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(forge, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(formulate, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(grow, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(mold, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sculpture, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(sew, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(spin, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(stitch, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(weave, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(whittle, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]). verbnet(for, pp/np, ['Beneficiary'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP.material V NP (build-26.1) %%% Syntax: [np:Material,v,np:Product] %%% CCG: (s:_\np)/np %%% Roles: [Result,Source] %%% Example: This wood carved beautiful toys. %%% verbnet(build, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(carve, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(cut, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(make, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(remake, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(sculpt, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(shape, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(arrange, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(assemble, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(bake, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(bead, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(blow, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(cast, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(chisel, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(churn, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(compile, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(cook, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(crochet, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(develop, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(embroider, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(erect, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(fashion, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(fold, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(forge, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(formulate, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(grind, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(grow, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(hack, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(hammer, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(knit, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(mold, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(pound, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(roll, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(sculpture, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(sew, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(spin, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(stitch, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(weave, (s:_\np)/np, ['Result','Source'], [26,'.',1]). verbnet(whittle, (s:_\np)/np, ['Result','Source'], [26,'.',1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP NP PP.asset (build-26.1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Product,prep:for,np:Asset] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Beneficiary,Result,Agent] %%% Example: The contractor will build you a house for $100,000. %%% verbnet(build, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(carve, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(cut, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(make, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(remake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(sculpt, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(shape, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(arrange, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(assemble, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(bake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(bead, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(blow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(cast, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(chisel, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(churn, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(compile, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(cook, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(crochet, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(develop, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(embroider, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(erect, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(fashion, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(fold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(forge, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(formulate, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(grind, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(grow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(hack, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(hammer, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(knit, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(mold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(pound, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(roll, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(sculpture, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(sew, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(spin, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(stitch, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(weave, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(whittle, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]). verbnet(for, pp/np, ['Asset'], [26,.,1]). %%% File: ext/VerbNet/build-26.1.xml %%% Primary: NP V NP PP.material PP.asset (build-26.1) %%% Syntax: [np:Agent,v,np:Product,prep:from out_of,np:Material,prep:for,np:Asset] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Result,Agent] %%% Example: Martha will carve a toy out of a piece of wood for $50. %%% verbnet(build, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(carve, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(make, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(remake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpt, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(shape, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(arrange, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(assemble, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(bead, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(chisel, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(churn, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(compile, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(crochet, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(develop, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(embroider, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(erect, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fashion, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(forge, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(formulate, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(grow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(mold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sculpture, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(sew, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(spin, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(stitch, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(weave, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(whittle, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]). verbnet(for, pp/np, ['Asset'], [26,.,1]). %%% File: ext/VerbNet/bulge-47.5.3.xml %%% Primary: NP V PP.theme (bulge-47.5.3) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The bag is bulging with groceries. %%% verbnet(bristle, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]). verbnet(bulge, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]). verbnet(buzz, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]). verbnet(hum, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]). verbnet(seethe, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]). verbnet(with, pp/np, ['Theme'], [47,.,5,.,3]). %%% File: ext/VerbNet/bulge-47.5.3.xml %%% Primary: NP V (bulge-47.5.3) %%% Syntax: [np:Location,v] %%% CCG: s:_\np %%% Roles: [Location] %%% Example: The bag is bulging. %%% verbnet(bristle, s:_\np, ['Location'], [47,'.',5,'.',3]). verbnet(bulge, s:_\np, ['Location'], [47,'.',5,'.',3]). verbnet(buzz, s:_\np, ['Location'], [47,'.',5,'.',3]). verbnet(hum, s:_\np, ['Location'], [47,'.',5,'.',3]). verbnet(seethe, s:_\np, ['Location'], [47,'.',5,'.',3]). %%% File: ext/VerbNet/bump-18.4.xml %%% Primary: NP V together (bump-18.4-1) %%% Syntax: [np:Theme,v,lex:together] %%% CCG: s:_\np %%% Roles: [Theme] %%% Missing: [lex:together] %%% Example: The grocery carts thudded together. %%% verbnet(bang, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(bash, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(brush, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(bump, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(butt, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(clang, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(clash, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(clatter, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(collide, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(crack, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(crash, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(crunch, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(hammer, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(knock, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(ram, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(rap, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(slam, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(slap, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(smack, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(smash, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(squash, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(strike, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(thud, s:_\np, ['Theme'], [18,'.',4,-,1]). verbnet(thump, s:_\np, ['Theme'], [18,'.',4,-,1]). %%% File: ext/VerbNet/bump-18.4.xml %%% Primary: NP V PP.location (bump-18.4) %%% Syntax: [np:Theme,v,prep:against into onto,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The grocery cart hit against the wall. %%% verbnet(bang, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(bash, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(brush, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(bump, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(butt, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(clang, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(clash, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(clatter, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(collide, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(crack, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(crash, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(crunch, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(hammer, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(knock, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(ram, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(rap, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(slam, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(slap, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(smack, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(smash, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(squash, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(strike, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(thud, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(thump, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(hit, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(run, (s:_\np)/pp, ['Theme'], [18,'.',4]). verbnet(against, pp/np, ['Location'], [18,.,4]). verbnet(into, pp/np, ['Location'], [18,.,4]). verbnet(onto, pp/np, ['Location'], [18,.,4]). %%% File: ext/VerbNet/butter-9.9.xml %%% Primary: NP V NP.destination (butter-9.9) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: Lora buttered the toast. %%% verbnet(aromatize, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(asphalt, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bait, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(black, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(blanket, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(blindfold, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(board, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bread, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(brick, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bridle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bronze, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(butter, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(buttonhole, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(calk, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(cap, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(carpet, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(caulk, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(chrome, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(clay, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(cloak, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(coal, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(cork, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(crown, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(crumb, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(diaper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(dope, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(drug, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(feather, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(fence, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(flour, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(forest, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(frame, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(frost, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(fuel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(glaze, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(gag, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(garland, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(glass, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(glove, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(graffiti, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(grass, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(gravel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(grease, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(groove, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(halter, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(harness, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(hat, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(heel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ice, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ink, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(label, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(leash, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(leaven, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(lipstick, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(lubricate, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(mantle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(mulch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(muzzle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(nickel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(oil, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ornament, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(paint, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(panel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(paper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(parquet, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(patch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(pepper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(perfume, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(plank, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(plaster, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(poison, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(polish, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(pomade, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(poster, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(postmark, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(powder, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(putty, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(robe, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(roof, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(rosin, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(rouge, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(rut, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(saddle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(salt, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(salve, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sand, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(scent, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(seed, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sequin, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shawl, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shingle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shoe, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shutter, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(side, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(silver, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(slate, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(slime, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(slipcover, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sod, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(soil, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sole, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(spice, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stain, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(starch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stopper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stress, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(string, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stucco, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sugar, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sulphur, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tag, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tar, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tarmac, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tassel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(thatch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ticket, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tile, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tinsel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(top, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(turf, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(varnish, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(veil, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(veneer, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wallpaper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(water, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wax, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wharf, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(whitewash, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wreathe, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(yoke, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(zipcode, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(insulate, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sauce, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]). %%% File: ext/VerbNet/butter-9.9.xml %%% Primary: NP V NP PP.theme (butter-9.9) %%% Syntax: [np:Agent,v,np:Destination,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: Lora buttered the toast with unsalted butter. %%% verbnet(aromatize, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(asphalt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bait, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(black, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(blanket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(blindfold, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(board, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bread, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(brick, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bridle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(bronze, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(butter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(buttonhole, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(calk, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(cap, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(carpet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(caulk, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(chrome, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(clay, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(cloak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(coal, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(cork, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(crown, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(crumb, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(diaper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(dope, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(drug, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(feather, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(fence, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(flour, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(forest, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(frame, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(frost, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(fuel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(glaze, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(gag, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(garland, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(glass, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(glove, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(graffiti, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(grass, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(gravel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(grease, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(groove, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(halter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(harness, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(hat, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(heel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ice, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ink, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(label, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(leash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(leaven, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(lipstick, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(lubricate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(mantle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(mulch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(muzzle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(nickel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(oil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(paint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(panel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(paper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(parquet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(patch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(pepper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(perfume, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(plank, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(plaster, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(poison, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(polish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(pomade, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(poster, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(postmark, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(powder, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(putty, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(robe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(roof, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(rosin, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(rouge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(rut, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(saddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(salt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(salve, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sand, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(scent, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(seed, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sequin, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shawl, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shingle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shoe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(shutter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(side, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(silver, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(slate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(slime, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(slipcover, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sod, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(soil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sole, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(spice, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stain, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(starch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stopper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stress, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(string, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(stucco, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sugar, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sulphur, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tag, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tar, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tarmac, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tassel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(thatch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(ticket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(tinsel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(top, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(turf, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(varnish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(veil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(veneer, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wallpaper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(water, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wax, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wharf, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(whitewash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(wreathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(yoke, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(zipcode, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(insulate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(sauce, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]). verbnet(with, pp/np, ['Theme'], [9,.,9]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.attribute V (calibratable_cos-45.6-1) %%% Syntax: [np:Patient,lex:'s,np:Attribute,v] %%% CCG: (s:_\np)/np %%% Roles: [Attribute,Patient] %%% Missing: [lex:'s] %%% Example: Oil's price soared. %%% verbnet(advance, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(appreciate, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(balloon, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(climb, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(decline, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(decrease, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(depreciate, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(diminish, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(drop, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(dwindle, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(explode, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(fall, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(fluctuate, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(gain, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(grow, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(increase, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(jump, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(move, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(mushroom, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(plummet, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(plump, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(plunge, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(retreat, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(rocket, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(rise, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(seesaw, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(shift, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(skyrocket, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(slide, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(slip, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(soar, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(surge, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(swing, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(tumble, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(vary, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(dip, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(lower, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). verbnet(swell, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.attribute V (calibratable_cos-45.6) %%% Syntax: [np:Attribute,prep:of,np:Patient,v] %%% CCG: (s:_\np)/pp %%% Roles: [Attribute] %%% Example: The price of oil soared. %%% verbnet(advance, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(appreciate, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(balloon, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(climb, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(decline, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(decrease, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(depreciate, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(diminish, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(drop, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(dwindle, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(explode, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(fall, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(fluctuate, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(gain, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(grow, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(increase, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(jump, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(move, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(mushroom, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(plummet, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(plump, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(plunge, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(retreat, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(rocket, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(rise, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(seesaw, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(shift, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(skyrocket, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(slide, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(slip, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(soar, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(surge, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(swing, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(tumble, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(vary, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(dip, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(lower, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(swell, (s:_\np)/pp, ['Attribute'], [45,'.',6]). verbnet(multiply, (s:_\np)/pp, ['Attribute'], [45,'.',6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.patient V PP.attribute (calibratable_cos-45.6) %%% Syntax: [np:Patient,v,prep:in,np:Attribute] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Oil soared in price. %%% verbnet(advance, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(appreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(balloon, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(climb, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(decline, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(decrease, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(depreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(diminish, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(drop, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(dwindle, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(explode, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(fall, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(fluctuate, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(gain, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(grow, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(increase, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(jump, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(move, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(mushroom, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(plummet, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(plump, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(plunge, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(retreat, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(rocket, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(rise, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(seesaw, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(shift, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(skyrocket, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(slide, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(slip, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(soar, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(surge, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(swing, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(tumble, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(vary, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(dip, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(lower, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(swell, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(multiply, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(in, pp/np, ['Attribute'], [45,.,6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.attribute V NP.extent (calibratable_cos-45.6) %%% Syntax: [np:Attribute,prep:of,np:Patient,v,np:Extent] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Extent,Attribute] %%% Example: The price of oil increased ten percent. %%% verbnet(advance, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(appreciate, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(balloon, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(climb, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(decline, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(decrease, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(depreciate, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(diminish, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(drop, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(dwindle, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(explode, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(fall, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(fluctuate, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(gain, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(grow, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(increase, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(jump, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(move, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(mushroom, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(plummet, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(plump, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(plunge, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(retreat, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(rocket, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(rise, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(seesaw, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(shift, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(skyrocket, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(slide, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(slip, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(soar, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(surge, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(swing, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(tumble, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(vary, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(dip, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(lower, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(swell, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). verbnet(multiply, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.attribute V PP.extent (calibratable_cos-45.6) %%% Syntax: [np:Attribute,prep:of,np:Patient,v,prep:by,np:Extent] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Attribute] %%% Example: The price of oil increased by ten percent. %%% verbnet(advance, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(appreciate, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(balloon, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(climb, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(decline, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(decrease, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(depreciate, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(diminish, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(drop, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(dwindle, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(explode, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(fall, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(fluctuate, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(gain, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(grow, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(increase, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(jump, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(move, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(mushroom, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(plummet, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(plump, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(plunge, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(retreat, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(rocket, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(rise, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(seesaw, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(shift, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(skyrocket, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(slide, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(slip, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(soar, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(surge, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(swing, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(tumble, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(vary, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(dip, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(lower, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(swell, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(multiply, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]). verbnet(by, pp/np, ['Extent'], [45,.,6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.attribute V NP.extent (calibratable_cos-45.6) %%% Syntax: [np:Patient,lex:'s,np:Attribute,v,np:Extent] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Attribute,Extent,Patient] %%% Missing: [lex:'s] %%% Example: Oils's price increased ten percent. %%% verbnet(advance, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(appreciate, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(balloon, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(climb, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(decline, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(decrease, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(depreciate, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(diminish, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(drop, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(dwindle, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(explode, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(fall, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(fluctuate, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(gain, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(grow, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(increase, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(jump, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(move, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(mushroom, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(plummet, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(plump, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(plunge, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(retreat, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(rocket, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(rise, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(seesaw, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(shift, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(skyrocket, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(slide, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(slip, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(soar, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(surge, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(swing, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(tumble, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(vary, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(dip, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(lower, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(swell, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). verbnet(multiply, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP.attribute V PP.extent (calibratable_cos-45.6) %%% Syntax: [np:Patient,lex:'s,np:Attribute,v,prep:by,np:Extent] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Attribute,Patient] %%% Missing: [lex:'s] %%% Example: Oils's price increased by ten percent. %%% verbnet(advance, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(appreciate, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(balloon, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(climb, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(decline, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(decrease, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(depreciate, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(diminish, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(drop, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(dwindle, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(explode, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(fall, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(fluctuate, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(gain, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(grow, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(increase, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(jump, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(move, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(mushroom, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(plummet, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(plump, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(plunge, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(retreat, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(rocket, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(rise, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(seesaw, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(shift, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(skyrocket, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(slide, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(slip, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(soar, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(surge, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(swing, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(tumble, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(vary, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(dip, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(lower, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(swell, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(multiply, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]). verbnet(by, pp/np, ['Extent'], [45,.,6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP V (calibratable_cos-45.6) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Imports have declined. %%% verbnet(advance, s:_\np, ['Patient'], [45,'.',6]). verbnet(appreciate, s:_\np, ['Patient'], [45,'.',6]). verbnet(balloon, s:_\np, ['Patient'], [45,'.',6]). verbnet(climb, s:_\np, ['Patient'], [45,'.',6]). verbnet(decline, s:_\np, ['Patient'], [45,'.',6]). verbnet(decrease, s:_\np, ['Patient'], [45,'.',6]). verbnet(depreciate, s:_\np, ['Patient'], [45,'.',6]). verbnet(diminish, s:_\np, ['Patient'], [45,'.',6]). verbnet(drop, s:_\np, ['Patient'], [45,'.',6]). verbnet(dwindle, s:_\np, ['Patient'], [45,'.',6]). verbnet(explode, s:_\np, ['Patient'], [45,'.',6]). verbnet(fall, s:_\np, ['Patient'], [45,'.',6]). verbnet(fluctuate, s:_\np, ['Patient'], [45,'.',6]). verbnet(gain, s:_\np, ['Patient'], [45,'.',6]). verbnet(grow, s:_\np, ['Patient'], [45,'.',6]). verbnet(increase, s:_\np, ['Patient'], [45,'.',6]). verbnet(jump, s:_\np, ['Patient'], [45,'.',6]). verbnet(move, s:_\np, ['Patient'], [45,'.',6]). verbnet(mushroom, s:_\np, ['Patient'], [45,'.',6]). verbnet(plummet, s:_\np, ['Patient'], [45,'.',6]). verbnet(plump, s:_\np, ['Patient'], [45,'.',6]). verbnet(plunge, s:_\np, ['Patient'], [45,'.',6]). verbnet(retreat, s:_\np, ['Patient'], [45,'.',6]). verbnet(rocket, s:_\np, ['Patient'], [45,'.',6]). verbnet(rise, s:_\np, ['Patient'], [45,'.',6]). verbnet(seesaw, s:_\np, ['Patient'], [45,'.',6]). verbnet(shift, s:_\np, ['Patient'], [45,'.',6]). verbnet(skyrocket, s:_\np, ['Patient'], [45,'.',6]). verbnet(slide, s:_\np, ['Patient'], [45,'.',6]). verbnet(slip, s:_\np, ['Patient'], [45,'.',6]). verbnet(soar, s:_\np, ['Patient'], [45,'.',6]). verbnet(surge, s:_\np, ['Patient'], [45,'.',6]). verbnet(swing, s:_\np, ['Patient'], [45,'.',6]). verbnet(tumble, s:_\np, ['Patient'], [45,'.',6]). verbnet(vary, s:_\np, ['Patient'], [45,'.',6]). verbnet(dip, s:_\np, ['Patient'], [45,'.',6]). verbnet(lower, s:_\np, ['Patient'], [45,'.',6]). verbnet(swell, s:_\np, ['Patient'], [45,'.',6]). verbnet(multiply, s:_\np, ['Patient'], [45,'.',6]). %%% File: ext/VerbNet/calibratable_cos-45.6.xml %%% Primary: NP V PP.extent (calibratable_cos-45.6) %%% Syntax: [np:Patient,v,prep:by,np:Extent] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Nonperforming assets at these banks declined by %15. %%% verbnet(advance, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(appreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(balloon, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(climb, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(decline, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(decrease, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(depreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(diminish, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(drop, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(dwindle, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(explode, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(fall, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(fluctuate, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(gain, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(grow, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(increase, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(jump, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(move, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(mushroom, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(plummet, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(plump, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(plunge, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(retreat, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(rocket, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(rise, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(seesaw, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(shift, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(skyrocket, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(slide, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(slip, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(soar, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(surge, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(swing, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(tumble, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(vary, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(dip, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(lower, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(swell, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(multiply, (s:_\np)/pp, ['Patient'], [45,'.',6]). verbnet(by, pp/np, ['Extent'], [45,.,6]). %%% File: ext/VerbNet/calve-28.xml %%% Primary: NP V (calve-28) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The cat kittened. %%% verbnet(calve, s:_\np, ['Agent'], [28]). verbnet(cub, s:_\np, ['Agent'], [28]). verbnet(fawn, s:_\np, ['Agent'], [28]). verbnet(foal, s:_\np, ['Agent'], [28]). verbnet(kitten, s:_\np, ['Agent'], [28]). verbnet(lamb, s:_\np, ['Agent'], [28]). verbnet(litter, s:_\np, ['Agent'], [28]). verbnet(pup, s:_\np, ['Agent'], [28]). verbnet(spawn, s:_\np, ['Agent'], [28]). verbnet(whelp, s:_\np, ['Agent'], [28]). %%% File: ext/VerbNet/captain-29.8.xml %%% Primary: NP V NP (captain-29.8-1-1) %%% Syntax: [np:Beneficiary,v,np:Agent] %%% CCG: (s:_\np)/np %%% Roles: [Agent,Beneficiary] %%% Example: The show starred Miriam. %%% verbnet(star, (s:_\np)/np, ['Agent','Beneficiary'], [29,'.',8,-,1,-,1]). %%% File: ext/VerbNet/captain-29.8.xml %%% Primary: NP V NP (captain-29.8-1) %%% Syntax: [np:Agent,v,np:Beneficiary] %%% CCG: (s:_\np)/np %%% Roles: [Beneficiary,Agent] %%% Example: Miriam tutored her brother. %%% verbnet(star, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(babysit, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(boss, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(bully, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(butler, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(caddy, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(captain, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(champion, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(chaperone, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(chauffeur, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(clerk, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(coach, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(cox, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(crew, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(doctor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(emcee, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(escort, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(guard, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(host, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(mother, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(nurse, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(partner, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(pilot, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(pioneer, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(police, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(referee, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(shepherd, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(skipper, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(sponsor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(tailor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(tutor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(umpire, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(understudy, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(usher, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(valet, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). verbnet(witness, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]). %%% File: ext/VerbNet/captain-29.8.xml %%% Primary: NP V PP.beneficiary (captain-29.8) %%% Syntax: [np:Agent,v,prep:for,np:Beneficiary] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Her cousin clerked for Judge Davis. %%% verbnet(star, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(babysit, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(boss, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(bully, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(butler, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(caddy, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(captain, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(champion, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(chaperone, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(chauffeur, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(clerk, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(coach, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(cox, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(crew, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(doctor, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(emcee, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(escort, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(guard, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(host, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(mother, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(nurse, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(partner, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(pilot, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(pioneer, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(police, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(referee, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(shepherd, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(skipper, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(sponsor, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(tailor, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(tutor, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(umpire, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(understudy, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(usher, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(valet, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(witness, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(butcher, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(judge, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(lawyer, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(midwife, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(model, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(prostitute, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(soldier, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(volunteer, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(whore, (s:_\np)/pp, ['Agent'], [29,'.',8]). verbnet(for, pp/np, ['Beneficiary'], [29,.,8]). %%% File: ext/VerbNet/care-88.1.xml %%% Primary: NP V PP.stimulus what S (care-88.1-1) %%% Syntax: [np:Experiencer,v,prep:about,s:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: He doesn't care about what he should do. %%% verbnet(care, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]). verbnet(worry, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]). verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]). verbnet(about, pp/s:_, ['Stimulus'], [88,.,1,-,1]). %%% File: ext/VerbNet/care-88.1.xml %%% Primary: NP V what S (care-88.1-1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I don't care what he does. %%% verbnet(care, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1,-,1]). verbnet(worry, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1,-,1]). verbnet(wonder, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1,-,1]). %%% File: ext/VerbNet/care-88.1.xml %%% Primary: NP V PP.stimulus how/whether S (care-88.1-1) %%% Syntax: [np:Experiencer,v,prep:about,s:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: He doesn't care about how/whether she comes. %%% verbnet(care, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]). verbnet(worry, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]). verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]). verbnet(about, pp/s:_, ['Stimulus'], [88,.,1,-,1]). %%% File: ext/VerbNet/care-88.1.xml %%% Primary: NP V (care-88.1) %%% Syntax: [np:Experiencer,v] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: He doesn't care. %%% verbnet(care, s:_\np, ['Experiencer'], [88,'.',1]). verbnet(worry, s:_\np, ['Experiencer'], [88,'.',1]). verbnet(wonder, s:_\np, ['Experiencer'], [88,'.',1]). verbnet(mind, s:_\np, ['Experiencer'], [88,'.',1]). %%% File: ext/VerbNet/care-88.1.xml %%% Primary: NP V that S (care-88.1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: He doesn't care that she comes. %%% verbnet(care, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). verbnet(worry, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). verbnet(wonder, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). verbnet(mind, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). %%% File: ext/VerbNet/care-88.1.xml %%% Primary: NP V whether/if S (care-88.1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: He doesn't care whether she comes. %%% verbnet(care, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). verbnet(worry, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). verbnet(wonder, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). verbnet(mind, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP-Dative NP (carry-11.4-1-1) %%% Syntax: [np:Agent,v,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Destination,Theme,Agent] %%% Example: Amanda shoved John the box. %%% verbnet(heave, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]). verbnet(kick, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]). verbnet(push, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]). verbnet(shove, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]). verbnet(thrust, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP (carry-11.4-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shoved the box. %%% verbnet(heave, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(kick, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(push, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(thrust, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.initial_location (carry-11.4-1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shoved the box from the corner. %%% verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.destination (carry-11.4-1) %%% Syntax: [np:Agent,v,np:Theme,prep:to towards,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shoved the box to John. %%% verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(to, pp/np, ['Destination'], [11,.,4,-,1]). verbnet(towards, pp/np, ['Destination'], [11,.,4,-,1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.initial_location PP.destination (carry-11.4-1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to towards,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shoved the box from the corner to John. %%% verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(to, pp/np, ['Destination'], [11,.,4,-,1]). verbnet(towards, pp/np, ['Destination'], [11,.,4,-,1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.destination PP.initial_location (carry-11.4-1) %%% Syntax: [np:Agent,v,np:Theme,prep:to towards,np:Destination,pp,np:Initial_Location] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shoved the box to John from the corner. %%% verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP (carry-11.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Amanda carried the package. %%% verbnet(heave, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(kick, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(push, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(thrust, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(carry, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(drag, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(haul, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(heft, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(hoist, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(lug, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(nudge, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(run, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(schlep, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tote, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tow, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.destination (carry-11.4) %%% Syntax: [np:Agent,v,np:Theme,prep:to towards,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda carried the package to New York. %%% verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(carry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(drag, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(haul, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(heft, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(hoist, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(lug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(schlep, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tote, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tow, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(yank, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(to, pp/np, ['Destination'], [11,.,4]). verbnet(towards, pp/np, ['Destination'], [11,.,4]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.initial_location (carry-11.4) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda carried the package from home. %%% verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(carry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(drag, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(haul, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(heft, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(hoist, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(lug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(schlep, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tote, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tow, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(yank, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.initial_location PP.destination (carry-11.4) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to towards,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda carried the package from home to New York. %%% verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(carry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(drag, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(draw, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(haul, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(heft, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(hoist, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(lug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(nudge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(pull, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(run, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(schlep, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tote, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tow, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(yank, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(to, pp/np, ['Destination'], [11,.,4]). verbnet(towards, pp/np, ['Destination'], [11,.,4]). %%% File: ext/VerbNet/carry-11.4.xml %%% Primary: NP V NP PP.destination PP.initial_location (carry-11.4) %%% Syntax: [np:Agent,v,np:Theme,prep:to towards,np:Destination,pp,np:Initial_Location] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda carried the package to New York from home. %%% verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(carry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(drag, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(draw, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(haul, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(heft, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(hoist, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(lug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(nudge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(pull, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(run, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(schlep, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tote, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tow, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(tug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). verbnet(yank, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP V NP (carve-21.2-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Carol crushed the ice. %%% verbnet(bruise, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(cleave, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crumble, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crumple, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crush, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(cube, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(dent, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(dice, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(fillet, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(flake, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(flatten, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(gash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(gouge, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(grate, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(grind, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(mangle, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(mash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(mince, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(nick, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(notch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(perforate, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(pulverize, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(quarter, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(scollop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(scrunch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(shred, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(slit, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(squash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(squish, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(trench, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP V NP PP.instrument (carve-21.2-1) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Carol crushed the ice with a hammer. %%% verbnet(bruise, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(cleave, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(cube, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(dent, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(dice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(fillet, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(flake, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(flatten, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(gouge, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(grate, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(grind, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(mangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(mash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(mince, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(nick, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(notch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(perforate, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(pulverize, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(quarter, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(scollop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(scrunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(shred, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(slit, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(squish, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(trench, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]). verbnet(with, pp/np, ['Instrument'], [21,.,2,-,1]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP V ADVP-Middle (carve-21.2-1) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The ice crushes easily. %%% verbnet(bruise, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(chip, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(cleave, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(crumble, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(crumple, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(crunch, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(crush, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(cube, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(dent, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(dice, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(fillet, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(flake, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(flatten, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(gash, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(gouge, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(grate, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(grind, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(mangle, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(mash, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(mince, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(nick, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(notch, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(perforate, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(pulverize, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(quarter, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(scollop, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(scrunch, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(shred, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(slice, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(slit, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(smash, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(squash, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(squish, s:_\np, ['Patient'], [21,'.',2,-,1]). verbnet(trench, s:_\np, ['Patient'], [21,'.',2,-,1]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP.instrument V NP (carve-21.2-1) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The hammer crushed the marble. %%% verbnet(bruise, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(chip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(cleave, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(crumble, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(crumple, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(crunch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(crush, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(cube, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(dent, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(dice, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(fillet, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(flake, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(flatten, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(gash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(gouge, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(grate, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(grind, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(mangle, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(mash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(mince, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(nick, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(notch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(perforate, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(pulverize, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(quarter, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(scollop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(scrunch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(shred, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(slice, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(slit, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(smash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(squash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(squish, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). verbnet(trench, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP.instrument V ADVP (carve-21.2-1) %%% Syntax: [np:Instrument,v,adv] %%% CCG: s:_\np %%% Roles: [Instrument] %%% Example: That hammer crushes well. %%% verbnet(bruise, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(chip, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(cleave, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(crumble, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(crumple, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(crunch, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(crush, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(cube, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(dent, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(dice, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(fillet, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(flake, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(flatten, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(gash, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(gouge, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(grate, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(grind, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(mangle, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(mash, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(mince, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(nick, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(notch, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(perforate, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(pulverize, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(quarter, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(scollop, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(scrunch, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(shred, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(slice, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(slit, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(smash, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(squash, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(squish, s:_\np, ['Instrument'], [21,'.',2,-,1]). verbnet(trench, s:_\np, ['Instrument'], [21,'.',2,-,1]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP V NP (carve-21.2-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Carol carved the stone. %%% verbnet(bore, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(carve, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(crop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(crumb, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(drill, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(file, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(lance, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(mill, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(mangle, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(mow, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(pink, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(punch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(prune, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(scollop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(sand, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(spear, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(tool, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(tread, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP V NP PP.instrument (carve-21.2-2) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Carol carved the stone with a chisel. %%% verbnet(bore, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(carve, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(crop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(crumb, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(drill, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(file, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(lance, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(mill, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(mangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(mow, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(pink, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(prune, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(scollop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(sand, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(spear, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(tool, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(tread, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]). verbnet(with, pp/np, ['Instrument'], [21,.,2,-,2]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP V ADVP-Middle (carve-21.2-2) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Marble carves easily. %%% verbnet(bore, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(carve, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(chop, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(crop, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(crumb, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(drill, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(file, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(lance, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(mill, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(mangle, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(mow, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(pink, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(punch, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(prune, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(scollop, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(sand, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(spear, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(tool, s:_\np, ['Patient'], [21,'.',2,-,2]). verbnet(tread, s:_\np, ['Patient'], [21,'.',2,-,2]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP.instrument V NP (carve-21.2-2) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: That chisel carved the statue. %%% verbnet(bore, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(carve, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(chop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(crop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(crumb, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(drill, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(file, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(lance, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(mill, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(mangle, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(mow, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(pink, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(punch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(prune, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(scollop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(sand, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(spear, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(tool, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). verbnet(tread, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]). %%% File: ext/VerbNet/carve-21.2.xml %%% Primary: NP.instrument V ADVP (carve-21.2-2) %%% Syntax: [np:Instrument,v,adv] %%% CCG: s:_\np %%% Roles: [Instrument] %%% Example: That chisel carves well. %%% verbnet(bore, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(carve, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(chop, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(crop, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(crumb, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(drill, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(file, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(lance, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(mill, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(mangle, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(mow, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(pink, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(punch, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(prune, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(scollop, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(sand, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(spear, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(tool, s:_\np, ['Instrument'], [21,'.',2,-,2]). verbnet(tread, s:_\np, ['Instrument'], [21,'.',2,-,2]). %%% File: ext/VerbNet/change_bodily_state-40.8.4.xml %%% Primary: NP V (change_bodily_state-40.8.4) %%% Syntax: [np:Experiencer,v] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: Sharon fainted. %%% verbnet(blanch, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(blench, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(faint, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(pale, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(sicken, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(black_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(swoon, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(doze_off, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(drift_off, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(konk_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(nod_off, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(pass_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). verbnet(zonk_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]). %%% File: ext/VerbNet/change_bodily_state-40.8.4.xml %%% Primary: NP V PP.stimulus (change_bodily_state-40.8.4) %%% Syntax: [np:Experiencer,v,prep:from at,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: Sharon fainted from hunger. %%% verbnet(blanch, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(blench, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(faint, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(pale, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(sicken, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(black_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(swoon, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(doze_off, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(drift_off, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(konk_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(nod_off, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(pass_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(zonk_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]). verbnet(from, pp/np, ['Stimulus'], [40,.,8,.,4]). verbnet(at, pp/np, ['Stimulus'], [40,.,8,.,4]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V S_ING (characterize-29.2-1-1) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: He described going to work. %%% verbnet(portray, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(define, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(describe, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(represent, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(accept, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(envisage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(identify, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(imagine, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(visualize, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(remember, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(recollect, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V what S (characterize-29.2-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He described what we should do. %%% verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V what S_INF (characterize-29.2-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He described what to do. %%% verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V NP ADJ (characterize-29.2-1-2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He revealed the children found. %%% verbnet(report, (s:_\np)/np, ['Theme','Agent'], [29,'.',2,-,1,-,2]). verbnet(reveal, (s:_\np)/np, ['Theme','Agent'], [29,'.',2,-,1,-,2]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V whether/if S (characterize-29.2-1-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He revealed if we should come. %%% verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]). verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V what S (characterize-29.2-1-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He revealed what he should do. %%% verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]). verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V what S_INF (characterize-29.2-1-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He revealed what to do. %%% verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]). verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V how S (characterize-29.2-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He described how he could rise to high office. %%% verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(characterize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(conceive, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V how S_INF (characterize-29.2-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He described how to do it. %%% verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(characterize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(conceive, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V NP S_ING (characterize-29.2) %%% Syntax: [np:Agent,v,np:Theme,lex: (as),vp_ng:Attribute] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Theme,Attribute,Agent] %%% Missing: [lex: (as)] %%% Example: He characterized him as being smart. %%% verbnet(portray, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(define, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(describe, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(represent, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(accept, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(envisage, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(identify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(imagine, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(visualize, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(remember, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(recollect, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(report, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(reveal, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(characterize, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(conceive, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(see, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(view, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(know, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(count, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(depict, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(detail, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(envision, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(interpret, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(peg, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(picture, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(pigeonhole, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(paint, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(recast, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(redraw, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(specify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(stereotype, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(typecast, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(bill, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(cast, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(diagnose, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(certify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(praise, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(hail, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(regard, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(treat, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(rank, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(take, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(perceive, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(judge, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(adopt, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(class, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(classify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(select, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(subselect, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(pidgeonhole, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(stamp, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]). verbnet(as, pp/(s:ng\np), ['Attribute'], [29,.,2]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V NP to be ADJ (characterize-29.2) %%% Syntax: [np:Agent,v,np:Theme,lex: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He characterized him to be smart. %%% verbnet(portray, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(define, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(describe, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(represent, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(accept, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(envisage, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(identify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(imagine, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(visualize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(remember, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(recollect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(report, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(reveal, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(characterize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(conceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(see, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(view, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(know, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(count, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(depict, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(detail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(envision, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(interpret, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(peg, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(picture, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(pigeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(recast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(redraw, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(specify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(stereotype, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(typecast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(bill, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(diagnose, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(certify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(regard, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(treat, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(rank, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(perceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(adopt, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(select, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(subselect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(pidgeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(stamp, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(as, pp/np, ['Attribute'], [29,.,2]). %%% File: ext/VerbNet/characterize-29.2.xml %%% Primary: NP V NP PP.attribute (characterize-29.2) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He characterized him as smart. %%% verbnet(portray, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(define, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(describe, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(represent, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(accept, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(envisage, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(identify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(imagine, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(visualize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(remember, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(recollect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(report, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(reveal, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(characterize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(conceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(see, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(view, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(know, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(count, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(depict, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(detail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(envision, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(interpret, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(peg, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(picture, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(pigeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(recast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(redraw, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(specify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(stereotype, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(typecast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(bill, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(diagnose, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(certify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(regard, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(treat, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(rank, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(perceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(adopt, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(select, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(subselect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(pidgeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(stamp, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]). verbnet(as, pp/np, ['Attribute'], [29,.,2]). %%% File: ext/VerbNet/chase-51.6.xml %%% Primary: NP V NP (chase-51.6) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Jackie chased the thief. %%% verbnet(chase, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). verbnet(follow, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). verbnet(pursue, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). verbnet(shadow, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). verbnet(tail, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). verbnet(track, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). verbnet(trail, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]). %%% File: ext/VerbNet/chase-51.6.xml %%% Primary: NP V NP PP.location (chase-51.6) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Jackie chased the thief down the street. %%% verbnet(chase, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). verbnet(follow, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). verbnet(pursue, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). verbnet(shadow, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). verbnet(tail, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). verbnet(track, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). verbnet(trail, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]). %%% File: ext/VerbNet/chase-51.6.xml %%% Primary: NP V PP.theme (chase-51.6) %%% Syntax: [np:Agent,v,prep:after,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Jackie chased after the thief. %%% verbnet(chase, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(follow, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(pursue, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(shadow, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(tail, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(track, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(trail, (s:_\np)/pp, ['Agent'], [51,'.',6]). verbnet(after, pp/np, ['Theme'], [51,.,6]). %%% File: ext/VerbNet/cheat-10.6.xml %%% Primary: NP V NP PP.source (cheat-10.6-1) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The swindler bilked 20 dollars from his boss. %%% verbnet(burgle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(con, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(cozen, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(drain, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(ease, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(milk, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(mulct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(plunder, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(swindle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]). verbnet(from, pp/np, ['Source'], [10,.,6,-,1]). %%% File: ext/VerbNet/cheat-10.6.xml %%% Primary: NP V NP PP.theme (cheat-10.6) %%% Syntax: [np:Agent,v,np:Source,prep:of,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Agent] %%% Example: The doctor cured Pat of pneumonia. %%% verbnet(burgle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(con, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cozen, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(drain, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(ease, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(milk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(mulct, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(plunder, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(swindle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(bereave, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(break, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cleanse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cure, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(denude, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(deplete, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(depopulate, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(deprive, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(despoil, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(disabuse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(disarm, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(disencumber, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(dispossess, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(divest, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(purge, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(purify, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(ransack, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(render, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(rid, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(rifle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(strip, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(unburden, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(wean, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(whitewash, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(bilk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(bleed, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cheat, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(defraud, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(rob, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(sap, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(gull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(fleece, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(of, pp/np, ['Theme'], [10,.,6]). %%% File: ext/VerbNet/cheat-10.6.xml %%% Primary: NP V NP PP.theme (cheat-10.6) %%% Syntax: [np:Agent,v,np:Source,prep:out_of,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Agent] %%% Example: The swindler cheated Pat out of her fortune. %%% verbnet(burgle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(con, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cozen, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(drain, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(ease, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(milk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(mulct, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(plunder, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(swindle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(bereave, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(break, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cleanse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cure, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(denude, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(deplete, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(depopulate, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(deprive, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(despoil, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(disabuse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(disarm, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(disencumber, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(dispossess, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(divest, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(purge, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(purify, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(ransack, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(render, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(rid, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(rifle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(strip, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(unburden, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(wean, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(whitewash, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(bilk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(bleed, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cheat, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(defraud, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(rob, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(sap, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(gull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(fleece, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(cull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]). verbnet(out_of, pp/np, ['Theme'], [10,.,6]). %%% File: ext/VerbNet/cheat-10.6.xml %%% Primary: NP V NP (cheat-10.6) %%% Syntax: [np:Agent,v,np:Source] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: The doctor cured Pat. %%% verbnet(burgle, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(con, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(cozen, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(drain, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(ease, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(milk, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(mulct, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(plunder, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(swindle, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(bereave, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(break, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(cleanse, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(cure, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(denude, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(deplete, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(depopulate, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(deprive, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(despoil, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(disabuse, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(disarm, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(disencumber, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(dispossess, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(divest, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(purge, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(purify, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(ransack, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(relieve, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(render, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(rid, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(rifle, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(strip, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(unburden, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(wean, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(whitewash, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(bilk, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(bleed, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(cheat, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(defraud, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(rob, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(sap, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(gull, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(fleece, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). verbnet(cull, (s:_\np)/np, ['Source','Agent'], [10,'.',6]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V NP (chew-39.2-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia nibbled the carrot. %%% verbnet(chew, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(chomp, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(gnaw, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(gum, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(masticate, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(munch, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(nibble, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(pick, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(peck, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(lick, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). verbnet(teethe, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V (chew-39.2-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Cynthia nibbled. %%% verbnet(chew, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(chomp, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(crunch, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(gnaw, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(gum, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(masticate, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(munch, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(nibble, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(pick, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(peck, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(lick, s:_\np, ['Agent'], [39,'.',2,-,1]). verbnet(teethe, s:_\np, ['Agent'], [39,'.',2,-,1]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V PP-Conative (chew-39.2-1) %%% Syntax: [np:Agent,v,prep:at,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Cynthia nibbled at the carrot. %%% verbnet(chew, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(chomp, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(crunch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(gnaw, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(gum, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(masticate, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(munch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(nibble, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(pick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(peck, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(lick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(teethe, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(at, pp/np, ['Patient'], [39,.,2,-,1]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V PP.patient (chew-39.2-1) %%% Syntax: [np:Agent,v,prep:on,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Cynthia nibbled on the carrot. %%% verbnet(chew, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(chomp, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(crunch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(gnaw, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(gum, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(masticate, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(munch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(nibble, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(pick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(peck, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(lick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(teethe, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]). verbnet(on, pp/np, ['Patient'], [39,.,2,-,1]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V NP (chew-39.2-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia sipped the drink. %%% verbnet(lap, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]). verbnet(sip, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]). verbnet(slurp, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]). verbnet(suck, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V (chew-39.2-2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Cynthia sipped. %%% verbnet(lap, s:_\np, ['Agent'], [39,'.',2,-,2]). verbnet(sip, s:_\np, ['Agent'], [39,'.',2,-,2]). verbnet(slurp, s:_\np, ['Agent'], [39,'.',2,-,2]). verbnet(suck, s:_\np, ['Agent'], [39,'.',2,-,2]). %%% File: ext/VerbNet/chew-39.2.xml %%% Primary: NP V PP.patient (chew-39.2-2) %%% Syntax: [np:Agent,v,prep:from,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Cynthia sipped from the drink. %%% verbnet(lap, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]). verbnet(sip, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]). verbnet(slurp, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]). verbnet(suck, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]). verbnet(from, pp/np, ['Patient'], [39,.,2,-,2]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V (chit_chat-37.6) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Susan was chitchatting. %%% verbnet(argue, s:_\np, ['Agent'], [37,'.',6]). verbnet(chat, s:_\np, ['Agent'], [37,'.',6]). verbnet(chatter, s:_\np, ['Agent'], [37,'.',6]). verbnet(chitchat, s:_\np, ['Agent'], [37,'.',6]). verbnet(confer, s:_\np, ['Agent'], [37,'.',6]). verbnet(converse, s:_\np, ['Agent'], [37,'.',6]). verbnet(debate, s:_\np, ['Agent'], [37,'.',6]). verbnet(gab, s:_\np, ['Agent'], [37,'.',6]). verbnet(gossip, s:_\np, ['Agent'], [37,'.',6]). verbnet(jest, s:_\np, ['Agent'], [37,'.',6]). verbnet(joke, s:_\np, ['Agent'], [37,'.',6]). verbnet(palaver, s:_\np, ['Agent'], [37,'.',6]). verbnet(rap, s:_\np, ['Agent'], [37,'.',6]). verbnet(schmooze, s:_\np, ['Agent'], [37,'.',6]). verbnet(yak, s:_\np, ['Agent'], [37,'.',6]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V PP.co-agent (chit_chat-37.6) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan chitchatted with Rachel. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chat, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chitchat, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(confer, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(converse, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(debate, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(gab, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(gossip, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(jest, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(joke, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(palaver, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(rap, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(schmooze, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(yak, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(with, pp/np, ['Agent'], [37,.,6]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V PP.co-agent PP.topic (chit_chat-37.6) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Susan chitchatted with Rachel about the problem. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(chat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(chatter, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(chitchat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(converse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(gab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(gossip, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(jest, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(joke, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(palaver, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(rap, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(schmooze, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(yak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(about, pp/np, ['Topic'], [37,.,6]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V (chit_chat-37.6) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Susan and Rachel chitchatted. %%% verbnet(argue, s:_\np, ['Agent'], [37,'.',6]). verbnet(chat, s:_\np, ['Agent'], [37,'.',6]). verbnet(chatter, s:_\np, ['Agent'], [37,'.',6]). verbnet(chitchat, s:_\np, ['Agent'], [37,'.',6]). verbnet(confer, s:_\np, ['Agent'], [37,'.',6]). verbnet(converse, s:_\np, ['Agent'], [37,'.',6]). verbnet(debate, s:_\np, ['Agent'], [37,'.',6]). verbnet(gab, s:_\np, ['Agent'], [37,'.',6]). verbnet(gossip, s:_\np, ['Agent'], [37,'.',6]). verbnet(jest, s:_\np, ['Agent'], [37,'.',6]). verbnet(joke, s:_\np, ['Agent'], [37,'.',6]). verbnet(palaver, s:_\np, ['Agent'], [37,'.',6]). verbnet(rap, s:_\np, ['Agent'], [37,'.',6]). verbnet(schmooze, s:_\np, ['Agent'], [37,'.',6]). verbnet(yak, s:_\np, ['Agent'], [37,'.',6]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V PP.topic PP.co-agent (chit_chat-37.6) %%% Syntax: [np:Agent,v,prep:about,np:Topic,prep:with,np:Co-Agent] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Susan chitchatted about the problem with Rachel. %%% verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(chat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(chatter, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(chitchat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(converse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(gab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(gossip, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(jest, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(joke, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(palaver, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(rap, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(schmooze, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(yak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]). verbnet(with, pp/np, ['Agent'], [37,.,6]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V PP.topic (chit_chat-37.6) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan and Rachel chitchatted about matters of great import. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chat, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chitchat, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(confer, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(converse, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(debate, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(gab, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(gossip, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(jest, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(joke, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(palaver, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(rap, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(schmooze, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(yak, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(about, pp/np, ['Topic'], [37,.,6]). %%% File: ext/VerbNet/chit_chat-37.6.xml %%% Primary: NP V PP.topic (chit_chat-37.6) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan chitchatted about matters of great import. %%% verbnet(argue, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chat, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(chitchat, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(confer, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(converse, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(debate, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(gab, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(gossip, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(jest, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(joke, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(palaver, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(rap, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(schmooze, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(yak, (s:_\np)/pp, ['Agent'], [37,'.',6]). verbnet(about, pp/np, ['Topic'], [37,.,6]). %%% File: ext/VerbNet/classify-29.10.xml %%% Primary: NP V NP (classify-29.10) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The curator classified the artifacts. %%% verbnet(classify, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(class, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(constellate, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(sort, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(isolate, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(reclassify, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(group, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(regroup, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(bracket, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(lump, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(chunk, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(grade, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(number, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(catalogue, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(sort_out, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(separate, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(seed, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(categorize, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(code, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). verbnet(recode, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]). %%% File: ext/VerbNet/classify-29.10.xml %%% Primary: NP V NP PP.goal (classify-29.10) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: She classified the works as 'dangerous'. %%% verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(constellate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(sort, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(isolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(reclassify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(group, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(regroup, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(bracket, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(lump, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(chunk, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(grade, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(number, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(catalogue, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(sort_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(separate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(categorize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(code, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(recode, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(as, pp/np, ['Goal'], [29,.,10]). %%% File: ext/VerbNet/classify-29.10.xml %%% Primary: NP V NP PP.location (classify-29.10) %%% Syntax: [np:Agent,v,np:Theme,prep:in,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: She classified the articles into different genres. %%% verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(constellate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(sort, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(isolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(reclassify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(group, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(regroup, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(bracket, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(lump, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(chunk, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(grade, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(number, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(catalogue, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(sort_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(separate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(categorize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(code, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(recode, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]). verbnet(in, pp/np, ['Goal'], [29,.,10]). %%% File: ext/VerbNet/clear-10.3.xml %%% Primary: NP.location V (clear-10.3-1) %%% Syntax: [np:Location,v] %%% CCG: s:_\np %%% Roles: [Location] %%% Example: The sky cleared. %%% verbnet(clear, s:_\np, ['Location'], [10,'.',3,-,1]). verbnet(drain, s:_\np, ['Location'], [10,'.',3,-,1]). verbnet(empty, s:_\np, ['Location'], [10,'.',3,-,1]). %%% File: ext/VerbNet/clear-10.3.xml %%% Primary: NP V PP.location (clear-10.3-1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Clouds cleared from the sky. %%% verbnet(clear, (s:_\np)/pp, ['Theme'], [10,'.',3,-,1]). verbnet(drain, (s:_\np)/pp, ['Theme'], [10,'.',3,-,1]). verbnet(empty, (s:_\np)/pp, ['Theme'], [10,'.',3,-,1]). %%% File: ext/VerbNet/clear-10.3.xml %%% Primary: NP V NP.location (clear-10.3) %%% Syntax: [np:Agent,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Agent] %%% Example: The strong winds cleared the sky. %%% verbnet(clear, (s:_\np)/np, ['Location','Agent'], [10,'.',3]). verbnet(drain, (s:_\np)/np, ['Location','Agent'], [10,'.',3]). verbnet(empty, (s:_\np)/np, ['Location','Agent'], [10,'.',3]). verbnet(clean, (s:_\np)/np, ['Location','Agent'], [10,'.',3]). %%% File: ext/VerbNet/clear-10.3.xml %%% Primary: NP V NP PP.location (clear-10.3) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Doug cleaned the dishes from the table. %%% verbnet(clear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]). verbnet(drain, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]). verbnet(empty, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]). verbnet(clean, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]). %%% File: ext/VerbNet/clear-10.3.xml %%% Primary: NP V NP.location PP.theme (clear-10.3) %%% Syntax: [np:Agent,v,np:Location,prep:of,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Agent] %%% Example: Doug cleaned the table of dishes. %%% verbnet(clear, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]). verbnet(drain, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]). verbnet(empty, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]). verbnet(clean, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]). verbnet(of, pp/np, ['Theme'], [10,.,3]). %%% File: ext/VerbNet/cling-22.5.xml %%% Primary: NP V PP.co-theme (cling-22.5) %%% Syntax: [np:Theme,v,prep:to with,np:Co-Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The child clung to her mother. %%% verbnet(adhere, (s:_\np)/pp, ['Theme'], [22,'.',5]). verbnet(cleave, (s:_\np)/pp, ['Theme'], [22,'.',5]). verbnet(cling, (s:_\np)/pp, ['Theme'], [22,'.',5]). verbnet(to, pp/np, ['Theme'], [22,.,5]). verbnet(with, pp/np, ['Theme'], [22,.,5]). %%% File: ext/VerbNet/cling-22.5.xml %%% Primary: NP V together (cling-22.5) %%% Syntax: [np:Theme,v,lex:together] %%% CCG: s:_\np %%% Roles: [Theme] %%% Missing: [lex:together] %%% Example: The child and her mother clung together. %%% verbnet(adhere, s:_\np, ['Theme'], [22,'.',5]). verbnet(cleave, s:_\np, ['Theme'], [22,'.',5]). verbnet(cling, s:_\np, ['Theme'], [22,'.',5]). %%% File: ext/VerbNet/coil-9.6.xml %%% Primary: NP V ADV-Middle (coil-9.6-1) %%% Syntax: [np:Theme,v,adv] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The rope curled upward. %%% verbnet(curl, s:_\np, ['Theme'], [9,'.',6,-,1]). verbnet(coil, s:_\np, ['Theme'], [9,'.',6,-,1]). verbnet(hook, s:_\np, ['Theme'], [9,'.',6,-,1]). verbnet(swing, s:_\np, ['Theme'], [9,'.',6,-,1]). verbnet(twirl, s:_\np, ['Theme'], [9,'.',6,-,1]). verbnet(twist, s:_\np, ['Theme'], [9,'.',6,-,1]). %%% File: ext/VerbNet/coil-9.6.xml %%% Primary: NP V NP PP.location (coil-9.6) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Cora coiled the rope around the post. %%% verbnet(curl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(coil, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(hook, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(twirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(twist, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(loop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(rotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(swirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(twine, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(whirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). verbnet(wind, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]). %%% File: ext/VerbNet/coil-9.6.xml %%% Primary: NP V PP.location (coil-9.6) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The rope coiled around the post. %%% verbnet(curl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(coil, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(hook, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(swing, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(twirl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(twist, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(loop, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(roll, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(rotate, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(spin, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(swirl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(twine, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(whirl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(wind, (s:_\np)/pp, ['Theme'], [9,'.',6]). %%% File: ext/VerbNet/coil-9.6.xml %%% Primary: NP V ADV-Middle PP.location (coil-9.6) %%% Syntax: [np:Theme,v,adv,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: That type of rope coils easily around the post. %%% verbnet(curl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(coil, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(hook, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(swing, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(twirl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(twist, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(loop, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(roll, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(rotate, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(spin, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(swirl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(twine, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(whirl, (s:_\np)/pp, ['Theme'], [9,'.',6]). verbnet(wind, (s:_\np)/pp, ['Theme'], [9,'.',6]). %%% File: ext/VerbNet/coloring-24.xml %%% Primary: NP V NP (coloring-24) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Claire colors the picture. %%% verbnet(color, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(distemper, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(dye, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(enamel, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(glaze, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(japan, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(lacquer, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(paint, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(repaint, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(shellac, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(spraypaint, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(stain, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(tint, (s:_\np)/np, ['Patient','Agent'], [24]). verbnet(varnish, (s:_\np)/np, ['Patient','Agent'], [24]). %%% File: ext/VerbNet/coloring-24.xml %%% Primary: NP V NP ADJP (coloring-24) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Claire colors the picture red. %%% verbnet(color, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(distemper, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(dye, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(enamel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(glaze, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(japan, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(lacquer, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(paint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(repaint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(shellac, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(spraypaint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(stain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(tint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). verbnet(varnish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]). %%% File: ext/VerbNet/coloring-24.xml %%% Primary: NP V NP PP.result (coloring-24) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Claire painted the wall into a splotchy mess. %%% verbnet(color, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(distemper, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(dye, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(enamel, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(glaze, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(japan, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(lacquer, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(paint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(repaint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(shellac, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(spraypaint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(stain, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(tint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(varnish, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]). verbnet(to, pp/np, ['Goal'], [24]). verbnet(into, pp/np, ['Goal'], [24]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V (complain-37.8) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Susan complained. %%% verbnet(bellyache, s:_\np, ['Agent'], [37,'.',8]). verbnet(bitch, s:_\np, ['Agent'], [37,'.',8]). verbnet(boast, s:_\np, ['Agent'], [37,'.',8]). verbnet(brag, s:_\np, ['Agent'], [37,'.',8]). verbnet(complain, s:_\np, ['Agent'], [37,'.',8]). verbnet(crab, s:_\np, ['Agent'], [37,'.',8]). verbnet(gripe, s:_\np, ['Agent'], [37,'.',8]). verbnet(grouch, s:_\np, ['Agent'], [37,'.',8]). verbnet(grouse, s:_\np, ['Agent'], [37,'.',8]). verbnet(grumble, s:_\np, ['Agent'], [37,'.',8]). verbnet(kvetch, s:_\np, ['Agent'], [37,'.',8]). verbnet(moan, s:_\np, ['Agent'], [37,'.',8]). verbnet(object, s:_\np, ['Agent'], [37,'.',8]). verbnet(whine, s:_\np, ['Agent'], [37,'.',8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V PP.recipient (complain-37.8) %%% Syntax: [np:Agent,v,prep:to,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan complained to Rachel. %%% verbnet(bellyache, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(bitch, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(boast, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(brag, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(complain, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(crab, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(gripe, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(grouch, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(grouse, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(kvetch, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(object, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(to, pp/np, ['Recipient'], [37,.,8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V that S (complain-37.8) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Susan complained that the party would be tonight. %%% verbnet(bellyache, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(bitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(boast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(brag, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(complain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(crab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(gripe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(grouch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(grouse, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(kvetch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(object, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V PP.recipient that S (complain-37.8) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Susan complained to Rachel that the party would be tonight. %%% verbnet(bellyache, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(bitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(boast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(brag, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(complain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(crab, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(gripe, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(grouch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(grouse, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(kvetch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(object, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V PP.topic (complain-37.8) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Ellen complained about the situation. %%% verbnet(bellyache, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(bitch, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(boast, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(brag, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(complain, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(crab, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(gripe, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(grouch, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(grouse, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(kvetch, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(object, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',8]). verbnet(about, pp/np, ['Topic'], [37,.,8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V PP.topic PP.recipient (complain-37.8) %%% Syntax: [np:Agent,v,prep:about,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Ellen complained about the situation to Helen. %%% verbnet(bellyache, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(bitch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(boast, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(brag, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(complain, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(crab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(gripe, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(grouch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(grouse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(grumble, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(kvetch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(moan, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(object, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(whine, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(to, pp/np, ['Recipient'], [37,.,8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V S-Quote (complain-37.8) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Ellen complained, 'The mail didn't come today.' %%% verbnet(bellyache, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(bitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(boast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(brag, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(complain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(crab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(gripe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(grouch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(grouse, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(kvetch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(object, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V PP.recipient S-Quote (complain-37.8) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Ellen complained to Helen, 'The mail didn't come today.' %%% verbnet(bellyache, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(bitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(boast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(brag, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(complain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(crab, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(gripe, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(grouch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(grouse, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(kvetch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(object, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]). %%% File: ext/VerbNet/complain-37.8.xml %%% Primary: NP V PP.recipient PP.topic (complain-37.8) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: The prime minister complained to the former president about U.S. interference in his country's affairs. %%% verbnet(bellyache, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(bitch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(boast, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(brag, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(complain, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(crab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(gripe, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(grouch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(grouse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(grumble, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(kvetch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(moan, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(object, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(whine, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]). verbnet(about, pp/np, ['Topic'], [37,.,8]). %%% File: ext/VerbNet/complete-55.2.xml %%% Primary: NP V NP (complete-55.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Wilma completed the assignment. %%% verbnet(accomplish, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]). verbnet(achieve, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]). verbnet(complete, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]). verbnet(discontinue, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]). verbnet(quit, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]). %%% File: ext/VerbNet/complete-55.2.xml %%% Primary: NP V S_ING (complete-55.2) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: She quit smoking. %%% verbnet(accomplish, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]). verbnet(achieve, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]). verbnet(complete, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]). verbnet(discontinue, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]). verbnet(quit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V S_ING (comprehend-87.2-1) %%% Syntax: [np:Experiencer,v,vp_ng:Stimulus] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Stimulus,Experiencer] %%% Example: I understand wanting more. %%% verbnet(understand, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(grasp, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(comprehend, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(apprehend, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(follow, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(fathom, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V how S_INF (comprehend-87.2-1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I understand how to do it. %%% verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V NP to be NP (comprehend-87.2-1) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I understand him to be a good doctor. %%% verbnet(understand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(grasp, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(comprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(apprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(follow, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]). verbnet(fathom, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V how S (comprehend-87.2) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I understand how she did it. %%% verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V NP (comprehend-87.2) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I understand the problem. %%% verbnet(understand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V NP PP.attribute (comprehend-87.2) %%% Syntax: [np:Experiencer,v,np:Stimulus,prep: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I understood it as a joke. %%% verbnet(understand, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(as, pp/np, ['Attribute'], [87,.,2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V S_ING (comprehend-87.2) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I understand their wanting more minutes. %%% verbnet(understand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V why S (comprehend-87.2) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I understand why we should help them. %%% verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V what S (comprehend-87.2) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I understand what we should do. %%% verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). %%% File: ext/VerbNet/comprehend-87.2.xml %%% Primary: NP V that S (comprehend-87.2) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I understand that he is a good doctor. %%% verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]). %%% File: ext/VerbNet/concealment-16.xml %%% Primary: NP V (concealment-16-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The children hid. %%% verbnet(hide, s:_\np, ['Agent'], [16,-,1]). %%% File: ext/VerbNet/concealment-16.xml %%% Primary: NP V PP.beneficiary (concealment-16-1) %%% Syntax: [np:Agent,v,prep:from,np:Beneficiary] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The children hid from Sally. %%% verbnet(hide, (s:_\np)/pp, ['Agent'], [16,-,1]). verbnet(from, pp/np, ['Beneficiary'], [16,-,1]). %%% File: ext/VerbNet/concealment-16.xml %%% Primary: NP V PP.location (concealment-16-1) %%% Syntax: [np:Agent,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The children hid in the chimney. %%% verbnet(hide, (s:_\np)/pp, ['Agent'], [16,-,1]). %%% File: ext/VerbNet/concealment-16.xml %%% Primary: NP V NP PP.beneficiary (concealment-16) %%% Syntax: [np:Agent,v,np:Patient,prep:from,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Frances hid the presents from Sally. %%% verbnet(hide, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(block, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(cloister, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(conceal, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(curtain, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(isolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(quarantine, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(repress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(screen, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(seclude, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(sequester, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(shelter, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(suppress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(from, pp/np, ['Beneficiary'], [16]). %%% File: ext/VerbNet/concealment-16.xml %%% Primary: NP V NP PP.location (concealment-16) %%% Syntax: [np:Agent,v,np:Patient,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Frances hid the presents behind the books in the drawer. %%% verbnet(hide, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(block, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(cloister, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(conceal, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(curtain, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(isolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(quarantine, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(repress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(screen, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(seclude, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(sequester, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(shelter, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). verbnet(suppress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]). %%% File: ext/VerbNet/concealment-16.xml %%% Primary: NP V NP (concealment-16) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Frances hid the presents. %%% verbnet(hide, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(block, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(cloister, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(conceal, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(curtain, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(isolate, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(quarantine, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(repress, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(screen, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(seclude, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(sequester, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(shelter, (s:_\np)/np, ['Patient','Agent'], [16]). verbnet(suppress, (s:_\np)/np, ['Patient','Agent'], [16]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V how S (confess-37.10) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He confessed how she did it. %%% verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V NP to be NP (confess-37.10) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I admitted him to be a great smoker. %%% verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V NP ADJ (confess-37.10) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: He confessed himself flummoxed. %%% verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V S_ING (confess-37.10) %%% Syntax: [np:Agent,v,vp_ng:Topic] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Topic,Agent] %%% Example: They confessed stealing the money. %%% verbnet(confess, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V NP (confess-37.10) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: They confessed it. %%% verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V NP PP.recipient (confess-37.10) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: They confessed it to us. %%% verbnet(confess, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]). verbnet(admit, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]). verbnet(to, pp/np, ['Recipient'], [37,.,10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V S_ING (confess-37.10) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: They confessed their stealing. %%% verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V PP.recipient (confess-37.10) %%% Syntax: [np:Agent,v,prep:to,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They confessed to us. %%% verbnet(confess, (s:_\np)/pp, ['Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/pp, ['Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/pp, ['Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/pp, ['Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/pp, ['Agent'], [37,'.',10]). verbnet(to, pp/np, ['Recipient'], [37,.,10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V PP.recipient how S (confess-37.10) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: They confessed to us how it happened. %%% verbnet(confess, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]). verbnet(admit, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confess-37.10.xml %%% Primary: NP V that S (confess-37.10) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: They confessed that they had stolen. %%% verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(admit, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(acknowledge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]). %%% File: ext/VerbNet/confine-92.xml %%% Primary: NP V PP.destination (confine-92-1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: We committed John to prison. %%% verbnet(commit, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]). verbnet(recommit, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]). verbnet(send, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]). verbnet(confine, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]). verbnet(to, pp/np, ['Destination'], [92,-,1]). %%% File: ext/VerbNet/confine-92.xml %%% Primary: NP V NP (confine-92) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: We committed John. %%% verbnet(commit, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(recommit, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(send, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(confine, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(charge, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(institutionalize, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(incarcerate, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(hospitalize, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(detain, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(jail, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(imprison, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(jug, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [92]). verbnet(immure, (s:_\np)/np, ['Theme','Agent'], [92]). %%% File: ext/VerbNet/confront-98.xml %%% Primary: NP V NP (confront-98) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: John confronted the disaster. %%% verbnet(face, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(confront, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(head_on, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(undertake, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(tackle, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(take_on, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(set_about, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(go_about, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(approach, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(brave, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(handle, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(intercept, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(target, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(rival, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(counter, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet('pre-empt', (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(combat, (s:_\np)/np, ['Theme','Agent'], [98]). verbnet(breast, (s:_\np)/np, ['Theme','Agent'], [98]). %%% File: ext/VerbNet/confront-98.xml %%% Primary: NP V NP PP.instrument (confront-98) %%% Syntax: [np:Agent,v,np:Theme,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: John confronted it with emergency measures. %%% verbnet(face, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(confront, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(head_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(undertake, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(tackle, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(take_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(set_about, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(go_about, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(approach, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(brave, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(handle, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(intercept, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(target, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(rival, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(counter, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet('pre-empt', ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(combat, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(breast, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]). verbnet(with, pp/np, ['Instrument'], [98]). %%% File: ext/VerbNet/conjecture-29.5.xml %%% Primary: NP V NP to be NP (conjecture-29.5-1) %%% Syntax: [np:Agent,v,np:Theme,lex:to,lex:be,np:Predicate] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Missing: [lex:be,lex:to] %%% Example: He felt the choice to be a bad one. %%% verbnet(allow, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(conjecture, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(deny, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(determine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(expect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(foreknow, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(foresee, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(foretell, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(guess, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(hold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(infer, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(know, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(presume, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(prophesy, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(realize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(repute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(recognize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(speculate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(surmise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(swear, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(trust, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(mean, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(vaticinate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(anticipate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). verbnet(prognosticate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]). %%% File: ext/VerbNet/conjecture-29.5.xml %%% Primary: NP V that S (conjecture-29.5-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The populace feel that the RIAA has too much power. %%% verbnet(allow, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(conjecture, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(deny, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(doubt, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(expect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(foreknow, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(foresee, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(foretell, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(hold, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(infer, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(presume, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(prophesy, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(repute, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(speculate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(surmise, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(swear, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(trust, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(mean, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(vaticinate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(anticipate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(prognosticate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]). %%% File: ext/VerbNet/conjecture-29.5.xml %%% Primary: NP V NP (conjecture-29.5-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He denied the horrid woman's statement. %%% verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(believe, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(conjecture, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(deny, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(determine, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(expect, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(feel, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(foreknow, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(foresee, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(foretell, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(infer, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(know, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(presume, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(prophesy, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(realize, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(repute, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(recognize, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(speculate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(surmise, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(suspect, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(swear, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(trust, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(mean, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(vaticinate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(anticipate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). verbnet(prognosticate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]). %%% File: ext/VerbNet/conjecture-29.5.xml %%% Primary: NP V NP to be NP (conjecture-29.5-2) %%% Syntax: [np:Agent,v,np:Theme,np:Predicate] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: He asserts himself to be the world's foremost authority. %%% verbnet(admit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(affirm, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(assert, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(attest, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(aver, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(avow, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(avouch, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(claim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(confirm, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(contend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(discover, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(grant, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(guarantee, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(observe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(reaffirm, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(reassert, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). verbnet(show, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]). %%% File: ext/VerbNet/conjecture-29.5.xml %%% Primary: NP V that S (conjecture-29.5-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The prisoner admitted that he may have been in the area. %%% verbnet(admit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(affirm, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(assert, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(attest, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(aver, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(avow, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(avouch, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(claim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(confirm, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(contend, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(grant, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(guarantee, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(observe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(reaffirm, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(reassert, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(show, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]). %%% File: ext/VerbNet/conjecture-29.5.xml %%% Primary: NP V NP (conjecture-29.5-2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The prisoner admitted his guilt. %%% verbnet(admit, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(affirm, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(assert, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(attest, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(aver, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(avow, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(avouch, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(claim, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(confirm, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(contend, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(discover, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(grant, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(guarantee, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(maintain, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(observe, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(reaffirm, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(reassert, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). verbnet(show, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V S_ING (consider-29.9-1-1-1) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: He considered smoking. %%% verbnet(consider, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(remember, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(imagine, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP ADJ (consider-29.9-1-1-1) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: They considered him stupid. %%% verbnet(consider, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(remember, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(imagine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP NP (consider-29.9-1-1-1) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: They considered him professor. %%% verbnet(consider, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(remember, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(imagine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP PP.attribute (consider-29.9-1-1-1) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They considered him for professor. %%% verbnet(consider, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(remember, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(imagine, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(for, pp/np, ['Attribute'], [29,.,9,-,1,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V whether S_INF (consider-29.9-1-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He considered whether to clean the house. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP ADJ (consider-29.9-1-1) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: I considered the matter closed. %%% verbnet(consider, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]). verbnet(remember, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]). verbnet(imagine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]). verbnet(know, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]). verbnet(recognize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]). verbnet(see, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V whether/if S (consider-29.9-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He considered whether he should come. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V what S (consider-29.9-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He considered what he should do. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V what S_INF (consider-29.9-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He considered what to do. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP PP.attribute (consider-29.9-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They considered him as being stupid. %%% verbnet(consider, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(remember, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(imagine, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(know, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(recognize, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(see, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(view, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(acknowledge, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(deem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(esteem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(rate, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(reckon, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(report, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP to be NP (consider-29.9-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They considered him to be the professor. %%% verbnet(consider, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(remember, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(imagine, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(know, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(recognize, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(see, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(view, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(acknowledge, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(deem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(esteem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(rate, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(reckon, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(report, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V that S (consider-29.9-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: They considered that he was the professor. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(acknowledge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(deem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(esteem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(rate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(reckon, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP ADJ (consider-29.9-2) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: They considered him stupid. %%% verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(think, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(suppose, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(posit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP NP (consider-29.9-2) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: They considered him professor. %%% verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(think, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(suppose, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(posit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP to be NP (consider-29.9-2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They considered him to be the professor. %%% verbnet(suspect, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(think, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(feel, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(suppose, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(posit, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(believe, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V NP ADJ (consider-29.9-2) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: They considered the children found. %%% verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(think, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(suppose, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(posit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V that S (consider-29.9-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: They considered that he was the professor. %%% verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(think, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(suppose, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(posit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]). verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V how S (consider-29.9) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I considered how he could become professor. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(acknowledge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(deem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(esteem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(rate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(reckon, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(think, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(suppose, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(posit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). %%% File: ext/VerbNet/consider-29.9.xml %%% Primary: NP V how S_INF (consider-29.9) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I considered how to be a professor. %%% verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(acknowledge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(deem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(esteem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(rate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(reckon, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(think, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(suppose, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(posit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]). %%% File: ext/VerbNet/conspire-71.xml %%% Primary: NP V (conspire-71) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: John and Sarah conspired. %%% verbnet(ally, s:_\np, ['Agent'], [71]). verbnet(collaborate, s:_\np, ['Agent'], [71]). verbnet(collude, s:_\np, ['Agent'], [71]). verbnet(conspire, s:_\np, ['Agent'], [71]). verbnet(discriminate, s:_\np, ['Agent'], [71]). verbnet(legislate, s:_\np, ['Agent'], [71]). verbnet(partner, s:_\np, ['Agent'], [71]). verbnet(protest, s:_\np, ['Agent'], [71]). verbnet(rebel, s:_\np, ['Agent'], [71]). verbnet(retaliate, s:_\np, ['Agent'], [71]). verbnet(scheme, s:_\np, ['Agent'], [71]). verbnet(sin, s:_\np, ['Agent'], [71]). verbnet(team_up, s:_\np, ['Agent'], [71]). verbnet(befriend, s:_\np, ['Agent'], [71]). %%% File: ext/VerbNet/conspire-71.xml %%% Primary: NP V PP.co-agent (conspire-71) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: John conspired with Sarah. %%% verbnet(ally, (s:_\np)/pp, ['Agent'], [71]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [71]). verbnet(collude, (s:_\np)/pp, ['Agent'], [71]). verbnet(conspire, (s:_\np)/pp, ['Agent'], [71]). verbnet(discriminate, (s:_\np)/pp, ['Agent'], [71]). verbnet(legislate, (s:_\np)/pp, ['Agent'], [71]). verbnet(partner, (s:_\np)/pp, ['Agent'], [71]). verbnet(protest, (s:_\np)/pp, ['Agent'], [71]). verbnet(rebel, (s:_\np)/pp, ['Agent'], [71]). verbnet(retaliate, (s:_\np)/pp, ['Agent'], [71]). verbnet(scheme, (s:_\np)/pp, ['Agent'], [71]). verbnet(sin, (s:_\np)/pp, ['Agent'], [71]). verbnet(team_up, (s:_\np)/pp, ['Agent'], [71]). verbnet(befriend, (s:_\np)/pp, ['Agent'], [71]). verbnet(with, pp/np, ['Agent'], [71]). %%% File: ext/VerbNet/conspire-71.xml %%% Primary: NP V PP.beneficiary (conspire-71) %%% Syntax: [np:Agent,v,prep:against,np:Beneficiary] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: John conspired against her. %%% verbnet(ally, (s:_\np)/pp, ['Agent'], [71]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [71]). verbnet(collude, (s:_\np)/pp, ['Agent'], [71]). verbnet(conspire, (s:_\np)/pp, ['Agent'], [71]). verbnet(discriminate, (s:_\np)/pp, ['Agent'], [71]). verbnet(legislate, (s:_\np)/pp, ['Agent'], [71]). verbnet(partner, (s:_\np)/pp, ['Agent'], [71]). verbnet(protest, (s:_\np)/pp, ['Agent'], [71]). verbnet(rebel, (s:_\np)/pp, ['Agent'], [71]). verbnet(retaliate, (s:_\np)/pp, ['Agent'], [71]). verbnet(scheme, (s:_\np)/pp, ['Agent'], [71]). verbnet(sin, (s:_\np)/pp, ['Agent'], [71]). verbnet(team_up, (s:_\np)/pp, ['Agent'], [71]). verbnet(befriend, (s:_\np)/pp, ['Agent'], [71]). verbnet(against, pp/np, ['Beneficiary'], [71]). %%% File: ext/VerbNet/conspire-71.xml %%% Primary: NP V S_INF (conspire-71) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: The US conspired to overthrow the UN. %%% verbnet(ally, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(collaborate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(collude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(conspire, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(discriminate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(legislate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(partner, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(protest, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(rebel, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(retaliate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(scheme, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(sin, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(team_up, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). verbnet(befriend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]). %%% File: ext/VerbNet/consume-66.xml %%% Primary: NP V NP S_ING (consume-66-1) %%% Syntax: [np:Agent,v,np:Asset,prep:on,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Asset,Agent] %%% Example: I spent the time on worrying about the future. %%% verbnet(spend, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]). verbnet(squander, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]). verbnet(waste, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]). verbnet(on, pp/np, ['Goal'], [66,-,1]). %%% File: ext/VerbNet/consume-66.xml %%% Primary: NP V NP PP.goal (consume-66-1) %%% Syntax: [np:Agent,v,np:Asset,prep:on,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Asset,Agent] %%% Example: I spent the time on worries. %%% verbnet(spend, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]). verbnet(squander, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]). verbnet(waste, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]). verbnet(on, pp/np, ['Goal'], [66,-,1]). %%% File: ext/VerbNet/consume-66.xml %%% Primary: NP V NP (consume-66) %%% Syntax: [np:Agent,v,np:Asset] %%% CCG: (s:_\np)/np %%% Roles: [Asset,Agent] %%% Example: I spent all that time. %%% verbnet(spend, (s:_\np)/np, ['Asset','Agent'], [66]). verbnet(squander, (s:_\np)/np, ['Asset','Agent'], [66]). verbnet(waste, (s:_\np)/np, ['Asset','Agent'], [66]). verbnet(use, (s:_\np)/np, ['Asset','Agent'], [66]). verbnet(consume, (s:_\np)/np, ['Asset','Agent'], [66]). verbnet(pass, (s:_\np)/np, ['Asset','Agent'], [66]). %%% File: ext/VerbNet/consume-66.xml %%% Primary: NP V NP S_ING (consume-66) %%% Syntax: [np:Agent,v,np:Asset,np:Goal] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Asset,Goal,Agent] %%% Example: I spent the time worrying about the future. %%% verbnet(spend, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]). verbnet(squander, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]). verbnet(waste, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]). verbnet(use, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]). verbnet(consume, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]). verbnet(pass, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]). %%% File: ext/VerbNet/contiguous_location-47.8.xml %%% Primary: NP V (contiguous_location-47.8-1) %%% Syntax: [np:Theme,lex:and,np:Co-Theme,v] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Theme] %%% Missing: [lex:and] %%% Example: Italy and France touch. %%% verbnet(abut, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). verbnet(adjoin, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). verbnet(cross, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). verbnet(hit, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). verbnet(intersect, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). verbnet(meet, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). verbnet(touch, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]). %%% File: ext/VerbNet/contiguous_location-47.8.xml %%% Primary: NP V (contiguous_location-47.8-2) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: DEC has often dominated. %%% verbnet(dominate, s:_\np, ['Theme'], [47,'.',8,-,2]). %%% File: ext/VerbNet/contiguous_location-47.8.xml %%% Primary: NP V NP (contiguous_location-47.8) %%% Syntax: [np:Theme,v,np:Co-Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Theme] %%% Example: Italy borders France. %%% verbnet(abut, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(adjoin, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(cross, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(hit, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(intersect, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(meet, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(touch, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(dominate, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(bestride, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(blanket, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(border, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(bound, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(bracket, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(bridge, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(cap, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(circle, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(cloak, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(contain, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(cover, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(edge, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(encircle, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(enclose, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(encompass, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(engulf, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(envelop, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(fence, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(fill, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(flank, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(follow, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(forgo, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(frame, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(head, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(hug, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(line, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(neighbor, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(overcast, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(overhang, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(precede, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(predate, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(rim, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(ring, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(skirt, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(span, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(straddle, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(support, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(surmount, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(surround, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(top, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(traverse, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(underlie, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(wreathe, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(enshroud, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). verbnet(veil, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]). %%% File: ext/VerbNet/continue-55.3.xml %%% Primary: NP V S_INF (continue-55.3) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: He continued to pack. %%% verbnet(continue, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',3]). %%% File: ext/VerbNet/continue-55.3.xml %%% Primary: NP.theme V (continue-55.3) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The storm continued. %%% verbnet(continue, s:_\np, ['Theme'], [55,'.',3]). %%% File: ext/VerbNet/continue-55.3.xml %%% Primary: NP V (continue-55.3) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He continued. %%% verbnet(continue, s:_\np, ['Agent'], [55,'.',3]). %%% File: ext/VerbNet/continue-55.3.xml %%% Primary: NP V PP.time (continue-55.3) %%% Syntax: [np:Theme,v,prep:until,np:Time] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The party continued until 8 PM. %%% verbnet(continue, (s:_\np)/pp, ['Theme'], [55,'.',3]). verbnet(until, pp/np, ['Time'], [55,.,3]). %%% File: ext/VerbNet/continue-55.3.xml %%% Primary: NP V PP.time (continue-55.3) %%% Syntax: [np:Agent,v,prep:until,np:Time] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: We continued until 8 PM. %%% verbnet(continue, (s:_\np)/pp, ['Agent'], [55,'.',3]). verbnet(until, pp/np, ['Time'], [55,.,3]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V (contribute-13.2-1-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Some of the members may donate privately. %%% verbnet(administer, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(circularize, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(contribute, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(donate, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(forfeit, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(sacrifice, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(submit, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). verbnet(surrender, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V PP.recipient (contribute-13.2-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He donated directly to JSP members. %%% verbnet(administer, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(circularize, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(contribute, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(donate, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(forfeit, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(sacrifice, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(submit, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(surrender, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(disseminate, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(distribute, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]). verbnet(to, pp/np, ['Recipient'], [13,.,2,-,1]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V NP PP.recipient (contribute-13.2-1) %%% Syntax: [np:Agent,v,np:Theme,prep:among,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: She distributed the money among oversea units. %%% verbnet(administer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(circularize, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(contribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(donate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(forfeit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(sacrifice, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(submit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(surrender, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(disseminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(distribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]). verbnet(among, pp/np, ['Recipient'], [13,.,2,-,1]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V NP (contribute-13.2-2-1) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: He reimbursed members. %%% verbnet(reimburse, (s:_\np)/np, ['Recipient','Agent'], [13,'.',2,-,2,-,1]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V NP PP.theme (contribute-13.2-2) %%% Syntax: [np:Agent,v,np:Recipient,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Theme,Agent] %%% Example: They will reimburse them up to $500. %%% verbnet(reimburse, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]). verbnet(disburse, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]). verbnet(extend, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]). verbnet(proffer, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]). verbnet(return, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]). verbnet(transfer, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V NP PP.recipient (contribute-13.2) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: We contributed our paycheck to her. %%% verbnet(administer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(circularize, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(contribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(donate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(forfeit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(sacrifice, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(submit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(surrender, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(disseminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(distribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(reimburse, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(disburse, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(extend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(proffer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(return, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(transfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(forgo, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(lose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(refer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(relinquish, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(remit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(resign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(restore, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(gift, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(hand_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(pass_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(shell_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(abnegate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]). verbnet(to, pp/np, ['Recipient'], [13,.,2]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V NP.theme (PP) (contribute-13.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I donated my house (to somebody). %%% verbnet(administer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(circularize, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(contribute, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(donate, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(forfeit, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(sacrifice, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(submit, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(surrender, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(disseminate, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(distribute, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(reimburse, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(disburse, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(extend, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(proffer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(return, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(transfer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(lose, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(refer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(relinquish, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(remit, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(resign, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(restore, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(gift, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(hand_out, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(pass_out, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(shell_out, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). verbnet(abnegate, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]). %%% File: ext/VerbNet/contribute-13.2.xml %%% Primary: NP V PP.recipient NP (contribute-13.2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,np:Theme] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Theme,Agent] %%% Example: He is willing to sacrifice to the arbitrage trader some small profit. %%% verbnet(administer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(circularize, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(contribute, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(donate, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(forfeit, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(sacrifice, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(submit, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(surrender, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(disseminate, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(distribute, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(reimburse, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(disburse, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(extend, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(proffer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(return, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(transfer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(forgo, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(lose, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(refer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(relinquish, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(remit, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(resign, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(restore, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(gift, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(hand_out, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(pass_out, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(shell_out, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). verbnet(abnegate, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V (convert-26.6.2-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: He converted. %%% verbnet(change_over, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(convert, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(move_over, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(switch, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(switch_over, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V NP (convert-26.6.2-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: I converted him. %%% verbnet(change_over, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(convert, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(move_over, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(switch, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(switch_over, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V NP S_ING (convert-26.6.2-1) %%% Syntax: [np:Agent,v,np:Patient,prep:to,vp_ng:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I converted him to believing in Buddha. %%% verbnet(change_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(convert, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(move_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(switch, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(switch_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(to, pp/(s:ng\np), ['Goal'], [26,.,6,.,2,-,1]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V NP PP.goal (convert-26.6.2-1) %%% Syntax: [np:Agent,v,np:Patient,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I converted him to Buddhism. %%% verbnet(change_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(convert, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(move_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(switch, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(switch_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]). verbnet(to, pp/np, ['Goal'], [26,.,6,.,2,-,1]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V PP.source PP.goal (convert-26.6.2-1) %%% Syntax: [np:Patient,v,prep:from,np:Source,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Patient] %%% Example: He converted from Christianity to Buddhism. %%% verbnet(change_over, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(convert, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(move_over, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(switch, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(switch_over, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]). verbnet(to, pp/np, ['Goal'], [26,.,6,.,2,-,1]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V S_ING (convert-26.6.2) %%% Syntax: [np:Patient,v,prep:to,np:Goal] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: He converted to believing in Buddha. %%% verbnet(change_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(convert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(move_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(switch, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(switch_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(come_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(fall, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(get, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(get_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(get_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(go_back, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(resort, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(return, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(revert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(settle_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(shift, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(take, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(turn, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(to, pp/np, ['Goal'], [26,.,6,.,2]). %%% File: ext/VerbNet/convert-26.6.2.xml %%% Primary: NP V PP.goal (convert-26.6.2) %%% Syntax: [np:Patient,v,prep:to,np:Goal] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: He converted to Buddhism. %%% verbnet(change_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(convert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(move_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(switch, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(switch_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(come_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(fall, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(get, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(get_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(get_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(go_back, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(resort, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(return, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(revert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(settle_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(shift, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(take, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(turn, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]). verbnet(to, pp/np, ['Goal'], [26,.,6,.,2]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V NP.patient (cooking-45.3) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer baked the potatoes. %%% verbnet(bake, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(barbecue, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(blanch, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(boil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(braise, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(broil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(brown, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(char, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(charbroil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('charcoal-broil', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(coddle, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(cook, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(crisp, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('deep-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('french-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(fry, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(grill, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(hardboil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(heat, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(microwave, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-poach', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overcook, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overheat, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-broil', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parboil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parch, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(percolate, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(perk, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(plank, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(poach, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pot-roast', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(reheat, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(rissole, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(roast, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(saute, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scald, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scallop, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(sear, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(shirr, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(simmer, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(softboil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steam, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('steam-bake', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steep, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(stew, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet('stir-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(toast, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). verbnet(warm_up, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V NP PP.instrument (cooking-45.3) %%% Syntax: [np:Agent,v,np:Patient,prep:in on with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer baked the potatoes in the oven. %%% verbnet(bake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(barbecue, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(blanch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(boil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(braise, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(broil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(brown, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(char, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(charbroil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('charcoal-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(coddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(cook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(crisp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('deep-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('french-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(fry, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(grill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(hardboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(heat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(microwave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-poach', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overcook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(percolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(perk, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(plank, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(poach, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pot-roast', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(reheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(rissole, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(roast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(saute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scald, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(sear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(shirr, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(simmer, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(softboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steam, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('steam-bake', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steep, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(stew, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('stir-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(toast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(warm_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(in, pp/np, ['Instrument'], [45,.,3]). verbnet(on, pp/np, ['Instrument'], [45,.,3]). verbnet(with, pp/np, ['Instrument'], [45,.,3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP.patient V (cooking-45.3) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The potatoes baked. %%% verbnet(bake, s:_\np, ['Patient'], [45,'.',3]). verbnet(barbecue, s:_\np, ['Patient'], [45,'.',3]). verbnet(blanch, s:_\np, ['Patient'], [45,'.',3]). verbnet(boil, s:_\np, ['Patient'], [45,'.',3]). verbnet(braise, s:_\np, ['Patient'], [45,'.',3]). verbnet(broil, s:_\np, ['Patient'], [45,'.',3]). verbnet(brown, s:_\np, ['Patient'], [45,'.',3]). verbnet(char, s:_\np, ['Patient'], [45,'.',3]). verbnet(charbroil, s:_\np, ['Patient'], [45,'.',3]). verbnet('charcoal-broil', s:_\np, ['Patient'], [45,'.',3]). verbnet(coddle, s:_\np, ['Patient'], [45,'.',3]). verbnet(cook, s:_\np, ['Patient'], [45,'.',3]). verbnet(crisp, s:_\np, ['Patient'], [45,'.',3]). verbnet('deep-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet('french-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet(fry, s:_\np, ['Patient'], [45,'.',3]). verbnet(grill, s:_\np, ['Patient'], [45,'.',3]). verbnet(hardboil, s:_\np, ['Patient'], [45,'.',3]). verbnet(heat, s:_\np, ['Patient'], [45,'.',3]). verbnet(microwave, s:_\np, ['Patient'], [45,'.',3]). verbnet('oven-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet('oven-poach', s:_\np, ['Patient'], [45,'.',3]). verbnet(overcook, s:_\np, ['Patient'], [45,'.',3]). verbnet(overheat, s:_\np, ['Patient'], [45,'.',3]). verbnet('pan-broil', s:_\np, ['Patient'], [45,'.',3]). verbnet('pan-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet(parboil, s:_\np, ['Patient'], [45,'.',3]). verbnet(parch, s:_\np, ['Patient'], [45,'.',3]). verbnet(percolate, s:_\np, ['Patient'], [45,'.',3]). verbnet(perk, s:_\np, ['Patient'], [45,'.',3]). verbnet(plank, s:_\np, ['Patient'], [45,'.',3]). verbnet(poach, s:_\np, ['Patient'], [45,'.',3]). verbnet('pot-roast', s:_\np, ['Patient'], [45,'.',3]). verbnet(reheat, s:_\np, ['Patient'], [45,'.',3]). verbnet(rissole, s:_\np, ['Patient'], [45,'.',3]). verbnet(roast, s:_\np, ['Patient'], [45,'.',3]). verbnet(saute, s:_\np, ['Patient'], [45,'.',3]). verbnet(scald, s:_\np, ['Patient'], [45,'.',3]). verbnet(scallop, s:_\np, ['Patient'], [45,'.',3]). verbnet(sear, s:_\np, ['Patient'], [45,'.',3]). verbnet(shirr, s:_\np, ['Patient'], [45,'.',3]). verbnet(simmer, s:_\np, ['Patient'], [45,'.',3]). verbnet(softboil, s:_\np, ['Patient'], [45,'.',3]). verbnet(steam, s:_\np, ['Patient'], [45,'.',3]). verbnet('steam-bake', s:_\np, ['Patient'], [45,'.',3]). verbnet(steep, s:_\np, ['Patient'], [45,'.',3]). verbnet(stew, s:_\np, ['Patient'], [45,'.',3]). verbnet('stir-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet(toast, s:_\np, ['Patient'], [45,'.',3]). verbnet(warm_up, s:_\np, ['Patient'], [45,'.',3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V ADV-Middle (cooking-45.3) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Idaho potatoes bake beautifully. %%% verbnet(bake, s:_\np, ['Patient'], [45,'.',3]). verbnet(barbecue, s:_\np, ['Patient'], [45,'.',3]). verbnet(blanch, s:_\np, ['Patient'], [45,'.',3]). verbnet(boil, s:_\np, ['Patient'], [45,'.',3]). verbnet(braise, s:_\np, ['Patient'], [45,'.',3]). verbnet(broil, s:_\np, ['Patient'], [45,'.',3]). verbnet(brown, s:_\np, ['Patient'], [45,'.',3]). verbnet(char, s:_\np, ['Patient'], [45,'.',3]). verbnet(charbroil, s:_\np, ['Patient'], [45,'.',3]). verbnet('charcoal-broil', s:_\np, ['Patient'], [45,'.',3]). verbnet(coddle, s:_\np, ['Patient'], [45,'.',3]). verbnet(cook, s:_\np, ['Patient'], [45,'.',3]). verbnet(crisp, s:_\np, ['Patient'], [45,'.',3]). verbnet('deep-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet('french-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet(fry, s:_\np, ['Patient'], [45,'.',3]). verbnet(grill, s:_\np, ['Patient'], [45,'.',3]). verbnet(hardboil, s:_\np, ['Patient'], [45,'.',3]). verbnet(heat, s:_\np, ['Patient'], [45,'.',3]). verbnet(microwave, s:_\np, ['Patient'], [45,'.',3]). verbnet('oven-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet('oven-poach', s:_\np, ['Patient'], [45,'.',3]). verbnet(overcook, s:_\np, ['Patient'], [45,'.',3]). verbnet(overheat, s:_\np, ['Patient'], [45,'.',3]). verbnet('pan-broil', s:_\np, ['Patient'], [45,'.',3]). verbnet('pan-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet(parboil, s:_\np, ['Patient'], [45,'.',3]). verbnet(parch, s:_\np, ['Patient'], [45,'.',3]). verbnet(percolate, s:_\np, ['Patient'], [45,'.',3]). verbnet(perk, s:_\np, ['Patient'], [45,'.',3]). verbnet(plank, s:_\np, ['Patient'], [45,'.',3]). verbnet(poach, s:_\np, ['Patient'], [45,'.',3]). verbnet('pot-roast', s:_\np, ['Patient'], [45,'.',3]). verbnet(reheat, s:_\np, ['Patient'], [45,'.',3]). verbnet(rissole, s:_\np, ['Patient'], [45,'.',3]). verbnet(roast, s:_\np, ['Patient'], [45,'.',3]). verbnet(saute, s:_\np, ['Patient'], [45,'.',3]). verbnet(scald, s:_\np, ['Patient'], [45,'.',3]). verbnet(scallop, s:_\np, ['Patient'], [45,'.',3]). verbnet(sear, s:_\np, ['Patient'], [45,'.',3]). verbnet(shirr, s:_\np, ['Patient'], [45,'.',3]). verbnet(simmer, s:_\np, ['Patient'], [45,'.',3]). verbnet(softboil, s:_\np, ['Patient'], [45,'.',3]). verbnet(steam, s:_\np, ['Patient'], [45,'.',3]). verbnet('steam-bake', s:_\np, ['Patient'], [45,'.',3]). verbnet(steep, s:_\np, ['Patient'], [45,'.',3]). verbnet(stew, s:_\np, ['Patient'], [45,'.',3]). verbnet('stir-fry', s:_\np, ['Patient'], [45,'.',3]). verbnet(toast, s:_\np, ['Patient'], [45,'.',3]). verbnet(warm_up, s:_\np, ['Patient'], [45,'.',3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP.instrument V NP (cooking-45.3) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: This oven bakes potatoes. %%% verbnet(bake, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(barbecue, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(blanch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(boil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(braise, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(broil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(brown, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(char, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(charbroil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('charcoal-broil', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(coddle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(cook, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(crisp, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('deep-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('french-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(fry, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(grill, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(hardboil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(heat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(microwave, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('oven-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('oven-poach', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(overcook, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(overheat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('pan-broil', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('pan-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(parboil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(parch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(percolate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(perk, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(plank, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(poach, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('pot-roast', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(reheat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(rissole, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(roast, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(saute, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(scald, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(scallop, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(sear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(shirr, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(simmer, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(softboil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(steam, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('steam-bake', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(steep, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(stew, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet('stir-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(toast, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). verbnet(warm_up, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V NP PP.result (cooking-45.3) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer baked the potatoes to a crisp. %%% verbnet(bake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(barbecue, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(blanch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(boil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(braise, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(broil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(brown, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(char, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(charbroil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('charcoal-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(coddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(cook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(crisp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('deep-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('french-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(fry, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(grill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(hardboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(heat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(microwave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-poach', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overcook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(percolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(perk, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(plank, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(poach, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pot-roast', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(reheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(rissole, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(roast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(saute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scald, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(sear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(shirr, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(simmer, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(softboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steam, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('steam-bake', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steep, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(stew, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('stir-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(toast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(warm_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(to, pp/np, ['Goal'], [45,.,3]). verbnet(into, pp/np, ['Goal'], [45,.,3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V NP PP.result PP.instrument (cooking-45.3) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:in on with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer baked the potatoes to a crisp in the oven. %%% verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(barbecue, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(blanch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(boil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(braise, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(broil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(brown, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(char, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(charbroil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('charcoal-broil', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(coddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(crisp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('deep-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('french-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(fry, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(grill, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(hardboil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(heat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(microwave, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('oven-poach', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overcook, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(overheat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-broil', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pan-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parboil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(parch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(percolate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(perk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(plank, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(poach, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('pot-roast', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(reheat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(rissole, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(roast, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(saute, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scald, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(scallop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(sear, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(shirr, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(simmer, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(softboil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steam, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('steam-bake', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(steep, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(stew, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet('stir-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(toast, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(warm_up, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]). verbnet(in, pp/np, ['Instrument'], [45,.,3]). verbnet(on, pp/np, ['Instrument'], [45,.,3]). verbnet(with, pp/np, ['Instrument'], [45,.,3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V PP.result (cooking-45.3) %%% Syntax: [np:Patient,v,prep:to into,np:Result] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Potatoes bake to a crisp. %%% verbnet(bake, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(barbecue, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(blanch, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(boil, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(braise, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(broil, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(brown, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(char, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(charbroil, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('charcoal-broil', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(coddle, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(cook, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(crisp, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('deep-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('french-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(fry, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(grill, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(hardboil, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(heat, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(microwave, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('oven-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('oven-poach', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(overcook, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(overheat, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('pan-broil', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('pan-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(parboil, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(parch, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(percolate, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(perk, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(plank, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(poach, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('pot-roast', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(reheat, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(rissole, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(roast, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(saute, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(scald, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(scallop, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(sear, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(shirr, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(simmer, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(softboil, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(steam, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('steam-bake', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(steep, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(stew, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet('stir-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(toast, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(warm_up, (s:_\np)/pp, ['Patient'], [45,'.',3]). verbnet(to, pp/np, ['Goal'], [45,.,3]). verbnet(into, pp/np, ['Goal'], [45,.,3]). %%% File: ext/VerbNet/cooking-45.3.xml %%% Primary: NP V PP.result PP.instrument (cooking-45.3) %%% Syntax: [np:Patient,v,prep:to into,np:Result,prep:in on with,np:Instrument] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Patient] %%% Example: Potatoes bake to a crisp in the oven. %%% verbnet(bake, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(barbecue, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(blanch, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(boil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(braise, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(broil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(brown, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(char, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(charbroil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('charcoal-broil', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(coddle, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(cook, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(crisp, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('deep-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('french-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(fry, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(grill, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(hardboil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(heat, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(microwave, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('oven-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('oven-poach', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(overcook, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(overheat, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('pan-broil', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('pan-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(parboil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(parch, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(percolate, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(perk, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(plank, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(poach, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('pot-roast', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(reheat, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(rissole, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(roast, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(saute, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(scald, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(scallop, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(sear, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(shirr, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(simmer, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(softboil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(steam, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('steam-bake', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(steep, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(stew, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet('stir-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(toast, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(warm_up, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]). verbnet(in, pp/np, ['Instrument'], [45,.,3]). verbnet(on, pp/np, ['Instrument'], [45,.,3]). verbnet(with, pp/np, ['Instrument'], [45,.,3]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme (cooperate-73-1) %%% Syntax: [np:Agent,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They collaborated on the task. %%% verbnet(collaborate, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(join, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(on, pp/np, ['Theme'], [73,-,1]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.co-agent PP.theme (cooperate-73-1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:on,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: John collaborated with Paul on the task. %%% verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]). verbnet(join, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]). verbnet(on, pp/np, ['Theme'], [73,-,1]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme (cooperate-73-1) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They collaborated in the task. %%% verbnet(collaborate, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(join, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(in, pp/np, ['Theme'], [73,-,1]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.co-agent PP.theme (cooperate-73-1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:in,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: John collaborated with Paul in the task. %%% verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]). verbnet(join, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]). verbnet(in, pp/np, ['Theme'], [73,-,1]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme S_ING (cooperate-73-1) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They collaborated in finishing the task. %%% verbnet(collaborate, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(join, (s:_\np)/pp, ['Agent'], [73,-,1]). verbnet(in, pp/np, ['Theme'], [73,-,1]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme (cooperate-73-2) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They participated in the task. %%% verbnet(participate, (s:_\np)/pp, ['Agent'], [73,-,2]). verbnet(in, pp/np, ['Theme'], [73,-,2]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme S_ING (cooperate-73-2) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They participated in finishing the task. %%% verbnet(participate, (s:_\np)/pp, ['Agent'], [73,-,2]). verbnet(in, pp/np, ['Theme'], [73,-,2]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme (cooperate-73-3) %%% Syntax: [np:Agent,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They worked on the task. %%% verbnet(labour, (s:_\np)/pp, ['Agent'], [73,-,3]). verbnet(work, (s:_\np)/pp, ['Agent'], [73,-,3]). verbnet(on, pp/np, ['Theme'], [73,-,3]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.co-agent PP.theme (cooperate-73-3) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:on,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: John worked with Paul on the task. %%% verbnet(labour, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]). verbnet(work, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]). verbnet(on, pp/np, ['Theme'], [73,-,3]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.theme S_ING (cooperate-73-3) %%% Syntax: [np:Agent,v,prep:at,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They worked at finishing the task. %%% verbnet(labour, (s:_\np)/pp, ['Agent'], [73,-,3]). verbnet(work, (s:_\np)/pp, ['Agent'], [73,-,3]). verbnet(at, pp/np, ['Theme'], [73,-,3]). %%% File: ext/VerbNet/cooperate-73.xml %%% Primary: NP V PP.co-agent PP.theme S_ING (cooperate-73-3) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:at,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: John worked with Paul at finishing the task. %%% verbnet(labour, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]). verbnet(work, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]). verbnet(at, pp/np, ['Theme'], [73,-,3]). %%% File: ext/VerbNet/cope-83.xml %%% Primary: NP V NP (cope-83-1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He managed the climb. %%% verbnet(manage, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]). verbnet(grapple, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]). verbnet(get_by, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]). verbnet(get_through, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]). %%% File: ext/VerbNet/cope-83.xml %%% Primary: NP V (cope-83-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He managed. %%% verbnet(manage, s:_\np, ['Agent'], [83,-,1]). verbnet(grapple, s:_\np, ['Agent'], [83,-,1]). verbnet(get_by, s:_\np, ['Agent'], [83,-,1]). verbnet(get_through, s:_\np, ['Agent'], [83,-,1]). verbnet(cope, s:_\np, ['Agent'], [83,-,1]). %%% File: ext/VerbNet/cope-83.xml %%% Primary: NP V PP.theme (cope-83) %%% Syntax: [np:Agent,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He managed with dealing the cards. %%% verbnet(manage, (s:_\np)/pp, ['Agent'], [83]). verbnet(grapple, (s:_\np)/pp, ['Agent'], [83]). verbnet(get_by, (s:_\np)/pp, ['Agent'], [83]). verbnet(get_through, (s:_\np)/pp, ['Agent'], [83]). verbnet(cope, (s:_\np)/pp, ['Agent'], [83]). verbnet(deal, (s:_\np)/pp, ['Agent'], [83]). verbnet(with, pp/np, ['Theme'], [83]). %%% File: ext/VerbNet/correlate-86.1.xml %%% Primary: NP V S_ING (correlate-86.1) %%% Syntax: [np:Theme,v,prep:with,vp_ng:Co-Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: He alternates with keeping them. %%% verbnet(coincide, (s:_\np)/pp, ['Theme'], [86,'.',1]). verbnet(correlate, (s:_\np)/pp, ['Theme'], [86,'.',1]). verbnet(alternate, (s:_\np)/pp, ['Theme'], [86,'.',1]). verbnet('flip-flop', (s:_\np)/pp, ['Theme'], [86,'.',1]). verbnet('co-occur', (s:_\np)/pp, ['Theme'], [86,'.',1]). verbnet(with, pp/(s:ng\np), ['Theme'], [86,.,1]). %%% File: ext/VerbNet/correlate-86.1.xml %%% Primary: NP V NP S_ING (correlate-86.1) %%% Syntax: [np:Agent,v,np:Theme,prep:with,vp_ng:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: We alternated it with keeping them locked up. %%% verbnet(coincide, ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]). verbnet(correlate, ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]). verbnet(alternate, ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]). verbnet('flip-flop', ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]). verbnet('co-occur', ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]). verbnet(with, pp/(s:ng\np), ['Theme'], [86,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V whether/if S (correspond-36.1-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: We agreed whether he should come. %%% verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]). verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V whether S_INF (correspond-36.1-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: We debated whether to clean the house. %%% verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]). verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent how S (correspond-36.1-1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,s:Theme] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Theme,Agent] %%% Example: They agreed with her how it should be done. %%% verbnet(debate, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]). verbnet(argue, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]). verbnet(agree, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent how S_INF (correspond-36.1-1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,s:Theme] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Theme,Agent] %%% Example: They agreed with her how to do it. %%% verbnet(debate, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]). verbnet(argue, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]). verbnet(agree, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V what S_INF (correspond-36.1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: We agreed what to do. %%% verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1]). verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1]). verbnet(agree, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V (correspond-36.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: They agreed. %%% verbnet(debate, s:_\np, ['Agent'], [36,'.',1]). verbnet(argue, s:_\np, ['Agent'], [36,'.',1]). verbnet(agree, s:_\np, ['Agent'], [36,'.',1]). verbnet(banter, s:_\np, ['Agent'], [36,'.',1]). verbnet(bargain, s:_\np, ['Agent'], [36,'.',1]). verbnet(coexist, s:_\np, ['Agent'], [36,'.',1]). verbnet(collaborate, s:_\np, ['Agent'], [36,'.',1]). verbnet(collide, s:_\np, ['Agent'], [36,'.',1]). verbnet(commiserate, s:_\np, ['Agent'], [36,'.',1]). verbnet(communicate, s:_\np, ['Agent'], [36,'.',1]). verbnet(compromise, s:_\np, ['Agent'], [36,'.',1]). verbnet(cohabit, s:_\np, ['Agent'], [36,'.',1]). verbnet(concur, s:_\np, ['Agent'], [36,'.',1]). verbnet(confabulate, s:_\np, ['Agent'], [36,'.',1]). verbnet(confer, s:_\np, ['Agent'], [36,'.',1]). verbnet(consort, s:_\np, ['Agent'], [36,'.',1]). verbnet(cooperate, s:_\np, ['Agent'], [36,'.',1]). verbnet(correspond, s:_\np, ['Agent'], [36,'.',1]). verbnet(deliberate, s:_\np, ['Agent'], [36,'.',1]). verbnet(dissent, s:_\np, ['Agent'], [36,'.',1]). verbnet(disagree, s:_\np, ['Agent'], [36,'.',1]). verbnet(flirt, s:_\np, ['Agent'], [36,'.',1]). verbnet(haggle, s:_\np, ['Agent'], [36,'.',1]). verbnet(hobnob, s:_\np, ['Agent'], [36,'.',1]). verbnet(interact, s:_\np, ['Agent'], [36,'.',1]). verbnet(intermix, s:_\np, ['Agent'], [36,'.',1]). verbnet(mate, s:_\np, ['Agent'], [36,'.',1]). verbnet(mingle, s:_\np, ['Agent'], [36,'.',1]). verbnet(mix, s:_\np, ['Agent'], [36,'.',1]). verbnet(neck, s:_\np, ['Agent'], [36,'.',1]). verbnet(negotiate, s:_\np, ['Agent'], [36,'.',1]). verbnet(parley, s:_\np, ['Agent'], [36,'.',1]). verbnet(plot, s:_\np, ['Agent'], [36,'.',1]). verbnet(rendezvous, s:_\np, ['Agent'], [36,'.',1]). verbnet(reunite, s:_\np, ['Agent'], [36,'.',1]). verbnet(spoon, s:_\np, ['Agent'], [36,'.',1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.theme S (correspond-36.1) %%% Syntax: [np:Agent,v,prep:about,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They agreed about his coming. %%% verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/np, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.theme whether/if S (correspond-36.1) %%% Syntax: [np:Agent,v,prep:about,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They agreed about whether he should go. %%% verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.theme what S (correspond-36.1) %%% Syntax: [np:Agent,v,prep:about,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They agreed about what should be done. %%% verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.theme whether S_INF (correspond-36.1) %%% Syntax: [np:Agent,v,prep:about,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They agreed about whether to go. %%% verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.theme what S_INF (correspond-36.1) %%% Syntax: [np:Agent,v,prep:about,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They agreed about what to do. %%% verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.theme (correspond-36.1) %%% Syntax: [np:Agent,v,prep:about,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They agreed about it. %%% verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/np, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent PP.theme whether S (correspond-36.1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: They agreed with him about whether he should kill the peasants. %%% verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent PP.theme what S (correspond-36.1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: They agreed with him about what he should do. %%% verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent PP.theme what S_INF (correspond-36.1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: They agreed with him about what to do. %%% verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent PP.theme whether S_INF (correspond-36.1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: They agreed with him about whether to go. %%% verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/s:_, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V PP.co-agent PP.theme (correspond-36.1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: They agreed with him about it. %%% verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]). verbnet(about, pp/np, ['Theme'], [36,.,1]). %%% File: ext/VerbNet/correspond-36.1.xml %%% Primary: NP V what S (correspond-36.1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: We agreed what he should do. %%% verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(agree, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(banter, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(bargain, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(coexist, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(collaborate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(collide, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(commiserate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(communicate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(compromise, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(cohabit, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(concur, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(confabulate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(confer, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(consort, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(cooperate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(correspond, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(deliberate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(dissent, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(disagree, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(flirt, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(haggle, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(hobnob, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(interact, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(intermix, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(mate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(mingle, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(mix, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(neck, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(negotiate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(parley, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(plot, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(rendezvous, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(reunite, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). verbnet(spoon, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]). %%% File: ext/VerbNet/cost-54.2.xml %%% Primary: NP V NP.value (cost-54.2) %%% Syntax: [np:Theme,v,np:Value] %%% CCG: (s:_\np)/np %%% Roles: [Value,Theme] %%% Example: The book costs $10. %%% verbnet(carry, (s:_\np)/np, ['Value','Theme'], [54,'.',2]). verbnet(cost, (s:_\np)/np, ['Value','Theme'], [54,'.',2]). verbnet(last, (s:_\np)/np, ['Value','Theme'], [54,'.',2]). verbnet(net, (s:_\np)/np, ['Value','Theme'], [54,'.',2]). verbnet(take, (s:_\np)/np, ['Value','Theme'], [54,'.',2]). %%% File: ext/VerbNet/cost-54.2.xml %%% Primary: NP V NP NP (cost-54.2) %%% Syntax: [np:Theme,v,np:Beneficiary,np:Value] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Value,Theme] %%% Example: The bill will cost them 500 million dollars. %%% verbnet(carry, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]). verbnet(cost, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]). verbnet(last, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]). verbnet(net, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]). verbnet(take, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]). %%% File: ext/VerbNet/crane-40.3.2.xml %%% Primary: NP V NP (crane-40.3.2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer craned her neck. %%% verbnet(arch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(bare, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(bat, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(blow, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(clench, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(click, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(close, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(cock, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(crane, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(crook, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(cross, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(drum, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flap, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flash, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flex, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flick, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flutter, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(fold, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(gnash, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(grind, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(hang, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(hunch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(knit, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(open, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(pucker, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(purse, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(raise, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(rub, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(shake, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(show, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(shuffle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(smack, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(snap, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(stamp, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(stretch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(toss, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(turn, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(twiddle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(twitch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wag, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(waggle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wiggle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wring, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wrinkle, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]). %%% File: ext/VerbNet/crane-40.3.2.xml %%% Primary: NP V NP PP.recipient (crane-40.3.2) %%% Syntax: [np:Agent,v,np:Patient,pp,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer wagged her finger at the naughty child. %%% verbnet(arch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(bare, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(bat, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(blow, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(clench, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(click, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(close, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(cock, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(crane, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(crook, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(cross, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flap, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flash, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flex, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flick, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flutter, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(fold, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(gnash, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(grind, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(hang, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(hunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(knit, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(open, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(pucker, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(purse, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(raise, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(rub, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(shake, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(show, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(stamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(stretch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(toss, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(turn, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(twiddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(twitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wag, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(waggle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wiggle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wring, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wrinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). %%% File: ext/VerbNet/crane-40.3.2.xml %%% Primary: NP V NP PP.recipient PP.theme (crane-40.3.2) %%% Syntax: [np:Agent,v,np:Patient,pp,np:Recipient,prep:in,np:Theme] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Jennifer wagged her finger at the naughty child in disapproval. %%% verbnet(arch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(bare, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(bat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(beat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(clench, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(click, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(close, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(cock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(crane, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(crook, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(cross, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(drum, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flex, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(flutter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(gnash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(hang, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(hunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(open, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(pucker, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(purse, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(raise, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(rub, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(shake, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(show, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(shuffle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(smack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(snap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(stamp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(stretch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(toss, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(turn, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(twiddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(twitch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wag, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(waggle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wiggle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wring, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(wrinkle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',2]). verbnet(in, pp/np, ['Theme'], [40,.,3,.,2]). %%% File: ext/VerbNet/create-26.4.xml %%% Primary: NP V NP.beneficiary NP (create-26.4-1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Goal,Agent] %%% Example: David dug me a hole. %%% verbnet(conjure, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(craft, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(design, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(dig, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(mint, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(publish, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(rearrange, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(reconstitute, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(reorganize, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(schedule, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). verbnet(stage, ((s:_\np)/np)/np, ['Beneficiary','Goal','Agent'], [26,'.',4,-,1]). %%% File: ext/VerbNet/create-26.4.xml %%% Primary: NP V NP (create-26.4) %%% Syntax: [np:Agent,v,np:Result] %%% CCG: (s:_\np)/np %%% Roles: [Goal,Agent] %%% Example: David constructed a house. %%% verbnet(conjure, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(craft, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(design, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(dig, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(mint, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(publish, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rearrange, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reconstitute, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reorganize, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(schedule, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(stage, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(coin, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compose, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compute, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(concoct, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(construct, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(contrive, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(create, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(derive, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(fabricate, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(form, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(formulate, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(improvise, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(invent, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(manufacture, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(model, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(organize, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(produce, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(recreate, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rebuild, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(style, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(synthesize, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(lay, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(author, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(draft, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(write, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). verbnet(piece_together, (s:_\np)/np, ['Goal','Agent'], [26,'.',4]). %%% File: ext/VerbNet/create-26.4.xml %%% Primary: NP V NP PP.material (create-26.4) %%% Syntax: [np:Agent,v,np:Result,prep:from out_of,np:Material] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Goal,Agent] %%% Example: David constructed a house out of sticks. %%% verbnet(conjure, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(craft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(design, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(dig, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(mint, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(publish, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rearrange, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reconstitute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reorganize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(schedule, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(stage, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(coin, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compose, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(concoct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(construct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(contrive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(create, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(derive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(fabricate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(form, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(formulate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(improvise, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(invent, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(manufacture, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(model, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(organize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(produce, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(recreate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rebuild, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(style, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(synthesize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(lay, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(author, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(draft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(write, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(piece_together, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(from, pp/np, ['Source'], [26,.,4]). verbnet(out_of, pp/np, ['Source'], [26,.,4]). %%% File: ext/VerbNet/create-26.4.xml %%% Primary: NP V NP PP.beneficiary (create-26.4) %%% Syntax: [np:Agent,v,np:Result,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Goal,Agent] %%% Example: David dug a hole for me. %%% verbnet(conjure, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(craft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(design, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(dig, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(mint, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(publish, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rearrange, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reconstitute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reorganize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(schedule, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(stage, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(coin, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compose, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(concoct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(construct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(contrive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(create, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(derive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(fabricate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(form, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(formulate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(improvise, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(invent, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(manufacture, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(model, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(organize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(produce, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(recreate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rebuild, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(style, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(synthesize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(lay, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(author, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(draft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(write, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(piece_together, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(for, pp/np, ['Beneficiary'], [26,.,4]). %%% File: ext/VerbNet/create-26.4.xml %%% Primary: NP V NP PP.attribute (create-26.4) %%% Syntax: [np:Agent,v,np:Result,lex: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Goal,Agent] %%% Example: They designed the Westinghouse-Mitsubishi venture as a non-equity transaction. %%% verbnet(conjure, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(craft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(design, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(dig, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(mint, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(publish, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rearrange, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reconstitute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(reorganize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(schedule, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(stage, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(coin, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compose, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(compute, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(concoct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(construct, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(contrive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(create, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(derive, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(fabricate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(form, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(formulate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(improvise, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(invent, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(manufacture, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(model, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(organize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(produce, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(recreate, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(rebuild, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(style, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(synthesize, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(lay, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(author, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(draft, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(write, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(piece_together, ((s:_\np)/pp)/np, ['Goal','Agent'], [26,'.',4]). verbnet(as, pp/np, ['Attribute'], [26,.,4]). %%% File: ext/VerbNet/curtsey-40.3.3.xml %%% Primary: NP V (curtsey-40.3.3) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The princess curtseyed. %%% verbnet(bob, s:_\np, ['Agent'], [40,'.',3,'.',3]). verbnet(bow, s:_\np, ['Agent'], [40,'.',3,'.',3]). verbnet(curtsey, s:_\np, ['Agent'], [40,'.',3,'.',3]). verbnet(genuflect, s:_\np, ['Agent'], [40,'.',3,'.',3]). verbnet(kneel, s:_\np, ['Agent'], [40,'.',3,'.',3]). verbnet(salaam, s:_\np, ['Agent'], [40,'.',3,'.',3]). verbnet(salute, s:_\np, ['Agent'], [40,'.',3,'.',3]). %%% File: ext/VerbNet/curtsey-40.3.3.xml %%% Primary: NP V PP.recipient (curtsey-40.3.3) %%% Syntax: [np:Agent,v,pp,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The princess curtseyed to the queen. %%% verbnet(bob, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). verbnet(bow, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). verbnet(curtsey, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). verbnet(genuflect, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). verbnet(kneel, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). verbnet(salaam, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). verbnet(salute, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',3]). %%% File: ext/VerbNet/curtsey-40.3.3.xml %%% Primary: NP V NP (curtsey-40.3.3) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: The princess curtseyed her assent. %%% verbnet(bob, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(bow, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(curtsey, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(genuflect, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(kneel, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(salaam, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(salute, (s:_\np)/np, ['Topic','Agent'], [40,'.',3,'.',3]). %%% File: ext/VerbNet/curtsey-40.3.3.xml %%% Primary: NP V NP PP.recipient (curtsey-40.3.3) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: The princess curtsied her assent to the queen. %%% verbnet(bob, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(bow, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(curtsey, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(genuflect, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(kneel, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(salaam, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(salute, ((s:_\np)/pp)/np, ['Topic','Agent'], [40,'.',3,'.',3]). verbnet(to, pp/np, ['Recipient'], [40,.,3,.,3]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP (cut-21.1-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Carol cut her finger. %%% verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(hack, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(hew, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(saw, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(scarify, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(scrape, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(scratch, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(slash, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(snip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). verbnet(ream, (s:_\np)/np, ['Patient','Agent'], [21,'.',1,-,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Carol cut the bread. %%% verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hack, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hew, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(saw, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scarify, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scrape, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scratch, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slash, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(snip, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). verbnet(ream, (s:_\np)/np, ['Patient','Agent'], [21,'.',1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP PP.instrument (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Carol cut the bread with a knife. %%% verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(with, pp/np, ['Instrument'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V PP (cut-21.1) %%% Syntax: [np:Agent,v,prep:at,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Carol cut at the bread. %%% verbnet(chip, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(chop, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(clip, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(cut, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(hack, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(hew, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(rip, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(saw, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(scarify, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(scrape, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(scratch, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(slash, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(slice, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(snip, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(ream, (s:_\np)/pp, ['Agent'], [21,'.',1]). verbnet(at, pp/np, ['Patient'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V PP PP (cut-21.1) %%% Syntax: [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Carol cut at the bread with a knife. %%% verbnet(chip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(chop, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(clip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(cut, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(hack, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(hew, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(rip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(saw, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(scarify, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(scrape, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(scratch, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(slash, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(slice, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(snip, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(ream, ((s:_\np)/pp)/pp, ['Agent'], [21,'.',1]). verbnet(with, pp/np, ['Instrument'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V ADVP-Middle (cut-21.1) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The bread cuts easily. %%% verbnet(chip, s:_\np, ['Patient'], [21,'.',1]). verbnet(chop, s:_\np, ['Patient'], [21,'.',1]). verbnet(clip, s:_\np, ['Patient'], [21,'.',1]). verbnet(cut, s:_\np, ['Patient'], [21,'.',1]). verbnet(hack, s:_\np, ['Patient'], [21,'.',1]). verbnet(hew, s:_\np, ['Patient'], [21,'.',1]). verbnet(rip, s:_\np, ['Patient'], [21,'.',1]). verbnet(saw, s:_\np, ['Patient'], [21,'.',1]). verbnet(scarify, s:_\np, ['Patient'], [21,'.',1]). verbnet(scrape, s:_\np, ['Patient'], [21,'.',1]). verbnet(scratch, s:_\np, ['Patient'], [21,'.',1]). verbnet(slash, s:_\np, ['Patient'], [21,'.',1]). verbnet(slice, s:_\np, ['Patient'], [21,'.',1]). verbnet(snip, s:_\np, ['Patient'], [21,'.',1]). verbnet(ream, s:_\np, ['Patient'], [21,'.',1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP.instrument V NP (cut-21.1) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The knife cut the bread. %%% verbnet(chip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(chop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(clip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(cut, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(hack, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(hew, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(rip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(saw, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(scarify, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(scrape, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(scratch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(slash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(slice, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(snip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(ream, (s:_\np)/np, ['Patient','Instrument'], [21,'.',1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP.instrument V ADVP (cut-21.1) %%% Syntax: [np:Instrument,v,adv] %%% CCG: s:_\np %%% Roles: [Instrument] %%% Example: This knife cuts well. %%% verbnet(chip, s:_\np, ['Instrument'], [21,'.',1]). verbnet(chop, s:_\np, ['Instrument'], [21,'.',1]). verbnet(clip, s:_\np, ['Instrument'], [21,'.',1]). verbnet(cut, s:_\np, ['Instrument'], [21,'.',1]). verbnet(hack, s:_\np, ['Instrument'], [21,'.',1]). verbnet(hew, s:_\np, ['Instrument'], [21,'.',1]). verbnet(rip, s:_\np, ['Instrument'], [21,'.',1]). verbnet(saw, s:_\np, ['Instrument'], [21,'.',1]). verbnet(scarify, s:_\np, ['Instrument'], [21,'.',1]). verbnet(scrape, s:_\np, ['Instrument'], [21,'.',1]). verbnet(scratch, s:_\np, ['Instrument'], [21,'.',1]). verbnet(slash, s:_\np, ['Instrument'], [21,'.',1]). verbnet(slice, s:_\np, ['Instrument'], [21,'.',1]). verbnet(snip, s:_\np, ['Instrument'], [21,'.',1]). verbnet(ream, s:_\np, ['Instrument'], [21,'.',1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP ADJP (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Carol cut the envelop open. %%% verbnet(chip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(chop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(clip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(cut, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(hack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(hew, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(rip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(saw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(scarify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(scrape, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(scratch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(slash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(slice, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(snip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(ream, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP ADJP PP.instrument (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Carol cut the envelope open with the knife. %%% verbnet(chip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(chop, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(clip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(cut, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(hack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(hew, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(rip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(saw, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(scarify, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(scrape, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(scratch, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(slash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(slice, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(snip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(ream, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [21,'.',1]). verbnet(with, pp/np, ['Instrument'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP PP.result (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Carol cut the envelope into pieces. %%% verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(to, pp/np, ['Goal'], [21,.,1]). verbnet(into, pp/np, ['Goal'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP PP.result PP.instrument (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Carol cut the envelope into pieces with a knife. %%% verbnet(chip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(chop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(clip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hew, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(rip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(saw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scarify, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scrape, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scratch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slice, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(snip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(ream, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(with, pp/np, ['Instrument'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP ADJP (cut-21.1) %%% Syntax: [np:Instrument,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Instrument] %%% Example: The knife cut the envelope open. %%% verbnet(chip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(chop, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(clip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(cut, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(hack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(hew, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(rip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(saw, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(scarify, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(scrape, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(scratch, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(slash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(slice, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(snip, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). verbnet(ream, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [21,'.',1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP PP.result (cut-21.1) %%% Syntax: [np:Instrument,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Instrument] %%% Example: The knife cut the envelope into pieces. %%% verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Instrument'], [21,'.',1]). verbnet(to, pp/np, ['Goal'], [21,.,1]). verbnet(into, pp/np, ['Goal'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP PP.source (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Sympathetic fans clipped copies of Ms. Shere's recipes from magazines. %%% verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scrape, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(snip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(ream, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(from, pp/np, ['Source'], [21,.,1]). %%% File: ext/VerbNet/cut-21.1.xml %%% Primary: NP V NP PP.source PP.instrument (cut-21.1) %%% Syntax: [np:Agent,v,np:Patient,prep:from,np:Source,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Susan cut the recipes from the magazine with a sharp knife. %%% verbnet(chip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(chop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(clip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(hew, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(rip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(saw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scarify, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scrape, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(scratch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(slice, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(snip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(ream, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [21,'.',1]). verbnet(with, pp/np, ['Instrument'], [21,.,1]). %%% File: ext/VerbNet/debone-10.8.xml %%% Primary: NP V NP (debone-10.8) %%% Syntax: [np:Agent,v,np:Source] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: The cook deboned the fish. %%% verbnet(deaccent, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(debark, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(debone, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(debowel, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(debug, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(debur, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(declaw, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(decontaminate, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defang, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defat, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defeather, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deflea, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deflesh, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deflower, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defoam, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defog, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deforest, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defrost, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(defuzz, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(degas, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(degerm, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deglaze, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(degrease, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(degrit, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(degum, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(degut, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dehair, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dehead, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dehorn, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dehull, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dehusk, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deice, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deink, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(delint, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(delouse, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deluster, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(demast, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(derat, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(derib, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(derind, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(desalt, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(descale, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(desex, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(desprout, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(destarch, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(destress, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(detassel, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(detusk, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(devein, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dewater, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(dewax, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(deworm, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(disembowel, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). verbnet(eviscerate, (s:_\np)/np, ['Source','Agent'], [10,'.',8]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V how S_INF (declare-29.4-1-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: John declared how to do it. %%% verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,1]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V whether/if S (declare-29.4-1-1-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: John judged whether he should come. %%% verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V whether/if S_INF (declare-29.4-1-1-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: John judged whether to clean the house. %%% verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1,-,2]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V S_ING (declare-29.4-1-1-3) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: John professed loving the miscreants. %%% verbnet(profess, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',4,-,1,-,1,-,3]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V how S (declare-29.4-1-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: John declared how he did it. %%% verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]). verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]). verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1,-,1]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V what S (declare-29.4-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The president declared what we should do. %%% verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V what S_INF (declare-29.4-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The president declared what to do. %%% verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,1]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V NP ADJ (declare-29.4-1) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The president declared John as stupid. %%% verbnet(declare, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(profess, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(prove, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(maintain, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',4,-,1]). verbnet(as, pp/np, ['Goal'], [29,.,4,-,1]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V how S (declare-29.4-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The president proclaimed how we should work. %%% verbnet(proclaim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,2]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V how S_INF (declare-29.4-2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The president proclaimed how to do it. %%% verbnet(proclaim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4,-,2]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V NP ADJ (declare-29.4) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: The president declared Smith foolish. %%% verbnet(declare, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(find, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(judge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(profess, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(prove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V NP NP (declare-29.4) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: The president declared Smith professor. %%% verbnet(declare, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(find, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(judge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(profess, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(prove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V NP to be NP (declare-29.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The president maintained Smith to be a good man. %%% verbnet(declare, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). verbnet(find, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). verbnet(judge, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). verbnet(profess, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). verbnet(prove, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). verbnet(maintain, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). verbnet(proclaim, (s:_\np)/np, ['Theme','Agent'], [29,'.',4]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V NP ADJ (declare-29.4) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: The president judged the matter closed. %%% verbnet(declare, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(find, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(judge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(profess, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(prove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',4]). %%% File: ext/VerbNet/declare-29.4.xml %%% Primary: NP V that S (declare-29.4) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: The president maintained that the matter was closed. %%% verbnet(declare, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). verbnet(profess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). verbnet(proclaim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',4]). %%% File: ext/VerbNet/dedicate-79.xml %%% Primary: NP V NP S_ING (dedicate-79) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I dedicated myself to helping us. %%% verbnet(dedicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]). verbnet(devote, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]). verbnet(commit, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]). verbnet(to, pp/np, ['Goal'], [79]). %%% File: ext/VerbNet/dedicate-79.xml %%% Primary: NP V NP PP.goal (dedicate-79) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I dedicated myself to the cause. %%% verbnet(dedicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]). verbnet(devote, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]). verbnet(commit, ((s:_\np)/pp)/np, ['Theme','Agent'], [79]). verbnet(to, pp/np, ['Goal'], [79]). %%% File: ext/VerbNet/deduce-97.2.xml %%% Primary: NP V NP (deduce-97.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He deduced the truth about the story. %%% verbnet(reason, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(reason_out, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(conclude, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(derive, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(disprove, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(infer, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(deduct, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(deduce, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(conceive, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(prove, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). verbnet(rationalize, (s:_\np)/np, ['Theme','Agent'], [97,'.',2]). %%% File: ext/VerbNet/deduce-97.2.xml %%% Primary: NP V NP PP.source (deduce-97.2) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He deduced the truth from the facts. %%% verbnet(reason, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(reason_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(conclude, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(derive, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(disprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(infer, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(deduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(deduce, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(conceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(prove, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(rationalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',2]). verbnet(from, pp/np, ['Source'], [97,.,2]). %%% File: ext/VerbNet/deduce-97.2.xml %%% Primary: NP V that S PP.theme (deduce-97.2) %%% Syntax: [np:Agent,v,prep:from,s:Theme,np:Source] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Source,Agent] %%% Example: He deduced that she was a spy from miniature camera she had in her pen. %%% verbnet(reason, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(reason_out, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(conclude, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(derive, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(disprove, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(infer, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(deduct, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(deduce, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(gather, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(conceive, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(prove, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). verbnet(rationalize, ((s:_\np)/np)/pp, ['Source','Agent'], [97,'.',2]). %%% File: ext/VerbNet/deduce-97.2.xml %%% Primary: NP V that S (deduce-97.2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He deduced that this factor must have influenced the system. %%% verbnet(reason, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(reason_out, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(conclude, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(derive, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(disprove, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(infer, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(deduct, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(gather, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(conceive, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(prove, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [97,'.',2]). %%% File: ext/VerbNet/defend-85.xml %%% Primary: NP V NP (defend-85) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I defended them. %%% verbnet(defend, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(insure, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(protect, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(shade, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(preserve, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(guard, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(safeguard, (s:_\np)/np, ['Theme','Agent'], [85]). %%% File: ext/VerbNet/defend-85.xml %%% Primary: NP V NP PP.co-theme (defend-85) %%% Syntax: [np:Agent,v,np:Theme,prep:against,np:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I defended them against the warriors. %%% verbnet(defend, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(insure, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(protect, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(shade, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(preserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(guard, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(safeguard, ((s:_\np)/pp)/np, ['Theme','Agent'], [85]). verbnet(against, pp/np, ['Theme'], [85]). %%% File: ext/VerbNet/defend-85.xml %%% Primary: NP V S_ING (defend-85) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I defended building the house. %%% verbnet(defend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). verbnet(insure, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). verbnet(protect, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). verbnet(shade, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). verbnet(preserve, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). verbnet(guard, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). verbnet(safeguard, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [85]). %%% File: ext/VerbNet/defend-85.xml %%% Primary: NP V S_ING (defend-85) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I defended their building the house. %%% verbnet(defend, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(insure, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(protect, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(shade, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(preserve, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(guard, (s:_\np)/np, ['Theme','Agent'], [85]). verbnet(safeguard, (s:_\np)/np, ['Theme','Agent'], [85]). %%% File: ext/VerbNet/destroy-44.xml %%% Primary: NP V NP (destroy-44) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: The Romans destroyed the city. %%% verbnet(annihilate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(blitz, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(damage, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(decimate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(demolish, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(desecrate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(destroy, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(devastate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(disfigure, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(efface, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(exterminate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(extirpate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(level, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(maim, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(mutilate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(obliterate, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(ravage, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(raze, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(ruin, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(shipwreck, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(undo, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(unmake, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(vaporize, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(waste, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(wreck, (s:_\np)/np, ['Patient','Agent'], [44]). verbnet(shatter, (s:_\np)/np, ['Patient','Agent'], [44]). %%% File: ext/VerbNet/destroy-44.xml %%% Primary: NP V NP PP.instrument (destroy-44) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The builders destroyed the warehouse with explosives. %%% verbnet(annihilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(blitz, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(damage, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(decimate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(demolish, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(desecrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(destroy, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(devastate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(disfigure, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(efface, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(exterminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(extirpate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(level, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(maim, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(mutilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(obliterate, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(ravage, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(raze, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(ruin, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(shipwreck, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(undo, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(unmake, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(vaporize, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(waste, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(wreck, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(shatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [44]). verbnet(with, pp/np, ['Instrument'], [44]). %%% File: ext/VerbNet/destroy-44.xml %%% Primary: NP.instrument V NP (destroy-44) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The explosives destroyed the warehouse. %%% verbnet(annihilate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(blitz, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(damage, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(decimate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(demolish, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(desecrate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(destroy, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(devastate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(disfigure, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(efface, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(exterminate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(extirpate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(level, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(maim, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(mutilate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(obliterate, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(ravage, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(raze, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(ruin, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(shipwreck, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(undo, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(unmake, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(vaporize, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(waste, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(wreck, (s:_\np)/np, ['Patient','Instrument'], [44]). verbnet(shatter, (s:_\np)/np, ['Patient','Instrument'], [44]). %%% File: ext/VerbNet/devour-39.4.xml %%% Primary: NP V NP (devour-39.4-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia devoured the pizza. %%% verbnet(consume, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]). verbnet(devour, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]). verbnet(down, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]). verbnet(have, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]). verbnet(ingest, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,1]). %%% File: ext/VerbNet/devour-39.4.xml %%% Primary: NP V NP (devour-39.4-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia swilled the beverage. %%% verbnet(imbibe, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,2]). verbnet(swill, (s:_\np)/np, ['Patient','Agent'], [39,'.',4,-,2]). %%% File: ext/VerbNet/differ-23.4.xml %%% Primary: NP V PP.co-theme (differ-23.4) %%% Syntax: [np:Theme,v,prep:from with,np:Co-Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The winter schedule differed from the spring schedule. %%% verbnet(branch, (s:_\np)/pp, ['Theme'], [23,'.',4]). verbnet(deviate, (s:_\np)/pp, ['Theme'], [23,'.',4]). verbnet(differ, (s:_\np)/pp, ['Theme'], [23,'.',4]). verbnet(diverge, (s:_\np)/pp, ['Theme'], [23,'.',4]). verbnet(vary, (s:_\np)/pp, ['Theme'], [23,'.',4]). verbnet(from, pp/np, ['Theme'], [23,.,4]). verbnet(with, pp/np, ['Theme'], [23,.,4]). %%% File: ext/VerbNet/differ-23.4.xml %%% Primary: NP V (differ-23.4) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: This flyer and that flyer differ. %%% verbnet(branch, s:_\np, ['Theme'], [23,'.',4]). verbnet(deviate, s:_\np, ['Theme'], [23,'.',4]). verbnet(differ, s:_\np, ['Theme'], [23,'.',4]). verbnet(diverge, s:_\np, ['Theme'], [23,'.',4]). verbnet(vary, s:_\np, ['Theme'], [23,'.',4]). %%% File: ext/VerbNet/dine-39.5.xml %%% Primary: NP V (dine-39.5) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Cynthia breakfasted. %%% verbnet(banquet, s:_\np, ['Agent'], [39,'.',5]). verbnet(breakfast, s:_\np, ['Agent'], [39,'.',5]). verbnet(brunch, s:_\np, ['Agent'], [39,'.',5]). verbnet(dine, s:_\np, ['Agent'], [39,'.',5]). verbnet(feast, s:_\np, ['Agent'], [39,'.',5]). verbnet(graze, s:_\np, ['Agent'], [39,'.',5]). verbnet(junket, s:_\np, ['Agent'], [39,'.',5]). verbnet(lunch, s:_\np, ['Agent'], [39,'.',5]). verbnet(luncheon, s:_\np, ['Agent'], [39,'.',5]). verbnet(nosh, s:_\np, ['Agent'], [39,'.',5]). verbnet(picnic, s:_\np, ['Agent'], [39,'.',5]). verbnet(snack, s:_\np, ['Agent'], [39,'.',5]). verbnet(sup, s:_\np, ['Agent'], [39,'.',5]). %%% File: ext/VerbNet/dine-39.5.xml %%% Primary: NP V PP.patient (dine-39.5) %%% Syntax: [np:Agent,v,prep:on,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Cynthia breakfasted on peaches. %%% verbnet(banquet, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(breakfast, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(brunch, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(dine, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(feast, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(graze, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(junket, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(lunch, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(luncheon, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(nosh, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(picnic, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(snack, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(sup, (s:_\np)/pp, ['Agent'], [39,'.',5]). verbnet(on, pp/np, ['Patient'], [39,.,5]). %%% File: ext/VerbNet/disappearance-48.2.xml %%% Primary: NP V (disappearance-48.2) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The crowd vanished. %%% verbnet(die, s:_\np, ['Patient'], [48,'.',2]). verbnet(disappear, s:_\np, ['Patient'], [48,'.',2]). verbnet(expire, s:_\np, ['Patient'], [48,'.',2]). verbnet(lapse, s:_\np, ['Patient'], [48,'.',2]). verbnet(perish, s:_\np, ['Patient'], [48,'.',2]). verbnet(vanish, s:_\np, ['Patient'], [48,'.',2]). %%% File: ext/VerbNet/disappearance-48.2.xml %%% Primary: There V PP NP (disappearance-48.2) %%% Syntax: [np:Patient,v,prep:from,np:Initial_Location] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: A valuable manuscript vanished from the library. %%% verbnet(die, (s:_\np)/pp, ['Patient'], [48,'.',2]). verbnet(disappear, (s:_\np)/pp, ['Patient'], [48,'.',2]). verbnet(expire, (s:_\np)/pp, ['Patient'], [48,'.',2]). verbnet(lapse, (s:_\np)/pp, ['Patient'], [48,'.',2]). verbnet(perish, (s:_\np)/pp, ['Patient'], [48,'.',2]). verbnet(vanish, (s:_\np)/pp, ['Patient'], [48,'.',2]). verbnet(from, pp/np, ['Source'], [48,.,2]). %%% File: ext/VerbNet/disassemble-23.3.xml %%% Primary: NP V NP (disassemble-23.3) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: I unscrewed the handle. %%% verbnet(carve, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(detach, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(disassemble, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(disconnect, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(dismantle, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(dismount, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(pare, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(partition, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(segregate, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(sift, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(sunder, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unbolt, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unbuckle, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unbutton, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unchain, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unclamp, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unclasp, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unclip, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unfasten, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unfix, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unglue, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unhinge, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unhitch, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unhook, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unlace, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unlatch, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unlock, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unleash, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unpeg, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unpin, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unscrew, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unseal, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unshackle, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unstaple, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unstitch, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(untie, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unzip, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). verbnet(sieve, (s:_\np)/np, ['Patient','Agent'], [23,'.',3]). %%% File: ext/VerbNet/disassemble-23.3.xml %%% Primary: NP V NP PP.co-patient (disassemble-23.3) %%% Syntax: [np:Agent,v,np:Patient,prep:from,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I unscrewed the handle from the box. %%% verbnet(carve, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(detach, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(disassemble, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(disconnect, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(dismantle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(dismount, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(pare, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(partition, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(segregate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(sift, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(sunder, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unbolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unbuckle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unbutton, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unchain, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unclamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unclasp, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unclip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unfasten, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unfix, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unglue, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unhinge, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unhitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unhook, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unlace, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unlatch, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unlock, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unleash, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unpeg, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unpin, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unscrew, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unseal, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unshackle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unstaple, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unstitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(untie, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(unzip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(sieve, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',3]). verbnet(from, pp/np, ['Patient'], [23,.,3]). %%% File: ext/VerbNet/disassemble-23.3.xml %%% Primary: NP V ADV-Middle (disassemble-23.3) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: That new handle unscrews easily. %%% verbnet(carve, s:_\np, ['Patient'], [23,'.',3]). verbnet(detach, s:_\np, ['Patient'], [23,'.',3]). verbnet(disassemble, s:_\np, ['Patient'], [23,'.',3]). verbnet(disconnect, s:_\np, ['Patient'], [23,'.',3]). verbnet(dismantle, s:_\np, ['Patient'], [23,'.',3]). verbnet(dismount, s:_\np, ['Patient'], [23,'.',3]). verbnet(pare, s:_\np, ['Patient'], [23,'.',3]). verbnet(partition, s:_\np, ['Patient'], [23,'.',3]). verbnet(segregate, s:_\np, ['Patient'], [23,'.',3]). verbnet(sift, s:_\np, ['Patient'], [23,'.',3]). verbnet(slice, s:_\np, ['Patient'], [23,'.',3]). verbnet(sunder, s:_\np, ['Patient'], [23,'.',3]). verbnet(unbolt, s:_\np, ['Patient'], [23,'.',3]). verbnet(unbuckle, s:_\np, ['Patient'], [23,'.',3]). verbnet(unbutton, s:_\np, ['Patient'], [23,'.',3]). verbnet(unchain, s:_\np, ['Patient'], [23,'.',3]). verbnet(unclamp, s:_\np, ['Patient'], [23,'.',3]). verbnet(unclasp, s:_\np, ['Patient'], [23,'.',3]). verbnet(unclip, s:_\np, ['Patient'], [23,'.',3]). verbnet(unfasten, s:_\np, ['Patient'], [23,'.',3]). verbnet(unfix, s:_\np, ['Patient'], [23,'.',3]). verbnet(unglue, s:_\np, ['Patient'], [23,'.',3]). verbnet(unhinge, s:_\np, ['Patient'], [23,'.',3]). verbnet(unhitch, s:_\np, ['Patient'], [23,'.',3]). verbnet(unhook, s:_\np, ['Patient'], [23,'.',3]). verbnet(unlace, s:_\np, ['Patient'], [23,'.',3]). verbnet(unlatch, s:_\np, ['Patient'], [23,'.',3]). verbnet(unlock, s:_\np, ['Patient'], [23,'.',3]). verbnet(unleash, s:_\np, ['Patient'], [23,'.',3]). verbnet(unpeg, s:_\np, ['Patient'], [23,'.',3]). verbnet(unpin, s:_\np, ['Patient'], [23,'.',3]). verbnet(unscrew, s:_\np, ['Patient'], [23,'.',3]). verbnet(unseal, s:_\np, ['Patient'], [23,'.',3]). verbnet(unshackle, s:_\np, ['Patient'], [23,'.',3]). verbnet(unstaple, s:_\np, ['Patient'], [23,'.',3]). verbnet(unstitch, s:_\np, ['Patient'], [23,'.',3]). verbnet(untie, s:_\np, ['Patient'], [23,'.',3]). verbnet(unzip, s:_\np, ['Patient'], [23,'.',3]). verbnet(sieve, s:_\np, ['Patient'], [23,'.',3]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP v (discover-84-1-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I learned. %%% verbnet(hear, s:_\np, ['Agent'], [84,-,1,-,1]). verbnet(learn, s:_\np, ['Agent'], [84,-,1,-,1]). verbnet(read, s:_\np, ['Agent'], [84,-,1,-,1]). verbnet(study, s:_\np, ['Agent'], [84,-,1,-,1]). verbnet(find_out, s:_\np, ['Agent'], [84,-,1,-,1]). verbnet(figure_out, s:_\np, ['Agent'], [84,-,1,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.theme S_ING (discover-84-1-1) %%% Syntax: [np:Agent,v,prep:about,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I learned about his drinking. %%% verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(about, pp/np, ['Theme'], [84,-,1,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.theme what S (discover-84-1-1) %%% Syntax: [np:Agent,v,prep:about,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I learned about what he drank. %%% verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(about, pp/s:_, ['Theme'], [84,-,1,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.theme (discover-84-1-1) %%% Syntax: [np:Agent,v,prep:about,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I learned about the drinking. %%% verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1,-,1]). verbnet(about, pp/np, ['Theme'], [84,-,1,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.theme PP.source (discover-84-1-1) %%% Syntax: [np:Agent,v,prep:about,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I learned about it from a book. %%% verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]). verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]). verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]). verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]). verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]). verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1,-,1]). verbnet(from, pp/np, ['Source'], [84,-,1,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.theme S_ING (discover-84-1) %%% Syntax: [np:Agent,v,prep:about,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I discovered about him drinking. %%% verbnet(hear, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(learn, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(read, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(study, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(find_out, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(figure_out, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(pick_up, (s:_\np)/pp, ['Agent'], [84,-,1]). verbnet(about, pp/s:_, ['Theme'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.source how S (discover-84-1) %%% Syntax: [np:Agent,v,prep:from,np:Source,s:Theme] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Theme,Agent] %%% Example: I discovered from them how she did it. %%% verbnet(hear, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(learn, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(read, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(study, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(find_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(figure_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(pick_up, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.source how S_INF (discover-84-1) %%% Syntax: [np:Agent,v,prep:from,np:Source,s:Theme] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Theme,Agent] %%% Example: I discovered from them how to do it. %%% verbnet(hear, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(learn, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(read, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(study, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(find_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(figure_out, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). verbnet(pick_up, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.source PP.theme whether/if S (discover-84-1) %%% Syntax: [np:Agent,v,prep:from,np:Source,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I discovered from him about whether he should kill the peasants. %%% verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(about, pp/s:_, ['Theme'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.source PP.theme what S (discover-84-1) %%% Syntax: [np:Agent,v,prep:from,np:Source,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I discovered from him about what he should do. %%% verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(about, pp/s:_, ['Theme'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.source PP.theme what S_INF (discover-84-1) %%% Syntax: [np:Agent,v,prep:from,np:Source,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I learned from him about what to do. %%% verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(about, pp/s:_, ['Theme'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V PP.source PP.theme whether S_INF (discover-84-1) %%% Syntax: [np:Agent,v,prep:from,np:Source,prep:about,s:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I discovered from him about whether to go. %%% verbnet(hear, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(learn, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(read, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(study, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(find_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(figure_out, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(pick_up, ((s:_\np)/pp)/pp, ['Agent'], [84,-,1]). verbnet(about, pp/s:_, ['Theme'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V that S (discover-84-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered that it didn't make sense. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V what S_INF (discover-84-1) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered what to do. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84,-,1]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V how S (discover-84) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered how she did it. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V how S_INF (discover-84) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered how to do it. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V NP (discover-84) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I discovered the fleece. %%% verbnet(hear, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(learn, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(read, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(study, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(find_out, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(pick_up, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(deduce, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(determine, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(discover, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(find, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(realize, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(ascertain, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(rationalize, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(scent_out, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(solve, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(chance_across, (s:_\np)/np, ['Theme','Agent'], [84]). verbnet(chance_on, (s:_\np)/np, ['Theme','Agent'], [84]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V that S (discover-84) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered that it didn't make sense. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V what S (discover-84) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered what he should do. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]). %%% File: ext/VerbNet/discover-84.xml %%% Primary: NP V what S_INF (discover-84) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I discovered what to do. %%% verbnet(hear, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(learn, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(read, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(study, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(pick_up, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(deduce, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(figure_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(find, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(ascertain, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(rationalize, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(scent_out, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(solve, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_across, (s:_\np)/s:_, ['Theme','Agent'], [84]). verbnet(chance_on, (s:_\np)/s:_, ['Theme','Agent'], [84]). %%% File: ext/VerbNet/dress-41.1.1.xml %%% Primary: NP V (dress-41.1.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Marlene dressed. %%% verbnet(bathe, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(change, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(clothe, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(disrobe, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(dress, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(exercise, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(lave, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(moisturize, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(preen, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(primp, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(shave, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(shower, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(strip, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(sunbathe, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(tan, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(unclothe, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(undress, s:_\np, ['Agent'], [41,'.',1,'.',1]). verbnet(wash, s:_\np, ['Agent'], [41,'.',1,'.',1]). %%% File: ext/VerbNet/dress-41.1.1.xml %%% Primary: NP V NP (dress-41.1.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Marlene dressed the baby. %%% verbnet(bathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(change, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(clothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(disrobe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(exercise, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(lave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(moisturize, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(preen, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(primp, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(shave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(shower, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(strip, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(sunbathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(tan, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(unclothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(undress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). %%% File: ext/VerbNet/dress-41.1.1.xml %%% Primary: NP V NP (dress-41.1.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Marlene dressed herself. %%% verbnet(bathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(change, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(clothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(disrobe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(exercise, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(lave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(moisturize, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(preen, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(primp, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(shave, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(shower, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(strip, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(sunbathe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(tan, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(unclothe, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(undress, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',1]). %%% File: ext/VerbNet/dressing_well-41.3.2.xml %%% Primary: NP V NP up (dressing_well-41.3.2) %%% Syntax: [np:Agent,v,np:Patient,lex:up] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:up] %%% Example: She spruced herself up before the job interview. %%% verbnet(doll, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(gussy, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(spruce, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(tog, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(trick, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). %%% File: ext/VerbNet/dressing_well-41.3.2.xml %%% Primary: NP V up NP (dressing_well-41.3.2) %%% Syntax: [np:Agent,v,lex:up,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:up] %%% Example: She spruced up herself before the job interview. %%% verbnet(doll, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(dress, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(gussy, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(spruce, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(tog, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). verbnet(trick, (s:_\np)/np, ['Patient','Agent'], [41,'.',3,'.',2]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP-Dative NP (drive-11.5-1) %%% Syntax: [np:Agent,v,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Destination,Theme,Agent] %%% Example: Amanda flew me the package. %%% verbnet(barge, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). verbnet(bus, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). verbnet(cart, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). verbnet(ferry, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). verbnet(fly, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). verbnet(shuttle, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). verbnet(truck, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',5,-,1]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP (drive-11.5-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shuttled her children. %%% verbnet(barge, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(bus, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(cart, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(ferry, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(shuttle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(truck, (s:_\np)/np, ['Theme','Agent'], [11,'.',5,-,1]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.initial_location (drive-11.5-1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shuttled her children from Philadelphia. %%% verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.destination (drive-11.5-1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda shuttled the children to school. %%% verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(to, pp/np, ['Destination'], [11,.,5,-,1]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.initial_location PP.destination (drive-11.5-1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda trucked the package from Philadelphia to her mother's house. %%% verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(to, pp/np, ['Destination'], [11,.,5,-,1]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.destination PP.initial_location (drive-11.5-1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination,pp,np:Initial_Location] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda trucked the package to her mother's house from Philadelphia. %%% verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5,-,1]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP (drive-11.5) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Amanda drove the package. %%% verbnet(barge, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bus, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(cart, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(ferry, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(shuttle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(truck, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bike, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(drive, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(row, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(motor, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(paddle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool_around, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(trundle, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). verbnet(wheel, (s:_\np)/np, ['Theme','Agent'], [11,'.',5]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.destination (drive-11.5) %%% Syntax: [np:Agent,v,np:Theme,prep:to towards,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda drove the package to New York. %%% verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(drive, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(row, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(paddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool_around, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(wheel, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(to, pp/np, ['Destination'], [11,.,5]). verbnet(towards, pp/np, ['Destination'], [11,.,5]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.initial_location (drive-11.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda drove the package from home. %%% verbnet(barge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(cart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(shuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(truck, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(drive, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(row, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(paddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool_around, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(wheel, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',5]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.initial_location PP.destination (drive-11.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to towards,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda drove the package from home to New York. %%% verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bike, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(drive, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(row, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(motor, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool_around, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(trundle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(wheel, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(to, pp/np, ['Destination'], [11,.,5]). verbnet(towards, pp/np, ['Destination'], [11,.,5]). %%% File: ext/VerbNet/drive-11.5.xml %%% Primary: NP V NP PP.destination PP.initial_location (drive-11.5) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination,pp,np:Initial_Location] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Amanda drove the package to New York from home. %%% verbnet(barge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bus, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(cart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(ferry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(fly, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(shuttle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(truck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(bike, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(drive, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(row, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(motor, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(tool_around, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(trundle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). verbnet(wheel, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',5]). %%% File: ext/VerbNet/dub-29.3.xml %%% Primary: NP V NP NP (dub-29.3) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: The captain named the ship Seafarer. %%% verbnet(call, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(decree, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(dub, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(make, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(pronounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(rename, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(rule, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(stamp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(term, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(vote, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(anoint, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(baptize, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(brand, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(christen, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(consecrate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(crown, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(label, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(name, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(nickname, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). verbnet(style, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',3]). %%% File: ext/VerbNet/dub-29.3.xml %%% Primary: NP V NP (dub-29.3) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The captain baptized the ship. %%% verbnet(call, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(decree, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(dub, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(make, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(pronounce, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(rename, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(rule, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(stamp, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(term, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(vote, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(anoint, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(baptize, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(brand, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(christen, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(consecrate, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(crown, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(label, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(name, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(nickname, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). verbnet(style, (s:_\np)/np, ['Theme','Agent'], [29,'.',3]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V NP (eat-39.1-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia ate the peach. %%% verbnet(eat, (s:_\np)/np, ['Patient','Agent'], [39,'.',1,-,1]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V (eat-39.1-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Cynthia ate. %%% verbnet(eat, s:_\np, ['Agent'], [39,'.',1,-,1]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V PP-Conative (eat-39.1-1) %%% Syntax: [np:Agent,v,prep:at,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Cynthia ate at the peach. %%% verbnet(eat, (s:_\np)/pp, ['Agent'], [39,'.',1,-,1]). verbnet(at, pp/np, ['Patient'], [39,.,1,-,1]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V PP.source (eat-39.1-1) %%% Syntax: [np:Agent,v,pp,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He ate off of the table. %%% verbnet(eat, (s:_\np)/pp, ['Agent'], [39,'.',1,-,1]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V NP (eat-39.1-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia drank the wine. %%% verbnet(drink, (s:_\np)/np, ['Patient','Agent'], [39,'.',1,-,2]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V (eat-39.1-2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Cynthia drank. %%% verbnet(drink, s:_\np, ['Agent'], [39,'.',1,-,2]). %%% File: ext/VerbNet/eat-39.1.xml %%% Primary: NP V PP.source (eat-39.1-2) %%% Syntax: [np:Agent,v,pp,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He drank out of the goblet. %%% verbnet(drink, (s:_\np)/pp, ['Agent'], [39,'.',1,-,2]). %%% File: ext/VerbNet/empathize-88.2.xml %%% Primary: NP V (empathize-88.2) %%% Syntax: [np:Experiencer,v] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: You really have to empathize. %%% verbnet(empathize, s:_\np, ['Experiencer'], [88,'.',2]). verbnet(sympathize, s:_\np, ['Experiencer'], [88,'.',2]). verbnet(identify, s:_\np, ['Experiencer'], [88,'.',2]). verbnet(commiserate, s:_\np, ['Experiencer'], [88,'.',2]). %%% File: ext/VerbNet/empathize-88.2.xml %%% Primary: NP V PP.stimulus (empathize-88.2) %%% Syntax: [np:Experiencer,v,prep:with,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: You really have to empathize with them. %%% verbnet(empathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(sympathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(identify, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(commiserate, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(with, pp/np, ['Stimulus'], [88,.,2]). %%% File: ext/VerbNet/empathize-88.2.xml %%% Primary: NP V PP.stimulus S_ING (empathize-88.2) %%% Syntax: [np:Experiencer,v,prep:with,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: You really have to empathize with their doing it. %%% verbnet(empathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(sympathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(identify, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(commiserate, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(with, pp/np, ['Stimulus'], [88,.,2]). %%% File: ext/VerbNet/empathize-88.2.xml %%% Primary: NP V PP.stimulus what S (empathize-88.2) %%% Syntax: [np:Experiencer,v,prep:with,s:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: You've really got to empathize with what they want. %%% verbnet(empathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(sympathize, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(identify, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(commiserate, (s:_\np)/pp, ['Experiencer'], [88,'.',2]). verbnet(with, pp/s:_, ['Stimulus'], [88,.,2]). %%% File: ext/VerbNet/enforce-63.xml %%% Primary: NP V NP (enforce-63) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I cannot impose my opinion. %%% verbnet(control, (s:_\np)/np, ['Theme','Agent'], [63]). verbnet(enforce, (s:_\np)/np, ['Theme','Agent'], [63]). verbnet(impose, (s:_\np)/np, ['Theme','Agent'], [63]). %%% File: ext/VerbNet/enforce-63.xml %%% Primary: NP V that S (enforce-63) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I cannot impose that I get what I want. %%% verbnet(control, (s:_\np)/s:_, ['Theme','Agent'], [63]). verbnet(enforce, (s:_\np)/s:_, ['Theme','Agent'], [63]). verbnet(impose, (s:_\np)/s:_, ['Theme','Agent'], [63]). %%% File: ext/VerbNet/engender-27.xml %%% Primary: NP V NP (engender-27) %%% Syntax: [np:Cause,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Cause] %%% Example: Racial inequality engenders conflict. %%% verbnet(beget, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(bring_about, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(cause, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(create, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(engender, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(generate, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(incite, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(inspire, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(instigate, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(kindle, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(produce, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(provoke, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(set_off, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(shape, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(sire, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(spark, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(spawn, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(actuate, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(arouse, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(call_forth, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(elicit, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(prompt, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(stimulate, (s:_\np)/np, ['Theme','Cause'], [27]). verbnet(stir_up, (s:_\np)/np, ['Theme','Cause'], [27]). %%% File: ext/VerbNet/engender-27.xml %%% Primary: NP V that S (engender-27) %%% Syntax: [np:Cause,v,np:Theme,s:Predicate] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Theme,Attribute,Cause] %%% Example: The bug causes the chip to give wrong answers for some mathematical calculations. %%% verbnet(beget, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(bring_about, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(cause, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(create, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(engender, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(generate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(incite, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(inspire, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(instigate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(kindle, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(produce, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(provoke, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(set_off, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(shape, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(sire, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(spark, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(spawn, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(actuate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(arouse, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(call_forth, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(elicit, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(prompt, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(stimulate, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). verbnet(stir_up, ((s:_\np)/s:_)/np, ['Theme','Attribute','Cause'], [27]). %%% File: ext/VerbNet/ensure-99.xml %%% Primary: NP V NP (ensure-99) %%% Syntax: [np:Cause,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Cause] %%% Example: Our exertions ensured a good outcome. %%% verbnet(ensure, (s:_\np)/np, ['Theme','Cause'], [99]). verbnet(assure, (s:_\np)/np, ['Theme','Cause'], [99]). verbnet(guarantee, (s:_\np)/np, ['Theme','Cause'], [99]). verbnet(insure, (s:_\np)/np, ['Theme','Cause'], [99]). verbnet(secure, (s:_\np)/np, ['Theme','Cause'], [99]). verbnet(ascertain, (s:_\np)/np, ['Theme','Cause'], [99]). verbnet(reinsure, (s:_\np)/np, ['Theme','Cause'], [99]). %%% File: ext/VerbNet/ensure-99.xml %%% Primary: NP V NP NP (ensure-99) %%% Syntax: [np:Cause,v,np:Beneficiary,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Theme,Cause] %%% Example: Our exertions ensured us a good outcome. %%% verbnet(ensure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(assure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(guarantee, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(insure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(secure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(ascertain, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(reinsure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Cause'], [99]). %%% File: ext/VerbNet/ensure-99.xml %%% Primary: NP V NP PP.beneficiary (ensure-99) %%% Syntax: [np:Cause,v,np:Theme,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Cause] %%% Example: The circumstances ensured a good outcome for him. %%% verbnet(ensure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(assure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(guarantee, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(insure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(ascertain, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(reinsure, ((s:_\np)/pp)/np, ['Theme','Cause'], [99]). verbnet(for, pp/np, ['Beneficiary'], [99]). %%% File: ext/VerbNet/ensure-99.xml %%% Primary: NP V that S (ensure-99) %%% Syntax: [np:Cause,v,np:Beneficiary,vp_to:Theme] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Beneficiary,Theme,Cause] %%% Example: The circumstances ensured that he would arrive in time. %%% verbnet(ensure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(assure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(guarantee, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(insure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(secure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(ascertain, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). verbnet(reinsure, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Cause'], [99]). %%% File: ext/VerbNet/entity_specific_cos-45.5.xml %%% Primary: NP.patient V (entity_specific_cos-45.5) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The roses bloomed. %%% verbnet(atrophy, s:_\np, ['Patient'], [45,'.',5]). verbnet(blister, s:_\np, ['Patient'], [45,'.',5]). verbnet(bloom, s:_\np, ['Patient'], [45,'.',5]). verbnet(blossom, s:_\np, ['Patient'], [45,'.',5]). verbnet(bud, s:_\np, ['Patient'], [45,'.',5]). verbnet(burgeon, s:_\np, ['Patient'], [45,'.',5]). verbnet(burn, s:_\np, ['Patient'], [45,'.',5]). verbnet(corrode, s:_\np, ['Patient'], [45,'.',5]). verbnet(decay, s:_\np, ['Patient'], [45,'.',5]). verbnet(decompose, s:_\np, ['Patient'], [45,'.',5]). verbnet(deteriorate, s:_\np, ['Patient'], [45,'.',5]). verbnet(erode, s:_\np, ['Patient'], [45,'.',5]). verbnet(ferment, s:_\np, ['Patient'], [45,'.',5]). verbnet(fester, s:_\np, ['Patient'], [45,'.',5]). verbnet(flower, s:_\np, ['Patient'], [45,'.',5]). verbnet(foliate, s:_\np, ['Patient'], [45,'.',5]). verbnet(germinate, s:_\np, ['Patient'], [45,'.',5]). verbnet(green, s:_\np, ['Patient'], [45,'.',5]). verbnet(molder, s:_\np, ['Patient'], [45,'.',5]). verbnet(molt, s:_\np, ['Patient'], [45,'.',5]). verbnet(oxidize, s:_\np, ['Patient'], [45,'.',5]). verbnet(phosphoresce, s:_\np, ['Patient'], [45,'.',5]). verbnet(putrefy, s:_\np, ['Patient'], [45,'.',5]). verbnet(rot, s:_\np, ['Patient'], [45,'.',5]). verbnet(rust, s:_\np, ['Patient'], [45,'.',5]). verbnet(spoil, s:_\np, ['Patient'], [45,'.',5]). verbnet(sprout, s:_\np, ['Patient'], [45,'.',5]). verbnet(stagnate, s:_\np, ['Patient'], [45,'.',5]). verbnet(swell, s:_\np, ['Patient'], [45,'.',5]). verbnet(tarnish, s:_\np, ['Patient'], [45,'.',5]). verbnet(wane, s:_\np, ['Patient'], [45,'.',5]). verbnet(wilt, s:_\np, ['Patient'], [45,'.',5]). verbnet(wither, s:_\np, ['Patient'], [45,'.',5]). verbnet(pullulate, s:_\np, ['Patient'], [45,'.',5]). %%% File: ext/VerbNet/entity_specific_modes_being-47.2.xml %%% Primary: NP V (entity_specific_modes_being-47.2) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The beer foamed. %%% verbnet(billow, s:_\np, ['Theme'], [47,'.',2]). verbnet(bloom, s:_\np, ['Theme'], [47,'.',2]). verbnet(blossom, s:_\np, ['Theme'], [47,'.',2]). verbnet(bristle, s:_\np, ['Theme'], [47,'.',2]). verbnet(bulge, s:_\np, ['Theme'], [47,'.',2]). verbnet(burn, s:_\np, ['Theme'], [47,'.',2]). verbnet(effervesce, s:_\np, ['Theme'], [47,'.',2]). verbnet(fester, s:_\np, ['Theme'], [47,'.',2]). verbnet(fizz, s:_\np, ['Theme'], [47,'.',2]). verbnet(flow, s:_\np, ['Theme'], [47,'.',2]). verbnet(flower, s:_\np, ['Theme'], [47,'.',2]). verbnet(flux, s:_\np, ['Theme'], [47,'.',2]). verbnet(foam, s:_\np, ['Theme'], [47,'.',2]). verbnet(froth, s:_\np, ['Theme'], [47,'.',2]). verbnet(moil, s:_\np, ['Theme'], [47,'.',2]). verbnet(propagate, s:_\np, ['Theme'], [47,'.',2]). verbnet(rage, s:_\np, ['Theme'], [47,'.',2]). verbnet(ripple, s:_\np, ['Theme'], [47,'.',2]). verbnet(roil, s:_\np, ['Theme'], [47,'.',2]). verbnet(seethe, s:_\np, ['Theme'], [47,'.',2]). verbnet(smolder, s:_\np, ['Theme'], [47,'.',2]). verbnet(sprout, s:_\np, ['Theme'], [47,'.',2]). %%% File: ext/VerbNet/entity_specific_modes_being-47.2.xml %%% Primary: NP V PP.location (entity_specific_modes_being-47.2) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: A fire raged in the mountains. %%% verbnet(billow, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(bloom, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(blossom, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(bristle, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(bulge, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(burn, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(effervesce, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(fester, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(fizz, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(flow, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(flower, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(flux, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(foam, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(froth, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(moil, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(propagate, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(rage, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(ripple, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(roil, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(seethe, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(smolder, (s:_\np)/pp, ['Theme'], [47,'.',2]). verbnet(sprout, (s:_\np)/pp, ['Theme'], [47,'.',2]). %%% File: ext/VerbNet/entity_specific_modes_being-47.2.xml %%% Primary: There V NP (entity_specific_modes_being-47.2) %%% Syntax: [lex:there,v,np:Theme] %%% CCG: (s:_\lex:there)/np %%% Roles: [Theme] %%% Example: There raged a fire. %%% verbnet(billow, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(bloom, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(blossom, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(bristle, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(bulge, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(burn, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(effervesce, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(fester, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(fizz, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(flow, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(flower, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(flux, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(foam, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(froth, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(moil, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(propagate, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(rage, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(ripple, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(roil, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(seethe, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(smolder, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). verbnet(sprout, (s:_\lex:there)/np, ['Theme'], [47,'.',2]). %%% File: ext/VerbNet/entity_specific_modes_being-47.2.xml %%% Primary: NP.location V NP (entity_specific_modes_being-47.2) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: All through the mountains raged a fire. %%% verbnet(billow, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(bloom, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(blossom, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(bristle, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(bulge, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(burn, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(effervesce, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(fester, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(fizz, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(flow, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(flower, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(flux, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(foam, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(froth, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(moil, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(propagate, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(rage, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(ripple, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(roil, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(seethe, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(smolder, (s:_\pp)/np, ['Theme'], [47,'.',2]). verbnet(sprout, (s:_\pp)/np, ['Theme'], [47,'.',2]). %%% File: ext/VerbNet/entity_specific_modes_being-47.2.xml %%% Primary: NP.location V PP.theme (entity_specific_modes_being-47.2) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The garden flowered with roses. %%% verbnet(billow, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(bloom, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(blossom, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(bristle, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(bulge, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(burn, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(effervesce, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(fester, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(fizz, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(flow, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(flower, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(flux, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(foam, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(froth, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(moil, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(propagate, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(rage, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(ripple, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(roil, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(seethe, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(smolder, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(sprout, (s:_\np)/pp, ['Location'], [47,'.',2]). verbnet(with, pp/np, ['Theme'], [47,.,2]). %%% File: ext/VerbNet/equip-13.4.2.xml %%% Primary: NP.theme V NP (equip-13.4.2-1-1) %%% Syntax: [np:Theme,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Theme] %%% Example: The huge load burdened the mule. %%% verbnet(armor, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). verbnet(encumber, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). verbnet(fortify, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). verbnet(overburden, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). verbnet(weight, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). verbnet(burden, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). verbnet(compensate, (s:_\np)/np, ['Recipient','Theme'], [13,'.',4,'.',2,-,1,-,1]). %%% File: ext/VerbNet/equip-13.4.2.xml %%% Primary: NP V NP.recipient (equip-13.4.2-1) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Brown equipped his soldiers. %%% verbnet(armor, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(encumber, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(fortify, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(overburden, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(weight, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(burden, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(compensate, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(arm, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(equip, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(rearm, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(redress, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(regale, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(reward, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(saddle, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). verbnet(treat, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',2,-,1]). %%% File: ext/VerbNet/equip-13.4.2.xml %%% Primary: NP V NP-Fulfilling PP (equip-13.4.2) %%% Syntax: [np:Agent,v,np:Recipient,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: Brown equipped Jones with a camera. %%% verbnet(armor, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(encumber, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(fortify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(overburden, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(weight, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(burden, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(compensate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(arm, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(equip, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(rearm, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(redress, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(regale, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(reward, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(saddle, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(treat, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(charge, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(invest, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(ply, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',2]). verbnet(with, pp/np, ['Theme'], [13,.,4,.,2]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V NP (escape-51.1-1) %%% Syntax: [np:Theme,v,np:Initial_Location] %%% CCG: (s:_\np)/np %%% Roles: [Source,Theme] %%% Example: The convict escaped the prison. %%% verbnet(depart, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). verbnet(disembark, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). verbnet(escape, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). verbnet(exit, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). verbnet(flee, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). verbnet(leave, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). verbnet(vacate, (s:_\np)/np, ['Source','Theme'], [51,'.',1,-,1]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V NP (escape-51.1-2) %%% Syntax: [np:Theme,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Theme] %%% Example: He entered the room. %%% verbnet(enter, (s:_\np)/np, ['Destination','Theme'], [51,'.',1,-,2]). verbnet(approach, (s:_\np)/np, ['Destination','Theme'], [51,'.',1,-,2]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V NP (escape-51.1-3) %%% Syntax: [np:Theme,v,np:Trajectory] %%% CCG: (s:_\np)/np %%% Roles: [Path,Theme] %%% Example: He climbed the mountain. %%% verbnet(ascend, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]). verbnet(climb, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]). verbnet(cross, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]). verbnet(descend, (s:_\np)/np, ['Path','Theme'], [51,'.',1,-,3]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V (escape-51.1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The prisoners advanced. %%% verbnet(depart, s:_\np, ['Theme'], [51,'.',1]). verbnet(disembark, s:_\np, ['Theme'], [51,'.',1]). verbnet(escape, s:_\np, ['Theme'], [51,'.',1]). verbnet(exit, s:_\np, ['Theme'], [51,'.',1]). verbnet(flee, s:_\np, ['Theme'], [51,'.',1]). verbnet(leave, s:_\np, ['Theme'], [51,'.',1]). verbnet(vacate, s:_\np, ['Theme'], [51,'.',1]). verbnet(enter, s:_\np, ['Theme'], [51,'.',1]). verbnet(approach, s:_\np, ['Theme'], [51,'.',1]). verbnet(ascend, s:_\np, ['Theme'], [51,'.',1]). verbnet(climb, s:_\np, ['Theme'], [51,'.',1]). verbnet(cross, s:_\np, ['Theme'], [51,'.',1]). verbnet(descend, s:_\np, ['Theme'], [51,'.',1]). verbnet(advance, s:_\np, ['Theme'], [51,'.',1]). verbnet(approach, s:_\np, ['Theme'], [51,'.',1]). verbnet(come, s:_\np, ['Theme'], [51,'.',1]). verbnet(fall, s:_\np, ['Theme'], [51,'.',1]). verbnet(go, s:_\np, ['Theme'], [51,'.',1]). verbnet(plunge, s:_\np, ['Theme'], [51,'.',1]). verbnet(recede, s:_\np, ['Theme'], [51,'.',1]). verbnet(return, s:_\np, ['Theme'], [51,'.',1]). verbnet(rise, s:_\np, ['Theme'], [51,'.',1]). verbnet(tumble, s:_\np, ['Theme'], [51,'.',1]). verbnet(arrive, s:_\np, ['Theme'], [51,'.',1]). verbnet(set_off, s:_\np, ['Theme'], [51,'.',1]). verbnet(set_out, s:_\np, ['Theme'], [51,'.',1]). verbnet(bolt, s:_\np, ['Theme'], [51,'.',1]). verbnet(emerge, s:_\np, ['Theme'], [51,'.',1]). verbnet(emigrate, s:_\np, ['Theme'], [51,'.',1]). verbnet(retreat, s:_\np, ['Theme'], [51,'.',1]). verbnet(skedaddle, s:_\np, ['Theme'], [51,'.',1]). verbnet(vamoose, s:_\np, ['Theme'], [51,'.',1]). verbnet(withdraw, s:_\np, ['Theme'], [51,'.',1]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V PP.initial_loc (escape-51.1) %%% Syntax: [np:Theme,v,pp,np:Initial_Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: He came from France. %%% verbnet(depart, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(disembark, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(escape, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(exit, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(flee, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(leave, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(vacate, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(enter, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(ascend, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(cross, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(descend, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(advance, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(come, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(fall, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(go, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(plunge, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(recede, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(return, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(rise, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(tumble, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(arrive, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(set_off, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(set_out, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(emerge, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(emigrate, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(retreat, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(vamoose, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(withdraw, (s:_\np)/pp, ['Theme'], [51,'.',1]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V PP.destination (escape-51.1) %%% Syntax: [np:Theme,v,pp,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: He came to Colorado. %%% verbnet(depart, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(disembark, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(escape, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(exit, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(flee, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(leave, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(vacate, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(enter, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(ascend, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(cross, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(descend, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(advance, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(come, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(fall, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(go, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(plunge, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(recede, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(return, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(rise, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(tumble, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(arrive, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(set_off, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(set_out, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(emerge, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(emigrate, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(retreat, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(vamoose, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(withdraw, (s:_\np)/pp, ['Theme'], [51,'.',1]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V PP.trajectory (escape-51.1) %%% Syntax: [np:Theme,v,pp,np:Trajectory] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: He came through the door. %%% verbnet(depart, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(disembark, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(escape, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(exit, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(flee, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(leave, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(vacate, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(enter, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(ascend, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(cross, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(descend, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(advance, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(approach, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(come, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(fall, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(go, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(plunge, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(recede, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(return, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(rise, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(tumble, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(arrive, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(set_off, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(set_out, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(emerge, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(emigrate, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(retreat, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(vamoose, (s:_\np)/pp, ['Theme'], [51,'.',1]). verbnet(withdraw, (s:_\np)/pp, ['Theme'], [51,'.',1]). %%% File: ext/VerbNet/escape-51.1.xml %%% Primary: NP V PP.initial_loc PP.destination (escape-51.1) %%% Syntax: [np:Theme,v,pp,np:Initial_Location,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Theme] %%% Example: He came from France to Colorado. %%% verbnet(depart, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(disembark, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(escape, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(exit, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(flee, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(leave, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(vacate, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(enter, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(approach, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(ascend, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(climb, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(cross, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(descend, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(advance, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(approach, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(come, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(fall, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(go, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(plunge, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(recede, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(return, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(rise, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(tumble, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(arrive, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(set_off, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(set_out, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(bolt, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(emerge, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(emigrate, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(retreat, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(skedaddle, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(vamoose, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). verbnet(withdraw, ((s:_\np)/pp)/pp, ['Theme'], [51,'.',1]). %%% File: ext/VerbNet/establish-55.5.xml %%% Primary: NP V NP PP.instrument (establish-55.5-1) %%% Syntax: [np:Agent,v,np:Theme,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I opened the event with a speech. %%% verbnet(initiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(fake, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(feign, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(format, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(plant, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(implement, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(instigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(institute, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(organize, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(originate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(prepare, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(premise, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(devise, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(mount, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(bring_about, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(arrange, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(introduce, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(simulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(strike_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(synthesise, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(open, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(open_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',5,-,1]). verbnet(with, pp/np, ['Instrument'], [55,.,5,-,1]). %%% File: ext/VerbNet/establish-55.5.xml %%% Primary: NP V NP (establish-55.5) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Zellig Harris established Penn's linguistics department. %%% verbnet(initiate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(establish, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(fake, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(feign, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(format, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(found, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(plant, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(implement, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(instigate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(institute, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(organize, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(originate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(prepare, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(premise, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(devise, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(mount, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(bring_about, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(arrange, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(introduce, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(simulate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(strike_up, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(synthesise, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(launch, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(open, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(open_up, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(constitute, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(constitutionalize, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(innovate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(machinate, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(pioneer, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). verbnet(stage, (s:_\np)/np, ['Theme','Agent'], [55,'.',5]). %%% File: ext/VerbNet/estimate-34.2.xml %%% Primary: NP V NP (estimate-34.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He estimated the probability of Don Quixote spontaneously combusting upon contact with the curry poweder. %%% verbnet(estimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(gauge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(approximate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(judge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(count, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(quantize, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(guesstimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(project, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). %%% File: ext/VerbNet/estimate-34.2.xml %%% Primary: NP V NP PP.value (estimate-34.2) %%% Syntax: [np:Agent,v,np:Theme,prep:at,np:Value] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He estimated the probability at 0.9. %%% verbnet(estimate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(gauge, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(approximate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(guess, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(count, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(quantize, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(assess, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(guesstimate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(project, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',2]). verbnet(at, pp/np, ['Value'], [34,.,2]). %%% File: ext/VerbNet/estimate-34.2.xml %%% Primary: NP V how S (estimate-34.2) %%% Syntax: [np:Agent,v,s:Value] %%% CCG: (s:_\np)/s:_ %%% Roles: [Value,Agent] %%% Example: He estimated how likely it would be. %%% verbnet(estimate, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(gauge, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(approximate, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(guess, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(judge, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(count, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(quantize, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(assess, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(guesstimate, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). verbnet(project, (s:_\np)/s:_, ['Value','Agent'], [34,'.',2]). %%% File: ext/VerbNet/estimate-34.2.xml %%% Primary: NP V NP to be ADJ (estimate-34.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He estimated this outcome to be likely. %%% verbnet(estimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(gauge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(approximate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(judge, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(count, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(quantize, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(guesstimate, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). verbnet(project, (s:_\np)/np, ['Theme','Agent'], [34,'.',2]). %%% File: ext/VerbNet/estimate-34.2.xml %%% Primary: NP V that S (estimate-34.2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He estimated that it would be likely. %%% verbnet(estimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(gauge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(approximate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(count, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(quantize, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(assess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(guesstimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(project, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). %%% File: ext/VerbNet/estimate-34.2.xml %%% Primary: NP V what S (estimate-34.2) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: He estimated what would be likely. %%% verbnet(estimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(gauge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(approximate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(judge, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(count, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(quantize, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(assess, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(guesstimate, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). verbnet(project, (s:_\np)/s:_, ['Theme','Agent'], [34,'.',2]). %%% File: ext/VerbNet/exceed-90.xml %%% Primary: NP V NP PP.attribute PP.extent (exceed-90-1) %%% Syntax: [np:Theme,v,np:Co-Theme,prep:in,np:Attribute,prep:by,np:Extent] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Theme] %%% Example: She exceeded him in speed by two miles per hour. %%% verbnet(better, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(exceed, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(lap, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outbid, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outdo, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outmatch, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outnumber, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outrace, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outshine, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outsmart, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outstrip, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outweigh, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(outwit, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(overreach, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(overstep, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(surpass, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(top, (((s:_\np)/pp)/pp)/np, ['Theme','Theme'], [90,-,1]). verbnet(by, pp/np, ['Extent'], [90,-,1]). %%% File: ext/VerbNet/exceed-90.xml %%% Primary: NP V NP (exceed-90) %%% Syntax: [np:Theme,v,np:Co-Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Theme] %%% Example: Her performance exceeds our expectations. %%% verbnet(better, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(exceed, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(lap, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outbid, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outdo, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outmatch, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outnumber, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outrace, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outshine, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outsmart, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outstrip, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outweigh, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(outwit, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(overreach, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(overstep, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(surpass, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(top, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(overcome, (s:_\np)/np, ['Theme','Theme'], [90]). verbnet(transcend, (s:_\np)/np, ['Theme','Theme'], [90]). %%% File: ext/VerbNet/exceed-90.xml %%% Primary: NP V NP PP.attribute (exceed-90) %%% Syntax: [np:Theme,v,np:Co-Theme,prep:in,np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Theme] %%% Example: Her performance exceeds ours in brilliance. %%% verbnet(better, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(exceed, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(lap, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outbid, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outdo, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outmatch, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outnumber, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outrace, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outshine, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outsmart, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outstrip, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outweigh, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(outwit, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(overreach, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(overstep, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(surpass, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(top, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(overcome, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(transcend, ((s:_\np)/pp)/np, ['Theme','Theme'], [90]). verbnet(in, pp/np, ['Attribute'], [90]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V PP.co-theme (exchange-13.6-1-1) %%% Syntax: [np:Theme,v,prep:for into,np:Co-Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: They tend to substitute for more mundane things. %%% verbnet(substitute, (s:_\np)/pp, ['Theme'], [13,'.',6,-,1,-,1]). verbnet(swap, (s:_\np)/pp, ['Theme'], [13,'.',6,-,1,-,1]). verbnet(for, pp/np, ['Theme'], [13,.,6,-,1,-,1]). verbnet(into, pp/np, ['Theme'], [13,.,6,-,1,-,1]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V NP PP.co-theme (exchange-13.6-1) %%% Syntax: [np:Theme,v,np:Location,prep:with,np:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Theme] %%% Example: One bell can swap places with another. %%% verbnet(substitute, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(swap, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(change, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(exchange, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(switch, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(trade, ((s:_\np)/pp)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(with, pp/np, ['Theme'], [13,.,6,-,1]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V NP.location (exchange-13.6-1) %%% Syntax: [np:Theme,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Theme] %%% Example: The bells traded places. %%% verbnet(substitute, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(swap, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(change, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(exchange, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(switch, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]). verbnet(trade, (s:_\np)/np, ['Location','Theme'], [13,'.',6,-,1]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V NP PP.co-theme (exchange-13.6) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Gwen exchanged the dress for a shirt. %%% verbnet(substitute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(swap, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(change, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(exchange, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(switch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(trade, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(barter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(forgo, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(replace, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(for, pp/np, ['Theme'], [13,.,6]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V NP (exchange-13.6) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Twenty couples exchanged rings. %%% verbnet(substitute, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(swap, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(change, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(exchange, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(switch, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(trade, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(barter, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(replace, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V PP.theme (exchange-13.6) %%% Syntax: [np:Agent,v,pp,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He swapped between the two. %%% verbnet(substitute, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(swap, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(change, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(exchange, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(switch, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(trade, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(barter, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(forgo, (s:_\np)/pp, ['Agent'], [13,'.',6]). verbnet(replace, (s:_\np)/pp, ['Agent'], [13,'.',6]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V NP PP.co-agent (exchange-13.6) %%% Syntax: [np:Agent,v,np:Theme,prep:with,np:Co-Agent] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Cathay is swapping equity stakes with the U.S. carrier. %%% verbnet(substitute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(swap, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(change, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(exchange, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(switch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(trade, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(barter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(forgo, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(replace, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',6]). verbnet(with, pp/np, ['Agent'], [13,.,6]). %%% File: ext/VerbNet/exchange-13.6.xml %%% Primary: NP V NP (exchange-13.6) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: She exchanged her purchase. %%% verbnet(substitute, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(swap, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(change, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(exchange, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(switch, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(trade, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(barter, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). verbnet(replace, (s:_\np)/np, ['Theme','Agent'], [13,'.',6]). %%% File: ext/VerbNet/exhale-40.1.3.xml %%% Primary: NP V (exhale-40.1.3-1) %%% Syntax: [np:Pivot,v] %%% CCG: s:_\np %%% Roles: [Pivot] %%% Example: Paul exhaled. %%% verbnet(defecate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(exhale, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(hemorrhage, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(perspire, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(expectorate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(regurgitate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(urinate, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). verbnet(whiff, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,1]). %%% File: ext/VerbNet/exhale-40.1.3.xml %%% Primary: NP V NP (exhale-40.1.3-1) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: Paul exhaled a breath. %%% verbnet(defecate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(exhale, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(hemorrhage, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(perspire, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(expectorate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(regurgitate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(urinate, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). verbnet(whiff, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,1]). %%% File: ext/VerbNet/exhale-40.1.3.xml %%% Primary: NP V (exhale-40.1.3-2) %%% Syntax: [np:Pivot,v] %%% CCG: s:_\np %%% Roles: [Pivot] %%% Example: Paul inhaled. %%% verbnet(inhale, s:_\np, ['Pivot'], [40,'.',1,'.',3,-,2]). %%% File: ext/VerbNet/exhale-40.1.3.xml %%% Primary: NP V NP (exhale-40.1.3-2) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: Paul inhaled water. %%% verbnet(inhale, (s:_\np)/np, ['Theme','Pivot'], [40,'.',1,'.',3,-,2]). %%% File: ext/VerbNet/exist-47.1.xml %%% Primary: NP V NP (exist-47.1-1-1) %%% Syntax: [np:Theme,v,np:Pivot] %%% CCG: (s:_\np)/np %%% Roles: [Pivot,Theme] %%% Example: I endured the routine heavy traffic. %%% verbnet(endure, (s:_\np)/np, ['Pivot','Theme'], [47,'.',1,-,1,-,1]). verbnet(survive, (s:_\np)/np, ['Pivot','Theme'], [47,'.',1,-,1,-,1]). %%% File: ext/VerbNet/exist-47.1.xml %%% Primary: NP V (exist-47.1-1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: Unicorns don't exist. %%% verbnet(endure, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(survive, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(coexist, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(dwell, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(exist, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(extend, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(flourish, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(languish, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(linger, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(live, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(loom, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(lurk, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(persist, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(predominate, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(prevail, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(prosper, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(remain, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(reside, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(shelter, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(stay, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(thrive, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(tower, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(vegetate, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(wait, s:_\np, ['Theme'], [47,'.',1,-,1]). verbnet(persevere, s:_\np, ['Theme'], [47,'.',1,-,1]). %%% File: ext/VerbNet/exist-47.1.xml %%% Primary: NP V PP.location (exist-47.1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Unicorns don't exist on Earth. %%% verbnet(endure, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(survive, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(coexist, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(dwell, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(exist, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(extend, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(flourish, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(languish, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(linger, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(live, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(loom, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(lurk, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(persist, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(predominate, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(prevail, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(prosper, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(remain, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(reside, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(shelter, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(stay, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(thrive, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(tower, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(vegetate, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(wait, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(persevere, (s:_\np)/pp, ['Theme'], [47,'.',1]). verbnet(overspread, (s:_\np)/pp, ['Theme'], [47,'.',1]). %%% File: ext/VerbNet/feeding-39.7.xml %%% Primary: NP V NP (feeding-39.7) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Teresa bottlefed the baby. %%% verbnet(bottlefeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet(breastfeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet(feed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet('force-feed', (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet(handfeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet(nurse, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet(spoonfeed, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). verbnet(suckle, (s:_\np)/np, ['Recipient','Agent'], [39,'.',7]). %%% File: ext/VerbNet/feeding-39.7.xml %%% Primary: NP V NP PP.recipient (feeding-39.7) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Teresa bottlefed soy milk to the baby. %%% verbnet(bottlefeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(breastfeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(feed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet('force-feed', ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(handfeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(nurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(spoonfeed, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(suckle, ((s:_\np)/pp)/np, ['Theme','Agent'], [39,'.',7]). verbnet(to, pp/np, ['Recipient'], [39,.,7]). %%% File: ext/VerbNet/feeding-39.7.xml %%% Primary: NP V NP-Dative NP (feeding-39.7) %%% Syntax: [np:Agent,v,np:Recipient,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Theme,Agent] %%% Example: Teresa bottlefed the baby soy milk. %%% verbnet(bottlefeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet(breastfeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet(feed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet('force-feed', ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet(handfeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet(nurse, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet(spoonfeed, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). verbnet(suckle, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [39,'.',7]). %%% File: ext/VerbNet/ferret-35.6.xml %%% Primary: NP V NP PP.source (ferret-35.6) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I ferreted the secret out of him. %%% verbnet(ferret, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',6]). verbnet(nose, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',6]). verbnet(tease, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',6]). %%% File: ext/VerbNet/fill-9.8.xml %%% Primary: NP V (fill-9.8-1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: CFC's pollute. %%% verbnet(pollute, s:_\np, ['Theme'], [9,'.',8,-,1]). verbnet(stain, s:_\np, ['Theme'], [9,'.',8,-,1]). %%% File: ext/VerbNet/fill-9.8.xml %%% Primary: NP V NP PP.theme (fill-9.8) %%% Syntax: [np:Agent,v,np:Destination,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: Leslie staffed the store with employees. %%% verbnet(pollute, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stain, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(adorn, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(anoint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bandage, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bestrew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bind, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(blanket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(block, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(blot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bombard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(carpet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(choke, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(cloak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(clog, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(clutter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(coat, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(contaminate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(cover, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dam, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dapple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(deck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(decorate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(deluge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dirty, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(disguise, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dope, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(douse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(drench, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(edge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(embellish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(emblazon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(encircle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(encrust, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(endow, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(enrich, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(entangle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(face, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(festoon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(fill, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(fleck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(flood, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(frame, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(garland, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(garnish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(grace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(gild, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(honeycomb, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(imbue, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(impregnate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(infect, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inlay, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interlace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interlard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interleave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(intersperse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interweave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inundate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(lard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(lash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(line, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(litter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(mask, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(mottle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(pad, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(panel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(pave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(plate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(plug, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(replenish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(repopulate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(riddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ring, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ripple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(robe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(saturate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(sauce, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(season, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(shroud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(smother, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(smut, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(soak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(soil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(speckle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(splotch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(spot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(staff, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stipple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stop_up, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(suffuse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(sully, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(surround, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(swaddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(swathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(taint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(tile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(tool, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(trim, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(veil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(vein, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inject, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(with, pp/np, ['Theme'], [9,.,8]). %%% File: ext/VerbNet/fill-9.8.xml %%% Primary: NP V NP PP.theme (fill-9.8) %%% Syntax: [np:Agent,v,np:Destination,prep:in,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: Leigh swaddled the baby in blankets. %%% verbnet(pollute, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stain, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(adorn, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(anoint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bandage, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bestrew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bind, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(blanket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(block, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(blot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bombard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(carpet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(choke, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(cloak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(clog, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(clutter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(coat, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(contaminate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(cover, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dam, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dapple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(deck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(decorate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(deluge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dirty, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(disguise, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dope, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(douse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(drench, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(edge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(embellish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(emblazon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(encircle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(encrust, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(endow, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(enrich, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(entangle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(face, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(festoon, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(fill, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(fleck, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(flood, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(frame, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(garland, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(garnish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(grace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(gild, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(honeycomb, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(imbue, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(impregnate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(infect, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inlay, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interlace, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interlard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interleave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(intersperse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interweave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inundate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(lard, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(lash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(line, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(litter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(mask, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(mottle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(pad, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(panel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(pave, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(plate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(plug, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(replenish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(repopulate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(riddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ring, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ripple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(robe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(saturate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(sauce, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(season, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(shroud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(smother, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(smut, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(soak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(soil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(speckle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(splotch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(spot, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(staff, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stipple, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stop_up, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stud, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(suffuse, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(sully, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(surround, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(swaddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(swathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(taint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(tile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(tool, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(trim, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(veil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(vein, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inject, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',8]). verbnet(in, pp/np, ['Theme'], [9,.,8]). %%% File: ext/VerbNet/fill-9.8.xml %%% Primary: NP V NP (fill-9.8) %%% Syntax: [np:Theme,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Theme] %%% Example: The employees staffed the store. %%% verbnet(pollute, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(stain, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(adorn, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(anoint, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(bandage, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(bathe, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(bestrew, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(bind, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(blanket, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(block, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(blot, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(bombard, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(carpet, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(choke, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(cloak, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(clog, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(clutter, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(coat, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(contaminate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(cover, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(dam, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(dapple, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(deck, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(decorate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(deluge, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(dirty, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(disguise, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(dope, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(douse, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(dot, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(drench, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(edge, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(embellish, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(emblazon, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(encircle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(encrust, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(endow, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(enrich, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(entangle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(face, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(festoon, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(fill, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(fleck, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(flood, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(frame, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(garland, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(garnish, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(grace, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(gild, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(honeycomb, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(imbue, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(impregnate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(infect, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(inlay, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(interlace, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(interlard, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(interleave, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(intersperse, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(interweave, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(inundate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(lard, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(lash, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(line, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(litter, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(mask, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(mottle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(ornament, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(pad, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(panel, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(pave, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(plate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(plug, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(replenish, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(repopulate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(riddle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(ring, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(ripple, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(robe, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(saturate, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(sauce, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(season, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(shroud, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(smother, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(smut, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(soak, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(soil, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(speckle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(splotch, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(spot, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(staff, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(stipple, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(stop_up, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(stud, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(suffuse, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(sully, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(surround, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(swaddle, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(swathe, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(taint, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(tile, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(tool, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(trim, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(veil, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(vein, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). verbnet(inject, (s:_\np)/np, ['Destination','Theme'], [9,'.',8]). %%% File: ext/VerbNet/fill-9.8.xml %%% Primary: NP V NP.destination (fill-9.8) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: Leslie staffed the store. %%% verbnet(pollute, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stain, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(adorn, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(anoint, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bandage, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bathe, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bestrew, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bind, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(blanket, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(block, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(blot, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(bombard, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(carpet, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(choke, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(cloak, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(clog, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(clutter, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(coat, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(contaminate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(cover, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dam, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dapple, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(deck, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(decorate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(deluge, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dirty, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(disguise, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dope, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(douse, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(dot, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(drench, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(edge, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(embellish, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(emblazon, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(encircle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(encrust, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(endow, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(enrich, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(entangle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(face, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(festoon, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(fill, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(fleck, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(flood, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(frame, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(garland, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(garnish, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(grace, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(gild, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(honeycomb, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(imbue, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(impregnate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(infect, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inlay, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interlace, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interlard, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interleave, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(intersperse, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(interweave, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inundate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(lard, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(lash, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(line, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(litter, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(mask, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(mottle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ornament, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(pad, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(panel, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(pave, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(plate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(plug, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(replenish, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(repopulate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(riddle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ring, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(ripple, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(robe, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(saturate, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(sauce, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(season, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(shroud, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(smother, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(smut, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(soak, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(soil, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(speckle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(splotch, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(spot, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(staff, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stipple, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stop_up, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(stud, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(suffuse, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(sully, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(surround, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(swaddle, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(swathe, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(taint, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(tile, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(tool, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(trim, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(veil, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(vein, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). verbnet(inject, (s:_\np)/np, ['Destination','Agent'], [9,'.',8]). %%% File: ext/VerbNet/fire-10.10.xml %%% Primary: NP V NP (fire-10.10) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I fired two secretaries. %%% verbnet(fire, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(dismiss, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(sack, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(drop, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(unseat, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(oust, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(expel, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(remove, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(can, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(send_away, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(suspend, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(force_out, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(terminate, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(give_the_boot, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(lay_off, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(let_go, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). verbnet(shitcan, (s:_\np)/np, ['Theme','Agent'], [10,'.',10]). %%% File: ext/VerbNet/fire-10.10.xml %%% Primary: NP V NP PP.source (fire-10.10) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I fired two secretaries from the company. %%% verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(dismiss, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(sack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(unseat, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(oust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(can, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(send_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(suspend, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(force_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(terminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(give_the_boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(lay_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(let_go, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(shitcan, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(from, pp/np, ['Source'], [10,.,10]). %%% File: ext/VerbNet/fire-10.10.xml %%% Primary: NP V NP PP.attribute (fire-10.10) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I fired him as my chief of staff. %%% verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(dismiss, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(sack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(unseat, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(oust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(can, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(send_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(suspend, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(force_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(terminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(give_the_boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(lay_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(let_go, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(shitcan, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',10]). verbnet(as, pp/np, ['Attribute'], [10,.,10]). %%% File: ext/VerbNet/fit-54.3.xml %%% Primary: NP.location V NP (fit-54.3) %%% Syntax: [np:Location,v,np:Value] %%% CCG: (s:_\np)/np %%% Roles: [Value,Location] %%% Example: Each room sleeps five people. %%% verbnet(carry, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(contain, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(fit, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(feed, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(hibernate, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(hold, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(house, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(reseat, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(seat, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(serve, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(sleep, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(store, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(take, (s:_\np)/np, ['Value','Location'], [54,'.',3]). verbnet(use, (s:_\np)/np, ['Value','Location'], [54,'.',3]). %%% File: ext/VerbNet/fit-54.3.xml %%% Primary: NP V NP PP.location (fit-54.3) %%% Syntax: [np:Agent,v,np:Value,prep:in,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Value,Agent] %%% Example: We sleep five people in each room. %%% verbnet(carry, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(contain, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(fit, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(feed, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(hibernate, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(hold, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(house, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(reseat, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(seat, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(serve, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(sleep, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(store, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(take, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(use, ((s:_\np)/pp)/np, ['Value','Agent'], [54,'.',3]). verbnet(in, pp/np, ['Location'], [54,.,3]). %%% File: ext/VerbNet/flinch-40.5.xml %%% Primary: NP V (flinch-40.5) %%% Syntax: [np:Experiencer,v] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: Sharon flinched. %%% verbnet(balk, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(cower, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(cringe, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(flinch, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(quail, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(recoil, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(shrink, s:_\np, ['Experiencer'], [40,'.',5]). verbnet(wince, s:_\np, ['Experiencer'], [40,'.',5]). %%% File: ext/VerbNet/flinch-40.5.xml %%% Primary: NP V PP.stimulus (flinch-40.5) %%% Syntax: [np:Experiencer,v,prep:at from,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: Sharon flinched at the sight of the accident. %%% verbnet(balk, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(cower, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(cringe, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(flinch, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(quail, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(recoil, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(shrink, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(wince, (s:_\np)/pp, ['Experiencer'], [40,'.',5]). verbnet(at, pp/np, ['Stimulus'], [40,.,5]). verbnet(from, pp/np, ['Stimulus'], [40,.,5]). %%% File: ext/VerbNet/floss-41.2.1.xml %%% Primary: NP V NP (floss-41.2.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: The hygienist flossed my teeth. %%% verbnet(brush, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(floss, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(shave, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',1]). %%% File: ext/VerbNet/floss-41.2.1.xml %%% Primary: NP V (floss-41.2.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I flossed. %%% verbnet(brush, s:_\np, ['Agent'], [41,'.',2,'.',1]). verbnet(floss, s:_\np, ['Agent'], [41,'.',2,'.',1]). verbnet(shave, s:_\np, ['Agent'], [41,'.',2,'.',1]). verbnet(wash, s:_\np, ['Agent'], [41,'.',2,'.',1]). %%% File: ext/VerbNet/floss-41.2.1.xml %%% Primary: NP V NP PP.instrument (floss-41.2.1) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: She flossed her teeth with floss. %%% verbnet(brush, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(floss, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(shave, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(wash, ((s:_\np)/pp)/np, ['Patient','Agent'], [41,'.',2,'.',1]). verbnet(with, pp/np, ['Instrument'], [41,.,2,.,1]). %%% File: ext/VerbNet/floss-41.2.1.xml %%% Primary: NP V PP.instrument (floss-41.2.1) %%% Syntax: [np:Agent,v,prep:with,np:Instrument] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She brushed with a toothbrush. %%% verbnet(brush, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]). verbnet(floss, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]). verbnet(shave, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]). verbnet(wash, (s:_\np)/pp, ['Agent'], [41,'.',2,'.',1]). verbnet(with, pp/np, ['Instrument'], [41,.,2,.,1]). %%% File: ext/VerbNet/focus-87.1.xml %%% Primary: NP V PP.theme (focus-87.1) %%% Syntax: [np:Experiencer,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: We focused on it. %%% verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(on, pp/np, ['Theme'], [87,.,1]). %%% File: ext/VerbNet/focus-87.1.xml %%% Primary: NP V PP.theme S_ING (focus-87.1) %%% Syntax: [np:Experiencer,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: We focused on reading the book. %%% verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(on, pp/np, ['Theme'], [87,.,1]). %%% File: ext/VerbNet/focus-87.1.xml %%% Primary: NP V PP.theme what S (focus-87.1) %%% Syntax: [np:Experiencer,v,prep:on,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: We focused on what he wanted. %%% verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(on, pp/s:_, ['Theme'], [87,.,1]). %%% File: ext/VerbNet/focus-87.1.xml %%% Primary: NP V PP.theme what S_INF (focus-87.1) %%% Syntax: [np:Experiencer,v,prep:on,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: We focused on what to do. %%% verbnet(focus, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(focalize, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(center, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(concentrate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(converge, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(brood, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(marinate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(fixate, (s:_\np)/pp, ['Experiencer'], [87,'.',1]). verbnet(on, pp/s:_, ['Theme'], [87,.,1]). %%% File: ext/VerbNet/forbid-67.xml %%% Primary: NP V NP PP.theme S_ING (forbid-67) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The rules forbid us from smoking. %%% verbnet(ban, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(bar, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(block, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(deter, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(dissuade, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(forbid, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(hamper, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(hinder, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(impede, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(inhibit, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(obstruct, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(preclude, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(prevent, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(prohibit, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(restrain, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [67]). %%% File: ext/VerbNet/forbid-67.xml %%% Primary: NP V S_ING (forbid-67) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The rules forbid our smoking. %%% verbnet(ban, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(bar, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(block, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(deter, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(dissuade, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(forbid, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(hamper, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(hinder, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(impede, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(inhibit, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(obstruct, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(preclude, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(prevent, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(prohibit, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(restrain, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [67]). %%% File: ext/VerbNet/forbid-67.xml %%% Primary: NP V S_ING (forbid-67) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: The rules forbid smoking. %%% verbnet(ban, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(bar, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(block, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(deter, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(discourage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(dissuade, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(forbid, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(hamper, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(hinder, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(impede, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(inhibit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(obstruct, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(preclude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(prevent, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(prohibit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(restrain, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). verbnet(stop, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [67]). %%% File: ext/VerbNet/forbid-67.xml %%% Primary: NP V NP (forbid-67) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The rules forbid it. %%% verbnet(ban, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(bar, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(block, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(deter, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(dissuade, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(forbid, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(hamper, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(hinder, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(impede, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(inhibit, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(obstruct, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(preclude, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(prevent, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(prohibit, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(restrain, (s:_\np)/np, ['Theme','Agent'], [67]). verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [67]). %%% File: ext/VerbNet/force-59.xml %%% Primary: NP V NP S_INF (force-59-1) %%% Syntax: [np:Agent,v,np:Patient,vp_to:Result] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Patient,Goal,Agent] %%% Example: I forced him to come. %%% verbnet(allure, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(annoy, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet('arm-twist', ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(bait, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(bluff, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(blackmail, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(bribe, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(bully, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(cajole, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(cheat, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(con, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(deceive, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(delude, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(draw, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(dupe, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(ensnare, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(entrap, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(flatter, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(fool, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(frighten, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(guide, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(harass, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(harry, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(hijack, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(hoodwink, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(hustle, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(influence, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(seduce, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(lure, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(manipulate, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(organize, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(panic, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(set, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(shame, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(shock, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(stimulate, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(talk, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(tease, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(terrify, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(trap, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(trick, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). verbnet(wheedle, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Agent'], [59,-,1]). %%% File: ext/VerbNet/force-59.xml %%% Primary: NP V NP (force-59) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: I forced him. %%% verbnet(allure, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(annoy, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet('arm-twist', (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bait, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bluff, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(blackmail, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bribe, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bully, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(cajole, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(cheat, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(con, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(deceive, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(delude, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(draw, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(dupe, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(ensnare, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(entrap, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(flatter, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(fool, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(frighten, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(guide, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(harass, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(harry, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(hijack, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(hoodwink, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(hustle, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(influence, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(seduce, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(lure, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(manipulate, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(organize, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(panic, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(set, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(shame, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(shock, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(stimulate, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(talk, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(tease, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(terrify, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(trap, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(trick, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(wheedle, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bullock, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bamboozle, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(coax, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(coerce, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(commission, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(compel, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(convince, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(cozen, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(dare, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(draw, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(encourage, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(entice, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(force, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(goad, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(impel, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(incite, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(induce, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(inveigle, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(jolt, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(lead, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(mislead, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(motivate, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(obligate, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(oblige, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(palaver, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(persuade, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(press, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(pressure, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(prod, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(prompt, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(push, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(rush, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(rouse, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(fox, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(soothe, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(spur, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(steamroller, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(suborn, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(sway, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet('sweet-talk', (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(tempt, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(bullshit, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(sandbag, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(railroad, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(dragoon, (s:_\np)/np, ['Patient','Agent'], [59]). verbnet(hound, (s:_\np)/np, ['Patient','Agent'], [59]). %%% File: ext/VerbNet/force-59.xml %%% Primary: NP V NP S_ING (force-59) %%% Syntax: [np:Agent,v,np:Patient,prep:into,vp_ng:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I forced him into coming. %%% verbnet(allure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(annoy, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet('arm-twist', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bait, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bluff, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(blackmail, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bribe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bully, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(cajole, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(cheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(con, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(deceive, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(delude, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(dupe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(ensnare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(entrap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(flatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(fool, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(frighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(guide, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(harass, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(harry, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hijack, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hoodwink, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hustle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(influence, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(seduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(lure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(manipulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(organize, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(panic, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(set, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(shame, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(shock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(stimulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(talk, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(tease, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(terrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(trap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(trick, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(wheedle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bullock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bamboozle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(coax, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(coerce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(commission, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(compel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(convince, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(cozen, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(dare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(encourage, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(entice, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(force, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(goad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(impel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(incite, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(induce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(inveigle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(jolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(lead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(mislead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(motivate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(obligate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(oblige, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(palaver, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(persuade, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(press, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(pressure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(prod, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(prompt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(push, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(rush, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(rouse, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(fox, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(soothe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(spur, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(steamroller, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(suborn, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(sway, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet('sweet-talk', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(tempt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bullshit, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(sandbag, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(railroad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(dragoon, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hound, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(into, pp/(s:ng\np), ['Goal'], [59]). %%% File: ext/VerbNet/force-59.xml %%% Primary: NP V NP PP.result (force-59) %%% Syntax: [np:Agent,v,np:Patient,prep:into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I forced John into the chairmanship. %%% verbnet(allure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(annoy, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet('arm-twist', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bait, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bluff, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(blackmail, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bribe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bully, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(cajole, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(cheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(con, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(deceive, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(delude, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(dupe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(ensnare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(entrap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(flatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(fool, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(frighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(guide, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(harass, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(harry, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hijack, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hoodwink, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hustle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(influence, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(seduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(lure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(manipulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(organize, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(panic, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(set, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(shame, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(shock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(stimulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(talk, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(tease, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(terrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(trap, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(trick, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(wheedle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bullock, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bamboozle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(coax, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(coerce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(commission, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(compel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(convince, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(cozen, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(dare, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(encourage, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(entice, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(force, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(goad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(impel, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(incite, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(induce, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(inveigle, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(jolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(lead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(mislead, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(motivate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(obligate, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(oblige, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(palaver, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(persuade, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(press, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(pressure, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(prod, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(prompt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(push, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(rush, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(rouse, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(fox, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(soothe, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(spur, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(steamroller, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(suborn, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(sway, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet('sweet-talk', ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(tempt, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(bullshit, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(sandbag, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(railroad, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(dragoon, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(hound, ((s:_\np)/pp)/np, ['Patient','Agent'], [59]). verbnet(into, pp/np, ['Goal'], [59]). %%% File: ext/VerbNet/free-80.xml %%% Primary: NP V NP S_ING (free-80-1) %%% Syntax: [np:Cause,v,np:Source,prep:of,vp_ng:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Cause] %%% Example: It freed him of feeling guilt. %%% verbnet(absolve, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(acquit, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(clear, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(free, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(cure, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(emancipate, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(release, ((s:_\np)/pp)/np, ['Source','Cause'], [80,-,1]). verbnet(of, pp/(s:ng\np), ['Theme'], [80,-,1]). %%% File: ext/VerbNet/free-80.xml %%% Primary: NP V NP PP.theme (free-80) %%% Syntax: [np:Cause,v,np:Source,prep:of,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Cause] %%% Example: It freed him of guilt. %%% verbnet(absolve, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(acquit, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(clear, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(free, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(cure, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(emancipate, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(release, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(alleviate, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(liberate, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(discharge, ((s:_\np)/pp)/np, ['Source','Cause'], [80]). verbnet(of, pp/np, ['Theme'], [80]). %%% File: ext/VerbNet/fulfilling-13.4.1.xml %%% Primary: NP V NP (fulfilling-13.4.1-1) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Hess supplied its customers. %%% verbnet(credit, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]). verbnet(entrust, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]). verbnet(furnish, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]). verbnet(serve, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]). verbnet(supply, (s:_\np)/np, ['Recipient','Agent'], [13,'.',4,'.',1,-,1]). %%% File: ext/VerbNet/fulfilling-13.4.1.xml %%% Primary: NP V PP.recipient (fulfilling-13.4.1-2) %%% Syntax: [np:Agent,v,prep:for,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Hess provides for its customers. %%% verbnet(provide, (s:_\np)/pp, ['Agent'], [13,'.',4,'.',1,-,2]). verbnet(for, pp/np, ['Recipient'], [13,.,4,.,1,-,2]). %%% File: ext/VerbNet/fulfilling-13.4.1.xml %%% Primary: NP V NP PP.recipient (fulfilling-13.4.1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Brown presented a plaque to Jones. %%% verbnet(credit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(entrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(furnish, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(serve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(supply, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(provide, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(issue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(present, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(trust, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(to, pp/np, ['Recipient'], [13,.,4,.,1]). %%% File: ext/VerbNet/fulfilling-13.4.1.xml %%% Primary: NP V NP-Fulfilling PP.theme (fulfilling-13.4.1) %%% Syntax: [np:Agent,v,np:Recipient,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: Brown presented Jones with a plaque. %%% verbnet(credit, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(entrust, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(furnish, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(serve, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(supply, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(provide, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(issue, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(leave, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(present, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(trust, ((s:_\np)/pp)/np, ['Recipient','Agent'], [13,'.',4,'.',1]). verbnet(with, pp/np, ['Theme'], [13,.,4,.,1]). %%% File: ext/VerbNet/fulfilling-13.4.1.xml %%% Primary: NP V NP (fulfilling-13.4.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Brown presented the plaque. %%% verbnet(credit, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(entrust, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(furnish, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(serve, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(supply, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(provide, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(issue, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(leave, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(present, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). verbnet(trust, (s:_\np)/np, ['Theme','Agent'], [13,'.',4,'.',1]). %%% File: ext/VerbNet/funnel-9.3.xml %%% Primary: NP V PP.destination (funnel-9.3-2-1) %%% Syntax: [np:Theme,v,prep:into,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The company is wedging into new markets. %%% verbnet(bang, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(dump, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(funnel, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(hammer, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(pound, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(push, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(ram, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(shake, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(squeeze, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(sweep, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(wedge, (s:_\np)/pp, ['Theme'], [9,'.',3,-,2,-,1]). verbnet(into, pp/np, ['Destination'], [9,.,3,-,2,-,1]). %%% File: ext/VerbNet/funnel-9.3.xml %%% Primary: NP V NP PP.destination (funnel-9.3-1) %%% Syntax: [np:Agent,v,np:Theme,prep:between in_between,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He wedged the diamond between shifting dunes. %%% verbnet(bang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(dump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(funnel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(pound, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(ram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(shake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(squeeze, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(wedge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(channel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(fit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(scrape, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(spoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(squash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(squish, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(tuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(wipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(wring, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3,-,1]). verbnet(between, pp/np, ['Destination'], [9,.,3,-,1]). verbnet(in_between, pp/np, ['Destination'], [9,.,3,-,1]). %%% File: ext/VerbNet/funnel-9.3.xml %%% Primary: NP V NP PP.destination (funnel-9.3) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I funneled the mixture into the bottle. %%% verbnet(bang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(dump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(funnel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(hammer, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(pound, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(ram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(shake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(squeeze, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(wedge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(channel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(fit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(scrape, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(spoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(squash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(squish, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(tuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(wipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(wring, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(dip, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(dunk, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(ladle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(hoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(scoop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(siphon, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). verbnet(channelize, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',3]). %%% File: ext/VerbNet/funnel-9.3.xml %%% Primary: NP V NP ADVP (funnel-9.3) %%% Syntax: [np:Agent,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Agent] %%% Example: I spooned the sauce there. %%% verbnet(bang, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(dump, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(funnel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(hammer, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(pound, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(push, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(ram, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(shake, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(squeeze, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(sweep, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(wedge, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(channel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(fit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(rake, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(scrape, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(shovel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(spoon, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(squash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(squish, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(tuck, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(wipe, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(wring, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(dip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(dunk, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(ladle, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(hoe, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(scoop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(siphon, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). verbnet(channelize, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',3]). %%% File: ext/VerbNet/future_having-13.3.xml %%% Primary: NP V NP PP.goal (future_having-13.3) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: We offered our paycheck to her. %%% verbnet(advance, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(allocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(allot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(apportion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(assign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(award, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(bequeath, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(cede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(concede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(devolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(extend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(grant, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(guarantee, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(issue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(offer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(owe, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(portion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(promise, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(ration, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(reallocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(reassign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(will, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(yield, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(accord, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(to, pp/np, ['Goal'], [13,.,3]). %%% File: ext/VerbNet/future_having-13.3.xml %%% Primary: NP V NP.theme (PP) (future_having-13.3) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I promised my house (to somebody). %%% verbnet(advance, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(allocate, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(allot, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(apportion, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(assign, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(award, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(bequeath, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(cede, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(concede, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(devolve, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(extend, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(grant, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(guarantee, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(issue, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(leave, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(offer, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(owe, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(portion, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(promise, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(ration, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(reallocate, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(reassign, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(vote, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(will, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(yield, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). verbnet(accord, (s:_\np)/np, ['Theme','Agent'], [13,'.',3]). %%% File: ext/VerbNet/future_having-13.3.xml %%% Primary: NP V NP-Dative NP (future_having-13.3) %%% Syntax: [np:Agent,v,np:Goal,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Goal,Theme,Agent] %%% Example: I promised somebody my time. %%% verbnet(advance, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(allocate, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(allot, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(apportion, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(assign, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(award, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(bequeath, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(cede, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(concede, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(devolve, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(extend, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(grant, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(guarantee, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(issue, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(leave, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(offer, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(owe, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(portion, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(promise, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(ration, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(reallocate, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(reassign, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(vote, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(will, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(yield, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). verbnet(accord, ((s:_\np)/np)/np, ['Goal','Theme','Agent'], [13,'.',3]). %%% File: ext/VerbNet/future_having-13.3.xml %%% Primary: NP V NP PP.goal (future_having-13.3) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The House allocated more than $1.8 million for the pensions and expenses of former presidents. %%% verbnet(advance, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(allocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(allot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(apportion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(assign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(award, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(bequeath, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(cede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(concede, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(devolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(extend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(grant, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(guarantee, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(issue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(offer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(owe, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(portion, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(promise, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(ration, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(reallocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(reassign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(will, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(yield, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(accord, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',3]). verbnet(for, pp/np, ['Goal'], [13,.,3]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP PP.source (get-13.5.1-1) %%% Syntax: [np:Agent,v,np:Theme,prep:from for on,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: John earned $10 million on proceeds from the sale. %%% verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1,-,1]). verbnet(from, pp/np, ['Source'], [13,.,5,.,1,-,1]). verbnet(for, pp/np, ['Source'], [13,.,5,.,1,-,1]). verbnet(on, pp/np, ['Source'], [13,.,5,.,1,-,1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP (get-13.5.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Carmen bought a dress. %%% verbnet(earn, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(fetch, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(cash, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(get, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(save, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(score, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(secure, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(steal, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(attain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(book, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(buy, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(call, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(catch, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(charter, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(choose, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(conserve, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(find, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(hire, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(lease, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(order, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(phone, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pick, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pluck, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(procure, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reach, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(rent, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reserve, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(shoot, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(slaughter, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(vote, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(win, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP PP.source (get-13.5.1) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carmen bought a dress from Diana. %%% verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(attain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(book, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(buy, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(call, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(catch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(charter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(choose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(conserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(order, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(phone, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pick, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(procure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reach, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(slaughter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(win, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(from, pp/np, ['Source'], [13,.,5,.,1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP PP.beneficiary (get-13.5.1) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carmen bought a dress for Mary. %%% verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(attain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(book, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(buy, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(call, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(catch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(charter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(choose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(conserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(order, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(phone, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pick, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(procure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reach, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(slaughter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(win, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(for, pp/np, ['Beneficiary'], [13,.,5,.,1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP.beneficiary NP (get-13.5.1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Theme,Agent] %%% Example: Carmen bought Mary a dress. %%% verbnet(earn, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(fetch, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(cash, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(gain, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(get, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(save, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(score, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(secure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(steal, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(attain, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(book, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(buy, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(call, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(catch, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(charter, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(choose, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(conserve, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(find, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(gather, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(hire, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(lease, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(order, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(phone, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(pick, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(pluck, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(procure, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(pull, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(reach, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(rent, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(reserve, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(shoot, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(slaughter, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(vote, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). verbnet(win, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [13,'.',5,'.',1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP PP.asset (get-13.5.1) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Asset] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carmen bought a dress for $50. %%% verbnet(earn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(fetch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(cash, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(get, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(save, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(score, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(secure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(attain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(book, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(buy, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(call, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(catch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(charter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(choose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(conserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(find, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gather, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(order, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(phone, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pick, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(procure, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reach, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reserve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(slaughter, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(vote, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(win, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(for, pp/np, ['Asset'], [13,.,5,.,1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP.asset V NP (get-13.5.1) %%% Syntax: [np:Asset,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Asset] %%% Example: $50 won't even buy a dress. %%% verbnet(earn, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(fetch, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(cash, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(gain, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(get, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(save, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(score, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(secure, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(steal, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(attain, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(book, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(buy, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(call, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(catch, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(charter, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(choose, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(conserve, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(find, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(gather, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(hire, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(lease, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(order, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(phone, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(pick, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(pluck, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(procure, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(pull, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(reach, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(rent, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(reserve, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(shoot, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(slaughter, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(vote, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). verbnet(win, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',1]). %%% File: ext/VerbNet/get-13.5.1.xml %%% Primary: NP V NP PP.source NP.asset (get-13.5.1) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Source,prep:at for,np:Asset] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: FMC has bought 565,000 shares from Nortek Inc. at $23.50 a share. %%% verbnet(earn, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(fetch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(cash, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gain, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(get, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(save, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(score, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(secure, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(steal, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(attain, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(book, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(buy, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(call, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(catch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(charter, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(choose, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(conserve, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(find, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(gather, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(hire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(lease, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(order, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(phone, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pluck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(procure, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(pull, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reach, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(rent, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(reserve, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(shoot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(slaughter, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(vote, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(win, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',1]). verbnet(at, pp/np, ['Asset'], [13,.,5,.,1]). verbnet(for, pp/np, ['Asset'], [13,.,5,.,1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V NP PP.asset (give-13.1-1) %%% Syntax: [np:Agent,v,np:Theme,prep:for at,np:Asset] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He leased the car for $200 a week. %%% verbnet(give, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(hock, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(hawk, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(sell, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(pawn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(for, pp/np, ['Asset'], [13,.,1,-,1]). verbnet(at, pp/np, ['Asset'], [13,.,1,-,1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V NP PP.recipient PP.asset (give-13.1-1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Recipient,prep:at for on,np:Asset] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I leased the car to my friend for $5 a month. %%% verbnet(give, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(hock, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(hawk, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(rent, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(sell, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(lease, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(pawn, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [13,'.',1,-,1]). verbnet(at, pp/np, ['Asset'], [13,.,1,-,1]). verbnet(for, pp/np, ['Asset'], [13,.,1,-,1]). verbnet(on, pp/np, ['Asset'], [13,.,1,-,1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V NP NP PP.asset (give-13.1-1) %%% Syntax: [np:Agent,v,np:Recipient,np:Theme,prep:at for on,np:Asset] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Recipient,Theme,Agent] %%% Example: I leased him the car for $250 a month. %%% verbnet(give, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(hock, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(hawk, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(rent, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(sell, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(lease, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(pawn, (((s:_\np)/pp)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1,-,1]). verbnet(at, pp/np, ['Asset'], [13,.,1,-,1]). verbnet(for, pp/np, ['Asset'], [13,.,1,-,1]). verbnet(on, pp/np, ['Asset'], [13,.,1,-,1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V NP PP.recipient (give-13.1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They lent a bicycle to me. %%% verbnet(give, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(hock, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(hawk, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(rent, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(sell, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(lease, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(pawn, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(deal, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(lend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(loan, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(peddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(refund, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(render, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',1]). verbnet(to, pp/np, ['Recipient'], [13,.,1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V NP-Dative NP (give-13.1) %%% Syntax: [np:Agent,v,np:Recipient,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Theme,Agent] %%% Example: They lent me a bicycle. %%% verbnet(give, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(hock, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(hawk, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(rent, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(sell, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(lease, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(pawn, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(deal, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(lend, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(loan, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(pass, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(peddle, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(refund, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). verbnet(render, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V NP (give-13.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I leased my house (to somebody). %%% verbnet(give, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(hock, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(hawk, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(rent, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(sell, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(lease, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(pawn, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(deal, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(lend, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(loan, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(peddle, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(refund, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). verbnet(render, (s:_\np)/np, ['Theme','Agent'], [13,'.',1]). %%% File: ext/VerbNet/give-13.1.xml %%% Primary: NP V PP.recipient (give-13.1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The bank lent to fewer customers. %%% verbnet(give, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(hock, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(hawk, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(rent, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(sell, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(lease, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(pawn, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(deal, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(lend, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(loan, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(pass, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(peddle, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(refund, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(render, (s:_\np)/pp, ['Agent'], [13,'.',1]). verbnet(to, pp/np, ['Recipient'], [13,.,1]). %%% File: ext/VerbNet/gobble-39.3.xml %%% Primary: NP V NP (gobble-39.3-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia gobbled the pizza. %%% verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). verbnet(gobble, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). verbnet(wolf, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). %%% File: ext/VerbNet/gobble-39.3.xml %%% Primary: NP V NP up (gobble-39.3-1) %%% Syntax: [np:Agent,v,np:Patient,lex:up] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:up] %%% Example: Cynthia gobbled the pizza up. %%% verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). verbnet(gobble, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). verbnet(wolf, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). %%% File: ext/VerbNet/gobble-39.3.xml %%% Primary: NP V NP down (gobble-39.3-1) %%% Syntax: [np:Agent,v,np:Patient,lex:down] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:down] %%% Example: Cynthia gobbled the pizza down. %%% verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). verbnet(gobble, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). verbnet(wolf, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,1]). %%% File: ext/VerbNet/gobble-39.3.xml %%% Primary: NP V NP (gobble-39.3-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Cynthia quaffed her mead. %%% verbnet(gulp, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(guzzle, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(quaff, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(slug, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(swallow, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(swig, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). %%% File: ext/VerbNet/gobble-39.3.xml %%% Primary: NP V down NP (gobble-39.3-2) %%% Syntax: [np:Agent,v,np:Patient,lex:down] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:down] %%% Example: Cynthia quaffed down the mixture. %%% verbnet(gulp, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(guzzle, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(quaff, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(slug, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(swallow, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). verbnet(swig, (s:_\np)/np, ['Patient','Agent'], [39,'.',3,-,2]). %%% File: ext/VerbNet/gorge-39.6.xml %%% Primary: NP V PP.patient (gorge-39.6) %%% Syntax: [np:Agent,v,prep:on,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Cynthia gorged on peaches. %%% verbnet(exist, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(feed, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(flourish, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(gorge, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(live, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(prosper, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(subsist, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(survive, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(thrive, (s:_\np)/pp, ['Agent'], [39,'.',6]). verbnet(on, pp/np, ['Patient'], [39,.,6]). %%% File: ext/VerbNet/groom-41.1.2.xml %%% Primary: NP V NP (groom-41.1.2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Sheila groomed the horse. %%% verbnet(cleanse, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]). verbnet(curry, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]). verbnet(groom, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]). verbnet(neaten, (s:_\np)/np, ['Patient','Agent'], [41,'.',1,'.',2]). %%% File: ext/VerbNet/grow-26.2.xml %%% Primary: NP.material V PP.product (grow-26.2) %%% Syntax: [np:Material,v,prep:into,np:Product] %%% CCG: (s:_\np)/pp %%% Roles: [Source] %%% Example: That acorn will grow into an oak tree. %%% verbnet(develop, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(evolve, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(generate, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(grow, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(hatch, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(maturate, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(mature, (s:_\np)/pp, ['Source'], [26,'.',2]). verbnet(into, pp/np, ['Result'], [26,.,2]). %%% File: ext/VerbNet/grow-26.2.xml %%% Primary: NP.product V PP.material (grow-26.2) %%% Syntax: [np:Product,v,prep:from out_of,np:Material] %%% CCG: (s:_\np)/pp %%% Roles: [Result] %%% Example: An oak tree will grow from that acorn. %%% verbnet(develop, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(evolve, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(generate, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(grow, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(hatch, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(maturate, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(mature, (s:_\np)/pp, ['Result'], [26,'.',2]). verbnet(from, pp/np, ['Source'], [26,.,2]). verbnet(out_of, pp/np, ['Source'], [26,.,2]). %%% File: ext/VerbNet/grow-26.2.xml %%% Primary: NP V NP.product PP.material (grow-26.2) %%% Syntax: [np:Agent,v,np:Product,prep:from out_of,np:Material] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Result,Agent] %%% Example: The gardener grew an oak tree from that acorn. %%% verbnet(develop, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(evolve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(generate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(grow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(hatch, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(maturate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(mature, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',2]). verbnet(from, pp/np, ['Source'], [26,.,2]). verbnet(out_of, pp/np, ['Source'], [26,.,2]). %%% File: ext/VerbNet/grow-26.2.xml %%% Primary: NP V NP.material PP.product (grow-26.2) %%% Syntax: [np:Agent,v,np:Material,prep:into,np:Product] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Agent] %%% Example: The gardener grew that acorn into an oak tree. %%% verbnet(develop, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(evolve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(generate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(grow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(hatch, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(maturate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(mature, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',2]). verbnet(into, pp/np, ['Result'], [26,.,2]). %%% File: ext/VerbNet/help-72.xml %%% Primary: NP V PP.theme (help-72-1) %%% Syntax: [np:Agent,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I helped with the homework. %%% verbnet(aid, (s:_\np)/pp, ['Agent'], [72,-,1]). verbnet(abet, (s:_\np)/pp, ['Agent'], [72,-,1]). verbnet(assist, (s:_\np)/pp, ['Agent'], [72,-,1]). verbnet(help, (s:_\np)/pp, ['Agent'], [72,-,1]). verbnet(with, pp/np, ['Theme'], [72,-,1]). %%% File: ext/VerbNet/help-72.xml %%% Primary: NP V NP (help-72) %%% Syntax: [np:Agent,v,np:Beneficiary] %%% CCG: (s:_\np)/np %%% Roles: [Beneficiary,Agent] %%% Example: I helped him. %%% verbnet(aid, (s:_\np)/np, ['Beneficiary','Agent'], [72]). verbnet(abet, (s:_\np)/np, ['Beneficiary','Agent'], [72]). verbnet(assist, (s:_\np)/np, ['Beneficiary','Agent'], [72]). verbnet(help, (s:_\np)/np, ['Beneficiary','Agent'], [72]). verbnet(support, (s:_\np)/np, ['Beneficiary','Agent'], [72]). verbnet(succor, (s:_\np)/np, ['Beneficiary','Agent'], [72]). %%% File: ext/VerbNet/help-72.xml %%% Primary: NP V NP PP.theme (help-72) %%% Syntax: [np:Agent,v,np:Beneficiary,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Beneficiary,Agent] %%% Example: I helped him with homework. %%% verbnet(aid, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(abet, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(assist, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(help, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(support, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(succor, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(with, pp/np, ['Theme'], [72]). %%% File: ext/VerbNet/help-72.xml %%% Primary: NP V NP S_ING (help-72) %%% Syntax: [np:Agent,v,np:Beneficiary,prep:with,vp_ng:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Beneficiary,Agent] %%% Example: I helped him with finishing the homework. %%% verbnet(aid, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(abet, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(assist, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(help, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(support, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(succor, ((s:_\np)/pp)/np, ['Beneficiary','Agent'], [72]). verbnet(with, pp/(s:ng\np), ['Theme'], [72]). %%% File: ext/VerbNet/help-72.xml %%% Primary: NP V NP S_INF (help-72) %%% Syntax: [np:Agent,v,np:Beneficiary,vp_to:Theme] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Beneficiary,Theme,Agent] %%% Example: I helped him to finish the homework. %%% verbnet(aid, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]). verbnet(abet, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]). verbnet(assist, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]). verbnet(help, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]). verbnet(support, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]). verbnet(succor, ((s:_\np)/ (s:ng\np))/np, ['Beneficiary','Theme','Agent'], [72]). %%% File: ext/VerbNet/help-72.xml %%% Primary: NP V S_ING (help-72) %%% Syntax: [np:Agent,v,prep:with,vp_ng:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I helped with finishing the homework. %%% verbnet(aid, (s:_\np)/pp, ['Agent'], [72]). verbnet(abet, (s:_\np)/pp, ['Agent'], [72]). verbnet(assist, (s:_\np)/pp, ['Agent'], [72]). verbnet(help, (s:_\np)/pp, ['Agent'], [72]). verbnet(support, (s:_\np)/pp, ['Agent'], [72]). verbnet(succor, (s:_\np)/pp, ['Agent'], [72]). verbnet(with, pp/(s:ng\np), ['Theme'], [72]). %%% File: ext/VerbNet/herd-47.5.2.xml %%% Primary: NP V (herd-47.5.2) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The kids are assembling. %%% verbnet(accumulate, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(aggregate, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(amass, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(assemble, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(cluster, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(collect, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(congregate, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(convene, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(flock, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(gather, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(group, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(herd, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(huddle, s:_\np, ['Theme'], [47,'.',5,'.',2]). verbnet(mass, s:_\np, ['Theme'], [47,'.',5,'.',2]). %%% File: ext/VerbNet/herd-47.5.2.xml %%% Primary: NP V NP.theme (herd-47.5.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The teacher gathered the kids. %%% verbnet(accumulate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(aggregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(amass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(assemble, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(cluster, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(collect, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(congregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(convene, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(flock, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(group, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(herd, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(huddle, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(mass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). %%% File: ext/VerbNet/herd-47.5.2.xml %%% Primary: NP V NP together (herd-47.5.2) %%% Syntax: [np:Agent,v,np:Theme,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Missing: [lex:together] %%% Example: The teacher gathered the kids together. %%% verbnet(accumulate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(aggregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(amass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(assemble, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(cluster, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(collect, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(congregate, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(convene, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(flock, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(gather, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(group, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(herd, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(huddle, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). verbnet(mass, (s:_\np)/np, ['Theme','Agent'], [47,'.',5,'.',2]). %%% File: ext/VerbNet/hiccup-40.1.1.xml %%% Primary: NP V (hiccup-40.1.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Paul hiccuped. %%% verbnet(belch, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(blink, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(blush, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(burp, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(eruct, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(fart, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(flush, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(hiccup, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(pant, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(salivate, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(shiver, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(sneeze, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(sniffle, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(snore, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(snuff, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(snuffle, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(swallow, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(wheeze, s:_\np, ['Agent'], [40,'.',1,'.',1]). verbnet(yawn, s:_\np, ['Agent'], [40,'.',1,'.',1]). %%% File: ext/VerbNet/hire-13.5.3.xml %%% Primary: NP V NP (hire-13.5.3) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I hired two secretaries. %%% verbnet(hire, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(recruit, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(employ, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(contract, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(engage, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(take, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(sign, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(sign_on, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(sign_up, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(subcontract, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(train, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(enlist, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(reinstate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',3]). %%% File: ext/VerbNet/hire-13.5.3.xml %%% Primary: NP V NP PP.attribute (hire-13.5.3) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I hired two secretaries as helpers. %%% verbnet(hire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(recruit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(employ, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(contract, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(engage, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(sign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(sign_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(sign_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(subcontract, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(train, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(enlist, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(reinstate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',3]). verbnet(as, pp/np, ['Attribute'], [13,.,5,.,3]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V PP (hit-18.1-1) %%% Syntax: [np:Agent,v,prep:at,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Paul hit at the window. %%% verbnet(batter, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(beat, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(bump, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(butt, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(drum, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(hammer, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(hit, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(jab, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(kick, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(knock, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(lash, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(pound, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(rap, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(slap, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(smack, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(smash, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(strike, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(stomp, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(whang, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(tap, (s:_\np)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(at, pp/np, ['Patient'], [18,.,1,-,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V PP PP (hit-18.1-1) %%% Syntax: [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Paul hit at the window with an open hand. %%% verbnet(batter, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(beat, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(bump, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(butt, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(drum, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(hammer, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(hit, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(jab, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(kick, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(knock, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(lash, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(pound, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(rap, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(slap, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(smack, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(smash, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(strike, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(stomp, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(whang, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(tap, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',1,-,1]). verbnet(with, pp/np, ['Instrument'], [18,.,1,-,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP (hit-18.1-1) %%% Syntax: [np:Agent,v,np:Instrument] %%% CCG: (s:_\np)/np %%% Roles: [Instrument,Agent] %%% Example: Paul hit his elbow. %%% verbnet(batter, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(beat, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(bump, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(butt, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(drum, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(hammer, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(hit, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(jab, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(kick, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(knock, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(lash, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(pound, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(rap, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(slap, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(smack, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(smash, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(strike, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(stomp, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(whang, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(tap, (s:_\np)/np, ['Instrument','Agent'], [18,'.',1,-,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP PP (hit-18.1-1) %%% Syntax: [np:Agent,v,np:Instrument,prep:against on,np:Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Instrument,Agent] %%% Example: Paul hit his elbow on the doorknob. %%% verbnet(batter, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(beat, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(bump, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(butt, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(drum, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(hit, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(jab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(kick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(knock, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(lash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(pound, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(rap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(slap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(smack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(smash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(strike, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(stomp, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(whang, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(tap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1,-,1]). verbnet(against, pp/np, ['Patient'], [18,.,1,-,1]). verbnet(on, pp/np, ['Patient'], [18,.,1,-,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Paula hit the ball. %%% verbnet(batter, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(butt, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(drum, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hammer, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hit, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(jab, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(knock, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(pound, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(rap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(slap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(strike, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(stomp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(click, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(dash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(squash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tamp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thwack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smite, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP PP.instrument (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paula hit the ball with a stick. %%% verbnet(batter, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(butt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hit, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(rap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(slap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(strike, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(stomp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(click, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(dash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thwack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(with, pp/np, ['Instrument'], [18,.,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP together (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:together] %%% Example: Paula hit the sticks together. %%% verbnet(batter, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(butt, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(drum, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hammer, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hit, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(jab, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(knock, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(pound, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(rap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(slap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(strike, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(stomp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tap, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bang, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(click, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(dash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(squash, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tamp, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thwack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whack, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smite, (s:_\np)/np, ['Patient','Agent'], [18,'.',1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP ADJP (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Paul kicked the door open. %%% verbnet(batter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(beat, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(bump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(butt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(drum, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(hammer, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(hit, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(jab, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(kick, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(knock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(lash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(pound, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(rap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(slap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(smack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(smash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(strike, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(stomp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(whang, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(tap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(bang, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(bash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(click, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(dash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(squash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(tamp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(thump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(thwack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(whack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(smite, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP ADJP PP.instrument (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Paul hit the door open with his foot. %%% verbnet(batter, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(beat, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(bump, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(butt, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(drum, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(hammer, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(hit, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(jab, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(kick, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(knock, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(lash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(pound, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(rap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(slap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(smack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(smash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(strike, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(stomp, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(whang, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(tap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(bang, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(bash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(click, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(dash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(squash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(tamp, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(thump, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(thwack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(whack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(smite, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',1]). verbnet(with, pp/np, ['Instrument'], [18,.,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP PP.result (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paul hit the window to pieces. %%% verbnet(batter, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(butt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hit, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(rap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(slap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(strike, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(stomp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bang, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(click, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(dash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thwack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(to, pp/np, ['Goal'], [18,.,1]). verbnet(into, pp/np, ['Goal'], [18,.,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP PP.result PP.instrument (hit-18.1) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paul hit the window to pieces with a hammer. %%% verbnet(batter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(beat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(butt, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(drum, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(hit, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(jab, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(knock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(lash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(rap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(slap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(strike, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(stomp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whang, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bang, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(bash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(click, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(dash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(squash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(tamp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(thwack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(whack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(smite, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',1]). verbnet(with, pp/np, ['Instrument'], [18,.,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP PP (hit-18.1) %%% Syntax: [np:Agent,v,np:Instrument,prep:against on,np:Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Instrument,Agent] %%% Example: Paula hit the stick against/on the fence. %%% verbnet(batter, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(beat, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(bump, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(butt, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(drum, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(hit, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(jab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(kick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(knock, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(lash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(rap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(slap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(smack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(strike, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(stomp, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(whang, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(tap, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(bang, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(bash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(click, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(dash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(squash, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(tamp, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(thump, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(thwack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(whack, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(smite, ((s:_\np)/pp)/np, ['Instrument','Agent'], [18,'.',1]). verbnet(against, pp/np, ['Patient'], [18,.,1]). verbnet(on, pp/np, ['Patient'], [18,.,1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP.instrument V NP (hit-18.1) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The stick hit the fence. %%% verbnet(batter, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(beat, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(bump, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(butt, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(drum, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(hammer, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(hit, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(jab, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(kick, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(knock, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(lash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(pound, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(rap, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(slap, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(smack, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(smash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(strike, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(stomp, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(whang, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(tap, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(bang, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(bash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(click, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(dash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(squash, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(tamp, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(thump, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(thwack, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(whack, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(smite, (s:_\np)/np, ['Patient','Instrument'], [18,'.',1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP ADJP (hit-18.1) %%% Syntax: [np:Instrument,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Instrument] %%% Example: The stick hit the door open. %%% verbnet(batter, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(beat, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(bump, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(butt, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(drum, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(hammer, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(hit, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(jab, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(kick, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(knock, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(lash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(pound, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(rap, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(slap, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(smack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(smash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(strike, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(stomp, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(whang, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(tap, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(bang, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(bash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(click, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(dash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(squash, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(tamp, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(thump, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(thwack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(whack, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). verbnet(smite, ((s:_\np)/np)/np, ['Patient','Goal','Instrument'], [18,'.',1]). %%% File: ext/VerbNet/hit-18.1.xml %%% Primary: NP V NP ADJP PP.result (hit-18.1) %%% Syntax: [np:Instrument,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Instrument] %%% Example: The hammer hit the window to pieces. %%% verbnet(batter, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(butt, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(drum, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(hammer, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(hit, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(pound, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(rap, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(slap, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(smack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(strike, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(stomp, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(whang, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(tap, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(bang, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(bash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(click, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(dash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(tamp, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(thwack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(whack, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(smite, ((s:_\np)/pp)/np, ['Patient','Instrument'], [18,'.',1]). verbnet(to, pp/np, ['Goal'], [18,.,1]). verbnet(into, pp/np, ['Goal'], [18,.,1]). %%% File: ext/VerbNet/hold-15.1.xml %%% Primary: NP V NP (hold-15.1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: She held his arm. %%% verbnet(clasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(clutch, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(grasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(grip, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(handle, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(push, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(wield, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [15,'.',1,-,1]). %%% File: ext/VerbNet/hold-15.1.xml %%% Primary: NP V NP (hold-15.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: She held the rail. %%% verbnet(clasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(clutch, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(grasp, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(grip, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(handle, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(push, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(wield, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [15,'.',1]). %%% File: ext/VerbNet/hunt-35.1.xml %%% Primary: NP V NP PP.theme (hunt-35.1) %%% Syntax: [np:Agent,v,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Agent] %%% Example: I hunted the woods for game. %%% verbnet(dig, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(feel, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(fish, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(hunt, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(mine, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(pan, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(poach, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(scrounge, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(seek, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',1]). verbnet(for, pp/np, ['Theme'], [35,.,1]). %%% File: ext/VerbNet/hunt-35.1.xml %%% Primary: NP V PP.theme PP.location (hunt-35.1) %%% Syntax: [np:Agent,v,prep:for,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I hunted for game in the woods. %%% verbnet(dig, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(feel, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(fish, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(hunt, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(mine, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(pan, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(poach, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(scrounge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(seek, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). %%% File: ext/VerbNet/hunt-35.1.xml %%% Primary: NP V PP.location PP.theme (hunt-35.1) %%% Syntax: [np:Agent,v,pp,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I hunted in the woods for game. %%% verbnet(dig, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(feel, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(fish, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(hunt, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(mine, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(pan, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(poach, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(scrounge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(seek, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',1]). verbnet(for, pp/np, ['Theme'], [35,.,1]). %%% File: ext/VerbNet/hunt-35.1.xml %%% Primary: NP V NP PP.location (hunt-35.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I hunted game in the woods. %%% verbnet(dig, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(feel, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(fish, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(hunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(mine, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(pan, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(poach, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(scrounge, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). verbnet(seek, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',1]). %%% File: ext/VerbNet/hunt-35.1.xml %%% Primary: NP V NP (hunt-35.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I was hunting game. %%% verbnet(dig, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(feel, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(fish, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(hunt, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(mine, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(pan, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(poach, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(scrounge, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). verbnet(seek, (s:_\np)/np, ['Theme','Agent'], [35,'.',1]). %%% File: ext/VerbNet/hunt-35.1.xml %%% Primary: NP V (hunt-35.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I was hunting. %%% verbnet(dig, s:_\np, ['Agent'], [35,'.',1]). verbnet(feel, s:_\np, ['Agent'], [35,'.',1]). verbnet(fish, s:_\np, ['Agent'], [35,'.',1]). verbnet(hunt, s:_\np, ['Agent'], [35,'.',1]). verbnet(mine, s:_\np, ['Agent'], [35,'.',1]). verbnet(pan, s:_\np, ['Agent'], [35,'.',1]). verbnet(poach, s:_\np, ['Agent'], [35,'.',1]). verbnet(scrounge, s:_\np, ['Agent'], [35,'.',1]). verbnet(seek, s:_\np, ['Agent'], [35,'.',1]). %%% File: ext/VerbNet/hurt-40.8.3.xml %%% Primary: NP V (hurt-40.8.3-1-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: My ankle twisted. %%% verbnet(break, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(chip, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(fracture, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(pull, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(rupture, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(split, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(splinter, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(sprain, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(tear, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(turn, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). verbnet(twist, s:_\np, ['Patient'], [40,'.',8,'.',3,-,1,-,1]). %%% File: ext/VerbNet/hurt-40.8.3.xml %%% Primary: NP V NP (hurt-40.8.3-1) %%% Syntax: [np:Experiencer,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Experiencer] %%% Example: Tessa hurt/sprained her ankle. %%% verbnet(break, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(chip, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(fracture, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(pull, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(rupture, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(split, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(splinter, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(sprain, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(tear, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(turn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(twist, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). verbnet(stub, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,1]). %%% File: ext/VerbNet/hurt-40.8.3.xml %%% Primary: NP V NP (hurt-40.8.3-2) %%% Syntax: [np:Experiencer,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Experiencer] %%% Example: Tessa hurt/sprained her ankle. %%% verbnet(bark, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(bite, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(bruise, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(bump, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(burn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(contuse, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(cut, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(hurt, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(injure, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(nick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(prick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(scald, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(scratch, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(skin, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(strain, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(sunburn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(wrench, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). %%% File: ext/VerbNet/hurt-40.8.3.xml %%% Primary: NP V NP (hurt-40.8.3-2) %%% Syntax: [np:Experiencer,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Experiencer] %%% Example: Tessa hurt herself. %%% verbnet(bark, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(bite, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(bruise, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(bump, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(burn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(contuse, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(cut, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(hurt, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(injure, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(nick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(prick, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(scald, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(scratch, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(skin, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(strain, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(sunburn, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). verbnet(wrench, (s:_\np)/np, ['Patient','Experiencer'], [40,'.',8,'.',3,-,2]). %%% File: ext/VerbNet/illustrate-25.3.xml %%% Primary: NP V NP (illustrate-25.3) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: The jeweler decorated the ring. %%% verbnet(address, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(adorn, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(autograph, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(bead, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(brand, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(date, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(decorate, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(embellish, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(endorse, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(gild, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(illuminate, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(illustrate, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(initial, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(label, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(letter, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(monogram, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(ornament, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). verbnet(tag, (s:_\np)/np, ['Destination','Agent'], [25,'.',3]). %%% File: ext/VerbNet/illustrate-25.3.xml %%% Primary: NP V NP PP.theme (illustrate-25.3) %%% Syntax: [np:Agent,v,np:Destination,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: The jeweler decorated the ring with the name. %%% verbnet(address, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(adorn, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(autograph, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(bead, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(brand, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(date, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(decorate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(embellish, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(endorse, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(gild, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(illuminate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(illustrate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(initial, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(label, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(letter, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(monogram, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(tag, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',3]). verbnet(with, pp/np, ['Theme'], [25,.,3]). %%% File: ext/VerbNet/image_impression-25.1.xml %%% Primary: NP V NP.theme PP.destination (image_impression-25.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Smith inscribed his name on the ring. %%% verbnet(annotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(applique, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(emboss, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(embroider, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(engrave, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(etch, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(imprint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(incise, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(inscribe, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(mark, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(scar, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(set, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(sign, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(stamp, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(stipple, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(tattoo, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). verbnet(tool, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',1]). %%% File: ext/VerbNet/image_impression-25.1.xml %%% Primary: NP V NP.destination PP.theme (image_impression-25.1) %%% Syntax: [np:Agent,v,np:Destination,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: Smith inscribed the ring with his name. %%% verbnet(annotate, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(applique, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(emboss, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(embroider, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(engrave, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(etch, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(imprint, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(incise, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(inscribe, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(mark, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(paint, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(scar, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(set, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(sign, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(stamp, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(stipple, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(tattoo, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(tool, ((s:_\np)/pp)/np, ['Destination','Agent'], [25,'.',1]). verbnet(with, pp/np, ['Theme'], [25,.,1]). %%% File: ext/VerbNet/image_impression-25.1.xml %%% Primary: NP V NP.destination (image_impression-25.1) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: Smith was inscribing the rings. %%% verbnet(annotate, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(applique, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(emboss, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(embroider, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(engrave, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(etch, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(imprint, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(incise, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(inscribe, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(mark, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(paint, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(scar, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(set, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(sign, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(stamp, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(stipple, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(tattoo, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). verbnet(tool, (s:_\np)/np, ['Destination','Agent'], [25,'.',1]). %%% File: ext/VerbNet/image_impression-25.1.xml %%% Primary: NP V NP.theme (image_impression-25.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Smith inscribed his name. %%% verbnet(annotate, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(applique, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(emboss, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(embroider, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(engrave, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(etch, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(imprint, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(incise, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(inscribe, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(mark, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(paint, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(scar, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(set, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(sign, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(stamp, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(stipple, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(tattoo, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). verbnet(tool, (s:_\np)/np, ['Theme','Agent'], [25,'.',1]). %%% File: ext/VerbNet/image_impression-25.1.xml %%% Primary: NP V (image_impression-25.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Smith was inscribing. %%% verbnet(annotate, s:_\np, ['Agent'], [25,'.',1]). verbnet(applique, s:_\np, ['Agent'], [25,'.',1]). verbnet(emboss, s:_\np, ['Agent'], [25,'.',1]). verbnet(embroider, s:_\np, ['Agent'], [25,'.',1]). verbnet(engrave, s:_\np, ['Agent'], [25,'.',1]). verbnet(etch, s:_\np, ['Agent'], [25,'.',1]). verbnet(imprint, s:_\np, ['Agent'], [25,'.',1]). verbnet(incise, s:_\np, ['Agent'], [25,'.',1]). verbnet(inscribe, s:_\np, ['Agent'], [25,'.',1]). verbnet(mark, s:_\np, ['Agent'], [25,'.',1]). verbnet(paint, s:_\np, ['Agent'], [25,'.',1]). verbnet(scar, s:_\np, ['Agent'], [25,'.',1]). verbnet(set, s:_\np, ['Agent'], [25,'.',1]). verbnet(sign, s:_\np, ['Agent'], [25,'.',1]). verbnet(stamp, s:_\np, ['Agent'], [25,'.',1]). verbnet(stipple, s:_\np, ['Agent'], [25,'.',1]). verbnet(tattoo, s:_\np, ['Agent'], [25,'.',1]). verbnet(tool, s:_\np, ['Agent'], [25,'.',1]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V NP to be NP (indicate-78-1-1) %%% Syntax: [np:Cause,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Cause] %%% Example: This indicates him to be the thief. %%% verbnet(affirm, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(reaffirm, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(disclose, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(verify, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(confirm, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(demonstrate, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(establish, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(prove, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(reveal, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). verbnet(show, (s:_\np)/np, ['Topic','Cause'], [78,-,1,-,1]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V PP.recipient that S (indicate-78-1) %%% Syntax: [np:Cause,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Cause] %%% Example: This indicates to us that they had stolen money. %%% verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V PP.recipient whether/if S (indicate-78-1) %%% Syntax: [np:Cause,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Cause] %%% Example: This indicates to me whether they did it. %%% verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V PP.recipient what S (indicate-78-1) %%% Syntax: [np:Cause,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Cause] %%% Example: This indicates to me what he is. %%% verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V PP.recipient how S (indicate-78-1) %%% Syntax: [np:Cause,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Cause] %%% Example: This indicates to us how it happended. %%% verbnet(affirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reaffirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(confirm, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(establish, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(prove, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(indicate, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Cause'], [78,-,1]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V how S (indicate-78) %%% Syntax: [np:Cause,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Cause] %%% Example: This indicates how she did it. %%% verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V how S_INF (indicate-78) %%% Syntax: [np:Cause,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Cause] %%% Example: This indicates how to do it. %%% verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V NP (indicate-78) %%% Syntax: [np:Cause,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Cause] %%% Example: This indicates it. %%% verbnet(affirm, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(reaffirm, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(disclose, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(verify, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(confirm, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(demonstrate, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(establish, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(prove, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(reveal, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(show, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(explain, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(indicate, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(say, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(imply, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(predict, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(denote, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(corroborate, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(expose, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(prognosticate, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(forebode, (s:_\np)/np, ['Topic','Cause'], [78]). verbnet(anticipate, (s:_\np)/np, ['Topic','Cause'], [78]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V whether/if S (indicate-78) %%% Syntax: [np:Cause,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Cause] %%% Example: This indicates whether he is the thief. %%% verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]). %%% File: ext/VerbNet/indicate-78.xml %%% Primary: NP V what S (indicate-78) %%% Syntax: [np:Cause,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Cause] %%% Example: This indicates what he should do. %%% verbnet(affirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reaffirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(verify, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(confirm, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(establish, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prove, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(show, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(explain, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(indicate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(say, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(imply, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(predict, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(denote, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(expose, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(prognosticate, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(forebode, (s:_\np)/s:_, ['Topic','Cause'], [78]). verbnet(anticipate, (s:_\np)/s:_, ['Topic','Cause'], [78]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V how S (inquire-37.1.2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I asked how she did it. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V how S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I asked how to do it. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP v (inquire-37.1.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I asked. %%% verbnet(ask, s:_\np, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, s:_\np, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, s:_\np, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, s:_\np, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, s:_\np, ['Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP.recipient (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: I asked him. %%% verbnet(ask, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP.topic (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I asked a question. %%% verbnet(ask, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP PP.topic (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: I asked him about it. %%% verbnet(ask, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(about, pp/np, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP whether S (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I asked him whether he was going. %%% verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP what S (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I asked him what he was doing. %%% verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP whether S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I asked him whether to clean the house. %%% verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP what S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: He asked him what to do. %%% verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.topic whether S (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He asked about whether he wanted to go. %%% verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP PP.topic what S (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: He asked him about what he wanted. %%% verbnet(ask, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.topic whether S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He asked about whether to go. %%% verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.topic what S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:about,s:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He asked about what to do. %%% verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.topic (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I asked about it. %%% verbnet(ask, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/np, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.recipient how S (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:of,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: He asked of her how it works. %%% verbnet(ask, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.recipient how S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:of,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: He asked of her how to do it. %%% verbnet(ask, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.recipient whether S (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: He asked of her about whether he should kill the peasants. %%% verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.recipient PP.topic what S (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: He asked of her about what he should do. %%% verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.recipient PP.topic what S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: He asked of her about what to do. %%% verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V PP.recipient PP.topic whether S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,prep:of,np:Recipient,prep:about,s:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I asked of him about whether to go. %%% verbnet(ask, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',1,'.',2]). verbnet(about, pp/s:_, ['Topic'], [37,.,1,.,2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V whether S (inquire-37.1.2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He asked whether he should come. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V what S (inquire-37.1.2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He asked what he should do. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V whether S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He asked whether to clean the house. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V what S_INF (inquire-37.1.2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He asked what to do. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/inquire-37.1.2.xml %%% Primary: NP V NP how S (inquire-37.1.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: He asked him how he came. %%% verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(enquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(inquire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(consult, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). verbnet(pry, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',2]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: Heather cabled the news. %%% verbnet(broadcast, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(cable, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(fax, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(modem, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(phone, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(radio, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(relay, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(sign, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(signal, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telex, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(wire, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, (s:_\np)/np, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP.recipient (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Heather cabled Sara. %%% verbnet(broadcast, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(cable, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet('e-mail', (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(fax, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(modem, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(netmail, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(phone, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(radio, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(relay, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(satellite, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(semaphore, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(sign, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(signal, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telecast, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telegraph, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telephone, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telex, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(wire, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(wireless, (s:_\np)/np, ['Recipient','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP PP.recipient (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: Heather cabled the news to Sara. %%% verbnet(broadcast, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',4]). verbnet(to, pp/np, ['Recipient'], [37,.,4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP-Dative NP (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Heather cabled Sara the news. %%% verbnet(broadcast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP.recipient S-Quote (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Heather cabled Sara, 'Come immediately.' %%% verbnet(broadcast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V PP.recipient S-Quote (instr_communication-37.4) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Topic,Agent] %%% Example: Heather cabled to Sara, 'Come immediately.' %%% verbnet(broadcast, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP PP.topic (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: Heather cabled Sara about the situation. %%% verbnet(broadcast, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',4]). verbnet(about, pp/np, ['Topic'], [37,.,4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V that S (instr_communication-37.4) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Heather cabled that the party would be tonight. %%% verbnet(broadcast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(cable, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(fax, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(modem, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(phone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(radio, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(sign, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(signal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telex, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(wire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V when S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Heather cabled when to send the package. %%% verbnet(broadcast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(cable, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(fax, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(modem, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(phone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(radio, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(sign, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(signal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(telex, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(wire, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,vp_to:Topic] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Topic,Agent] %%% Example: Heather cabled when to send the package. %%% verbnet(broadcast, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(cable, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(fax, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(modem, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(netmail, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(phone, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(radio, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(relay, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(satellite, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(sign, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(signal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(telecast, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(telephone, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(telex, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(wire, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). verbnet(wireless, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP.recipient that S (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Heather cabled Sara that the party would be tonight. %%% verbnet(broadcast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP.recipient when S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Heather cabled Sara when to send the package. %%% verbnet(broadcast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V NP.recipient S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Heather cabled Sara to come. %%% verbnet(broadcast, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V PP.recipient that S (instr_communication-37.4) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Heather cabled to Sara that the party would be tonight. %%% verbnet(broadcast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V PP.recipient when S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Heather cabled to Sara when to send the package. %%% verbnet(broadcast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V PP.recipient S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/pp %%% Roles: [Topic,Agent] %%% Example: Heather cabled to Sara to come. %%% verbnet(broadcast, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/instr_communication-37.4.xml %%% Primary: NP V for NP S_INF (instr_communication-37.4) %%% Syntax: [np:Agent,v,prep:for,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Heather cabled for Sara to come. %%% verbnet(broadcast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(cable, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet('e-mail', ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(fax, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(modem, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(netmail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(phone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(radio, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(satellite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(semaphore, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(sign, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(signal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telecast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telegraph, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telephone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(telex, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wire, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). verbnet(wireless, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',4]). %%% File: ext/VerbNet/interrogate-37.1.3.xml %%% Primary: NP V NP (interrogate-37.1.3) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: I interrogated him. %%% verbnet('cross-examine', (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(question, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(interview, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(interrogate, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). %%% File: ext/VerbNet/interrogate-37.1.3.xml %%% Primary: NP V NP PP.attribute (interrogate-37.1.3) %%% Syntax: [np:Agent,v,np:Recipient,prep: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: I interrogated him as a suspect. %%% verbnet('cross-examine', ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(question, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(interview, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(interrogate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(as, pp/np, ['Attribute'], [37,.,1,.,3]). %%% File: ext/VerbNet/interrogate-37.1.3.xml %%% Primary: NP V NP PP.topic (interrogate-37.1.3) %%% Syntax: [np:Agent,v,np:Recipient,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: I interrogated him about the incident. %%% verbnet('cross-examine', ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(question, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(interview, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(interrogate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',3]). verbnet(about, pp/np, ['Topic'], [37,.,1,.,3]). %%% File: ext/VerbNet/investigate-35.4.xml %%% Primary: NP V NP.location PP.theme (investigate-35.4) %%% Syntax: [np:Agent,v,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Agent] %%% Example: We investigated the area for bombs. %%% verbnet(canvass, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(explore, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(examine, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(frisk, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(inspect, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(investigate, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(monitor, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(observe, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(quiz, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(raid, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(ransack, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(riffle, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(scan, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(scrutinize, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(survey, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(tap, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(test, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',4]). verbnet(for, pp/np, ['Theme'], [35,.,4]). %%% File: ext/VerbNet/investigate-35.4.xml %%% Primary: NP V NP.location (investigate-35.4) %%% Syntax: [np:Agent,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Agent] %%% Example: We inspected the area. %%% verbnet(canvass, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(explore, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(examine, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(frisk, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(inspect, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(investigate, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(monitor, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(observe, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(quiz, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(raid, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(ransack, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(riffle, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(scan, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(scrutinize, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(survey, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(tap, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). verbnet(test, (s:_\np)/np, ['Location','Agent'], [35,'.',4]). %%% File: ext/VerbNet/involve-107.xml %%% Primary: NP V NP (involve-107) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They thoughtlessly involved me. %%% verbnet(involve, (s:_\np)/np, ['Theme','Agent'], [107]). verbnet(engage, (s:_\np)/np, ['Theme','Agent'], [107]). verbnet(relate, (s:_\np)/np, ['Theme','Agent'], [107]). verbnet(include, (s:_\np)/np, ['Theme','Agent'], [107]). verbnet(enroll, (s:_\np)/np, ['Theme','Agent'], [107]). %%% File: ext/VerbNet/involve-107.xml %%% Primary: NP V NP PP.goal (involve-107) %%% Syntax: [np:Agent,v,np:Theme,prep:in,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They thoughtlessly involved me in their affairs. %%% verbnet(involve, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]). verbnet(engage, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]). verbnet(relate, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]). verbnet(include, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]). verbnet(enroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [107]). verbnet(in, pp/np, ['Goal'], [107]). %%% File: ext/VerbNet/judgement-33.xml %%% Primary: NP V NP (judgement-33) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They praised the volunteers. %%% verbnet(acclaim, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(accurse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(applaud, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(assail, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(assault, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(attack, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(belittle, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(blame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(bless, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(celebrate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(commend, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(compensate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(compliment, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(condone, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(congratulate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(curse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(damn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(eulogize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(excoriate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(excuse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(extol, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(felicitate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(forgive, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(gibe, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(greet, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(hail, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(herald, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(imprecate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(incriminate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(indict, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(lampoon, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(praise, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(honor, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(laud, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(pardon, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(recompense, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(remunerate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(slander, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(stultify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(repay, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reward, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(salute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(thank, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(toast, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(abuse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(backbite, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(calumniate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(castigate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(censure, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chasten, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chastise, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chide, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(criticize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(decry, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(defame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(denigrate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(denounce, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(deprecate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(deride, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(disparage, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(fault, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(impeach, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(insult, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(lambaste, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(malign, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(mock, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(penalize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(persecute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(prosecute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(punish, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(rebuke, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprimand, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reproach, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprove, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(revile, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(ridicule, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(scold, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(repudiate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(scorn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(shame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(snub, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(upbraid, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(victimize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(vilify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [33]). %%% File: ext/VerbNet/judgement-33.xml %%% Primary: NP V NP PP.predicate (judgement-33) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Predicate] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They praised the volunteers for their dedication. %%% verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(for, pp/np, ['Attribute'], [33]). %%% File: ext/VerbNet/judgement-33.xml %%% Primary: NP V NP.predicate (judgement-33) %%% Syntax: [np:Agent,v,np:Theme,np:Predicate] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: They praised the volunteer's dedication. %%% verbnet(acclaim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(accurse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(applaud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(assail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(assault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(attack, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(belittle, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(blame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(bless, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(celebrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(commend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(compensate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(compliment, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(condone, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(congratulate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(curse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(damn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(eulogize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(excoriate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(excuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(extol, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(felicitate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(forgive, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(gibe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(glorify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(greet, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(hail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(herald, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(imprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(incriminate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(indict, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(lampoon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(praise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(honor, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(recommend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(laud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(pardon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(recompense, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(remunerate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(slander, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(stultify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(repay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reward, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(salute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(thank, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(toast, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(abuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(backbite, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(calumniate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(castigate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(censure, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chasten, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chastise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chide, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(condemn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(criticize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(decry, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(defame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(denigrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(denounce, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(deprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(deride, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(disparage, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(fault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(impeach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(insult, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(lambaste, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(malign, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(mock, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(penalize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(persecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(prosecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(punish, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(rebuke, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprimand, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reproach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprove, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(revile, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(ridicule, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(scold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(repudiate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(scorn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(shame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(snub, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(upbraid, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(victimize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(vilify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(approve, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(sanction, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). %%% File: ext/VerbNet/judgement-33.xml %%% Primary: NP V NP PP.predicate (judgement-33) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Predicate] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I judged him as a good man. %%% verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(as, pp/np, ['Attribute'], [33]). %%% File: ext/VerbNet/judgement-33.xml %%% Primary: NP v NP to be NP (judgement-33) %%% Syntax: [np:Agent,v,np:Theme,np:Predicate] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: I judged him to be a good man. %%% verbnet(acclaim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(accurse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(applaud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(assail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(assault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(attack, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(belittle, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(blame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(bless, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(celebrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(commend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(compensate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(compliment, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(condone, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(congratulate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(curse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(damn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(eulogize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(excoriate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(excuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(extol, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(felicitate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(forgive, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(gibe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(glorify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(greet, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(hail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(herald, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(imprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(incriminate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(indict, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(lampoon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(praise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(honor, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(recommend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(laud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(pardon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(recompense, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(remunerate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(slander, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(stultify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(repay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reward, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(salute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(thank, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(toast, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(abuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(backbite, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(calumniate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(castigate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(censure, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chasten, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chastise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chide, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(condemn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(criticize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(decry, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(defame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(denigrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(denounce, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(deprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(deride, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(disparage, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(fault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(impeach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(insult, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(lambaste, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(malign, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(mock, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(penalize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(persecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(prosecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(punish, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(rebuke, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprimand, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reproach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprove, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(revile, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(ridicule, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(scold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(repudiate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(scorn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(shame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(snub, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(upbraid, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(victimize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(vilify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(approve, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(sanction, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). %%% File: ext/VerbNet/judgment-33.xml %%% Primary: NP V NP (judgment-33) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They praised the volunteers. %%% verbnet(acclaim, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(accurse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(applaud, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(assail, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(assault, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(attack, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(badmouth, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(belittle, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(blame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(bless, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(celebrate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(commend, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(compensate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(compliment, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(condone, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(congratulate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(curse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(damn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(eulogize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(excoriate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(excuse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(extol, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(felicitate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(forgive, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(gibe, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(greet, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(hail, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(herald, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(imprecate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(incriminate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(indict, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(lampoon, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(praise, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(honor, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(laud, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(pardon, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(recompense, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(remunerate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprobate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(slander, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(stultify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(repay, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reward, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(salute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(satirize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(thank, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(toast, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(abuse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(backbite, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(calumniate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(castigate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(censure, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chasten, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chastise, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chide, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(criticize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(decry, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(defame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(denigrate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(denounce, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(deprecate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(deride, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(disparage, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(fault, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(impeach, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(insult, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(lambaste, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(malign, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(mock, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(penalize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(persecute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(prosecute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(punish, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(rebuke, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprimand, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reproach, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprove, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(revile, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(ridicule, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(scold, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(repudiate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(scorn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(shame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(snub, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(upbraid, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(victimize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(vilify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(slang, (s:_\np)/np, ['Theme','Agent'], [33]). %%% File: ext/VerbNet/judgment-33.xml %%% Primary: NP V NP PP.attribute (judgment-33) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They praised the volunteers for their dedication. %%% verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(badmouth, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprobate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(satirize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(slang, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(for, pp/np, ['Attribute'], [33]). %%% File: ext/VerbNet/judgment-33.xml %%% Primary: NP V NP.theme (judgment-33) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They praised the volunteer's dedication. %%% verbnet(acclaim, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(accurse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(applaud, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(assail, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(assault, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(attack, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(badmouth, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(belittle, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(blame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(bless, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(celebrate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(commend, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(compensate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(compliment, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(condone, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(congratulate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(curse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(damn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(eulogize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(excoriate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(excuse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(extol, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(felicitate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(forgive, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(gibe, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(greet, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(hail, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(herald, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(imprecate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(incriminate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(indict, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(lampoon, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(praise, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(honor, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(laud, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(pardon, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(recompense, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(remunerate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprobate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(slander, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(stultify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(repay, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reward, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(salute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(satirize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(thank, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(toast, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(abuse, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(backbite, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(calumniate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(castigate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(censure, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chasten, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chastise, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(chide, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(criticize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(decry, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(defame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(denigrate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(denounce, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(deprecate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(deride, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(disparage, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(fault, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(impeach, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(insult, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(lambaste, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(malign, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(mock, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(penalize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(persecute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(prosecute, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(punish, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(rebuke, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprimand, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reproach, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(reprove, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(revile, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(ridicule, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(scold, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(repudiate, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(scorn, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(shame, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(snub, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(upbraid, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(victimize, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(vilify, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [33]). verbnet(slang, (s:_\np)/np, ['Theme','Agent'], [33]). %%% File: ext/VerbNet/judgment-33.xml %%% Primary: NP V NP PP.attribute (judgment-33) %%% Syntax: [np:Agent,v,np:Theme,prep: (as),np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I judged him as a good man. %%% verbnet(acclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(accurse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(applaud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(assault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(attack, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(badmouth, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(belittle, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(bless, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(celebrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(commend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compensate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(compliment, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condone, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(congratulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(curse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(damn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(doubt, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(eulogize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excoriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(excuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(extol, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(felicitate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(forgive, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(gibe, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(glorify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(greet, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(herald, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(imprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(incriminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(indict, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lampoon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(honor, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(laud, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(pardon, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(recompense, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(remunerate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprobate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(slander, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(stultify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repay, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reward, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(salute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(satirize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(thank, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(toast, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(abuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(backbite, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(calumniate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(castigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(censure, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chastise, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(chide, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(criticize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(decry, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(defame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denigrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(denounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deprecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(deride, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(disparage, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(fault, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(impeach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(insult, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(lambaste, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(malign, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(mock, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(penalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(persecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(prosecute, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(punish, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(rebuke, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprimand, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reproach, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(reprove, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(revile, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(ridicule, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scold, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(repudiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(scorn, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(shame, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(snub, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(upbraid, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(victimize, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(vilify, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(approve, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(sanction, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(slang, ((s:_\np)/pp)/np, ['Theme','Agent'], [33]). verbnet(as, pp/np, ['Attribute'], [33]). %%% File: ext/VerbNet/judgment-33.xml %%% Primary: NP V NP to be NP (judgment-33) %%% Syntax: [np:Agent,v,np:Theme,np:Attribute] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Attribute,Agent] %%% Example: I judged him to be a good man. %%% verbnet(acclaim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(accurse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(applaud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(assail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(assault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(attack, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(badmouth, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(belittle, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(blame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(blaspheme, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(bless, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(celebrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(commend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(compensate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(compliment, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(condone, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(congratulate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(curse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(damn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(eulogize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(excoriate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(excuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(extol, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(felicitate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(forgive, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(gibe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(glorify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(greet, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(hail, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(herald, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(imprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(incriminate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(indict, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(lampoon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(stigmatize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(praise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(honor, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(recommend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(laud, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(pardon, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(recompense, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(remunerate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprobate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(slander, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(stultify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(repay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reward, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(salute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(satirize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(thank, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(toast, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(abuse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(backbite, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(calumniate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(castigate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(censure, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chasten, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chastise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(chide, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(condemn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(criticize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(decry, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(defame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(denigrate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(denounce, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(deprecate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(deride, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(disparage, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(fault, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(impeach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(insult, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(lambaste, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(malign, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(mock, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(penalize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(persecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(prosecute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(punish, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(rebuke, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprimand, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reproach, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(reprove, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(revile, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(ridicule, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(scold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(repudiate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(scorn, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(shame, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(snub, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(upbraid, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(victimize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(vilify, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(approve, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(sanction, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). verbnet(slang, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [33]). %%% File: ext/VerbNet/keep-15.2.xml %%% Primary: NP V NP PP.location (keep-15.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Michelle kept the papers in the desk. %%% verbnet(hoard, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]). verbnet(keep, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]). verbnet(leave, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]). verbnet(store, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]). verbnet(stock, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]). verbnet(stockpile, ((s:_\np)/pp)/np, ['Theme','Agent'], [15,'.',2]). %%% File: ext/VerbNet/keep-15.2.xml %%% Primary: NP V NP (keep-15.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Many small investors in Belgium store securities. %%% verbnet(hoard, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]). verbnet(keep, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]). verbnet(leave, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]). verbnet(store, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]). verbnet(stock, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]). verbnet(stockpile, (s:_\np)/np, ['Theme','Agent'], [15,'.',2]). %%% File: ext/VerbNet/knead-26.5.xml %%% Primary: NP.material V PP.product (knead-26.5) %%% Syntax: [np:Material,v,prep:into,np:Product] %%% CCG: (s:_\np)/pp %%% Roles: [Source] %%% Example: The dough twirled into a pretzel. %%% verbnet(beat, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(bend, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(coil, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(collect, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(compress, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(contort, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(curve, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(distort, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(fold, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(flex, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(flux, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(knead, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(melt, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(shake, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(squash, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(squeeze, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(squish, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(twirl, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(twist, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(wad, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(whip, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(wind, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(work, (s:_\np)/pp, ['Source'], [26,'.',5]). verbnet(into, pp/np, ['Result'], [26,.,5]). %%% File: ext/VerbNet/knead-26.5.xml %%% Primary: NP V NP.material PP.product (knead-26.5) %%% Syntax: [np:Agent,v,np:Material,prep:into,np:Product] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Source,Agent] %%% Example: I kneaded the dough into a loaf. %%% verbnet(beat, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(bend, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(coil, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(collect, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(compress, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(contort, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(curve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(distort, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(fold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(flex, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(flux, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(knead, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(melt, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(shake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(squash, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(squeeze, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(squish, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(twirl, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(twist, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(wad, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(whip, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(wind, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(work, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',5]). verbnet(into, pp/np, ['Result'], [26,.,5]). %%% File: ext/VerbNet/knead-26.5.xml %%% Primary: NP V NP.material (knead-26.5) %%% Syntax: [np:Agent,v,np:Material] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: I kneaded the dough. %%% verbnet(beat, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(bend, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(coil, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(collect, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(compress, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(contort, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(curve, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(distort, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(fold, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(flex, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(flux, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(knead, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(melt, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(shake, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(squash, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(squeeze, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(squish, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(twirl, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(twist, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(wad, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(whip, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(wind, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). verbnet(work, (s:_\np)/np, ['Source','Agent'], [26,'.',5]). %%% File: ext/VerbNet/learn-14.xml %%% Primary: NP V (learn-14-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: She studied. %%% verbnet(cram, s:_\np, ['Agent'], [14,-,1]). verbnet(read, s:_\np, ['Agent'], [14,-,1]). verbnet(study, s:_\np, ['Agent'], [14,-,1]). verbnet(learn, s:_\np, ['Agent'], [14,-,1]). %%% File: ext/VerbNet/learn-14.xml %%% Primary: NP V PP.topic (learn-14-2-1) %%% Syntax: [np:Agent,v,prep:of about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: The president learned of a coup plot that might endanger his life. %%% verbnet(assimilate, (s:_\np)/pp, ['Agent'], [14,-,2,-,1]). verbnet(learn, (s:_\np)/pp, ['Agent'], [14,-,2,-,1]). verbnet(read, (s:_\np)/pp, ['Agent'], [14,-,2,-,1]). verbnet(of, pp/np, ['Topic'], [14,-,2,-,1]). verbnet(about, pp/np, ['Topic'], [14,-,2,-,1]). %%% File: ext/VerbNet/learn-14.xml %%% Primary: NP V that S (learn-14-2) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: The defense also learned that college-educated people were uncharacteristically conservative. %%% verbnet(assimilate, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]). verbnet(learn, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]). verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]). verbnet(glean, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]). verbnet(memorize, (s:_\np)/s:_, ['Topic','Agent'], [14,-,2]). %%% File: ext/VerbNet/learn-14.xml %%% Primary: NP V NP PP.source (learn-14) %%% Syntax: [np:Agent,v,np:Topic,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: Rhoda learned French from an old book. %%% verbnet(cram, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(read, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(study, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(learn, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(assimilate, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(learn, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(read, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(glean, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(memorize, ((s:_\np)/pp)/np, ['Topic','Agent'], [14]). verbnet(from, pp/np, ['Source'], [14]). %%% File: ext/VerbNet/learn-14.xml %%% Primary: NP V PP.source (learn-14) %%% Syntax: [np:Agent,v,prep:from,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Rhoda learned from an old book. %%% verbnet(cram, (s:_\np)/pp, ['Agent'], [14]). verbnet(read, (s:_\np)/pp, ['Agent'], [14]). verbnet(study, (s:_\np)/pp, ['Agent'], [14]). verbnet(learn, (s:_\np)/pp, ['Agent'], [14]). verbnet(assimilate, (s:_\np)/pp, ['Agent'], [14]). verbnet(learn, (s:_\np)/pp, ['Agent'], [14]). verbnet(read, (s:_\np)/pp, ['Agent'], [14]). verbnet(glean, (s:_\np)/pp, ['Agent'], [14]). verbnet(memorize, (s:_\np)/pp, ['Agent'], [14]). verbnet(from, pp/np, ['Source'], [14]). %%% File: ext/VerbNet/learn-14.xml %%% Primary: NP V NP (learn-14) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: Kissinger learned his lesson. %%% verbnet(cram, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(read, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(study, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(learn, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(assimilate, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(learn, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(read, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(glean, (s:_\np)/np, ['Topic','Agent'], [14]). verbnet(memorize, (s:_\np)/np, ['Topic','Agent'], [14]). %%% File: ext/VerbNet/leave-51.2.xml %%% Primary: NP V (leave-51.2-1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The crowd left. %%% verbnet(desert, s:_\np, ['Theme'], [51,'.',2,-,1]). verbnet(leave, s:_\np, ['Theme'], [51,'.',2,-,1]). %%% File: ext/VerbNet/leave-51.2.xml %%% Primary: NP V NP.initial_location (leave-51.2) %%% Syntax: [np:Theme,v,np:Initial_Location] %%% CCG: (s:_\np)/np %%% Roles: [Source,Theme] %%% Example: We abandoned the area. %%% verbnet(desert, (s:_\np)/np, ['Source','Theme'], [51,'.',2]). verbnet(leave, (s:_\np)/np, ['Source','Theme'], [51,'.',2]). verbnet(abandon, (s:_\np)/np, ['Source','Theme'], [51,'.',2]). verbnet(split, (s:_\np)/np, ['Source','Theme'], [51,'.',2]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V PP.topic S_ING (lecture-37.11-1-1) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She lectured about her traveling. %%% verbnet(elaborate, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1,-,1]). verbnet(comment, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1,-,1]). verbnet(about, pp/np, ['Topic'], [37,.,11,-,1,-,1]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V (lecture-37.11-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: She lectured. %%% verbnet(elaborate, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(comment, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(lecture, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(moralize, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(preach, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(rant, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(remark, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(speak, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(talk, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(testify, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(theorize, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(write, s:_\np, ['Agent'], [37,'.',11,-,1]). verbnet(pontificate, s:_\np, ['Agent'], [37,'.',11,-,1]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V PP.topic (lecture-37.11-1) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She lectured about her travels. %%% verbnet(elaborate, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(comment, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(lecture, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(moralize, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(preach, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(remark, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(testify, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(theorize, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(write, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(pontificate, (s:_\np)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(about, pp/np, ['Topic'], [37,.,11,-,1]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V PP.recipient PP.topic (lecture-37.11-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: She lectured to the class about her travels. %%% verbnet(elaborate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(comment, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(lecture, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(moralize, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(preach, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(rant, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(remark, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(testify, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(theorize, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(write, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(pontificate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',11,-,1]). verbnet(about, pp/np, ['Topic'], [37,.,11,-,1]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V PP.topic (lecture-37.11-2) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She dwelled on her travels. %%% verbnet(dwell, (s:_\np)/pp, ['Agent'], [37,'.',11,-,2]). verbnet(about, pp/np, ['Topic'], [37,.,11,-,2]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V PP.topic S_ING (lecture-37.11-2) %%% Syntax: [np:Agent,v,prep:on,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She dwelled on her traveling. %%% verbnet(dwell, (s:_\np)/pp, ['Agent'], [37,'.',11,-,2]). verbnet(on, pp/np, ['Topic'], [37,.,11,-,2]). %%% File: ext/VerbNet/lecture-37.11.xml %%% Primary: NP V S_ING (lecture-37.11) %%% Syntax: [np:Agent,v,prep:about,vp_ng:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She lectured about traveling. %%% verbnet(elaborate, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(comment, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(lecture, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(moralize, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(preach, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(remark, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(testify, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(theorize, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(write, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(pontificate, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(dwell, (s:_\np)/pp, ['Agent'], [37,'.',11]). verbnet(about, pp/(s:ng\np), ['Topic'], [37,.,11]). %%% File: ext/VerbNet/light_emission-43.1.xml %%% Primary: NP V (light_emission-43.1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The jewel sparkled. %%% verbnet(beam, s:_\np, ['Theme'], [43,'.',1]). verbnet(blaze, s:_\np, ['Theme'], [43,'.',1]). verbnet(blink, s:_\np, ['Theme'], [43,'.',1]). verbnet(burn, s:_\np, ['Theme'], [43,'.',1]). verbnet(flame, s:_\np, ['Theme'], [43,'.',1]). verbnet(flare, s:_\np, ['Theme'], [43,'.',1]). verbnet(flash, s:_\np, ['Theme'], [43,'.',1]). verbnet(flicker, s:_\np, ['Theme'], [43,'.',1]). verbnet(fluoresce, s:_\np, ['Theme'], [43,'.',1]). verbnet(glare, s:_\np, ['Theme'], [43,'.',1]). verbnet(gleam, s:_\np, ['Theme'], [43,'.',1]). verbnet(glimmer, s:_\np, ['Theme'], [43,'.',1]). verbnet(glint, s:_\np, ['Theme'], [43,'.',1]). verbnet(glisten, s:_\np, ['Theme'], [43,'.',1]). verbnet(glitter, s:_\np, ['Theme'], [43,'.',1]). verbnet(glow, s:_\np, ['Theme'], [43,'.',1]). verbnet(incandesce, s:_\np, ['Theme'], [43,'.',1]). verbnet(scintillate, s:_\np, ['Theme'], [43,'.',1]). verbnet(shimmer, s:_\np, ['Theme'], [43,'.',1]). verbnet(shine, s:_\np, ['Theme'], [43,'.',1]). verbnet(sparkle, s:_\np, ['Theme'], [43,'.',1]). verbnet(twinkle, s:_\np, ['Theme'], [43,'.',1]). %%% File: ext/VerbNet/light_emission-43.1.xml %%% Primary: NP V PP.location (light_emission-43.1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Jewels sparkled on the crown. %%% verbnet(beam, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(blaze, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(blink, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(burn, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(flame, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(flare, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(flash, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(flicker, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(fluoresce, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(glare, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(gleam, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(glimmer, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(glint, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(glisten, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(glitter, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(glow, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(incandesce, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(scintillate, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(shimmer, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(shine, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(sparkle, (s:_\np)/pp, ['Theme'], [43,'.',1]). verbnet(twinkle, (s:_\np)/pp, ['Theme'], [43,'.',1]). %%% File: ext/VerbNet/light_emission-43.1.xml %%% Primary: NP.location V PP.theme (light_emission-43.1) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The crown sparkled with jewels. %%% verbnet(beam, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(blaze, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(blink, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(burn, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(flame, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(flare, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(flash, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(flicker, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(fluoresce, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(glare, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(gleam, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(glimmer, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(glint, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(glisten, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(glitter, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(glow, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(incandesce, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(scintillate, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(shimmer, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(shine, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(sparkle, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(twinkle, (s:_\np)/pp, ['Location'], [43,'.',1]). verbnet(with, pp/np, ['Theme'], [43,.,1]). %%% File: ext/VerbNet/light_emission-43.1.xml %%% Primary: There V NP PP.location (light_emission-43.1) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There sparkled a magnificent diamond on his finger. %%% verbnet(beam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(blaze, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(blink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(burn, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(flame, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(flare, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(flash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(flicker, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(fluoresce, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(glare, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(gleam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(glimmer, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(glint, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(glisten, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(glitter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(glow, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(incandesce, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(scintillate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(shimmer, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(shine, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(sparkle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). verbnet(twinkle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',1]). %%% File: ext/VerbNet/light_emission-43.1.xml %%% Primary: PP.location there V NP (light_emission-43.1) %%% Syntax: [pp,np:Location,lex:there,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Missing: [lex:there] %%% Example: On his finger there sparkled a magnificent diamond. %%% verbnet(beam, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(blaze, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(blink, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(burn, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(flame, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(flare, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(flash, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(flicker, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(fluoresce, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(glare, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(gleam, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(glimmer, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(glint, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(glisten, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(glitter, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(glow, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(incandesce, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(scintillate, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(shimmer, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(shine, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(sparkle, (s:_\pp)/np, ['Theme'], [43,'.',1]). verbnet(twinkle, (s:_\pp)/np, ['Theme'], [43,'.',1]). %%% File: ext/VerbNet/light_emission-43.1.xml %%% Primary: NP V NP.theme (light_emission-43.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The stagehand flashed the lights. %%% verbnet(beam, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(blaze, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(blink, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(burn, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(flame, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(flare, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(flash, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(flicker, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(fluoresce, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(glare, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(gleam, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(glimmer, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(glint, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(glisten, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(glitter, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(glow, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(incandesce, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(scintillate, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(shimmer, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(shine, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(sparkle, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). verbnet(twinkle, (s:_\np)/np, ['Theme','Agent'], [43,'.',1]). %%% File: ext/VerbNet/limit-76.xml %%% Primary: NP V NP (limit-76) %%% Syntax: [np:Cause,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Cause] %%% Example: The lack of money limited the help. %%% verbnet(confine, (s:_\np)/np, ['Patient','Cause'], [76]). verbnet(limit, (s:_\np)/np, ['Patient','Cause'], [76]). verbnet(reduce, (s:_\np)/np, ['Patient','Cause'], [76]). verbnet(restrict, (s:_\np)/np, ['Patient','Cause'], [76]). verbnet(restrain, (s:_\np)/np, ['Patient','Cause'], [76]). verbnet(constrain, (s:_\np)/np, ['Patient','Cause'], [76]). %%% File: ext/VerbNet/limit-76.xml %%% Primary: NP V NP S_ING (limit-76) %%% Syntax: [np:Cause,v,np:Patient,prep:to,vp_ng:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Cause] %%% Example: The lack of money limited them to helping to our peers. %%% verbnet(confine, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(limit, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(reduce, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(restrict, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(restrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(constrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(to, pp/(s:ng\np), ['Goal'], [76]). %%% File: ext/VerbNet/limit-76.xml %%% Primary: NP V NP PP.goal (limit-76) %%% Syntax: [np:Cause,v,np:Patient,prep:to,np:Goal] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Cause] %%% Example: The lack of money limited the help to our peers. %%% verbnet(confine, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(limit, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(reduce, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(restrict, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(restrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(constrain, ((s:_\np)/pp)/np, ['Patient','Cause'], [76]). verbnet(to, pp/np, ['Goal'], [76]). %%% File: ext/VerbNet/limit-76.xml %%% Primary: NP V NP S_INF (limit-76) %%% Syntax: [np:Cause,v,np:Patient,vp_to:Goal] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Patient,Goal,Cause] %%% Example: The lack of money limited them to help their peers only. %%% verbnet(confine, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]). verbnet(limit, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]). verbnet(reduce, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]). verbnet(restrict, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]). verbnet(restrain, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]). verbnet(constrain, ((s:_\np)/ (s:ng\np))/np, ['Patient','Goal','Cause'], [76]). %%% File: ext/VerbNet/linger-53.1.xml %%% Primary: NP V NP (linger-53.1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He delayed the watering. %%% verbnet(delay, (s:_\np)/np, ['Theme','Agent'], [53,'.',1,-,1]). verbnet(scruple, (s:_\np)/np, ['Theme','Agent'], [53,'.',1,-,1]). verbnet(stall, (s:_\np)/np, ['Theme','Agent'], [53,'.',1,-,1]). %%% File: ext/VerbNet/linger-53.1.xml %%% Primary: NP V PP.location (linger-53.1) %%% Syntax: [np:Agent,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Sasha dawdled in the museum. %%% verbnet(delay, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(scruple, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(stall, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(dally, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(dawdle, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(dither, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(equivocate, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(hesitate, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(linger, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(loaf, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(loiter, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(pause, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(potter, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(procrastinate, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(tarry, (s:_\np)/pp, ['Agent'], [53,'.',1]). %%% File: ext/VerbNet/linger-53.1.xml %%% Primary: NP V PP.theme (linger-53.1) %%% Syntax: [np:Agent,v,prep:over,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Sasha dawdled over lunch. %%% verbnet(delay, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(scruple, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(stall, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(dally, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(dawdle, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(dither, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(equivocate, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(hesitate, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(linger, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(loaf, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(loiter, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(pause, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(potter, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(procrastinate, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(tarry, (s:_\np)/pp, ['Agent'], [53,'.',1]). verbnet(over, pp/np, ['Theme'], [53,.,1]). %%% File: ext/VerbNet/lodge-46.xml %%% Primary: NP V PP.location (lodge-46) %%% Syntax: [np:Theme,v,prep:at in with,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Cornelia lodged with the Stevensons. %%% verbnet(barrack, (s:_\np)/pp, ['Theme'], [46]). verbnet(bivouac, (s:_\np)/pp, ['Theme'], [46]). verbnet(board, (s:_\np)/pp, ['Theme'], [46]). verbnet(camp, (s:_\np)/pp, ['Theme'], [46]). verbnet(dwell, (s:_\np)/pp, ['Theme'], [46]). verbnet(guest, (s:_\np)/pp, ['Theme'], [46]). verbnet(live, (s:_\np)/pp, ['Theme'], [46]). verbnet(lodge, (s:_\np)/pp, ['Theme'], [46]). verbnet(overnight, (s:_\np)/pp, ['Theme'], [46]). verbnet(quarter, (s:_\np)/pp, ['Theme'], [46]). verbnet(reside, (s:_\np)/pp, ['Theme'], [46]). verbnet(room, (s:_\np)/pp, ['Theme'], [46]). verbnet(settle, (s:_\np)/pp, ['Theme'], [46]). verbnet(shack_up, (s:_\np)/pp, ['Theme'], [46]). verbnet(shelter, (s:_\np)/pp, ['Theme'], [46]). verbnet(sleep_over, (s:_\np)/pp, ['Theme'], [46]). verbnet(squat, (s:_\np)/pp, ['Theme'], [46]). verbnet(stay_over, (s:_\np)/pp, ['Theme'], [46]). verbnet(stop, (s:_\np)/pp, ['Theme'], [46]). verbnet(stay, (s:_\np)/pp, ['Theme'], [46]). verbnet(at, pp/np, ['Location'], [46]). verbnet(in, pp/np, ['Location'], [46]). verbnet(with, pp/np, ['Location'], [46]). %%% File: ext/VerbNet/lodge-46.xml %%% Primary: NP V ADV (lodge-46) %%% Syntax: [np:Theme,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Theme] %%% Example: We camped there. %%% verbnet(barrack, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(bivouac, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(board, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(camp, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(dwell, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(guest, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(live, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(lodge, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(overnight, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(quarter, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(reside, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(room, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(settle, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(shack_up, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(shelter, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(sleep_over, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(squat, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(stay_over, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(stop, (s:_\np)/np, ['Location','Theme'], [46]). verbnet(stay, (s:_\np)/np, ['Location','Theme'], [46]). %%% File: ext/VerbNet/long-32.2.xml %%% Primary: NP V PP.theme (long-32.2-1) %%% Syntax: [np:Experiencer,v,prep:for,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: Danny longs for a sunny day. %%% verbnet(ache, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(crave, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(fall, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(hanker, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(hope, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(hunger, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(itch, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(long, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(lust, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(pine, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(pray, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(thirst, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(wish, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(yearn, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,1]). verbnet(for, pp/np, ['Theme'], [32,.,2,-,1]). %%% File: ext/VerbNet/long-32.2.xml %%% Primary: NP V PP.theme (long-32.2-2) %%% Syntax: [np:Experiencer,v,prep:after,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: Danny yearns after sunny days. %%% verbnet(dangle, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]). verbnet(hanker, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]). verbnet(lust, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]). verbnet(thirst, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]). verbnet(yearn, (s:_\np)/pp, ['Experiencer'], [32,'.',2,-,2]). verbnet(after, pp/np, ['Theme'], [32,.,2,-,2]). %%% File: ext/VerbNet/long-32.2.xml %%% Primary: NP V S_INF (long-32.2) %%% Syntax: [np:Experiencer,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Experiencer] %%% Example: John oft hankered to move up the corporate ladder. %%% verbnet(ache, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(fall, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(hanker, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(hope, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(hunger, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(itch, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(long, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(lust, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(pine, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(pray, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(thirst, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(wish, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(yearn, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(dangle, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(hanker, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(lust, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(thirst, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). verbnet(yearn, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [32,'.',2]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP v (manner_speaking-37.3) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Susan whispered. %%% verbnet(babble, s:_\np, ['Agent'], [37,'.',3]). verbnet(bark, s:_\np, ['Agent'], [37,'.',3]). verbnet(bawl, s:_\np, ['Agent'], [37,'.',3]). verbnet(bellow, s:_\np, ['Agent'], [37,'.',3]). verbnet(bleat, s:_\np, ['Agent'], [37,'.',3]). verbnet(boom, s:_\np, ['Agent'], [37,'.',3]). verbnet(bray, s:_\np, ['Agent'], [37,'.',3]). verbnet(burble, s:_\np, ['Agent'], [37,'.',3]). verbnet(bluster, s:_\np, ['Agent'], [37,'.',3]). verbnet(cackle, s:_\np, ['Agent'], [37,'.',3]). verbnet(call, s:_\np, ['Agent'], [37,'.',3]). verbnet(carol, s:_\np, ['Agent'], [37,'.',3]). verbnet(chant, s:_\np, ['Agent'], [37,'.',3]). verbnet(chatter, s:_\np, ['Agent'], [37,'.',3]). verbnet(chirp, s:_\np, ['Agent'], [37,'.',3]). verbnet(chortle, s:_\np, ['Agent'], [37,'.',3]). verbnet(chuckle, s:_\np, ['Agent'], [37,'.',3]). verbnet(cluck, s:_\np, ['Agent'], [37,'.',3]). verbnet(coo, s:_\np, ['Agent'], [37,'.',3]). verbnet(croak, s:_\np, ['Agent'], [37,'.',3]). verbnet(croon, s:_\np, ['Agent'], [37,'.',3]). verbnet(crow, s:_\np, ['Agent'], [37,'.',3]). verbnet(cry, s:_\np, ['Agent'], [37,'.',3]). verbnet(drawl, s:_\np, ['Agent'], [37,'.',3]). verbnet(drone, s:_\np, ['Agent'], [37,'.',3]). verbnet(gabble, s:_\np, ['Agent'], [37,'.',3]). verbnet(gasp, s:_\np, ['Agent'], [37,'.',3]). verbnet(gibber, s:_\np, ['Agent'], [37,'.',3]). verbnet(groan, s:_\np, ['Agent'], [37,'.',3]). verbnet(growl, s:_\np, ['Agent'], [37,'.',3]). verbnet(grumble, s:_\np, ['Agent'], [37,'.',3]). verbnet(grunt, s:_\np, ['Agent'], [37,'.',3]). verbnet(hiss, s:_\np, ['Agent'], [37,'.',3]). verbnet(holler, s:_\np, ['Agent'], [37,'.',3]). verbnet(hoot, s:_\np, ['Agent'], [37,'.',3]). verbnet(howl, s:_\np, ['Agent'], [37,'.',3]). verbnet(jabber, s:_\np, ['Agent'], [37,'.',3]). verbnet(lilt, s:_\np, ['Agent'], [37,'.',3]). verbnet(lisp, s:_\np, ['Agent'], [37,'.',3]). verbnet(moan, s:_\np, ['Agent'], [37,'.',3]). verbnet(mumble, s:_\np, ['Agent'], [37,'.',3]). verbnet(murmur, s:_\np, ['Agent'], [37,'.',3]). verbnet(mutter, s:_\np, ['Agent'], [37,'.',3]). verbnet(nasal, s:_\np, ['Agent'], [37,'.',3]). verbnet(natter, s:_\np, ['Agent'], [37,'.',3]). verbnet(pant, s:_\np, ['Agent'], [37,'.',3]). verbnet(prattle, s:_\np, ['Agent'], [37,'.',3]). verbnet(purr, s:_\np, ['Agent'], [37,'.',3]). verbnet(quaver, s:_\np, ['Agent'], [37,'.',3]). verbnet(rage, s:_\np, ['Agent'], [37,'.',3]). verbnet(rant, s:_\np, ['Agent'], [37,'.',3]). verbnet(rasp, s:_\np, ['Agent'], [37,'.',3]). verbnet(roar, s:_\np, ['Agent'], [37,'.',3]). verbnet(rumble, s:_\np, ['Agent'], [37,'.',3]). verbnet(scream, s:_\np, ['Agent'], [37,'.',3]). verbnet(screech, s:_\np, ['Agent'], [37,'.',3]). verbnet(shout, s:_\np, ['Agent'], [37,'.',3]). verbnet(shriek, s:_\np, ['Agent'], [37,'.',3]). verbnet(sibilate, s:_\np, ['Agent'], [37,'.',3]). verbnet(simper, s:_\np, ['Agent'], [37,'.',3]). verbnet(sigh, s:_\np, ['Agent'], [37,'.',3]). verbnet(sing, s:_\np, ['Agent'], [37,'.',3]). verbnet(smatter, s:_\np, ['Agent'], [37,'.',3]). verbnet(smile, s:_\np, ['Agent'], [37,'.',3]). verbnet(snap, s:_\np, ['Agent'], [37,'.',3]). verbnet(snarl, s:_\np, ['Agent'], [37,'.',3]). verbnet(snivel, s:_\np, ['Agent'], [37,'.',3]). verbnet(snuffle, s:_\np, ['Agent'], [37,'.',3]). verbnet(splutter, s:_\np, ['Agent'], [37,'.',3]). verbnet(squall, s:_\np, ['Agent'], [37,'.',3]). verbnet(squawk, s:_\np, ['Agent'], [37,'.',3]). verbnet(squeak, s:_\np, ['Agent'], [37,'.',3]). verbnet(squeal, s:_\np, ['Agent'], [37,'.',3]). verbnet(stammer, s:_\np, ['Agent'], [37,'.',3]). verbnet(stemmer, s:_\np, ['Agent'], [37,'.',3]). verbnet(stutter, s:_\np, ['Agent'], [37,'.',3]). verbnet(thunder, s:_\np, ['Agent'], [37,'.',3]). verbnet(tisk, s:_\np, ['Agent'], [37,'.',3]). verbnet(trill, s:_\np, ['Agent'], [37,'.',3]). verbnet(trumpet, s:_\np, ['Agent'], [37,'.',3]). verbnet(twang, s:_\np, ['Agent'], [37,'.',3]). verbnet(twitter, s:_\np, ['Agent'], [37,'.',3]). verbnet(vociferate, s:_\np, ['Agent'], [37,'.',3]). verbnet(wail, s:_\np, ['Agent'], [37,'.',3]). verbnet(warble, s:_\np, ['Agent'], [37,'.',3]). verbnet(wheeze, s:_\np, ['Agent'], [37,'.',3]). verbnet(whimper, s:_\np, ['Agent'], [37,'.',3]). verbnet(whine, s:_\np, ['Agent'], [37,'.',3]). verbnet(whisper, s:_\np, ['Agent'], [37,'.',3]). verbnet(whistle, s:_\np, ['Agent'], [37,'.',3]). verbnet(whoop, s:_\np, ['Agent'], [37,'.',3]). verbnet(yammer, s:_\np, ['Agent'], [37,'.',3]). verbnet(yap, s:_\np, ['Agent'], [37,'.',3]). verbnet(yell, s:_\np, ['Agent'], [37,'.',3]). verbnet(yelp, s:_\np, ['Agent'], [37,'.',3]). verbnet(yodel, s:_\np, ['Agent'], [37,'.',3]). verbnet(blare, s:_\np, ['Agent'], [37,'.',3]). verbnet(gurgle, s:_\np, ['Agent'], [37,'.',3]). verbnet(hum, s:_\np, ['Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.recipient (manner_speaking-37.3) %%% Syntax: [np:Agent,v,pp,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan whispered to/at Rachel. %%% verbnet(babble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(call, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/pp, ['Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.topic (manner_speaking-37.3) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan whispered about the party. %%% verbnet(babble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(call, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/pp, ['Agent'], [37,'.',3]). verbnet(about, pp/np, ['Topic'], [37,.,3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V NP (manner_speaking-37.3) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: Susan whispered the news/a few words. %%% verbnet(babble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(call, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V S-Quote (manner_speaking-37.3) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: Susan whispered, 'Leave the room.' %%% verbnet(babble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(call, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/np, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V NP PP.recipient (manner_speaking-37.3) %%% Syntax: [np:Agent,v,np:Topic,pp,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: Susan whispered the news/a few words to/at Rachel. %%% verbnet(babble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bark, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(boom, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bray, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(burble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(call, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(carol, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chant, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(coo, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(croak, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(croon, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(crow, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(cry, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(drone, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(groan, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(growl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(holler, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(howl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(moan, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(natter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(pant, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(purr, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rage, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rant, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(roar, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(scream, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(screech, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(shout, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(simper, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(sing, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(smile, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snap, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squall, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(trill, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(twang, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(wail, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(warble, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whine, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yap, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yell, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(blare, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). verbnet(hum, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V that S (manner_speaking-37.3) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Susan whispered that the party would be tonight. %%% verbnet(babble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(call, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V how S_INF (manner_speaking-37.3) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: Susan whispered how to avoid the crowd. %%% verbnet(babble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(call, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V S_INF (manner_speaking-37.3) %%% Syntax: [np:Agent,v,vp_to:Topic] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Topic,Agent] %%% Example: Susan whispered to come. %%% verbnet(babble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(bark, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(bawl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(bellow, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(bleat, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(boom, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(bray, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(burble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(bluster, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(cackle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(call, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(carol, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(chant, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(chatter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(chirp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(chortle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(cluck, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(coo, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(croak, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(croon, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(crow, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(cry, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(drawl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(drone, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(gabble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(gasp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(gibber, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(groan, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(growl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(grumble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(grunt, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(hiss, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(holler, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(hoot, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(howl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(jabber, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(lilt, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(lisp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(moan, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(mumble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(murmur, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(mutter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(nasal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(natter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(pant, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(prattle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(purr, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(quaver, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(rage, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(rant, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(rasp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(roar, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(rumble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(scream, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(screech, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(shout, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(shriek, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(simper, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(sigh, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(sing, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(smatter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(smile, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(snap, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(snarl, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(snivel, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(splutter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(squall, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(squawk, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(squeak, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(squeal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(stammer, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(stutter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(thunder, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(tisk, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(trill, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(twang, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(twitter, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(wail, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(warble, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(whimper, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(whine, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(whisper, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(whistle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(whoop, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(yammer, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(yap, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(yell, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(yelp, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(yodel, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(blare, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). verbnet(hum, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.recipient that S (manner_speaking-37.3) %%% Syntax: [np:Agent,v,pp,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Susan whispered to Rachel that the party would be tonight. %%% verbnet(babble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bark, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(boom, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bray, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(burble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(call, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(carol, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(coo, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croon, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(crow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(groan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(growl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(holler, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(howl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(natter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(pant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(purr, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rage, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(roar, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(scream, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(screech, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shout, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(simper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sing, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smile, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squall, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trill, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twang, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(warble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(blare, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hum, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.recipient how S_INF (manner_speaking-37.3) %%% Syntax: [np:Agent,v,pp,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Susan whispered to Rachel how to avoid the crowd. %%% verbnet(babble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bark, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(boom, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bray, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(burble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(call, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(carol, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(coo, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croon, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(crow, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cry, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drone, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(groan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(growl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(holler, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(howl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(natter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(pant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(purr, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rage, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rant, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(roar, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(scream, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(screech, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shout, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(simper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sing, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smile, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squall, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trill, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twang, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wail, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(warble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yap, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(blare, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hum, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.recipient S_INF (manner_speaking-37.3) %%% Syntax: [np:Agent,v,pp,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/pp %%% Roles: [Topic,Agent] %%% Example: Susan whispered to Rachel to come. %%% verbnet(babble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bark, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(boom, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bray, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(burble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(call, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(carol, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(coo, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croon, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(crow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cry, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(groan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(growl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(holler, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(howl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(moan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(natter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(pant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(purr, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rage, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(roar, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(scream, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(screech, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shout, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(simper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sing, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smile, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squall, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trill, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twang, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wail, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(warble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whine, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yell, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(blare, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hum, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.recipient S_INF (manner_speaking-37.3) %%% Syntax: [np:Agent,v,prep:for,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/pp %%% Roles: [Topic,Agent] %%% Example: Susan whispered for me to come. %%% verbnet(babble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bark, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(boom, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bray, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(burble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(call, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(carol, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(coo, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croon, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(crow, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cry, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drone, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(groan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(growl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(holler, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(howl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(moan, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(natter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(pant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(purr, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rage, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rant, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(roar, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(scream, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(screech, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shout, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(simper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sing, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smile, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squall, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trill, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twang, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wail, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(warble, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whine, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yap, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yell, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(blare, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hum, ((s:_\np)/ (s:ng\np))/pp, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/manner_speaking-37.3.xml %%% Primary: NP V PP.recipient S-Quote (manner_speaking-37.3) %%% Syntax: [np:Agent,v,pp,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Topic,Agent] %%% Example: Susan whispered to Rachel, 'Leave the room.' %%% verbnet(babble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bark, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bawl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bellow, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bleat, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(boom, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bray, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(burble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(bluster, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cackle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(call, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(carol, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chant, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chatter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chirp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chortle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(chuckle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cluck, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(coo, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croak, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(croon, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(crow, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(cry, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drawl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(drone, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gabble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gasp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gibber, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(groan, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(growl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grumble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(grunt, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hiss, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(holler, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hoot, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(howl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(jabber, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lilt, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(lisp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(moan, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mumble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(murmur, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(mutter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(nasal, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(natter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(pant, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(prattle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(purr, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(quaver, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rage, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rant, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rasp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(roar, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(rumble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(scream, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(screech, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shout, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(shriek, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sibilate, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(simper, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sigh, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(sing, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smatter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(smile, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snap, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snarl, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snivel, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(snuffle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(splutter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squall, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squawk, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeak, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(squeal, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stammer, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stemmer, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(stutter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(thunder, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(tisk, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trill, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(trumpet, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twang, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(twitter, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(vociferate, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wail, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(warble, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(wheeze, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whimper, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whine, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whisper, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whistle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(whoop, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yammer, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yap, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yell, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yelp, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(yodel, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(blare, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(gurgle, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). verbnet(hum, ((s:_\np)/np)/pp, ['Topic','Agent'], [37,'.',3]). %%% File: ext/VerbNet/marry-36.2.xml %%% Primary: NP V (marry-36.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Bill and Kathy married. %%% verbnet(court, s:_\np, ['Agent'], [36,'.',2]). verbnet(cuddle, s:_\np, ['Agent'], [36,'.',2]). verbnet(date, s:_\np, ['Agent'], [36,'.',2]). verbnet(divorce, s:_\np, ['Agent'], [36,'.',2]). verbnet(embrace, s:_\np, ['Agent'], [36,'.',2]). verbnet(hug, s:_\np, ['Agent'], [36,'.',2]). verbnet(kiss, s:_\np, ['Agent'], [36,'.',2]). verbnet(marry, s:_\np, ['Agent'], [36,'.',2]). verbnet(nuzzle, s:_\np, ['Agent'], [36,'.',2]). verbnet(pet, s:_\np, ['Agent'], [36,'.',2]). %%% File: ext/VerbNet/marry-36.2.xml %%% Primary: NP V NP (marry-36.2) %%% Syntax: [np:Agent,v,np:Co-Agent] %%% CCG: (s:_\np)/np %%% Roles: [Agent,Agent] %%% Example: Bill married Kathy. %%% verbnet(court, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(cuddle, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(date, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(divorce, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(embrace, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(hug, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(kiss, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(marry, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(nuzzle, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). verbnet(pet, (s:_\np)/np, ['Agent','Agent'], [36,'.',2]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-1) %%% Syntax: [np:Experiencer,v,prep:at,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: Megan marveled at the Grand Canyon. %%% verbnet(cheer, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(cringe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(enthuse, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(exult, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(fume, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(gladden, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(madden, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(marvel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(rage, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(sadden, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(sicken, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(start, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(swoon, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(thrill, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(flip_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(freak_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(go_apeshit, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(go_ballistic, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(lose_it, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(chafe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,1]). verbnet(at, pp/np, ['Stimulus'], [31,.,3,-,1]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-2) %%% Syntax: [np:Experiencer,v,prep:about,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: We cared about the opera. %%% verbnet(bother, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(care, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(fret, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(mind, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(moon, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(rage, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(rhapsodize, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(stew, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(stress, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(worry, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(flip_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(freak_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(go_apeshit, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(go_ballistic, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(lose_it, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,2]). verbnet(about, pp/np, ['Stimulus'], [31,.,3,-,2]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-3) %%% Syntax: [np:Experiencer,v,prep:for,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I grieve for my departed Juliet. %%% verbnet(bleed, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(care, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(cry, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(fear, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(feel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(grieve, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(mourn, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(weep, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,3]). verbnet(for, pp/np, ['Stimulus'], [31,.,3,-,3]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-4) %%% Syntax: [np:Experiencer,v,prep:from,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I suffered from occasional blackouts. %%% verbnet(ache, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,4]). verbnet(hurt, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,4]). verbnet(suffer, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,4]). verbnet(from, pp/np, ['Stimulus'], [31,.,3,-,4]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-5) %%% Syntax: [np:Experiencer,v,prep:in,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I delighted in such pleasant pursuits. %%% verbnet(bask, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(delight, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(exult, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(glory, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(luxuriate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(revel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(wallow, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,5]). verbnet(in, pp/np, ['Stimulus'], [31,.,3,-,5]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-6) %%% Syntax: [np:Experiencer,v,prep:of,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I certainly approved of Mary's acquaitance. %%% verbnet(approve, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(beware, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(despair, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(disapprove, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(sicken, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(tire, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(weary, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,6]). verbnet(of, pp/np, ['Stimulus'], [31,.,3,-,6]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-7) %%% Syntax: [np:Experiencer,v,prep:on,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I grooved on David Lynch films. %%% verbnet(groove, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,7]). verbnet(on, pp/np, ['Stimulus'], [31,.,3,-,7]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-8) %%% Syntax: [np:Experiencer,v,prep:over,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I anguished over Aslan's pain. %%% verbnet(agonize, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(anger, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(anguish, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(delight, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(enthuse, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(exult, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(fret, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(fume, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(gloat, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(grieve, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(gush, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(hallucinate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(hunger, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(marvel, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(meditate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(moon, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(mope, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(mourn, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(muse, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(obsess, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(puzzle, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(rage, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(rave, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(reflect, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(rejoice, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(rhapsodize, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(ruminate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(salivate, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(seethe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(triumph, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(worry, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(sorrow, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(flip_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(freak_out, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(go_apeshit, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(go_ballistic, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(lose_it, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(chafe, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,8]). verbnet(over, pp/np, ['Stimulus'], [31,.,3,-,8]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP.stimulus (marvel-31.3-9) %%% Syntax: [np:Experiencer,v,prep:to,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: I reacted to the experience violently. %%% verbnet(react, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,9]). verbnet(thrill, (s:_\np)/pp, ['Experiencer'], [31,'.',3,-,9]). verbnet(to, pp/np, ['Stimulus'], [31,.,3,-,9]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V PP (marvel-31.3) %%% Syntax: [np:Stimulus,v,prep:by,np:Experiencer] %%% CCG: (s:_\np)/pp %%% Roles: [Stimulus] %%% Example: The beauty of the Grand Canyon has been marveled over by countless tourists. %%% verbnet(cheer, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(cringe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(enthuse, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(exult, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(fume, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(gladden, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(madden, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(marvel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rage, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(sadden, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(sicken, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(start, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(swoon, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(thrill, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(wonder, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(flip_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(freak_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(go_apeshit, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(go_ballistic, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(lose_it, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(chafe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(bother, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(care, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(fret, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(mind, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(moon, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rage, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rhapsodize, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(stew, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(stress, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(worry, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(flip_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(freak_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(go_apeshit, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(go_ballistic, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(lose_it, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(bleed, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(care, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(cry, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(fear, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(feel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(grieve, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(mourn, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(weep, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(ache, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(hurt, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(suffer, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(bask, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(delight, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(exult, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(glory, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(luxuriate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(revel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(wallow, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(approve, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(beware, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(despair, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(disapprove, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(sicken, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(tire, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(weary, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(groove, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(agonize, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(anger, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(anguish, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(delight, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(enthuse, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(exult, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(fret, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(fume, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(gloat, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(grieve, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(gush, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(hallucinate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(hunger, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(marvel, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(meditate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(moon, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(mope, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(mourn, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(muse, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(obsess, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(puzzle, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rage, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rave, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(reflect, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rejoice, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(rhapsodize, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(ruminate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(salivate, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(seethe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(triumph, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(wonder, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(worry, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(sorrow, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(flip_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(freak_out, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(go_apeshit, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(go_ballistic, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(lose_it, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(chafe, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(react, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(thrill, (s:_\np)/pp, ['Stimulus'], [31,'.',3]). verbnet(by, pp/np, ['Experiencer'], [31,.,3]). %%% File: ext/VerbNet/marvel-31.3.xml %%% Primary: NP V (marvel-31.3) %%% Syntax: [np:Experiencer,v] %%% CCG: s:_\np %%% Roles: [Experiencer] %%% Example: I will suffer. %%% verbnet(cheer, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(cringe, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(enthuse, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(exult, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(fume, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(gladden, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(madden, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(marvel, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rage, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(sadden, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(sicken, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(start, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(swoon, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(thrill, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(wonder, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(flip_out, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(freak_out, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(go_apeshit, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(go_ballistic, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(lose_it, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(chafe, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(bother, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(care, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(fret, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(mind, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(moon, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rage, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rhapsodize, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(stew, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(stress, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(worry, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(flip_out, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(freak_out, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(go_apeshit, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(go_ballistic, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(lose_it, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(bleed, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(care, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(cry, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(fear, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(feel, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(grieve, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(mourn, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(weep, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(ache, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(hurt, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(suffer, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(bask, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(delight, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(exult, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(glory, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(luxuriate, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(revel, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(wallow, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(approve, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(beware, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(despair, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(disapprove, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(sicken, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(tire, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(weary, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(groove, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(agonize, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(anger, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(anguish, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(delight, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(enthuse, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(exult, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(fret, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(fume, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(gloat, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(grieve, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(gush, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(hallucinate, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(hunger, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(marvel, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(meditate, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(moon, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(mope, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(mourn, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(muse, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(obsess, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(puzzle, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rage, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rave, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(reflect, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rejoice, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(rhapsodize, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(ruminate, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(salivate, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(seethe, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(triumph, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(wonder, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(worry, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(sorrow, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(flip_out, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(freak_out, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(go_apeshit, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(go_ballistic, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(lose_it, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(chafe, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(react, s:_\np, ['Experiencer'], [31,'.',3]). verbnet(thrill, s:_\np, ['Experiencer'], [31,'.',3]). %%% File: ext/VerbNet/masquerade-29.6.xml %%% Primary: NP V PP.attribute (masquerade-29.6-1) %%% Syntax: [np:Agent,v,lex:like,np:Attribute] %%% CCG: (s:_\np)/np %%% Roles: [Attribute,Agent] %%% Missing: [lex:like] %%% Example: Dina acted like a cretin. %%% verbnet(act, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,1]). verbnet(behave, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,1]). %%% File: ext/VerbNet/masquerade-29.6.xml %%% Primary: NP V NP (masquerade-29.6-2) %%% Syntax: [np:Agent,v,np:Attribute] %%% CCG: (s:_\np)/np %%% Roles: [Attribute,Agent] %%% Example: They serve a restricted role on the bench. %%% verbnet(serve, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,2]). verbnet(pose, (s:_\np)/np, ['Attribute','Agent'], [29,'.',6,-,2]). %%% File: ext/VerbNet/masquerade-29.6.xml %%% Primary: NP V PP.attribute (masquerade-29.6-2) %%% Syntax: [np:Agent,v,prep:in,np:Attribute] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He had served in financial planning positions. %%% verbnet(serve, (s:_\np)/pp, ['Agent'], [29,'.',6,-,2]). verbnet(pose, (s:_\np)/pp, ['Agent'], [29,'.',6,-,2]). verbnet(in, pp/np, ['Attribute'], [29,.,6,-,2]). %%% File: ext/VerbNet/masquerade-29.6.xml %%% Primary: NP V PP.attribute (masquerade-29.6) %%% Syntax: [np:Agent,v,lex: (as),np:Attribute] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Dina masqueraded as a lawyer. %%% verbnet(act, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(behave, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(serve, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(pose, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(behave, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(camouflage, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(count, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(function, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(masquerade, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(officiate, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(qualify, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(rank, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(rate, (s:_\np)/pp, ['Agent'], [29,'.',6]). verbnet(as, pp/np, ['Attribute'], [29,.,6]). %%% File: ext/VerbNet/matter-91.xml %%% Primary: NP V (matter-91) %%% Syntax: [np:Stimulus,v] %%% CCG: s:_\np %%% Roles: [Stimulus] %%% Example: It matters. %%% verbnet(matter, s:_\np, ['Stimulus'], [91]). verbnet(count, s:_\np, ['Stimulus'], [91]). %%% File: ext/VerbNet/matter-91.xml %%% Primary: NP V PP.experiencer (matter-91) %%% Syntax: [np:Stimulus,v,prep:to,np:Experiencer] %%% CCG: (s:_\np)/pp %%% Roles: [Stimulus] %%% Example: It matters to me. %%% verbnet(matter, (s:_\np)/pp, ['Stimulus'], [91]). verbnet(count, (s:_\np)/pp, ['Stimulus'], [91]). verbnet(to, pp/np, ['Experiencer'], [91]). %%% File: ext/VerbNet/matter-91.xml %%% Primary: It V PP.experiencer that S (matter-91) %%% Syntax: [lex:it,v,prep:to,np:Experiencer,s:Stimulus] %%% CCG: ((s:_\lex:it)/s:_)/pp %%% Roles: [Stimulus] %%% Example: It matters to me that they were wrong. %%% verbnet(matter, ((s:_\lex:it)/s:_)/pp, ['Stimulus'], [91]). verbnet(count, ((s:_\lex:it)/s:_)/pp, ['Stimulus'], [91]). %%% File: ext/VerbNet/matter-91.xml %%% Primary: It V that S (matter-91) %%% Syntax: [lex:it,v,s:Stimulus] %%% CCG: (s:_\lex:it)/s:_ %%% Roles: [Stimulus] %%% Example: It matters that they left. %%% verbnet(matter, (s:_\lex:it)/s:_, ['Stimulus'], [91]). verbnet(count, (s:_\lex:it)/s:_, ['Stimulus'], [91]). %%% File: ext/VerbNet/matter-91.xml %%% Primary: That S.stimulus V (matter-91) %%% Syntax: [s:Stimulus,v] %%% CCG: s:_\s:_ %%% Roles: [Stimulus] %%% Example: That he came matters. %%% verbnet(matter, s:_\s:_, ['Stimulus'], [91]). verbnet(count, s:_\s:_, ['Stimulus'], [91]). %%% File: ext/VerbNet/meander-47.7.xml %%% Primary: NP V PP.location (meander-47.7) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The river runs through the valley. %%% verbnet(angle, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(ascend, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(bend, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(cascade, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(climb, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(crawl, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(crest, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(crisscross, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(cross, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(cut, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(descend, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(dip, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(dive, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(drop, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(edge, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(emerge, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(go, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(meander, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(lance, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(mount, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(pass, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(plummet, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(plunge, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(rise, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(round, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(run, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(skirt, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(slant, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(snake, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(straggle, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(stretch, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(sweep, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(tumble, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(turn, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(twist, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(undulate, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(wander, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(weave, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(wind, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(range, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(swerve, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(veer, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(zigzag, (s:_\np)/pp, ['Theme'], [47,'.',7]). verbnet(converge, (s:_\np)/pp, ['Theme'], [47,'.',7]). %%% File: ext/VerbNet/meander-47.7.xml %%% Primary: PP.location V NP (meander-47.7) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: Through the valley meanders the river. %%% verbnet(angle, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(ascend, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(bend, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(cascade, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(climb, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(crawl, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(crest, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(crisscross, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(cross, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(cut, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(descend, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(dip, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(dive, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(drop, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(edge, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(emerge, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(go, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(meander, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(lance, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(mount, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(pass, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(plummet, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(plunge, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(rise, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(round, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(run, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(skirt, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(slant, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(snake, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(straggle, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(stretch, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(sweep, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(tumble, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(turn, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(twist, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(undulate, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(wander, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(weave, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(wind, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(range, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(swerve, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(veer, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(zigzag, (s:_\pp)/np, ['Theme'], [47,'.',7]). verbnet(converge, (s:_\pp)/np, ['Theme'], [47,'.',7]). %%% File: ext/VerbNet/meander-47.7.xml %%% Primary: There V PP NP (meander-47.7) %%% Syntax: [lex:there,v,pp,np:Location,np:Theme] %%% CCG: ((s:_\lex:there)/np)/pp %%% Roles: [Theme] %%% Example: There meanders through the valley a river. %%% verbnet(angle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(ascend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(bend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(cascade, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(climb, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(crawl, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(crest, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(crisscross, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(cross, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(cut, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(descend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(dip, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(dive, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(drop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(edge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(emerge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(go, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(meander, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(lance, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(mount, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(pass, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(plummet, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(plunge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(rise, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(round, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(run, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(skirt, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(slant, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(snake, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(straggle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(stretch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(sweep, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(tumble, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(turn, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(twist, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(undulate, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(wander, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(weave, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(wind, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(range, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(swerve, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(veer, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(zigzag, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). verbnet(converge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',7]). %%% File: ext/VerbNet/meander-47.7.xml %%% Primary: There V NP PP (meander-47.7) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There meanders a river through the valley. %%% verbnet(angle, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(ascend, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(bend, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(cascade, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(climb, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(crawl, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(crest, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(crisscross, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(cross, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(cut, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(descend, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(dip, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(dive, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(drop, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(edge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(emerge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(go, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(meander, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(lance, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(mount, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(pass, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(plummet, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(plunge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(rise, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(round, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(run, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(skirt, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(slant, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(snake, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(straggle, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(stretch, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(sweep, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(tumble, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(turn, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(twist, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(undulate, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(wander, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(weave, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(wind, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(range, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(swerve, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(veer, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(zigzag, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). verbnet(converge, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',7]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V PP.co-agent (meet-36.3-1) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Brenda met with Molly. %%% verbnet(consult, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(meet, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(play, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(remonstrate, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(visit, (s:_\np)/pp, ['Agent'], [36,'.',3,-,1]). verbnet(with, pp/np, ['Agent'], [36,.,3,-,1]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V (meet-36.3-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Brenda and Molly met. %%% verbnet(consult, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(deliberate, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(meet, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(play, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(remonstrate, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(reunite, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(visit, s:_\np, ['Agent'], [36,'.',3,-,1]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V NP (meet-36.3-1) %%% Syntax: [np:Agent,v,np:Co-Agent] %%% CCG: (s:_\np)/np %%% Roles: [Agent,Agent] %%% Example: Anne met Cathy. %%% verbnet(consult, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). verbnet(deliberate, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). verbnet(meet, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). verbnet(play, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). verbnet(remonstrate, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). verbnet(reunite, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). verbnet(visit, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,1]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V (meet-36.3-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The committee met. %%% verbnet(consult, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(deliberate, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(meet, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(play, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(remonstrate, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(reunite, s:_\np, ['Agent'], [36,'.',3,-,1]). verbnet(visit, s:_\np, ['Agent'], [36,'.',3,-,1]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V PP.co-agent (meet-36.3-2) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Brenda fought with Molly. %%% verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]). verbnet(box, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]). verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]). verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',3,-,2]). verbnet(with, pp/np, ['Agent'], [36,.,3,-,2]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V (meet-36.3-2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Brenda and Molly fought. %%% verbnet(battle, s:_\np, ['Agent'], [36,'.',3,-,2]). verbnet(box, s:_\np, ['Agent'], [36,'.',3,-,2]). verbnet(debate, s:_\np, ['Agent'], [36,'.',3,-,2]). verbnet(fight, s:_\np, ['Agent'], [36,'.',3,-,2]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V NP (meet-36.3-2) %%% Syntax: [np:Agent,v,np:Co-Agent] %%% CCG: (s:_\np)/np %%% Roles: [Agent,Agent] %%% Example: Anne fought Cathy. %%% verbnet(battle, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]). verbnet(box, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]). verbnet(debate, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]). verbnet(fight, (s:_\np)/np, ['Agent','Agent'], [36,'.',3,-,2]). %%% File: ext/VerbNet/meet-36.3.xml %%% Primary: NP V (meet-36.3-2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: The populace fought. %%% verbnet(battle, s:_\np, ['Agent'], [36,'.',3,-,2]). verbnet(box, s:_\np, ['Agent'], [36,'.',3,-,2]). verbnet(debate, s:_\np, ['Agent'], [36,'.',3,-,2]). verbnet(fight, s:_\np, ['Agent'], [36,'.',3,-,2]). %%% File: ext/VerbNet/mine-10.9.xml %%% Primary: NP V NP (mine-10.9) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The men mined the gold. %%% verbnet(mine, (s:_\np)/np, ['Theme','Agent'], [10,'.',9]). verbnet(quarry, (s:_\np)/np, ['Theme','Agent'], [10,'.',9]). %%% File: ext/VerbNet/mine-10.9.xml %%% Primary: NP V NP PP.initial_location (mine-10.9) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The men mined the gold from the abandoned mine. %%% verbnet(mine, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',9]). verbnet(quarry, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',9]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V (mix-22.1-1-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The eggs and the cream mixed. %%% verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP NP V together (mix-22.1-1-1) %%% Syntax: [np:Patient,v,lex:together] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: The eggs and the cream mixed together. %%% verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V NP PP.co-patient (mix-22.1-1) %%% Syntax: [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Herman mixed the eggs with the cream. %%% verbnet(amalgamate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(blend, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(coalesce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(combine, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(compound, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(commingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(decoct, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(fuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(meld, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(merge, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(mingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(mix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(admix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(consolidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(intermix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(scramble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(tumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(cream, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,1,-,1]). verbnet(into, pp/np, ['Patient'], [22,.,1,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V NP (mix-22.1-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Herman mixed the eggs. %%% verbnet(amalgamate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(blend, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(combine, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(compound, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(commingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(decoct, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(meld, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(merge, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(mingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(mix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(admix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(intermix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(tumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(cream, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V NP NP together (mix-22.1-1) %%% Syntax: [np:Agent,v,np:Patient,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:together] %%% Example: Herman mixed the eggs and the cream together. %%% verbnet(amalgamate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(blend, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(combine, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(compound, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(commingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(decoct, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(meld, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(merge, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(mingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(mix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(admix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(intermix, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(tumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). verbnet(cream, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V PP.co-patient (mix-22.1-1) %%% Syntax: [np:Patient,v,prep:with into to,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: The eggs mixed with the cream. %%% verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(blend, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(combine, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(compound, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(commingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(decoct, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(fuse, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(meld, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(merge, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(mingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(mix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(admix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(intermix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(scramble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(tumble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(cream, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,1,-,1]). verbnet(into, pp/np, ['Patient'], [22,.,1,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V ADVP-Middle PP (mix-22.1-1) %%% Syntax: [np:Patient,v,adv,prep:with into to,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Eggs mix well with cream. %%% verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(blend, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(combine, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(compound, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(commingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(decoct, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(fuse, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(meld, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(merge, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(mingle, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(mix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(admix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(intermix, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(scramble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(tumble, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(cream, (s:_\np)/pp, ['Patient'], [22,'.',1,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,1,-,1]). verbnet(into, pp/np, ['Patient'], [22,.,1,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V ADVP-Middle (mix-22.1-1) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Eggs mix well. %%% verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(admix, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(consolidate, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(intermix, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(scramble, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(tumble, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(cream, s:_\np, ['Patient'], [22,'.',1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP NP V ADVP-Middle together (mix-22.1-1) %%% Syntax: [np:Patient,v,adv,lex:together] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: Eggs and cream mix well together. %%% verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(blend, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(coalesce, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(combine, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(compound, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(commingle, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(decoct, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(fuse, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(meld, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(merge, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(mingle, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(mix, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(admix, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(consolidate, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(intermix, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(scramble, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(tumble, s:_\np, ['Patient'], [22,'.',1,-,1]). verbnet(cream, s:_\np, ['Patient'], [22,'.',1,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V PP.patient (mix-22.1-2-1) %%% Syntax: [np:Patient,v,prep:with into to,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: My computer connected to his computer. %%% verbnet(connect, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(join, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(link, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(pool, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(network, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(rejoin, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,1,-,2,-,1]). verbnet(into, pp/np, ['Patient'], [22,.,1,-,2,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,1,-,2,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V (mix-22.1-2-1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Our computers connected. %%% verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V together (mix-22.1-2-1) %%% Syntax: [np:Patient,v,lex:together] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: Our computers connected together. %%% verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2,-,1]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V NP PP.co-patient (mix-22.1-2) %%% Syntax: [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Herman added a computer to the network. %%% verbnet(connect, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(join, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(link, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(pair, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(pool, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(network, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(rejoin, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(unite, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(add, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(tie, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(with, pp/np, ['Patient'], [22,.,1,-,2]). verbnet(into, pp/np, ['Patient'], [22,.,1,-,2]). verbnet(to, pp/np, ['Patient'], [22,.,1,-,2]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V NP (mix-22.1-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Herman connected the computers. %%% verbnet(connect, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(join, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(pool, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(network, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(rejoin, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(unite, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(add, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V NP together (mix-22.1-2) %%% Syntax: [np:Agent,v,np:Patient,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:together] %%% Example: Herman connected the computers together. %%% verbnet(connect, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(join, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(pool, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(network, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(rejoin, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(unite, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(add, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',1,-,2]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V ADVP-Middle PP (mix-22.1-2) %%% Syntax: [np:Patient,v,adv,prep:with into to,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: This computer will connect well to the network. %%% verbnet(connect, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(join, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(link, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(pool, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(network, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(rejoin, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(add, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(tie, (s:_\np)/pp, ['Patient'], [22,'.',1,-,2]). verbnet(with, pp/np, ['Patient'], [22,.,1,-,2]). verbnet(into, pp/np, ['Patient'], [22,.,1,-,2]). verbnet(to, pp/np, ['Patient'], [22,.,1,-,2]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V ADVP-Middle (mix-22.1-2) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: These computers connected well. %%% verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(add, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(tie, s:_\np, ['Patient'], [22,'.',1,-,2]). %%% File: ext/VerbNet/mix-22.1.xml %%% Primary: NP V ADVP-Middle (mix-22.1-2) %%% Syntax: [np:Patient,v,adv,lex:together] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: These computers connected well together. %%% verbnet(connect, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(join, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(link, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(pair, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(pool, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(network, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(rejoin, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(unite, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(add, s:_\np, ['Patient'], [22,'.',1,-,2]). verbnet(tie, s:_\np, ['Patient'], [22,'.',1,-,2]). %%% File: ext/VerbNet/modes_of_being_with_motion-47.3.xml %%% Primary: NP V (modes_of_being_with_motion-47.3) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: A flag fluttered. %%% verbnet(bob, s:_\np, ['Theme'], [47,'.',3]). verbnet(bow, s:_\np, ['Theme'], [47,'.',3]). verbnet(creep, s:_\np, ['Theme'], [47,'.',3]). verbnet(dance, s:_\np, ['Theme'], [47,'.',3]). verbnet(drift, s:_\np, ['Theme'], [47,'.',3]). verbnet(eddy, s:_\np, ['Theme'], [47,'.',3]). verbnet(falter, s:_\np, ['Theme'], [47,'.',3]). verbnet(flap, s:_\np, ['Theme'], [47,'.',3]). verbnet(float, s:_\np, ['Theme'], [47,'.',3]). verbnet(flutter, s:_\np, ['Theme'], [47,'.',3]). verbnet(hover, s:_\np, ['Theme'], [47,'.',3]). verbnet(jiggle, s:_\np, ['Theme'], [47,'.',3]). verbnet(joggle, s:_\np, ['Theme'], [47,'.',3]). verbnet(oscillate, s:_\np, ['Theme'], [47,'.',3]). verbnet(pulsate, s:_\np, ['Theme'], [47,'.',3]). verbnet(pulse, s:_\np, ['Theme'], [47,'.',3]). verbnet(quake, s:_\np, ['Theme'], [47,'.',3]). verbnet(quiver, s:_\np, ['Theme'], [47,'.',3]). verbnet(revolve, s:_\np, ['Theme'], [47,'.',3]). verbnet(rock, s:_\np, ['Theme'], [47,'.',3]). verbnet(rotate, s:_\np, ['Theme'], [47,'.',3]). verbnet(shake, s:_\np, ['Theme'], [47,'.',3]). verbnet(stir, s:_\np, ['Theme'], [47,'.',3]). verbnet(swag, s:_\np, ['Theme'], [47,'.',3]). verbnet(sway, s:_\np, ['Theme'], [47,'.',3]). verbnet(swirl, s:_\np, ['Theme'], [47,'.',3]). verbnet(teeter, s:_\np, ['Theme'], [47,'.',3]). verbnet(throb, s:_\np, ['Theme'], [47,'.',3]). verbnet(totter, s:_\np, ['Theme'], [47,'.',3]). verbnet(tremble, s:_\np, ['Theme'], [47,'.',3]). verbnet(undulate, s:_\np, ['Theme'], [47,'.',3]). verbnet(vacillate, s:_\np, ['Theme'], [47,'.',3]). verbnet(vibrate, s:_\np, ['Theme'], [47,'.',3]). verbnet(waft, s:_\np, ['Theme'], [47,'.',3]). verbnet(wave, s:_\np, ['Theme'], [47,'.',3]). verbnet(waver, s:_\np, ['Theme'], [47,'.',3]). verbnet(wiggle, s:_\np, ['Theme'], [47,'.',3]). verbnet(wobble, s:_\np, ['Theme'], [47,'.',3]). verbnet(worm, s:_\np, ['Theme'], [47,'.',3]). verbnet(writhe, s:_\np, ['Theme'], [47,'.',3]). verbnet(roil, s:_\np, ['Theme'], [47,'.',3]). %%% File: ext/VerbNet/modes_of_being_with_motion-47.3.xml %%% Primary: NP V PP.location (modes_of_being_with_motion-47.3) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: A flag fluttered over the fort. %%% verbnet(bob, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(bow, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(creep, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(dance, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(drift, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(eddy, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(falter, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(flap, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(float, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(flutter, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(hover, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(jiggle, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(joggle, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(oscillate, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(pulsate, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(pulse, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(quake, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(quiver, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(revolve, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(rock, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(rotate, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(shake, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(stir, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(swag, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(sway, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(swirl, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(teeter, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(throb, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(totter, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(tremble, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(undulate, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(vacillate, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(vibrate, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(waft, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(wave, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(waver, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(wiggle, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(wobble, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(worm, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(writhe, (s:_\np)/pp, ['Theme'], [47,'.',3]). verbnet(roil, (s:_\np)/pp, ['Theme'], [47,'.',3]). %%% File: ext/VerbNet/modes_of_being_with_motion-47.3.xml %%% Primary: There V NP (modes_of_being_with_motion-47.3) %%% Syntax: [lex:there,v,np:Theme] %%% CCG: (s:_\lex:there)/np %%% Roles: [Theme] %%% Example: There fluttered a flag (over the fort). %%% verbnet(bob, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(bow, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(creep, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(dance, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(drift, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(eddy, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(falter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(flap, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(float, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(flutter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(hover, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(jiggle, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(joggle, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(oscillate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(pulsate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(pulse, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(quake, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(quiver, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(revolve, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(rock, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(rotate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(shake, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(stir, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(swag, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(sway, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(swirl, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(teeter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(throb, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(totter, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(tremble, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(undulate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(vacillate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(vibrate, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(waft, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(wave, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(waver, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(wiggle, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(wobble, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(worm, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(writhe, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). verbnet(roil, (s:_\lex:there)/np, ['Theme'], [47,'.',3]). %%% File: ext/VerbNet/modes_of_being_with_motion-47.3.xml %%% Primary: PP.location V NP (modes_of_being_with_motion-47.3) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: Over the fort fluttered a flag. %%% verbnet(bob, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(bow, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(creep, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(dance, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(drift, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(eddy, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(falter, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(flap, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(float, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(flutter, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(hover, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(jiggle, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(joggle, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(oscillate, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(pulsate, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(pulse, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(quake, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(quiver, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(revolve, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(rock, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(rotate, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(shake, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(stir, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(swag, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(sway, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(swirl, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(teeter, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(throb, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(totter, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(tremble, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(undulate, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(vacillate, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(vibrate, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(waft, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(wave, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(waver, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(wiggle, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(wobble, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(worm, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(writhe, (s:_\pp)/np, ['Theme'], [47,'.',3]). verbnet(roil, (s:_\pp)/np, ['Theme'], [47,'.',3]). %%% File: ext/VerbNet/modes_of_being_with_motion-47.3.xml %%% Primary: NP V NP.theme (modes_of_being_with_motion-47.3) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The patriots waved the flag. %%% verbnet(bob, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(bow, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(creep, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(dance, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(eddy, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(falter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(flap, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(float, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(flutter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(hover, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(jiggle, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(joggle, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(oscillate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(pulsate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(pulse, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(quake, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(quiver, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(revolve, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(rock, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(rotate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(shake, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(stir, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(swag, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(sway, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(swirl, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(teeter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(throb, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(totter, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(tremble, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(undulate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(vacillate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(vibrate, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(waft, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(wave, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(waver, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(wiggle, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(wobble, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(worm, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(writhe, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). verbnet(roil, (s:_\np)/np, ['Theme','Agent'], [47,'.',3]). %%% File: ext/VerbNet/multiply-108.xml %%% Primary: NP V NP PP.co-theme (multiply-108-1) %%% Syntax: [np:Agent,v,np:Theme,prep:by,np:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I multiplied x by y. %%% verbnet(multiply, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,1]). verbnet(divide, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,1]). verbnet(by, pp/np, ['Theme'], [108,-,1]). %%% File: ext/VerbNet/multiply-108.xml %%% Primary: NP V NP PP.co-theme (multiply-108-2) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I subtracted x from y. %%% verbnet(deduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]). verbnet(factor_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]). verbnet(interpolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]). verbnet(extrapolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]). verbnet(subtract, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,2]). verbnet(from, pp/np, ['Theme'], [108,-,2]). %%% File: ext/VerbNet/multiply-108.xml %%% Primary: NP V NP PP.co-theme (multiply-108-3) %%% Syntax: [np:Agent,v,np:Theme,prep:over,np:Co-Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I averaged x over n. %%% verbnet(average, ((s:_\np)/pp)/np, ['Theme','Agent'], [108,-,3]). verbnet(over, pp/np, ['Theme'], [108,-,3]). %%% File: ext/VerbNet/multiply-108.xml %%% Primary: NP V NP (multiply-108) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I summed the numbers. %%% verbnet(multiply, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(divide, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(deduct, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(factor_out, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(interpolate, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(extrapolate, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(subtract, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(average, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(sum, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(add, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(tally, (s:_\np)/np, ['Theme','Agent'], [108]). verbnet(count, (s:_\np)/np, ['Theme','Agent'], [108]). %%% File: ext/VerbNet/murder-42.1.xml %%% Primary: NP.instrument V NP (murder-42.1-1) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The DDT killed the insects. %%% verbnet(kill, (s:_\np)/np, ['Patient','Instrument'], [42,'.',1,-,1]). %%% File: ext/VerbNet/murder-42.1.xml %%% Primary: NP V NP (murder-42.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Brutus murdered Julius Cesar. %%% verbnet(kill, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(annihilate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(assassinate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(bushwhack, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(butcher, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(dispatch, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(eliminate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(euthanize, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(execute, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(exterminate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(immolate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(liquidate, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(lynch, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(massacre, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(murder, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(off, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(slaughter, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). verbnet(slay, (s:_\np)/np, ['Patient','Agent'], [42,'.',1]). %%% File: ext/VerbNet/murder-42.1.xml %%% Primary: NP V NP PP.instrument (murder-42.1) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Caesar killed Brutus with a knife. %%% verbnet(kill, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(annihilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(assassinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(bushwhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(butcher, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(dispatch, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(eliminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(euthanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(execute, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(exterminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(immolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(liquidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(lynch, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(massacre, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(murder, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(off, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(slaughter, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(slay, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',1]). verbnet(with, pp/np, ['Instrument'], [42,.,1]). %%% File: ext/VerbNet/neglect-75.xml %%% Primary: NP V NP (neglect-75-1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I neglected the job. %%% verbnet(neglect, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]). verbnet(fail, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]). verbnet(forego, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]). verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]). verbnet(flub, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]). verbnet(overleap, (s:_\np)/np, ['Theme','Agent'], [75,-,1,-,1]). %%% File: ext/VerbNet/neglect-75.xml %%% Primary: NP V S_INF (neglect-75-1) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I neglected to do the job. %%% verbnet(neglect, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). verbnet(fail, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). verbnet(forego, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). verbnet(forgo, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). verbnet(flub, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). verbnet(overleap, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). verbnet(omit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,1]). %%% File: ext/VerbNet/neglect-75.xml %%% Primary: NP V S_INF (neglect-75-2) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I managed to do the job. %%% verbnet(manage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [75,-,2]). %%% File: ext/VerbNet/neglect-75.xml %%% Primary: NP V NP (neglect-75-2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I managed the job. %%% verbnet(manage, (s:_\np)/np, ['Theme','Agent'], [75,-,2]). %%% File: ext/VerbNet/nonvehicle-51.4.2.xml %%% Primary: NP.agent V (nonvehicle-51.4.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: They rowed. %%% verbnet(cruise, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(drive, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(fly, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(navigate, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(oar, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(paddle, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(pedal, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(rally, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(ride, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(row, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(sail, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(tack, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(voyage, s:_\np, ['Agent'], [51,'.',4,'.',2]). verbnet(wing, s:_\np, ['Agent'], [51,'.',4,'.',2]). %%% File: ext/VerbNet/nonvehicle-51.4.2.xml %%% Primary: NP V PP.location (nonvehicle-51.4.2) %%% Syntax: [np:Agent,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They rowed along the canal. %%% verbnet(cruise, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(drive, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(fly, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(navigate, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(oar, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(paddle, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(pedal, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(rally, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(ride, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(row, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(sail, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(tack, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(voyage, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). verbnet(wing, (s:_\np)/pp, ['Agent'], [51,'.',4,'.',2]). %%% File: ext/VerbNet/nonvehicle-51.4.2.xml %%% Primary: NP V NP PP.location (nonvehicle-51.4.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He rowed Penny across the lake. %%% verbnet(cruise, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(drive, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(navigate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(oar, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(paddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(pedal, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(rally, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(ride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(row, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(sail, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(voyage, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',2]). %%% File: ext/VerbNet/nonvehicle-51.4.2.xml %%% Primary: NP V NP (nonvehicle-51.4.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He drove Penny. %%% verbnet(cruise, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(drive, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(navigate, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(oar, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(paddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(pedal, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(rally, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(ride, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(row, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(sail, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(tack, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(voyage, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). verbnet(wing, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',2]). %%% File: ext/VerbNet/nonvehicle-51.4.2.xml %%% Primary: NP V NP.location (nonvehicle-51.4.2) %%% Syntax: [np:Agent,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Agent] %%% Example: They rowed the canals of Venice. %%% verbnet(cruise, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(drive, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(fly, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(navigate, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(oar, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(paddle, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(pedal, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(rally, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(ride, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(row, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(sail, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(tack, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(voyage, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). verbnet(wing, (s:_\np)/np, ['Location','Agent'], [51,'.',4,'.',2]). %%% File: ext/VerbNet/nonverbal_expression-40.2.xml %%% Primary: NP V (nonverbal_expression-40.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Paul laughed. %%% verbnet(beam, s:_\np, ['Agent'], [40,'.',2]). verbnet(cackle, s:_\np, ['Agent'], [40,'.',2]). verbnet(chortle, s:_\np, ['Agent'], [40,'.',2]). verbnet(chuckle, s:_\np, ['Agent'], [40,'.',2]). verbnet(cough, s:_\np, ['Agent'], [40,'.',2]). verbnet(cry, s:_\np, ['Agent'], [40,'.',2]). verbnet(frown, s:_\np, ['Agent'], [40,'.',2]). verbnet(gape, s:_\np, ['Agent'], [40,'.',2]). verbnet(gasp, s:_\np, ['Agent'], [40,'.',2]). verbnet(gawk, s:_\np, ['Agent'], [40,'.',2]). verbnet(giggle, s:_\np, ['Agent'], [40,'.',2]). verbnet(glare, s:_\np, ['Agent'], [40,'.',2]). verbnet(glower, s:_\np, ['Agent'], [40,'.',2]). verbnet(goggle, s:_\np, ['Agent'], [40,'.',2]). verbnet(grimace, s:_\np, ['Agent'], [40,'.',2]). verbnet(grin, s:_\np, ['Agent'], [40,'.',2]). verbnet(groan, s:_\np, ['Agent'], [40,'.',2]). verbnet(growl, s:_\np, ['Agent'], [40,'.',2]). verbnet(guffaw, s:_\np, ['Agent'], [40,'.',2]). verbnet(howl, s:_\np, ['Agent'], [40,'.',2]). verbnet(jeer, s:_\np, ['Agent'], [40,'.',2]). verbnet(laugh, s:_\np, ['Agent'], [40,'.',2]). verbnet(lour, s:_\np, ['Agent'], [40,'.',2]). verbnet(moan, s:_\np, ['Agent'], [40,'.',2]). verbnet(pout, s:_\np, ['Agent'], [40,'.',2]). verbnet(scoff, s:_\np, ['Agent'], [40,'.',2]). verbnet(scowl, s:_\np, ['Agent'], [40,'.',2]). verbnet(sigh, s:_\np, ['Agent'], [40,'.',2]). verbnet(simper, s:_\np, ['Agent'], [40,'.',2]). verbnet(smile, s:_\np, ['Agent'], [40,'.',2]). verbnet(smirk, s:_\np, ['Agent'], [40,'.',2]). verbnet(sneer, s:_\np, ['Agent'], [40,'.',2]). verbnet(sneeze, s:_\np, ['Agent'], [40,'.',2]). verbnet(snicker, s:_\np, ['Agent'], [40,'.',2]). verbnet(sniff, s:_\np, ['Agent'], [40,'.',2]). verbnet(snigger, s:_\np, ['Agent'], [40,'.',2]). verbnet(snivel, s:_\np, ['Agent'], [40,'.',2]). verbnet(snore, s:_\np, ['Agent'], [40,'.',2]). verbnet(snort, s:_\np, ['Agent'], [40,'.',2]). verbnet(sob, s:_\np, ['Agent'], [40,'.',2]). verbnet(titter, s:_\np, ['Agent'], [40,'.',2]). verbnet(weep, s:_\np, ['Agent'], [40,'.',2]). verbnet(whistle, s:_\np, ['Agent'], [40,'.',2]). verbnet(yawn, s:_\np, ['Agent'], [40,'.',2]). verbnet(hem, s:_\np, ['Agent'], [40,'.',2]). %%% File: ext/VerbNet/nonverbal_expression-40.2.xml %%% Primary: NP V NP (nonverbal_expression-40.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Paul laughed a cheerful laugh. %%% verbnet(beam, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(cackle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(chortle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(chuckle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(frown, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(gape, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(gasp, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(gawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(giggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(glare, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(glower, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(goggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(grimace, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(grin, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(guffaw, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(jeer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(laugh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(lour, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(pout, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(scoff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(scowl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sigh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(simper, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(smile, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(smirk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sneer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sneeze, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snicker, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sniff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snigger, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snivel, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snore, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snort, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sob, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(titter, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(weep, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(yawn, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(hem, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). %%% File: ext/VerbNet/nonverbal_expression-40.2.xml %%% Primary: NP V NP (nonverbal_expression-40.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: She laughed her excitement. %%% verbnet(beam, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(cackle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(chortle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(chuckle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(frown, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(gape, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(gasp, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(gawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(giggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(glare, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(glower, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(goggle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(grimace, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(grin, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(guffaw, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(jeer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(laugh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(lour, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(pout, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(scoff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(scowl, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sigh, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(simper, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(smile, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(smirk, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sneer, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sneeze, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snicker, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sniff, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snigger, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snivel, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snore, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(snort, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(sob, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(titter, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(weep, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(yawn, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). verbnet(hem, (s:_\np)/np, ['Theme','Agent'], [40,'.',2]). %%% File: ext/VerbNet/nonverbal_expression-40.2.xml %%% Primary: NP V PP.theme (nonverbal_expression-40.2) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She laughed in embarrassment. %%% verbnet(beam, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(cackle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(chortle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(chuckle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(cough, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(cry, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(frown, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(gape, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(gasp, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(gawk, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(giggle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(glare, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(glower, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(goggle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(grimace, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(grin, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(groan, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(growl, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(guffaw, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(howl, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(jeer, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(laugh, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(lour, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(moan, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(pout, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(scoff, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(scowl, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sigh, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(simper, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(smile, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(smirk, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sneer, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sneeze, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snicker, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sniff, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snigger, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snivel, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snore, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snort, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sob, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(titter, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(weep, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(whistle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(yawn, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(hem, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(in, pp/np, ['Theme'], [40,.,2]). %%% File: ext/VerbNet/nonverbal_expression-40.2.xml %%% Primary: NP V PP.recipient (nonverbal_expression-40.2) %%% Syntax: [np:Agent,v,pp,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Paul laughed at Mary. %%% verbnet(beam, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(cackle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(chortle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(chuckle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(cough, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(cry, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(frown, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(gape, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(gasp, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(gawk, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(giggle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(glare, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(glower, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(goggle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(grimace, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(grin, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(groan, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(growl, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(guffaw, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(howl, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(jeer, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(laugh, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(lour, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(moan, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(pout, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(scoff, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(scowl, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sigh, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(simper, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(smile, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(smirk, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sneer, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sneeze, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snicker, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sniff, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snigger, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snivel, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snore, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(snort, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(sob, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(titter, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(weep, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(whistle, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(yawn, (s:_\np)/pp, ['Agent'], [40,'.',2]). verbnet(hem, (s:_\np)/pp, ['Agent'], [40,'.',2]). %%% File: ext/VerbNet/obtain-13.5.2.xml %%% Primary: NP V NP PP.asset (obtain-13.5.2-1) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Asset] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carmen purchased a dress for $50. %%% verbnet(acquire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2,-,1]). verbnet(obtain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2,-,1]). verbnet(purchase, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2,-,1]). verbnet(for, pp/np, ['Asset'], [13,.,5,.,2,-,1]). %%% File: ext/VerbNet/obtain-13.5.2.xml %%% Primary: NP.asset V NP (obtain-13.5.2-1) %%% Syntax: [np:Asset,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Asset] %%% Example: $50 won't even purchase a dress. %%% verbnet(acquire, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',2,-,1]). verbnet(obtain, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',2,-,1]). verbnet(purchase, (s:_\np)/np, ['Theme','Asset'], [13,'.',5,'.',2,-,1]). %%% File: ext/VerbNet/obtain-13.5.2.xml %%% Primary: NP V NP (obtain-13.5.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Carmen obtained the spare part. %%% verbnet(acquire, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(obtain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(purchase, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(accept, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(accrue, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(accumulate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(appropriate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(borrow, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(cadge, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(collect, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(exact, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(inherit, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(receive, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(recover, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(regain, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(retrieve, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(select, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(snatch, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(source, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(subselect, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(arrogate, (s:_\np)/np, ['Theme','Agent'], [13,'.',5,'.',2]). %%% File: ext/VerbNet/obtain-13.5.2.xml %%% Primary: NP V NP PP.source (obtain-13.5.2) %%% Syntax: [np:Agent,v,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carmen obtained the spare part from Diana. %%% verbnet(acquire, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(obtain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(purchase, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(accept, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(accrue, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(accumulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(appropriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(borrow, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(cadge, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(collect, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(exact, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(grab, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(inherit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(receive, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(recover, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(regain, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(retrieve, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(seize, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(select, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(snatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(source, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(subselect, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(arrogate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',5,'.',2]). verbnet(from, pp/np, ['Source'], [13,.,5,.,2]). %%% File: ext/VerbNet/occurrence-48.3.xml %%% Primary: NP v (occurrence-48.3) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: A serious accident happened. %%% verbnet(ensue, s:_\np, ['Theme'], [48,'.',3]). verbnet(eventuate, s:_\np, ['Theme'], [48,'.',3]). verbnet(follow, s:_\np, ['Theme'], [48,'.',3]). verbnet(happen, s:_\np, ['Theme'], [48,'.',3]). verbnet(occur, s:_\np, ['Theme'], [48,'.',3]). verbnet(recur, s:_\np, ['Theme'], [48,'.',3]). verbnet(result, s:_\np, ['Theme'], [48,'.',3]). verbnet(take_place, s:_\np, ['Theme'], [48,'.',3]). verbnet(transpire, s:_\np, ['Theme'], [48,'.',3]). verbnet(befall, s:_\np, ['Theme'], [48,'.',3]). verbnet(chance, s:_\np, ['Theme'], [48,'.',3]). verbnet(develop, s:_\np, ['Theme'], [48,'.',3]). verbnet(pass, s:_\np, ['Theme'], [48,'.',3]). %%% File: ext/VerbNet/occurrence-48.3.xml %%% Primary: There V NP (occurrence-48.3) %%% Syntax: [lex:there,v,np:Theme] %%% CCG: (s:_\lex:there)/np %%% Roles: [Theme] %%% Example: There happened a serious accident. %%% verbnet(ensue, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(eventuate, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(follow, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(happen, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(occur, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(recur, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(result, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(take_place, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(transpire, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(befall, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(chance, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(develop, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). verbnet(pass, (s:_\lex:there)/np, ['Theme'], [48,'.',3]). %%% File: ext/VerbNet/occurrence-48.3.xml %%% Primary: NP V PP.location (occurrence-48.3) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: A serious accident happened in front of them. %%% verbnet(ensue, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(eventuate, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(follow, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(happen, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(occur, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(recur, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(result, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(take_place, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(transpire, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(befall, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(chance, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(develop, (s:_\np)/pp, ['Theme'], [48,'.',3]). verbnet(pass, (s:_\np)/pp, ['Theme'], [48,'.',3]). %%% File: ext/VerbNet/occurrence-48.3.xml %%% Primary: PP.location V NP (occurrence-48.3) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: In front of them happened a serious accident. %%% verbnet(ensue, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(eventuate, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(follow, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(happen, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(occur, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(recur, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(result, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(take_place, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(transpire, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(befall, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(chance, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(develop, (s:_\pp)/np, ['Theme'], [48,'.',3]). verbnet(pass, (s:_\pp)/np, ['Theme'], [48,'.',3]). %%% File: ext/VerbNet/occurrence-48.3.xml %%% Primary: It V that S (occurrence-48.3) %%% Syntax: [lex:it,v,s:Theme] %%% CCG: (s:_\lex:it)/s:_ %%% Roles: [Theme] %%% Example: It occurred that they left. %%% verbnet(ensue, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(eventuate, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(follow, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(happen, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(occur, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(recur, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(result, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(take_place, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(transpire, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(befall, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(chance, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(develop, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). verbnet(pass, (s:_\lex:it)/s:_, ['Theme'], [48,'.',3]). %%% File: ext/VerbNet/order-60.xml %%% Primary: NP V that S (order-60-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: John ordered that she come immediately. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(command, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(demand, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(order, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(require, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). %%% File: ext/VerbNet/order-60.xml %%% Primary: NP V that S (order-60-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He ordered that she should come immediately. %%% verbnet(ask, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(command, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(demand, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(order, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). verbnet(require, (s:_\np)/s:_, ['Topic','Agent'], [60,-,1]). %%% File: ext/VerbNet/order-60.xml %%% Primary: NP V NP (order-60) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: He ordered John. %%% verbnet(ask, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(command, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(demand, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(order, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(require, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(allow, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(beseech, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(call, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(hail, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(invite, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(okay, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(permit, (s:_\np)/np, ['Recipient','Agent'], [60]). verbnet(summon, (s:_\np)/np, ['Recipient','Agent'], [60]). %%% File: ext/VerbNet/order-60.xml %%% Primary: NP V NP S_INF (order-60) %%% Syntax: [np:Agent,v,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Recipient,Topic,Agent] %%% Example: He ordered John to eat his sloth. %%% verbnet(ask, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(command, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(demand, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(order, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(require, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(allow, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(beseech, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(call, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(hail, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(invite, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(okay, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(permit, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). verbnet(summon, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [60]). %%% File: ext/VerbNet/orphan-29.7.xml %%% Primary: NP V NP (orphan-29.7) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The king knighted the brave soldier. %%% verbnet(apprentice, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(beggar, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(cripple, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(cuckold, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(knight, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(martyr, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(orphan, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(outlaw, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(pauper, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(recruit, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(whore, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). verbnet(widow, (s:_\np)/np, ['Theme','Agent'], [29,'.',7]). %%% File: ext/VerbNet/other_cos-45.4.xml %%% Primary: NP V NP.patient (other_cos-45.4) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Bill dried the clothes. %%% verbnet(abase, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abbreviate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abrade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abridge, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(accelerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(acetify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(acidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(activate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(advance, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(africanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(age, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(agglomerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(air, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(alkalify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(alter, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ameliorate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(americanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(amplify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(anesthetize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(anglicize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(animate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(apostatize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(atomize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(attenuate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(augment, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(awake, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(awaken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(balance, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blacken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(beautify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bedew, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bifurcate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bisect, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blast, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bleach, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bloody, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blunt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blur, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bolshevize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(botch, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(brighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(broaden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(burn, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(burst, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(calcify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(capacitate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(capsize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(caramelize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(carbonify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(carbonize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(castrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(categorize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(catholicize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cauterize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(change, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(char, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cheapen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(chill, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(chlorinate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(christianize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(circumcise, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(civilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clarify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clean, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clear, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clog, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(close, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clouded, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(coagulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(coarsen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(collapse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(collect, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(combust, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(commercialize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(compress, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(condense, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(construct, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(contextualize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(contract, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(constrict, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(constringe, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cool, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(correct, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(corrode, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(corrugate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(corrupt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cremate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crimson, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crisp, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crumble, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crystallize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(curdle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dampen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(darken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deafen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet('de-escalate', (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decelerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decentralize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decompress, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decrease, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deepen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deflate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(defrost, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(degenerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(degrade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dehumidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dehydrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(demagnetize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(demobilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(democratize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(depressurize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(desalinate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(desiccate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(destabilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deteriorate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(detonate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(devalue, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diffract, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diffuse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dilate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dilute, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dim, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diminish, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dirty, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(disintegrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dislocate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(disorganize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(disperse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dissipate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dissolve, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diversify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(divide, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(domesticate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(double, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(drain, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dry, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dull, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ease, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(effeminate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(emaciate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(emasculate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(embitter, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(embrocate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(empty, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(emulsify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(energize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(enhance, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(enlarge, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(equalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(equilibrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(eternalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(europeanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(evaporate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(even, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(expand, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(explode, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(extinguish, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(famish, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fanaticize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fatten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(federate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(federalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(feminize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fertilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fill, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(firm, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(flatten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(flood, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fortify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fossilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fray, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(freeze, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(freshen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(frost, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fructify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gasify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gelatinize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(germanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gladden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(glutenize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(granulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(grade, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gray, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(grow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(halt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(harden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(harmonize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hasten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(heal, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(heat, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(heighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hellenize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(humidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hush, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hybridize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hydrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hydrogenate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ice, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ignite, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(indurate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(incinerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(improve, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(increase, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(incubate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(inflate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(inspissate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(intensify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(invert, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(iodize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ionize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(kindle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(laminate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lengthen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lessen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(level, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(levitate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(light, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lignify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(liquefy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(loop, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(loose, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(loosen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(macerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(magnetize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(magnify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mature, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mechanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mellow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(melt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mineralize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mobilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(moderate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(modernize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(modulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(moisten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(motorize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(muddy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mute, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(multiply, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(narrow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(nasalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(nationalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(naturalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(neutralize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(nitrify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(normalize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(objectify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(obscure, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(open, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(operate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ossify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(overturn, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(oxidize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pale, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(paralyze, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pasteurize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(perfect, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(petrify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pink, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(plump, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(polarize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(polymerize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pop, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(popularize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(proliferate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(propagate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(publicize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pulverize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(purify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(purple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(putrefy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quadruple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quicken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quiet, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quieten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(rarefy, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reanimate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(redden, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(regularize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(rekindle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reopen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reproduce, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(resuscitate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reverse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(revive, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ripen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(roughen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(rupture, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(saponify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(scorch, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sear, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(secularize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sharpen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(short, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet('short-circuit', (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shorten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shrink, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shrivel, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shush, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shut, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sicken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(silence, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(silicify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(silver, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(singe, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sink, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slack, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slacken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slim, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(smarten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(smooth, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(smoothen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(soak, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sober, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(soften, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(solidify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sour, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(souse, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sovietize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sprout, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(stabilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(standardize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(steady, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(steep, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(steepen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sterilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(stiffen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(stratify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(strangulate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(strengthen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(submerge, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(subside, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sulfurize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sunburn, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sweeten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(taiwanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tame, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tan, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(taper, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tauten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tense, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(thaw, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(thicken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(thin, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tilt, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tire, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(topple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(toughen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tousle, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tranquilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(treble, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(triple, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(trivialize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ulcerate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(unionize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(urbanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vaporize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vary, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ventilate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vibrate, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vitrify, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(volatilize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vulcanize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vulgarize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(wake, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(waken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(warm, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(weaken, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(westernize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(wet, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(whiten, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(widen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(worsen, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(yellow, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(alcoholize, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(congeal, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(trip, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). verbnet(derail, (s:_\np)/np, ['Patient','Agent'], [45,'.',4]). %%% File: ext/VerbNet/other_cos-45.4.xml %%% Primary: NP V NP PP.instrument (other_cos-45.4) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Bill dried the clothes with a hairdryer. %%% verbnet(abase, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abbreviate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abrade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(abridge, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(accelerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(acetify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(acidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(activate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(advance, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(africanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(age, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(agglomerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(air, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(alkalify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(alter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ameliorate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(americanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(amplify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(anesthetize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(anglicize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(animate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(apostatize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(atomize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(attenuate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(augment, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(awake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(awaken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(balance, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blacken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(beautify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bedew, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bifurcate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bisect, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bleach, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bloody, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blunt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(blur, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(bolshevize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(botch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(brighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(broaden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(burn, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(burst, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(calcify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(capacitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(capsize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(caramelize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(carbonify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(carbonize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(castrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(categorize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(catholicize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cauterize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(change, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(char, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cheapen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(chill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(chlorinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(christianize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(circumcise, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(civilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clarify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clean, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clog, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(close, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(clouded, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(coagulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(coarsen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(collapse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(collect, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(combust, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(commercialize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(compress, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(condense, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(construct, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(contextualize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(contract, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(constrict, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(constringe, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cool, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(correct, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(corrode, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(corrugate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(corrupt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(cremate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crimson, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crisp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(crystallize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(curdle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dampen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(darken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deafen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet('de-escalate', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decelerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decentralize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decompress, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(decrease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deepen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deflate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(defrost, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(degenerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(degrade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dehumidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dehydrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(demagnetize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(demobilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(democratize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(depressurize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(desalinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(desiccate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(destabilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(deteriorate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(detonate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(devalue, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diffract, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diffuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dilute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dim, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diminish, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dirty, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(disintegrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dislocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(disorganize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(disperse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dissipate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dissolve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(diversify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(divide, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(domesticate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(double, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(drain, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dry, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(dull, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(effeminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(emaciate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(emasculate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(embitter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(embrocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(empty, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(emulsify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(energize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(enhance, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(enlarge, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(equalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(equilibrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(eternalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(europeanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(evaporate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(even, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(expand, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(explode, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(extinguish, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(famish, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fanaticize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fatten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(federate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(federalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(feminize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fertilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(firm, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(flatten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(flood, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fortify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fossilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fray, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(freeze, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(freshen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(frost, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fructify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(fuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gasify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gelatinize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(germanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gladden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(glutenize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(granulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(grade, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(gray, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(grow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(halt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(harden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(harmonize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hasten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(heal, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(heat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(heighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hellenize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(humidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hybridize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hydrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(hydrogenate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ice, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ignite, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(indurate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(incinerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(improve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(increase, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(incubate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(inflate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(inspissate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(intensify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(invert, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(iodize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ionize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(kindle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(laminate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lengthen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lessen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(level, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(levitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(light, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(lignify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(liquefy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(loop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(loose, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(loosen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(macerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(magnetize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(magnify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mature, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mechanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mellow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(melt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mineralize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mobilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(moderate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(modernize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(modulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(moisten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(motorize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(muddy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(mute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(multiply, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(narrow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(nasalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(nationalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(naturalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(neutralize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(nitrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(normalize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(objectify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(obscure, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(open, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(operate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ossify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(overturn, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(oxidize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pale, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(paralyze, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pasteurize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(perfect, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(petrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pink, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(plump, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(polarize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(polymerize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(popularize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(proliferate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(propagate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(publicize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(pulverize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(purify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(purple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(putrefy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quadruple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quicken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quiet, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(quieten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(rarefy, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reanimate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(redden, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(regularize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(rekindle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reopen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reproduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(resuscitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(reverse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(revive, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ripen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(roughen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(rupture, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(saponify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(scorch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(secularize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sharpen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(short, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet('short-circuit', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shorten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shrink, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shrivel, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(shut, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sicken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(silence, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(silicify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(silver, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(singe, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sink, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slack, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slacken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slim, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(slow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(smarten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(smooth, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(smoothen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(soak, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sober, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(soften, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(solidify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sour, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(souse, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sovietize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sprout, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(stabilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(standardize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(steady, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(steep, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(steepen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sterilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(stiffen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(stratify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(strangulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(strengthen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(submerge, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(subside, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sulfurize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sunburn, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(sweeten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(taiwanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tame, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tan, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(taper, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tauten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tense, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(thaw, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(thicken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(thin, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tilt, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tire, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(topple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(toughen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tousle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(tranquilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(treble, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(triple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(trivialize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ulcerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(unionize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(urbanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vaporize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vary, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(ventilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vibrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vitrify, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(volatilize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vulcanize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(vulgarize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(wake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(waken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(warm, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(weaken, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(westernize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(wet, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(whiten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(widen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(worsen, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(yellow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(alcoholize, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(congeal, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(trip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(derail, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',4]). verbnet(with, pp/np, ['Instrument'], [45,.,4]). %%% File: ext/VerbNet/other_cos-45.4.xml %%% Primary: NP.patient V (other_cos-45.4) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The clothes dried. %%% verbnet(abase, s:_\np, ['Patient'], [45,'.',4]). verbnet(abate, s:_\np, ['Patient'], [45,'.',4]). verbnet(abbreviate, s:_\np, ['Patient'], [45,'.',4]). verbnet(abrade, s:_\np, ['Patient'], [45,'.',4]). verbnet(abridge, s:_\np, ['Patient'], [45,'.',4]). verbnet(accelerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(acetify, s:_\np, ['Patient'], [45,'.',4]). verbnet(acidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(activate, s:_\np, ['Patient'], [45,'.',4]). verbnet(advance, s:_\np, ['Patient'], [45,'.',4]). verbnet(africanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(age, s:_\np, ['Patient'], [45,'.',4]). verbnet(agglomerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(air, s:_\np, ['Patient'], [45,'.',4]). verbnet(alkalify, s:_\np, ['Patient'], [45,'.',4]). verbnet(alter, s:_\np, ['Patient'], [45,'.',4]). verbnet(ameliorate, s:_\np, ['Patient'], [45,'.',4]). verbnet(americanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(amplify, s:_\np, ['Patient'], [45,'.',4]). verbnet(anesthetize, s:_\np, ['Patient'], [45,'.',4]). verbnet(anglicize, s:_\np, ['Patient'], [45,'.',4]). verbnet(animate, s:_\np, ['Patient'], [45,'.',4]). verbnet(apostatize, s:_\np, ['Patient'], [45,'.',4]). verbnet(atomize, s:_\np, ['Patient'], [45,'.',4]). verbnet(attenuate, s:_\np, ['Patient'], [45,'.',4]). verbnet(augment, s:_\np, ['Patient'], [45,'.',4]). verbnet(awake, s:_\np, ['Patient'], [45,'.',4]). verbnet(awaken, s:_\np, ['Patient'], [45,'.',4]). verbnet(balance, s:_\np, ['Patient'], [45,'.',4]). verbnet(blacken, s:_\np, ['Patient'], [45,'.',4]). verbnet(beautify, s:_\np, ['Patient'], [45,'.',4]). verbnet(bedew, s:_\np, ['Patient'], [45,'.',4]). verbnet(bifurcate, s:_\np, ['Patient'], [45,'.',4]). verbnet(bisect, s:_\np, ['Patient'], [45,'.',4]). verbnet(blast, s:_\np, ['Patient'], [45,'.',4]). verbnet(bleach, s:_\np, ['Patient'], [45,'.',4]). verbnet(bloody, s:_\np, ['Patient'], [45,'.',4]). verbnet(blunt, s:_\np, ['Patient'], [45,'.',4]). verbnet(blur, s:_\np, ['Patient'], [45,'.',4]). verbnet(bolshevize, s:_\np, ['Patient'], [45,'.',4]). verbnet(botch, s:_\np, ['Patient'], [45,'.',4]). verbnet(brighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(broaden, s:_\np, ['Patient'], [45,'.',4]). verbnet(burn, s:_\np, ['Patient'], [45,'.',4]). verbnet(burst, s:_\np, ['Patient'], [45,'.',4]). verbnet(calcify, s:_\np, ['Patient'], [45,'.',4]). verbnet(capacitate, s:_\np, ['Patient'], [45,'.',4]). verbnet(capsize, s:_\np, ['Patient'], [45,'.',4]). verbnet(caramelize, s:_\np, ['Patient'], [45,'.',4]). verbnet(carbonify, s:_\np, ['Patient'], [45,'.',4]). verbnet(carbonize, s:_\np, ['Patient'], [45,'.',4]). verbnet(castrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(categorize, s:_\np, ['Patient'], [45,'.',4]). verbnet(catholicize, s:_\np, ['Patient'], [45,'.',4]). verbnet(cauterize, s:_\np, ['Patient'], [45,'.',4]). verbnet(change, s:_\np, ['Patient'], [45,'.',4]). verbnet(char, s:_\np, ['Patient'], [45,'.',4]). verbnet(cheapen, s:_\np, ['Patient'], [45,'.',4]). verbnet(chill, s:_\np, ['Patient'], [45,'.',4]). verbnet(chlorinate, s:_\np, ['Patient'], [45,'.',4]). verbnet(christianize, s:_\np, ['Patient'], [45,'.',4]). verbnet(circumcise, s:_\np, ['Patient'], [45,'.',4]). verbnet(civilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(clarify, s:_\np, ['Patient'], [45,'.',4]). verbnet(clean, s:_\np, ['Patient'], [45,'.',4]). verbnet(clear, s:_\np, ['Patient'], [45,'.',4]). verbnet(clog, s:_\np, ['Patient'], [45,'.',4]). verbnet(close, s:_\np, ['Patient'], [45,'.',4]). verbnet(clouded, s:_\np, ['Patient'], [45,'.',4]). verbnet(coagulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(coarsen, s:_\np, ['Patient'], [45,'.',4]). verbnet(collapse, s:_\np, ['Patient'], [45,'.',4]). verbnet(collect, s:_\np, ['Patient'], [45,'.',4]). verbnet(combust, s:_\np, ['Patient'], [45,'.',4]). verbnet(commercialize, s:_\np, ['Patient'], [45,'.',4]). verbnet(compress, s:_\np, ['Patient'], [45,'.',4]). verbnet(condense, s:_\np, ['Patient'], [45,'.',4]). verbnet(construct, s:_\np, ['Patient'], [45,'.',4]). verbnet(contextualize, s:_\np, ['Patient'], [45,'.',4]). verbnet(contract, s:_\np, ['Patient'], [45,'.',4]). verbnet(constrict, s:_\np, ['Patient'], [45,'.',4]). verbnet(constringe, s:_\np, ['Patient'], [45,'.',4]). verbnet(cool, s:_\np, ['Patient'], [45,'.',4]). verbnet(correct, s:_\np, ['Patient'], [45,'.',4]). verbnet(corrode, s:_\np, ['Patient'], [45,'.',4]). verbnet(corrugate, s:_\np, ['Patient'], [45,'.',4]). verbnet(corrupt, s:_\np, ['Patient'], [45,'.',4]). verbnet(cremate, s:_\np, ['Patient'], [45,'.',4]). verbnet(crimson, s:_\np, ['Patient'], [45,'.',4]). verbnet(crisp, s:_\np, ['Patient'], [45,'.',4]). verbnet(crumble, s:_\np, ['Patient'], [45,'.',4]). verbnet(crystallize, s:_\np, ['Patient'], [45,'.',4]). verbnet(curdle, s:_\np, ['Patient'], [45,'.',4]). verbnet(dampen, s:_\np, ['Patient'], [45,'.',4]). verbnet(darken, s:_\np, ['Patient'], [45,'.',4]). verbnet(deafen, s:_\np, ['Patient'], [45,'.',4]). verbnet('de-escalate', s:_\np, ['Patient'], [45,'.',4]). verbnet(decelerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(decentralize, s:_\np, ['Patient'], [45,'.',4]). verbnet(decompress, s:_\np, ['Patient'], [45,'.',4]). verbnet(decrease, s:_\np, ['Patient'], [45,'.',4]). verbnet(deepen, s:_\np, ['Patient'], [45,'.',4]). verbnet(deflate, s:_\np, ['Patient'], [45,'.',4]). verbnet(defrost, s:_\np, ['Patient'], [45,'.',4]). verbnet(degenerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(degrade, s:_\np, ['Patient'], [45,'.',4]). verbnet(dehumidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(dehydrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(demagnetize, s:_\np, ['Patient'], [45,'.',4]). verbnet(demobilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(democratize, s:_\np, ['Patient'], [45,'.',4]). verbnet(depressurize, s:_\np, ['Patient'], [45,'.',4]). verbnet(desalinate, s:_\np, ['Patient'], [45,'.',4]). verbnet(desiccate, s:_\np, ['Patient'], [45,'.',4]). verbnet(destabilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(deteriorate, s:_\np, ['Patient'], [45,'.',4]). verbnet(detonate, s:_\np, ['Patient'], [45,'.',4]). verbnet(devalue, s:_\np, ['Patient'], [45,'.',4]). verbnet(diffract, s:_\np, ['Patient'], [45,'.',4]). verbnet(diffuse, s:_\np, ['Patient'], [45,'.',4]). verbnet(dilate, s:_\np, ['Patient'], [45,'.',4]). verbnet(dilute, s:_\np, ['Patient'], [45,'.',4]). verbnet(dim, s:_\np, ['Patient'], [45,'.',4]). verbnet(diminish, s:_\np, ['Patient'], [45,'.',4]). verbnet(dirty, s:_\np, ['Patient'], [45,'.',4]). verbnet(disintegrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(dislocate, s:_\np, ['Patient'], [45,'.',4]). verbnet(disorganize, s:_\np, ['Patient'], [45,'.',4]). verbnet(disperse, s:_\np, ['Patient'], [45,'.',4]). verbnet(dissipate, s:_\np, ['Patient'], [45,'.',4]). verbnet(dissolve, s:_\np, ['Patient'], [45,'.',4]). verbnet(diversify, s:_\np, ['Patient'], [45,'.',4]). verbnet(divide, s:_\np, ['Patient'], [45,'.',4]). verbnet(domesticate, s:_\np, ['Patient'], [45,'.',4]). verbnet(double, s:_\np, ['Patient'], [45,'.',4]). verbnet(drain, s:_\np, ['Patient'], [45,'.',4]). verbnet(dry, s:_\np, ['Patient'], [45,'.',4]). verbnet(dull, s:_\np, ['Patient'], [45,'.',4]). verbnet(ease, s:_\np, ['Patient'], [45,'.',4]). verbnet(effeminate, s:_\np, ['Patient'], [45,'.',4]). verbnet(emaciate, s:_\np, ['Patient'], [45,'.',4]). verbnet(emasculate, s:_\np, ['Patient'], [45,'.',4]). verbnet(embitter, s:_\np, ['Patient'], [45,'.',4]). verbnet(embrocate, s:_\np, ['Patient'], [45,'.',4]). verbnet(empty, s:_\np, ['Patient'], [45,'.',4]). verbnet(emulsify, s:_\np, ['Patient'], [45,'.',4]). verbnet(energize, s:_\np, ['Patient'], [45,'.',4]). verbnet(enhance, s:_\np, ['Patient'], [45,'.',4]). verbnet(enlarge, s:_\np, ['Patient'], [45,'.',4]). verbnet(equalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(equilibrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(eternalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(europeanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(evaporate, s:_\np, ['Patient'], [45,'.',4]). verbnet(even, s:_\np, ['Patient'], [45,'.',4]). verbnet(expand, s:_\np, ['Patient'], [45,'.',4]). verbnet(explode, s:_\np, ['Patient'], [45,'.',4]). verbnet(extinguish, s:_\np, ['Patient'], [45,'.',4]). verbnet(fade, s:_\np, ['Patient'], [45,'.',4]). verbnet(famish, s:_\np, ['Patient'], [45,'.',4]). verbnet(fanaticize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fatten, s:_\np, ['Patient'], [45,'.',4]). verbnet(federate, s:_\np, ['Patient'], [45,'.',4]). verbnet(federalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(feminize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fertilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fill, s:_\np, ['Patient'], [45,'.',4]). verbnet(firm, s:_\np, ['Patient'], [45,'.',4]). verbnet(flatten, s:_\np, ['Patient'], [45,'.',4]). verbnet(flood, s:_\np, ['Patient'], [45,'.',4]). verbnet(fortify, s:_\np, ['Patient'], [45,'.',4]). verbnet(fossilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fray, s:_\np, ['Patient'], [45,'.',4]). verbnet(freeze, s:_\np, ['Patient'], [45,'.',4]). verbnet(freshen, s:_\np, ['Patient'], [45,'.',4]). verbnet(frost, s:_\np, ['Patient'], [45,'.',4]). verbnet(fructify, s:_\np, ['Patient'], [45,'.',4]). verbnet(fuse, s:_\np, ['Patient'], [45,'.',4]). verbnet(gasify, s:_\np, ['Patient'], [45,'.',4]). verbnet(gelatinize, s:_\np, ['Patient'], [45,'.',4]). verbnet(germanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(gladden, s:_\np, ['Patient'], [45,'.',4]). verbnet(glutenize, s:_\np, ['Patient'], [45,'.',4]). verbnet(granulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(grade, s:_\np, ['Patient'], [45,'.',4]). verbnet(gray, s:_\np, ['Patient'], [45,'.',4]). verbnet(grow, s:_\np, ['Patient'], [45,'.',4]). verbnet(halt, s:_\np, ['Patient'], [45,'.',4]). verbnet(harden, s:_\np, ['Patient'], [45,'.',4]). verbnet(harmonize, s:_\np, ['Patient'], [45,'.',4]). verbnet(hasten, s:_\np, ['Patient'], [45,'.',4]). verbnet(heal, s:_\np, ['Patient'], [45,'.',4]). verbnet(heat, s:_\np, ['Patient'], [45,'.',4]). verbnet(heighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(hellenize, s:_\np, ['Patient'], [45,'.',4]). verbnet(humidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(hush, s:_\np, ['Patient'], [45,'.',4]). verbnet(hybridize, s:_\np, ['Patient'], [45,'.',4]). verbnet(hydrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(hydrogenate, s:_\np, ['Patient'], [45,'.',4]). verbnet(ice, s:_\np, ['Patient'], [45,'.',4]). verbnet(ignite, s:_\np, ['Patient'], [45,'.',4]). verbnet(indurate, s:_\np, ['Patient'], [45,'.',4]). verbnet(incinerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(improve, s:_\np, ['Patient'], [45,'.',4]). verbnet(increase, s:_\np, ['Patient'], [45,'.',4]). verbnet(incubate, s:_\np, ['Patient'], [45,'.',4]). verbnet(inflate, s:_\np, ['Patient'], [45,'.',4]). verbnet(inspissate, s:_\np, ['Patient'], [45,'.',4]). verbnet(intensify, s:_\np, ['Patient'], [45,'.',4]). verbnet(invert, s:_\np, ['Patient'], [45,'.',4]). verbnet(iodize, s:_\np, ['Patient'], [45,'.',4]). verbnet(ionize, s:_\np, ['Patient'], [45,'.',4]). verbnet(kindle, s:_\np, ['Patient'], [45,'.',4]). verbnet(laminate, s:_\np, ['Patient'], [45,'.',4]). verbnet(lengthen, s:_\np, ['Patient'], [45,'.',4]). verbnet(lessen, s:_\np, ['Patient'], [45,'.',4]). verbnet(level, s:_\np, ['Patient'], [45,'.',4]). verbnet(levitate, s:_\np, ['Patient'], [45,'.',4]). verbnet(light, s:_\np, ['Patient'], [45,'.',4]). verbnet(lighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(lignify, s:_\np, ['Patient'], [45,'.',4]). verbnet(liquefy, s:_\np, ['Patient'], [45,'.',4]). verbnet(loop, s:_\np, ['Patient'], [45,'.',4]). verbnet(loose, s:_\np, ['Patient'], [45,'.',4]). verbnet(loosen, s:_\np, ['Patient'], [45,'.',4]). verbnet(macerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(magnetize, s:_\np, ['Patient'], [45,'.',4]). verbnet(magnify, s:_\np, ['Patient'], [45,'.',4]). verbnet(mature, s:_\np, ['Patient'], [45,'.',4]). verbnet(mechanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(mellow, s:_\np, ['Patient'], [45,'.',4]). verbnet(melt, s:_\np, ['Patient'], [45,'.',4]). verbnet(mineralize, s:_\np, ['Patient'], [45,'.',4]). verbnet(mobilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(moderate, s:_\np, ['Patient'], [45,'.',4]). verbnet(modernize, s:_\np, ['Patient'], [45,'.',4]). verbnet(modulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(moisten, s:_\np, ['Patient'], [45,'.',4]). verbnet(motorize, s:_\np, ['Patient'], [45,'.',4]). verbnet(muddy, s:_\np, ['Patient'], [45,'.',4]). verbnet(mute, s:_\np, ['Patient'], [45,'.',4]). verbnet(multiply, s:_\np, ['Patient'], [45,'.',4]). verbnet(narrow, s:_\np, ['Patient'], [45,'.',4]). verbnet(nasalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(nationalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(naturalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(neutralize, s:_\np, ['Patient'], [45,'.',4]). verbnet(nitrify, s:_\np, ['Patient'], [45,'.',4]). verbnet(normalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(objectify, s:_\np, ['Patient'], [45,'.',4]). verbnet(obscure, s:_\np, ['Patient'], [45,'.',4]). verbnet(open, s:_\np, ['Patient'], [45,'.',4]). verbnet(operate, s:_\np, ['Patient'], [45,'.',4]). verbnet(ossify, s:_\np, ['Patient'], [45,'.',4]). verbnet(overturn, s:_\np, ['Patient'], [45,'.',4]). verbnet(oxidize, s:_\np, ['Patient'], [45,'.',4]). verbnet(pale, s:_\np, ['Patient'], [45,'.',4]). verbnet(paralyze, s:_\np, ['Patient'], [45,'.',4]). verbnet(pasteurize, s:_\np, ['Patient'], [45,'.',4]). verbnet(perfect, s:_\np, ['Patient'], [45,'.',4]). verbnet(petrify, s:_\np, ['Patient'], [45,'.',4]). verbnet(pink, s:_\np, ['Patient'], [45,'.',4]). verbnet(plump, s:_\np, ['Patient'], [45,'.',4]). verbnet(polarize, s:_\np, ['Patient'], [45,'.',4]). verbnet(polymerize, s:_\np, ['Patient'], [45,'.',4]). verbnet(pop, s:_\np, ['Patient'], [45,'.',4]). verbnet(popularize, s:_\np, ['Patient'], [45,'.',4]). verbnet(proliferate, s:_\np, ['Patient'], [45,'.',4]). verbnet(propagate, s:_\np, ['Patient'], [45,'.',4]). verbnet(publicize, s:_\np, ['Patient'], [45,'.',4]). verbnet(pulverize, s:_\np, ['Patient'], [45,'.',4]). verbnet(purify, s:_\np, ['Patient'], [45,'.',4]). verbnet(purple, s:_\np, ['Patient'], [45,'.',4]). verbnet(putrefy, s:_\np, ['Patient'], [45,'.',4]). verbnet(quadruple, s:_\np, ['Patient'], [45,'.',4]). verbnet(quicken, s:_\np, ['Patient'], [45,'.',4]). verbnet(quiet, s:_\np, ['Patient'], [45,'.',4]). verbnet(quieten, s:_\np, ['Patient'], [45,'.',4]). verbnet(rarefy, s:_\np, ['Patient'], [45,'.',4]). verbnet(reanimate, s:_\np, ['Patient'], [45,'.',4]). verbnet(redden, s:_\np, ['Patient'], [45,'.',4]). verbnet(regularize, s:_\np, ['Patient'], [45,'.',4]). verbnet(rekindle, s:_\np, ['Patient'], [45,'.',4]). verbnet(reopen, s:_\np, ['Patient'], [45,'.',4]). verbnet(reproduce, s:_\np, ['Patient'], [45,'.',4]). verbnet(resuscitate, s:_\np, ['Patient'], [45,'.',4]). verbnet(reverse, s:_\np, ['Patient'], [45,'.',4]). verbnet(revive, s:_\np, ['Patient'], [45,'.',4]). verbnet(ripen, s:_\np, ['Patient'], [45,'.',4]). verbnet(roughen, s:_\np, ['Patient'], [45,'.',4]). verbnet(rupture, s:_\np, ['Patient'], [45,'.',4]). verbnet(saponify, s:_\np, ['Patient'], [45,'.',4]). verbnet(scorch, s:_\np, ['Patient'], [45,'.',4]). verbnet(sear, s:_\np, ['Patient'], [45,'.',4]). verbnet(secularize, s:_\np, ['Patient'], [45,'.',4]). verbnet(sharpen, s:_\np, ['Patient'], [45,'.',4]). verbnet(short, s:_\np, ['Patient'], [45,'.',4]). verbnet('short-circuit', s:_\np, ['Patient'], [45,'.',4]). verbnet(shorten, s:_\np, ['Patient'], [45,'.',4]). verbnet(shrink, s:_\np, ['Patient'], [45,'.',4]). verbnet(shrivel, s:_\np, ['Patient'], [45,'.',4]). verbnet(shush, s:_\np, ['Patient'], [45,'.',4]). verbnet(shut, s:_\np, ['Patient'], [45,'.',4]). verbnet(sicken, s:_\np, ['Patient'], [45,'.',4]). verbnet(silence, s:_\np, ['Patient'], [45,'.',4]). verbnet(silicify, s:_\np, ['Patient'], [45,'.',4]). verbnet(silver, s:_\np, ['Patient'], [45,'.',4]). verbnet(singe, s:_\np, ['Patient'], [45,'.',4]). verbnet(sink, s:_\np, ['Patient'], [45,'.',4]). verbnet(slack, s:_\np, ['Patient'], [45,'.',4]). verbnet(slacken, s:_\np, ['Patient'], [45,'.',4]). verbnet(slim, s:_\np, ['Patient'], [45,'.',4]). verbnet(slow, s:_\np, ['Patient'], [45,'.',4]). verbnet(smarten, s:_\np, ['Patient'], [45,'.',4]). verbnet(smooth, s:_\np, ['Patient'], [45,'.',4]). verbnet(smoothen, s:_\np, ['Patient'], [45,'.',4]). verbnet(soak, s:_\np, ['Patient'], [45,'.',4]). verbnet(sober, s:_\np, ['Patient'], [45,'.',4]). verbnet(soften, s:_\np, ['Patient'], [45,'.',4]). verbnet(solidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(sour, s:_\np, ['Patient'], [45,'.',4]). verbnet(souse, s:_\np, ['Patient'], [45,'.',4]). verbnet(sovietize, s:_\np, ['Patient'], [45,'.',4]). verbnet(sprout, s:_\np, ['Patient'], [45,'.',4]). verbnet(stabilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(standardize, s:_\np, ['Patient'], [45,'.',4]). verbnet(steady, s:_\np, ['Patient'], [45,'.',4]). verbnet(steep, s:_\np, ['Patient'], [45,'.',4]). verbnet(steepen, s:_\np, ['Patient'], [45,'.',4]). verbnet(sterilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(stiffen, s:_\np, ['Patient'], [45,'.',4]). verbnet(stratify, s:_\np, ['Patient'], [45,'.',4]). verbnet(strangulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(strengthen, s:_\np, ['Patient'], [45,'.',4]). verbnet(submerge, s:_\np, ['Patient'], [45,'.',4]). verbnet(subside, s:_\np, ['Patient'], [45,'.',4]). verbnet(sulfurize, s:_\np, ['Patient'], [45,'.',4]). verbnet(sunburn, s:_\np, ['Patient'], [45,'.',4]). verbnet(sweeten, s:_\np, ['Patient'], [45,'.',4]). verbnet(taiwanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(tame, s:_\np, ['Patient'], [45,'.',4]). verbnet(tan, s:_\np, ['Patient'], [45,'.',4]). verbnet(taper, s:_\np, ['Patient'], [45,'.',4]). verbnet(tauten, s:_\np, ['Patient'], [45,'.',4]). verbnet(tense, s:_\np, ['Patient'], [45,'.',4]). verbnet(thaw, s:_\np, ['Patient'], [45,'.',4]). verbnet(thicken, s:_\np, ['Patient'], [45,'.',4]). verbnet(thin, s:_\np, ['Patient'], [45,'.',4]). verbnet(tighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(tilt, s:_\np, ['Patient'], [45,'.',4]). verbnet(tire, s:_\np, ['Patient'], [45,'.',4]). verbnet(topple, s:_\np, ['Patient'], [45,'.',4]). verbnet(toughen, s:_\np, ['Patient'], [45,'.',4]). verbnet(tousle, s:_\np, ['Patient'], [45,'.',4]). verbnet(tranquilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(treble, s:_\np, ['Patient'], [45,'.',4]). verbnet(triple, s:_\np, ['Patient'], [45,'.',4]). verbnet(trivialize, s:_\np, ['Patient'], [45,'.',4]). verbnet(ulcerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(unionize, s:_\np, ['Patient'], [45,'.',4]). verbnet(urbanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vaporize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vary, s:_\np, ['Patient'], [45,'.',4]). verbnet(ventilate, s:_\np, ['Patient'], [45,'.',4]). verbnet(vibrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(vitrify, s:_\np, ['Patient'], [45,'.',4]). verbnet(volatilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vulcanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vulgarize, s:_\np, ['Patient'], [45,'.',4]). verbnet(wake, s:_\np, ['Patient'], [45,'.',4]). verbnet(waken, s:_\np, ['Patient'], [45,'.',4]). verbnet(warm, s:_\np, ['Patient'], [45,'.',4]). verbnet(weaken, s:_\np, ['Patient'], [45,'.',4]). verbnet(westernize, s:_\np, ['Patient'], [45,'.',4]). verbnet(wet, s:_\np, ['Patient'], [45,'.',4]). verbnet(whiten, s:_\np, ['Patient'], [45,'.',4]). verbnet(widen, s:_\np, ['Patient'], [45,'.',4]). verbnet(worsen, s:_\np, ['Patient'], [45,'.',4]). verbnet(yellow, s:_\np, ['Patient'], [45,'.',4]). verbnet(alcoholize, s:_\np, ['Patient'], [45,'.',4]). verbnet(congeal, s:_\np, ['Patient'], [45,'.',4]). verbnet(trip, s:_\np, ['Patient'], [45,'.',4]). verbnet(derail, s:_\np, ['Patient'], [45,'.',4]). %%% File: ext/VerbNet/other_cos-45.4.xml %%% Primary: NP V ADV-Middle (other_cos-45.4) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Cotton clothes dry easily. %%% verbnet(abase, s:_\np, ['Patient'], [45,'.',4]). verbnet(abate, s:_\np, ['Patient'], [45,'.',4]). verbnet(abbreviate, s:_\np, ['Patient'], [45,'.',4]). verbnet(abrade, s:_\np, ['Patient'], [45,'.',4]). verbnet(abridge, s:_\np, ['Patient'], [45,'.',4]). verbnet(accelerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(acetify, s:_\np, ['Patient'], [45,'.',4]). verbnet(acidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(activate, s:_\np, ['Patient'], [45,'.',4]). verbnet(advance, s:_\np, ['Patient'], [45,'.',4]). verbnet(africanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(age, s:_\np, ['Patient'], [45,'.',4]). verbnet(agglomerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(air, s:_\np, ['Patient'], [45,'.',4]). verbnet(alkalify, s:_\np, ['Patient'], [45,'.',4]). verbnet(alter, s:_\np, ['Patient'], [45,'.',4]). verbnet(ameliorate, s:_\np, ['Patient'], [45,'.',4]). verbnet(americanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(amplify, s:_\np, ['Patient'], [45,'.',4]). verbnet(anesthetize, s:_\np, ['Patient'], [45,'.',4]). verbnet(anglicize, s:_\np, ['Patient'], [45,'.',4]). verbnet(animate, s:_\np, ['Patient'], [45,'.',4]). verbnet(apostatize, s:_\np, ['Patient'], [45,'.',4]). verbnet(atomize, s:_\np, ['Patient'], [45,'.',4]). verbnet(attenuate, s:_\np, ['Patient'], [45,'.',4]). verbnet(augment, s:_\np, ['Patient'], [45,'.',4]). verbnet(awake, s:_\np, ['Patient'], [45,'.',4]). verbnet(awaken, s:_\np, ['Patient'], [45,'.',4]). verbnet(balance, s:_\np, ['Patient'], [45,'.',4]). verbnet(blacken, s:_\np, ['Patient'], [45,'.',4]). verbnet(beautify, s:_\np, ['Patient'], [45,'.',4]). verbnet(bedew, s:_\np, ['Patient'], [45,'.',4]). verbnet(bifurcate, s:_\np, ['Patient'], [45,'.',4]). verbnet(bisect, s:_\np, ['Patient'], [45,'.',4]). verbnet(blast, s:_\np, ['Patient'], [45,'.',4]). verbnet(bleach, s:_\np, ['Patient'], [45,'.',4]). verbnet(bloody, s:_\np, ['Patient'], [45,'.',4]). verbnet(blunt, s:_\np, ['Patient'], [45,'.',4]). verbnet(blur, s:_\np, ['Patient'], [45,'.',4]). verbnet(bolshevize, s:_\np, ['Patient'], [45,'.',4]). verbnet(botch, s:_\np, ['Patient'], [45,'.',4]). verbnet(brighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(broaden, s:_\np, ['Patient'], [45,'.',4]). verbnet(burn, s:_\np, ['Patient'], [45,'.',4]). verbnet(burst, s:_\np, ['Patient'], [45,'.',4]). verbnet(calcify, s:_\np, ['Patient'], [45,'.',4]). verbnet(capacitate, s:_\np, ['Patient'], [45,'.',4]). verbnet(capsize, s:_\np, ['Patient'], [45,'.',4]). verbnet(caramelize, s:_\np, ['Patient'], [45,'.',4]). verbnet(carbonify, s:_\np, ['Patient'], [45,'.',4]). verbnet(carbonize, s:_\np, ['Patient'], [45,'.',4]). verbnet(castrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(categorize, s:_\np, ['Patient'], [45,'.',4]). verbnet(catholicize, s:_\np, ['Patient'], [45,'.',4]). verbnet(cauterize, s:_\np, ['Patient'], [45,'.',4]). verbnet(change, s:_\np, ['Patient'], [45,'.',4]). verbnet(char, s:_\np, ['Patient'], [45,'.',4]). verbnet(cheapen, s:_\np, ['Patient'], [45,'.',4]). verbnet(chill, s:_\np, ['Patient'], [45,'.',4]). verbnet(chlorinate, s:_\np, ['Patient'], [45,'.',4]). verbnet(christianize, s:_\np, ['Patient'], [45,'.',4]). verbnet(circumcise, s:_\np, ['Patient'], [45,'.',4]). verbnet(civilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(clarify, s:_\np, ['Patient'], [45,'.',4]). verbnet(clean, s:_\np, ['Patient'], [45,'.',4]). verbnet(clear, s:_\np, ['Patient'], [45,'.',4]). verbnet(clog, s:_\np, ['Patient'], [45,'.',4]). verbnet(close, s:_\np, ['Patient'], [45,'.',4]). verbnet(clouded, s:_\np, ['Patient'], [45,'.',4]). verbnet(coagulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(coarsen, s:_\np, ['Patient'], [45,'.',4]). verbnet(collapse, s:_\np, ['Patient'], [45,'.',4]). verbnet(collect, s:_\np, ['Patient'], [45,'.',4]). verbnet(combust, s:_\np, ['Patient'], [45,'.',4]). verbnet(commercialize, s:_\np, ['Patient'], [45,'.',4]). verbnet(compress, s:_\np, ['Patient'], [45,'.',4]). verbnet(condense, s:_\np, ['Patient'], [45,'.',4]). verbnet(construct, s:_\np, ['Patient'], [45,'.',4]). verbnet(contextualize, s:_\np, ['Patient'], [45,'.',4]). verbnet(contract, s:_\np, ['Patient'], [45,'.',4]). verbnet(constrict, s:_\np, ['Patient'], [45,'.',4]). verbnet(constringe, s:_\np, ['Patient'], [45,'.',4]). verbnet(cool, s:_\np, ['Patient'], [45,'.',4]). verbnet(correct, s:_\np, ['Patient'], [45,'.',4]). verbnet(corrode, s:_\np, ['Patient'], [45,'.',4]). verbnet(corrugate, s:_\np, ['Patient'], [45,'.',4]). verbnet(corrupt, s:_\np, ['Patient'], [45,'.',4]). verbnet(cremate, s:_\np, ['Patient'], [45,'.',4]). verbnet(crimson, s:_\np, ['Patient'], [45,'.',4]). verbnet(crisp, s:_\np, ['Patient'], [45,'.',4]). verbnet(crumble, s:_\np, ['Patient'], [45,'.',4]). verbnet(crystallize, s:_\np, ['Patient'], [45,'.',4]). verbnet(curdle, s:_\np, ['Patient'], [45,'.',4]). verbnet(dampen, s:_\np, ['Patient'], [45,'.',4]). verbnet(darken, s:_\np, ['Patient'], [45,'.',4]). verbnet(deafen, s:_\np, ['Patient'], [45,'.',4]). verbnet('de-escalate', s:_\np, ['Patient'], [45,'.',4]). verbnet(decelerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(decentralize, s:_\np, ['Patient'], [45,'.',4]). verbnet(decompress, s:_\np, ['Patient'], [45,'.',4]). verbnet(decrease, s:_\np, ['Patient'], [45,'.',4]). verbnet(deepen, s:_\np, ['Patient'], [45,'.',4]). verbnet(deflate, s:_\np, ['Patient'], [45,'.',4]). verbnet(defrost, s:_\np, ['Patient'], [45,'.',4]). verbnet(degenerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(degrade, s:_\np, ['Patient'], [45,'.',4]). verbnet(dehumidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(dehydrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(demagnetize, s:_\np, ['Patient'], [45,'.',4]). verbnet(demobilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(democratize, s:_\np, ['Patient'], [45,'.',4]). verbnet(depressurize, s:_\np, ['Patient'], [45,'.',4]). verbnet(desalinate, s:_\np, ['Patient'], [45,'.',4]). verbnet(desiccate, s:_\np, ['Patient'], [45,'.',4]). verbnet(destabilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(deteriorate, s:_\np, ['Patient'], [45,'.',4]). verbnet(detonate, s:_\np, ['Patient'], [45,'.',4]). verbnet(devalue, s:_\np, ['Patient'], [45,'.',4]). verbnet(diffract, s:_\np, ['Patient'], [45,'.',4]). verbnet(diffuse, s:_\np, ['Patient'], [45,'.',4]). verbnet(dilate, s:_\np, ['Patient'], [45,'.',4]). verbnet(dilute, s:_\np, ['Patient'], [45,'.',4]). verbnet(dim, s:_\np, ['Patient'], [45,'.',4]). verbnet(diminish, s:_\np, ['Patient'], [45,'.',4]). verbnet(dirty, s:_\np, ['Patient'], [45,'.',4]). verbnet(disintegrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(dislocate, s:_\np, ['Patient'], [45,'.',4]). verbnet(disorganize, s:_\np, ['Patient'], [45,'.',4]). verbnet(disperse, s:_\np, ['Patient'], [45,'.',4]). verbnet(dissipate, s:_\np, ['Patient'], [45,'.',4]). verbnet(dissolve, s:_\np, ['Patient'], [45,'.',4]). verbnet(diversify, s:_\np, ['Patient'], [45,'.',4]). verbnet(divide, s:_\np, ['Patient'], [45,'.',4]). verbnet(domesticate, s:_\np, ['Patient'], [45,'.',4]). verbnet(double, s:_\np, ['Patient'], [45,'.',4]). verbnet(drain, s:_\np, ['Patient'], [45,'.',4]). verbnet(dry, s:_\np, ['Patient'], [45,'.',4]). verbnet(dull, s:_\np, ['Patient'], [45,'.',4]). verbnet(ease, s:_\np, ['Patient'], [45,'.',4]). verbnet(effeminate, s:_\np, ['Patient'], [45,'.',4]). verbnet(emaciate, s:_\np, ['Patient'], [45,'.',4]). verbnet(emasculate, s:_\np, ['Patient'], [45,'.',4]). verbnet(embitter, s:_\np, ['Patient'], [45,'.',4]). verbnet(embrocate, s:_\np, ['Patient'], [45,'.',4]). verbnet(empty, s:_\np, ['Patient'], [45,'.',4]). verbnet(emulsify, s:_\np, ['Patient'], [45,'.',4]). verbnet(energize, s:_\np, ['Patient'], [45,'.',4]). verbnet(enhance, s:_\np, ['Patient'], [45,'.',4]). verbnet(enlarge, s:_\np, ['Patient'], [45,'.',4]). verbnet(equalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(equilibrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(eternalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(europeanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(evaporate, s:_\np, ['Patient'], [45,'.',4]). verbnet(even, s:_\np, ['Patient'], [45,'.',4]). verbnet(expand, s:_\np, ['Patient'], [45,'.',4]). verbnet(explode, s:_\np, ['Patient'], [45,'.',4]). verbnet(extinguish, s:_\np, ['Patient'], [45,'.',4]). verbnet(fade, s:_\np, ['Patient'], [45,'.',4]). verbnet(famish, s:_\np, ['Patient'], [45,'.',4]). verbnet(fanaticize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fatten, s:_\np, ['Patient'], [45,'.',4]). verbnet(federate, s:_\np, ['Patient'], [45,'.',4]). verbnet(federalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(feminize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fertilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fill, s:_\np, ['Patient'], [45,'.',4]). verbnet(firm, s:_\np, ['Patient'], [45,'.',4]). verbnet(flatten, s:_\np, ['Patient'], [45,'.',4]). verbnet(flood, s:_\np, ['Patient'], [45,'.',4]). verbnet(fortify, s:_\np, ['Patient'], [45,'.',4]). verbnet(fossilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(fray, s:_\np, ['Patient'], [45,'.',4]). verbnet(freeze, s:_\np, ['Patient'], [45,'.',4]). verbnet(freshen, s:_\np, ['Patient'], [45,'.',4]). verbnet(frost, s:_\np, ['Patient'], [45,'.',4]). verbnet(fructify, s:_\np, ['Patient'], [45,'.',4]). verbnet(fuse, s:_\np, ['Patient'], [45,'.',4]). verbnet(gasify, s:_\np, ['Patient'], [45,'.',4]). verbnet(gelatinize, s:_\np, ['Patient'], [45,'.',4]). verbnet(germanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(gladden, s:_\np, ['Patient'], [45,'.',4]). verbnet(glutenize, s:_\np, ['Patient'], [45,'.',4]). verbnet(granulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(grade, s:_\np, ['Patient'], [45,'.',4]). verbnet(gray, s:_\np, ['Patient'], [45,'.',4]). verbnet(grow, s:_\np, ['Patient'], [45,'.',4]). verbnet(halt, s:_\np, ['Patient'], [45,'.',4]). verbnet(harden, s:_\np, ['Patient'], [45,'.',4]). verbnet(harmonize, s:_\np, ['Patient'], [45,'.',4]). verbnet(hasten, s:_\np, ['Patient'], [45,'.',4]). verbnet(heal, s:_\np, ['Patient'], [45,'.',4]). verbnet(heat, s:_\np, ['Patient'], [45,'.',4]). verbnet(heighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(hellenize, s:_\np, ['Patient'], [45,'.',4]). verbnet(humidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(hush, s:_\np, ['Patient'], [45,'.',4]). verbnet(hybridize, s:_\np, ['Patient'], [45,'.',4]). verbnet(hydrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(hydrogenate, s:_\np, ['Patient'], [45,'.',4]). verbnet(ice, s:_\np, ['Patient'], [45,'.',4]). verbnet(ignite, s:_\np, ['Patient'], [45,'.',4]). verbnet(indurate, s:_\np, ['Patient'], [45,'.',4]). verbnet(incinerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(improve, s:_\np, ['Patient'], [45,'.',4]). verbnet(increase, s:_\np, ['Patient'], [45,'.',4]). verbnet(incubate, s:_\np, ['Patient'], [45,'.',4]). verbnet(inflate, s:_\np, ['Patient'], [45,'.',4]). verbnet(inspissate, s:_\np, ['Patient'], [45,'.',4]). verbnet(intensify, s:_\np, ['Patient'], [45,'.',4]). verbnet(invert, s:_\np, ['Patient'], [45,'.',4]). verbnet(iodize, s:_\np, ['Patient'], [45,'.',4]). verbnet(ionize, s:_\np, ['Patient'], [45,'.',4]). verbnet(kindle, s:_\np, ['Patient'], [45,'.',4]). verbnet(laminate, s:_\np, ['Patient'], [45,'.',4]). verbnet(lengthen, s:_\np, ['Patient'], [45,'.',4]). verbnet(lessen, s:_\np, ['Patient'], [45,'.',4]). verbnet(level, s:_\np, ['Patient'], [45,'.',4]). verbnet(levitate, s:_\np, ['Patient'], [45,'.',4]). verbnet(light, s:_\np, ['Patient'], [45,'.',4]). verbnet(lighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(lignify, s:_\np, ['Patient'], [45,'.',4]). verbnet(liquefy, s:_\np, ['Patient'], [45,'.',4]). verbnet(loop, s:_\np, ['Patient'], [45,'.',4]). verbnet(loose, s:_\np, ['Patient'], [45,'.',4]). verbnet(loosen, s:_\np, ['Patient'], [45,'.',4]). verbnet(macerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(magnetize, s:_\np, ['Patient'], [45,'.',4]). verbnet(magnify, s:_\np, ['Patient'], [45,'.',4]). verbnet(mature, s:_\np, ['Patient'], [45,'.',4]). verbnet(mechanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(mellow, s:_\np, ['Patient'], [45,'.',4]). verbnet(melt, s:_\np, ['Patient'], [45,'.',4]). verbnet(mineralize, s:_\np, ['Patient'], [45,'.',4]). verbnet(mobilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(moderate, s:_\np, ['Patient'], [45,'.',4]). verbnet(modernize, s:_\np, ['Patient'], [45,'.',4]). verbnet(modulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(moisten, s:_\np, ['Patient'], [45,'.',4]). verbnet(motorize, s:_\np, ['Patient'], [45,'.',4]). verbnet(muddy, s:_\np, ['Patient'], [45,'.',4]). verbnet(mute, s:_\np, ['Patient'], [45,'.',4]). verbnet(multiply, s:_\np, ['Patient'], [45,'.',4]). verbnet(narrow, s:_\np, ['Patient'], [45,'.',4]). verbnet(nasalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(nationalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(naturalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(neutralize, s:_\np, ['Patient'], [45,'.',4]). verbnet(nitrify, s:_\np, ['Patient'], [45,'.',4]). verbnet(normalize, s:_\np, ['Patient'], [45,'.',4]). verbnet(objectify, s:_\np, ['Patient'], [45,'.',4]). verbnet(obscure, s:_\np, ['Patient'], [45,'.',4]). verbnet(open, s:_\np, ['Patient'], [45,'.',4]). verbnet(operate, s:_\np, ['Patient'], [45,'.',4]). verbnet(ossify, s:_\np, ['Patient'], [45,'.',4]). verbnet(overturn, s:_\np, ['Patient'], [45,'.',4]). verbnet(oxidize, s:_\np, ['Patient'], [45,'.',4]). verbnet(pale, s:_\np, ['Patient'], [45,'.',4]). verbnet(paralyze, s:_\np, ['Patient'], [45,'.',4]). verbnet(pasteurize, s:_\np, ['Patient'], [45,'.',4]). verbnet(perfect, s:_\np, ['Patient'], [45,'.',4]). verbnet(petrify, s:_\np, ['Patient'], [45,'.',4]). verbnet(pink, s:_\np, ['Patient'], [45,'.',4]). verbnet(plump, s:_\np, ['Patient'], [45,'.',4]). verbnet(polarize, s:_\np, ['Patient'], [45,'.',4]). verbnet(polymerize, s:_\np, ['Patient'], [45,'.',4]). verbnet(pop, s:_\np, ['Patient'], [45,'.',4]). verbnet(popularize, s:_\np, ['Patient'], [45,'.',4]). verbnet(proliferate, s:_\np, ['Patient'], [45,'.',4]). verbnet(propagate, s:_\np, ['Patient'], [45,'.',4]). verbnet(publicize, s:_\np, ['Patient'], [45,'.',4]). verbnet(pulverize, s:_\np, ['Patient'], [45,'.',4]). verbnet(purify, s:_\np, ['Patient'], [45,'.',4]). verbnet(purple, s:_\np, ['Patient'], [45,'.',4]). verbnet(putrefy, s:_\np, ['Patient'], [45,'.',4]). verbnet(quadruple, s:_\np, ['Patient'], [45,'.',4]). verbnet(quicken, s:_\np, ['Patient'], [45,'.',4]). verbnet(quiet, s:_\np, ['Patient'], [45,'.',4]). verbnet(quieten, s:_\np, ['Patient'], [45,'.',4]). verbnet(rarefy, s:_\np, ['Patient'], [45,'.',4]). verbnet(reanimate, s:_\np, ['Patient'], [45,'.',4]). verbnet(redden, s:_\np, ['Patient'], [45,'.',4]). verbnet(regularize, s:_\np, ['Patient'], [45,'.',4]). verbnet(rekindle, s:_\np, ['Patient'], [45,'.',4]). verbnet(reopen, s:_\np, ['Patient'], [45,'.',4]). verbnet(reproduce, s:_\np, ['Patient'], [45,'.',4]). verbnet(resuscitate, s:_\np, ['Patient'], [45,'.',4]). verbnet(reverse, s:_\np, ['Patient'], [45,'.',4]). verbnet(revive, s:_\np, ['Patient'], [45,'.',4]). verbnet(ripen, s:_\np, ['Patient'], [45,'.',4]). verbnet(roughen, s:_\np, ['Patient'], [45,'.',4]). verbnet(rupture, s:_\np, ['Patient'], [45,'.',4]). verbnet(saponify, s:_\np, ['Patient'], [45,'.',4]). verbnet(scorch, s:_\np, ['Patient'], [45,'.',4]). verbnet(sear, s:_\np, ['Patient'], [45,'.',4]). verbnet(secularize, s:_\np, ['Patient'], [45,'.',4]). verbnet(sharpen, s:_\np, ['Patient'], [45,'.',4]). verbnet(short, s:_\np, ['Patient'], [45,'.',4]). verbnet('short-circuit', s:_\np, ['Patient'], [45,'.',4]). verbnet(shorten, s:_\np, ['Patient'], [45,'.',4]). verbnet(shrink, s:_\np, ['Patient'], [45,'.',4]). verbnet(shrivel, s:_\np, ['Patient'], [45,'.',4]). verbnet(shush, s:_\np, ['Patient'], [45,'.',4]). verbnet(shut, s:_\np, ['Patient'], [45,'.',4]). verbnet(sicken, s:_\np, ['Patient'], [45,'.',4]). verbnet(silence, s:_\np, ['Patient'], [45,'.',4]). verbnet(silicify, s:_\np, ['Patient'], [45,'.',4]). verbnet(silver, s:_\np, ['Patient'], [45,'.',4]). verbnet(singe, s:_\np, ['Patient'], [45,'.',4]). verbnet(sink, s:_\np, ['Patient'], [45,'.',4]). verbnet(slack, s:_\np, ['Patient'], [45,'.',4]). verbnet(slacken, s:_\np, ['Patient'], [45,'.',4]). verbnet(slim, s:_\np, ['Patient'], [45,'.',4]). verbnet(slow, s:_\np, ['Patient'], [45,'.',4]). verbnet(smarten, s:_\np, ['Patient'], [45,'.',4]). verbnet(smooth, s:_\np, ['Patient'], [45,'.',4]). verbnet(smoothen, s:_\np, ['Patient'], [45,'.',4]). verbnet(soak, s:_\np, ['Patient'], [45,'.',4]). verbnet(sober, s:_\np, ['Patient'], [45,'.',4]). verbnet(soften, s:_\np, ['Patient'], [45,'.',4]). verbnet(solidify, s:_\np, ['Patient'], [45,'.',4]). verbnet(sour, s:_\np, ['Patient'], [45,'.',4]). verbnet(souse, s:_\np, ['Patient'], [45,'.',4]). verbnet(sovietize, s:_\np, ['Patient'], [45,'.',4]). verbnet(sprout, s:_\np, ['Patient'], [45,'.',4]). verbnet(stabilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(standardize, s:_\np, ['Patient'], [45,'.',4]). verbnet(steady, s:_\np, ['Patient'], [45,'.',4]). verbnet(steep, s:_\np, ['Patient'], [45,'.',4]). verbnet(steepen, s:_\np, ['Patient'], [45,'.',4]). verbnet(sterilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(stiffen, s:_\np, ['Patient'], [45,'.',4]). verbnet(stratify, s:_\np, ['Patient'], [45,'.',4]). verbnet(strangulate, s:_\np, ['Patient'], [45,'.',4]). verbnet(strengthen, s:_\np, ['Patient'], [45,'.',4]). verbnet(submerge, s:_\np, ['Patient'], [45,'.',4]). verbnet(subside, s:_\np, ['Patient'], [45,'.',4]). verbnet(sulfurize, s:_\np, ['Patient'], [45,'.',4]). verbnet(sunburn, s:_\np, ['Patient'], [45,'.',4]). verbnet(sweeten, s:_\np, ['Patient'], [45,'.',4]). verbnet(taiwanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(tame, s:_\np, ['Patient'], [45,'.',4]). verbnet(tan, s:_\np, ['Patient'], [45,'.',4]). verbnet(taper, s:_\np, ['Patient'], [45,'.',4]). verbnet(tauten, s:_\np, ['Patient'], [45,'.',4]). verbnet(tense, s:_\np, ['Patient'], [45,'.',4]). verbnet(thaw, s:_\np, ['Patient'], [45,'.',4]). verbnet(thicken, s:_\np, ['Patient'], [45,'.',4]). verbnet(thin, s:_\np, ['Patient'], [45,'.',4]). verbnet(tighten, s:_\np, ['Patient'], [45,'.',4]). verbnet(tilt, s:_\np, ['Patient'], [45,'.',4]). verbnet(tire, s:_\np, ['Patient'], [45,'.',4]). verbnet(topple, s:_\np, ['Patient'], [45,'.',4]). verbnet(toughen, s:_\np, ['Patient'], [45,'.',4]). verbnet(tousle, s:_\np, ['Patient'], [45,'.',4]). verbnet(tranquilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(treble, s:_\np, ['Patient'], [45,'.',4]). verbnet(triple, s:_\np, ['Patient'], [45,'.',4]). verbnet(trivialize, s:_\np, ['Patient'], [45,'.',4]). verbnet(ulcerate, s:_\np, ['Patient'], [45,'.',4]). verbnet(unionize, s:_\np, ['Patient'], [45,'.',4]). verbnet(urbanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vaporize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vary, s:_\np, ['Patient'], [45,'.',4]). verbnet(ventilate, s:_\np, ['Patient'], [45,'.',4]). verbnet(vibrate, s:_\np, ['Patient'], [45,'.',4]). verbnet(vitrify, s:_\np, ['Patient'], [45,'.',4]). verbnet(volatilize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vulcanize, s:_\np, ['Patient'], [45,'.',4]). verbnet(vulgarize, s:_\np, ['Patient'], [45,'.',4]). verbnet(wake, s:_\np, ['Patient'], [45,'.',4]). verbnet(waken, s:_\np, ['Patient'], [45,'.',4]). verbnet(warm, s:_\np, ['Patient'], [45,'.',4]). verbnet(weaken, s:_\np, ['Patient'], [45,'.',4]). verbnet(westernize, s:_\np, ['Patient'], [45,'.',4]). verbnet(wet, s:_\np, ['Patient'], [45,'.',4]). verbnet(whiten, s:_\np, ['Patient'], [45,'.',4]). verbnet(widen, s:_\np, ['Patient'], [45,'.',4]). verbnet(worsen, s:_\np, ['Patient'], [45,'.',4]). verbnet(yellow, s:_\np, ['Patient'], [45,'.',4]). verbnet(alcoholize, s:_\np, ['Patient'], [45,'.',4]). verbnet(congeal, s:_\np, ['Patient'], [45,'.',4]). verbnet(trip, s:_\np, ['Patient'], [45,'.',4]). verbnet(derail, s:_\np, ['Patient'], [45,'.',4]). %%% File: ext/VerbNet/other_cos-45.4.xml %%% Primary: NP.instrument V NP (other_cos-45.4) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The hairdryer dried the clothes. %%% verbnet(abase, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(abate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(abbreviate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(abrade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(abridge, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(accelerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(acetify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(acidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(activate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(advance, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(africanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(age, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(agglomerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(air, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(alkalify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(alter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ameliorate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(americanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(amplify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(anesthetize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(anglicize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(animate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(apostatize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(atomize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(attenuate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(augment, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(awake, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(awaken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(balance, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(blacken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(beautify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(bedew, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(bifurcate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(bisect, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(blast, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(bleach, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(bloody, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(blunt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(blur, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(bolshevize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(botch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(brighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(broaden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(burn, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(burst, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(calcify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(capacitate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(capsize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(caramelize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(carbonify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(carbonize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(castrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(categorize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(catholicize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(cauterize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(change, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(char, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(cheapen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(chill, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(chlorinate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(christianize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(circumcise, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(civilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(clarify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(clean, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(clear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(clog, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(close, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(clouded, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(coagulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(coarsen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(collapse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(collect, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(combust, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(commercialize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(compress, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(condense, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(construct, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(contextualize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(contract, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(constrict, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(constringe, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(cool, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(correct, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(corrode, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(corrugate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(corrupt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(cremate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(crimson, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(crisp, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(crumble, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(crystallize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(curdle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dampen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(darken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(deafen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet('de-escalate', (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(decelerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(decentralize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(decompress, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(decrease, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(deepen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(deflate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(defrost, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(degenerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(degrade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dehumidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dehydrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(demagnetize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(demobilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(democratize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(depressurize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(desalinate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(desiccate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(destabilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(deteriorate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(detonate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(devalue, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(diffract, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(diffuse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dilate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dilute, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dim, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(diminish, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dirty, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(disintegrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dislocate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(disorganize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(disperse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dissipate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dissolve, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(diversify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(divide, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(domesticate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(double, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(drain, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dry, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(dull, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ease, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(effeminate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(emaciate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(emasculate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(embitter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(embrocate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(empty, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(emulsify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(energize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(enhance, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(enlarge, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(equalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(equilibrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(eternalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(europeanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(evaporate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(even, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(expand, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(explode, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(extinguish, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(famish, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fanaticize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fatten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(federate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(federalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(feminize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fertilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fill, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(firm, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(flatten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(flood, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fortify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fossilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fray, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(freeze, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(freshen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(frost, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fructify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(fuse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(gasify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(gelatinize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(germanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(gladden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(glutenize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(granulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(grade, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(gray, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(grow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(halt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(harden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(harmonize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(hasten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(heal, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(heat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(heighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(hellenize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(humidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(hush, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(hybridize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(hydrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(hydrogenate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ice, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ignite, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(indurate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(incinerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(improve, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(increase, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(incubate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(inflate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(inspissate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(intensify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(invert, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(iodize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ionize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(kindle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(laminate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(lengthen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(lessen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(level, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(levitate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(light, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(lighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(lignify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(liquefy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(loop, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(loose, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(loosen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(macerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(magnetize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(magnify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(mature, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(mechanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(mellow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(melt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(mineralize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(mobilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(moderate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(modernize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(modulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(moisten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(motorize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(muddy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(mute, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(multiply, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(narrow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(nasalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(nationalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(naturalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(neutralize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(nitrify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(normalize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(objectify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(obscure, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(open, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(operate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ossify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(overturn, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(oxidize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(pale, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(paralyze, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(pasteurize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(perfect, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(petrify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(pink, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(plump, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(polarize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(polymerize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(pop, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(popularize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(proliferate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(propagate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(publicize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(pulverize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(purify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(purple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(putrefy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(quadruple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(quicken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(quiet, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(quieten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(rarefy, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(reanimate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(redden, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(regularize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(rekindle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(reopen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(reproduce, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(resuscitate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(reverse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(revive, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ripen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(roughen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(rupture, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(saponify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(scorch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(secularize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sharpen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(short, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet('short-circuit', (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(shorten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(shrink, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(shrivel, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(shush, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(shut, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sicken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(silence, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(silicify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(silver, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(singe, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sink, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(slack, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(slacken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(slim, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(slow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(smarten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(smooth, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(smoothen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(soak, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sober, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(soften, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(solidify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sour, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(souse, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sovietize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sprout, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(stabilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(standardize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(steady, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(steep, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(steepen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sterilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(stiffen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(stratify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(strangulate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(strengthen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(submerge, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(subside, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sulfurize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sunburn, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(sweeten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(taiwanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tame, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tan, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(taper, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tauten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tense, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(thaw, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(thicken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(thin, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tilt, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tire, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(topple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(toughen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tousle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(tranquilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(treble, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(triple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(trivialize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ulcerate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(unionize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(urbanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(vaporize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(vary, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(ventilate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(vibrate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(vitrify, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(volatilize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(vulcanize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(vulgarize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(wake, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(waken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(warm, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(weaken, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(westernize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(wet, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(whiten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(widen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(worsen, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(yellow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(alcoholize, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(congeal, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(trip, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). verbnet(derail, (s:_\np)/np, ['Patient','Instrument'], [45,'.',4]). %%% File: ext/VerbNet/other_cos-45.4.xml %%% Primary: NP V NP ADJ (other_cos-45.4) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: The clothes dried wrinkled. %%% verbnet(abase, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(abate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(abbreviate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(abrade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(abridge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(accelerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(acetify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(acidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(activate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(advance, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(africanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(age, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(agglomerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(air, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(alkalify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(alter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ameliorate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(americanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(amplify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(anesthetize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(anglicize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(animate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(apostatize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(atomize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(attenuate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(augment, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(awake, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(awaken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(balance, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(blacken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(beautify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(bedew, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(bifurcate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(bisect, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(blast, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(bleach, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(bloody, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(blunt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(blur, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(bolshevize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(botch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(brighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(broaden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(burn, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(burst, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(calcify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(capacitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(capsize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(caramelize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(carbonify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(carbonize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(castrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(categorize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(catholicize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(cauterize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(change, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(char, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(cheapen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(chill, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(chlorinate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(christianize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(circumcise, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(civilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(clarify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(clean, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(clear, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(clog, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(close, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(clouded, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(coagulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(coarsen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(collapse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(collect, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(combust, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(commercialize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(compress, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(condense, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(construct, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(contextualize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(contract, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(constrict, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(constringe, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(cool, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(correct, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(corrode, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(corrugate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(corrupt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(cremate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(crimson, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(crisp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(crumble, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(crystallize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(curdle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dampen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(darken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(deafen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet('de-escalate', ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(decelerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(decentralize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(decompress, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(decrease, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(deepen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(deflate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(defrost, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(degenerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(degrade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dehumidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dehydrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(demagnetize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(demobilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(democratize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(depressurize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(desalinate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(desiccate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(destabilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(deteriorate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(detonate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(devalue, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(diffract, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(diffuse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dilate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dilute, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dim, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(diminish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dirty, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(disintegrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dislocate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(disorganize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(disperse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dissipate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dissolve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(diversify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(divide, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(domesticate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(double, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(drain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dry, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(dull, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ease, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(effeminate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(emaciate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(emasculate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(embitter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(embrocate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(empty, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(emulsify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(energize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(enhance, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(enlarge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(equalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(equilibrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(eternalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(europeanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(evaporate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(even, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(expand, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(explode, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(extinguish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(famish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fanaticize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fatten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(federate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(federalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(feminize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fertilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fill, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(firm, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(flatten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(flood, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fortify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fossilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fray, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(freeze, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(freshen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(frost, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fructify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(fuse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(gasify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(gelatinize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(germanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(gladden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(glutenize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(granulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(grade, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(gray, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(grow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(halt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(harden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(harmonize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(hasten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(heal, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(heat, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(heighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(hellenize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(humidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(hush, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(hybridize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(hydrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(hydrogenate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ice, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ignite, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(indurate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(incinerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(improve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(increase, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(incubate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(inflate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(inspissate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(intensify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(invert, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(iodize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ionize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(kindle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(laminate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(lengthen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(lessen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(level, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(levitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(light, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(lighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(lignify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(liquefy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(loop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(loose, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(loosen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(macerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(magnetize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(magnify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(mature, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(mechanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(mellow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(melt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(mineralize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(mobilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(moderate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(modernize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(modulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(moisten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(motorize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(muddy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(mute, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(multiply, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(narrow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(nasalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(nationalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(naturalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(neutralize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(nitrify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(normalize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(objectify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(obscure, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(open, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(operate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ossify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(overturn, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(oxidize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(pale, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(paralyze, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(pasteurize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(perfect, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(petrify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(pink, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(plump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(polarize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(polymerize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(pop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(popularize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(proliferate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(propagate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(publicize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(pulverize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(purify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(purple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(putrefy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(quadruple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(quicken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(quiet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(quieten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(rarefy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(reanimate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(redden, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(regularize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(rekindle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(reopen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(reproduce, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(resuscitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(reverse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(revive, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ripen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(roughen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(rupture, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(saponify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(scorch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sear, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(secularize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sharpen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(short, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet('short-circuit', ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(shorten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(shrink, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(shrivel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(shush, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(shut, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sicken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(silence, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(silicify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(silver, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(singe, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sink, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(slack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(slacken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(slim, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(slow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(smarten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(smooth, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(smoothen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(soak, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sober, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(soften, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(solidify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sour, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(souse, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sovietize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sprout, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(stabilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(standardize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(steady, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(steep, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(steepen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sterilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(stiffen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(stratify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(strangulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(strengthen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(submerge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(subside, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sulfurize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sunburn, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(sweeten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(taiwanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tame, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tan, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(taper, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tauten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tense, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(thaw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(thicken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(thin, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tilt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tire, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(topple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(toughen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tousle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(tranquilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(treble, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(triple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(trivialize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ulcerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(unionize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(urbanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(vaporize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(vary, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(ventilate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(vibrate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(vitrify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(volatilize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(vulcanize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(vulgarize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(wake, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(waken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(warm, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(weaken, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(westernize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(wet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(whiten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(widen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(worsen, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(yellow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(alcoholize, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(congeal, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(trip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). verbnet(derail, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',4]). %%% File: ext/VerbNet/overstate-37.12.xml %%% Primary: NP V NP (overstate-37.12) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He overstated the position. %%% verbnet(overstate, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(overdraw, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(hyperbolize, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(magnify, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(amplify, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(overemphasize, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(overstress, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(tout, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). verbnet(glorify, (s:_\np)/np, ['Theme','Agent'], [37,'.',12]). %%% File: ext/VerbNet/own-100.xml %%% Primary: NP V NP (own-100) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: I own twelve oxen. %%% verbnet(have, (s:_\np)/np, ['Theme','Pivot'], [100]). verbnet(own, (s:_\np)/np, ['Theme','Pivot'], [100]). verbnet(possess, (s:_\np)/np, ['Theme','Pivot'], [100]). %%% File: ext/VerbNet/pain-40.8.1.xml %%% Primary: NP V (pain-40.8.1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: My eyes are itching. %%% verbnet(ail, s:_\np, ['Patient'], [40,'.',8,'.',1]). verbnet(bother, s:_\np, ['Patient'], [40,'.',8,'.',1]). verbnet(burn, s:_\np, ['Patient'], [40,'.',8,'.',1]). verbnet(hurt, s:_\np, ['Patient'], [40,'.',8,'.',1]). verbnet(itch, s:_\np, ['Patient'], [40,'.',8,'.',1]). verbnet(pain, s:_\np, ['Patient'], [40,'.',8,'.',1]). verbnet(wrench, s:_\np, ['Patient'], [40,'.',8,'.',1]). %%% File: ext/VerbNet/pain-40.8.1.xml %%% Primary: NP V NP.experiencer (pain-40.8.1) %%% Syntax: [np:Patient,v,np:Experiencer] %%% CCG: (s:_\np)/np %%% Roles: [Experiencer,Patient] %%% Example: My eyes are itching me. %%% verbnet(ail, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). verbnet(bother, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). verbnet(burn, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). verbnet(hurt, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). verbnet(itch, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). verbnet(pain, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). verbnet(wrench, (s:_\np)/np, ['Experiencer','Patient'], [40,'.',8,'.',1]). %%% File: ext/VerbNet/pain-40.8.1.xml %%% Primary: NP V PP.stimulus (pain-40.8.1) %%% Syntax: [np:Patient,v,prep:from,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: My eyes are itching from the smoke. %%% verbnet(ail, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(bother, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(burn, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(hurt, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(itch, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(pain, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(wrench, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',1]). verbnet(from, pp/np, ['Stimulus'], [40,.,8,.,1]). %%% File: ext/VerbNet/patent-101.xml %%% Primary: NP V NP (patent-101) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I patented my idea. %%% verbnet(copyright, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(patent, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(trademark, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(license, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(register, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(certify, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(credential, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(accredit, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(verify, (s:_\np)/np, ['Theme','Agent'], [101]). verbnet(evidence, (s:_\np)/np, ['Theme','Agent'], [101]). %%% File: ext/VerbNet/pay-68.xml %%% Primary: NP V NP NP PP.theme (pay-68-1) %%% Syntax: [np:Agent,v,np:Recipient,np:Asset,prep:for,np:Theme] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Recipient,Asset,Agent] %%% Example: He paid me 5000 pounds for the car. %%% verbnet(pay, (((s:_\np)/pp)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]). verbnet(repay, (((s:_\np)/pp)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]). verbnet(for, pp/np, ['Theme'], [68,-,1]). %%% File: ext/VerbNet/pay-68.xml %%% Primary: NP V NP NP (pay-68-1) %%% Syntax: [np:Agent,v,np:Recipient,np:Asset] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Asset,Agent] %%% Example: He paid me 5000 pounds. %%% verbnet(pay, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]). verbnet(repay, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [68,-,1]). %%% File: ext/VerbNet/pay-68.xml %%% Primary: NP V NP PP.theme (pay-68) %%% Syntax: [np:Agent,v,np:Asset,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Asset,Agent] %%% Example: He paid 5000 pounds for the car. %%% verbnet(pay, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(repay, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(spend, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(squander, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(waste, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(serve, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(tithe, ((s:_\np)/pp)/np, ['Asset','Agent'], [68]). verbnet(for, pp/np, ['Theme'], [68]). %%% File: ext/VerbNet/pay-68.xml %%% Primary: NP V NP (pay-68) %%% Syntax: [np:Agent,v,np:Asset] %%% CCG: (s:_\np)/np %%% Roles: [Asset,Agent] %%% Example: He paid 5000 pounds. %%% verbnet(pay, (s:_\np)/np, ['Asset','Agent'], [68]). verbnet(repay, (s:_\np)/np, ['Asset','Agent'], [68]). verbnet(spend, (s:_\np)/np, ['Asset','Agent'], [68]). verbnet(squander, (s:_\np)/np, ['Asset','Agent'], [68]). verbnet(waste, (s:_\np)/np, ['Asset','Agent'], [68]). verbnet(serve, (s:_\np)/np, ['Asset','Agent'], [68]). verbnet(tithe, (s:_\np)/np, ['Asset','Agent'], [68]). %%% File: ext/VerbNet/peer-30.3.xml %%% Primary: NP V PP.stimulus (peer-30.3) %%% Syntax: [np:Experiencer,v,pp,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: We peered at the baby. %%% verbnet(attend, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(check, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(eavesdrop, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(gape, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(gawk, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(gaze, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(glance, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(glare, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(goggle, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(leer, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(listen, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(look, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(ogle, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(peek, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(peep, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(peer, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(sniff, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(snoop, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(squint, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). verbnet(stare, (s:_\np)/pp, ['Experiencer'], [30,'.',3]). %%% File: ext/VerbNet/pelt-17.2.xml %%% Primary: NP V NP PP.theme (pelt-17.2) %%% Syntax: [np:Agent,v,np:Destination,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: Steve pelted Anna with acorns. %%% verbnet(bombard, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]). verbnet(buffet, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]). verbnet(pelt, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]). verbnet(shell, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]). verbnet(shower, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]). verbnet(stone, ((s:_\np)/pp)/np, ['Destination','Agent'], [17,'.',2]). verbnet(with, pp/np, ['Theme'], [17,.,2]). %%% File: ext/VerbNet/pelt-17.2.xml %%% Primary: NP V NP (pelt-17.2) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: Steve pelted Anna. %%% verbnet(bombard, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]). verbnet(buffet, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]). verbnet(pelt, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]). verbnet(shell, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]). verbnet(shower, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]). verbnet(stone, (s:_\np)/np, ['Destination','Agent'], [17,'.',2]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V NP.beneficiary NP (performance-26.7-1-1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Theme,Agent] %%% Example: Sandy sang me a song. %%% verbnet(dance, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). verbnet(hum, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). verbnet(play, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). verbnet(recite, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). verbnet(sing, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). verbnet(whistle, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). verbnet(heel, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,1,-,1]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V NP (performance-26.7-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Sandy sang a song. %%% verbnet(dance, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(hum, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(play, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(recite, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(sing, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(heel, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(belt, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(chant, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(direct, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(enact, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(improvise, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(intone, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(perform, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(vocalize, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,1]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V (performance-26.7-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Sandy sang. %%% verbnet(dance, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(hum, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(play, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(recite, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(sing, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(whistle, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(heel, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(belt, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(chant, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(direct, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(enact, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(improvise, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(intone, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(perform, s:_\np, ['Agent'], [26,'.',7,-,1]). verbnet(vocalize, s:_\np, ['Agent'], [26,'.',7,-,1]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V NP PP.beneficiary (performance-26.7-1) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Sandy sang a song for me. %%% verbnet(dance, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(hum, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(play, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(recite, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(sing, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(whistle, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(heel, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(belt, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(chant, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(direct, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(enact, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(improvise, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(intone, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(perform, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(vocalize, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,1]). verbnet(for, pp/np, ['Beneficiary'], [26,.,7,-,1]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V NP.beneficiary NP (performance-26.7-2-1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Theme,Agent] %%% Example: Claire drew me a picture. %%% verbnet(draw, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]). verbnet(paint, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]). verbnet(spin, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]). verbnet(write, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [26,'.',7,-,2,-,1]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V NP (performance-26.7-2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Claire drew a picture. %%% verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(paint, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(spin, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(write, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(choreograph, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(compose, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(produce, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(silkscreen, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(take, (s:_\np)/np, ['Theme','Agent'], [26,'.',7,-,2]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V (performance-26.7-2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Claire draws. %%% verbnet(draw, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(paint, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(spin, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(write, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(choreograph, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(compose, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(produce, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(silkscreen, s:_\np, ['Agent'], [26,'.',7,-,2]). verbnet(take, s:_\np, ['Agent'], [26,'.',7,-,2]). %%% File: ext/VerbNet/performance-26.7.xml %%% Primary: NP V NP PP.beneficiary (performance-26.7-2) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Claire drew a picture for me. %%% verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(write, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(choreograph, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(compose, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(produce, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(silkscreen, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [26,'.',7,-,2]). verbnet(for, pp/np, ['Beneficiary'], [26,.,7,-,2]). %%% File: ext/VerbNet/pit-10.7.xml %%% Primary: NP V NP (pit-10.7) %%% Syntax: [np:Agent,v,np:Source] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: The cook boned the fish. %%% verbnet(bark, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(beard, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(bone, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(burl, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(core, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(gill, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(gut, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(head, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(hull, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(husk, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(lint, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(louse, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(milk, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(peel, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(pinion, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(pip, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(pit, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(pith, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(pod, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(poll, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(pulp, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(rind, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(scale, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(scalp, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(seed, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(shell, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(shuck, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(skin, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(snail, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(stalk, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(stem, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(stone, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(string, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(tail, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(tassel, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(vein, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(weed, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(wind, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(worm, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). verbnet(zest, (s:_\np)/np, ['Source','Agent'], [10,'.',7]). %%% File: ext/VerbNet/pocket-9.10.xml %%% Primary: NP V PP.destination (pocket-9.10-1) %%% Syntax: [np:Theme,v,prep:in on under,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: I landed in Russia. %%% verbnet(berth, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(dock, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(drydock, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(land, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(ground, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(lodge, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(stable, (s:_\np)/pp, ['Theme'], [9,'.',10,-,1]). verbnet(in, pp/np, ['Destination'], [9,.,10,-,1]). verbnet(on, pp/np, ['Destination'], [9,.,10,-,1]). verbnet(under, pp/np, ['Destination'], [9,.,10,-,1]). %%% File: ext/VerbNet/pocket-9.10.xml %%% Primary: NP V (pocket-9.10-1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The plane landed. %%% verbnet(berth, s:_\np, ['Theme'], [9,'.',10,-,1]). verbnet(dock, s:_\np, ['Theme'], [9,'.',10,-,1]). verbnet(drydock, s:_\np, ['Theme'], [9,'.',10,-,1]). verbnet(land, s:_\np, ['Theme'], [9,'.',10,-,1]). verbnet(ground, s:_\np, ['Theme'], [9,'.',10,-,1]). verbnet(lodge, s:_\np, ['Theme'], [9,'.',10,-,1]). verbnet(stable, s:_\np, ['Theme'], [9,'.',10,-,1]). %%% File: ext/VerbNet/pocket-9.10.xml %%% Primary: NP V ADVP (pocket-9.10-1) %%% Syntax: [np:Theme,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Theme] %%% Example: I landed there. %%% verbnet(berth, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). verbnet(dock, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). verbnet(drydock, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). verbnet(land, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). verbnet(ground, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). verbnet(lodge, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). verbnet(stable, (s:_\np)/np, ['Destination','Theme'], [9,'.',10,-,1]). %%% File: ext/VerbNet/pocket-9.10.xml %%% Primary: NP V NP.theme (pocket-9.10) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Lydia pocketed the change. %%% verbnet(berth, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(dock, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(drydock, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(land, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(ground, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(lodge, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(stable, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(archive, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bag, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bank, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(barrack, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(beach, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bed, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bench, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(billet, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bin, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bottle, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(box, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cage, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(can, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(case, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cellar, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cloister, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(coop, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(corral, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(crate, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cup, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(file, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(fork, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(garage, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(hangar, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(house, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(imprison, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(jail, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(jar, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(jug, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(kennel, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pasture, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pen, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pillory, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pocket, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pot, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(sheathe, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(shelve, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(shoulder, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(skewer, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(snare, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(spindle, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(spit, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(spool, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(string, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(tassel, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(tin, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(trap, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(tree, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(warehouse, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). verbnet(wharf, (s:_\np)/np, ['Theme','Agent'], [9,'.',10]). %%% File: ext/VerbNet/pocket-9.10.xml %%% Primary: NP V NP PP.destination (pocket-9.10) %%% Syntax: [np:Agent,v,np:Theme,prep:in on under,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Lydia pocketed the change in her left pocket. %%% verbnet(berth, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(dock, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(drydock, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(land, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(lodge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(stable, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(archive, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bag, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bank, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(barrack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(beach, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bench, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(billet, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bin, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(bottle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(box, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cage, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(can, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(case, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cellar, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cloister, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(coop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(corral, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(crate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(cup, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(fork, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(garage, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(hangar, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(house, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(imprison, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(jail, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(jar, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(jug, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(kennel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pasture, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pen, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pillory, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(pot, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(sheathe, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(shelve, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(shoulder, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(skewer, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(snare, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(spindle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(spit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(spool, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(string, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(tassel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(tin, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(trap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(tree, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(warehouse, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(wharf, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',10]). verbnet(in, pp/np, ['Destination'], [9,.,10]). verbnet(on, pp/np, ['Destination'], [9,.,10]). verbnet(under, pp/np, ['Destination'], [9,.,10]). %%% File: ext/VerbNet/poison-42.2.xml %%% Primary: NP V NP (poison-42.2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: The witch poisoned Snow White. %%% verbnet(asphyxiate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(behead, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(crucify, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(dart, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(decapitate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(disembowel, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(drown, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(electrocute, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(evicerate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(garrotte, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(hang, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(impale, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(knife, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(poison, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(shoot, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(smother, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(stab, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(stone, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(strangle, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(strangulate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(suffocate, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). verbnet(throttle, (s:_\np)/np, ['Patient','Agent'], [42,'.',2]). %%% File: ext/VerbNet/poison-42.2.xml %%% Primary: NP V NP ADJ (poison-42.2) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: The Boston Strangler strangled his victims dead. %%% verbnet(asphyxiate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(behead, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(crucify, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(dart, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(decapitate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(disembowel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(drown, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(electrocute, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(evicerate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(garrotte, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(hang, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(impale, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(knife, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(poison, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(shoot, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(smother, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(stab, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(stone, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(strangle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(strangulate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(suffocate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). verbnet(throttle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [42,'.',2]). %%% File: ext/VerbNet/poison-42.2.xml %%% Primary: NP V NP PP.result (poison-42.2) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The Boston Strangler strangled his victims to death. %%% verbnet(asphyxiate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(behead, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(crucify, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(decapitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(disembowel, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(drown, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(electrocute, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(evicerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(garrotte, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(hang, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(impale, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(poison, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(shoot, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(smother, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(stone, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(strangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(strangulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(suffocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(throttle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(to, pp/np, ['Goal'], [42,.,2]). verbnet(into, pp/np, ['Goal'], [42,.,2]). %%% File: ext/VerbNet/poison-42.2.xml %%% Primary: NP V NP PP.instrument (poison-42.2) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The queen poisoned Snow White with an apple. %%% verbnet(asphyxiate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(behead, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(crucify, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(decapitate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(disembowel, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(drown, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(electrocute, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(evicerate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(garrotte, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(hang, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(impale, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(poison, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(shoot, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(smother, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(stone, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(strangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(strangulate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(suffocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(throttle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',2]). verbnet(with, pp/np, ['Instrument'], [42,.,2]). %%% File: ext/VerbNet/poke-19.xml %%% Primary: NP V NP (poke-19) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Allison poked the cloth. %%% verbnet(dig, (s:_\np)/np, ['Patient','Agent'], [19]). verbnet(jab, (s:_\np)/np, ['Patient','Agent'], [19]). verbnet(pierce, (s:_\np)/np, ['Patient','Agent'], [19]). verbnet(poke, (s:_\np)/np, ['Patient','Agent'], [19]). verbnet(prick, (s:_\np)/np, ['Patient','Agent'], [19]). verbnet(stab, (s:_\np)/np, ['Patient','Agent'], [19]). verbnet(stick, (s:_\np)/np, ['Patient','Agent'], [19]). %%% File: ext/VerbNet/poke-19.xml %%% Primary: NP V NP PP.patient (poke-19) %%% Syntax: [np:Agent,v,np:Instrument,prep:through into,np:Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Instrument,Agent] %%% Example: Allison poked the needle through the cloth. %%% verbnet(dig, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(jab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(pierce, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(poke, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(prick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(stab, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(stick, ((s:_\np)/pp)/np, ['Instrument','Agent'], [19]). verbnet(through, pp/np, ['Patient'], [19]). verbnet(into, pp/np, ['Patient'], [19]). %%% File: ext/VerbNet/poke-19.xml %%% Primary: NP V NP PP.instrument (poke-19) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Allison poked the cloth with the needle. %%% verbnet(dig, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(jab, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(pierce, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(poke, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(prick, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(stick, ((s:_\np)/pp)/np, ['Patient','Agent'], [19]). verbnet(with, pp/np, ['Instrument'], [19]). %%% File: ext/VerbNet/poke-19.xml %%% Primary: NP V PP (poke-19) %%% Syntax: [np:Agent,v,prep:at,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Allison poked at the cloth. %%% verbnet(dig, (s:_\np)/pp, ['Agent'], [19]). verbnet(jab, (s:_\np)/pp, ['Agent'], [19]). verbnet(pierce, (s:_\np)/pp, ['Agent'], [19]). verbnet(poke, (s:_\np)/pp, ['Agent'], [19]). verbnet(prick, (s:_\np)/pp, ['Agent'], [19]). verbnet(stab, (s:_\np)/pp, ['Agent'], [19]). verbnet(stick, (s:_\np)/pp, ['Agent'], [19]). verbnet(at, pp/np, ['Patient'], [19]). %%% File: ext/VerbNet/poke-19.xml %%% Primary: NP V PP PP (poke-19) %%% Syntax: [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Allison poked at the cloth with the needle. %%% verbnet(dig, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(jab, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(pierce, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(poke, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(prick, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(stab, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(stick, ((s:_\np)/pp)/pp, ['Agent'], [19]). verbnet(with, pp/np, ['Instrument'], [19]). %%% File: ext/VerbNet/poke-19.xml %%% Primary: NP.instrument V NP (poke-19) %%% Syntax: [np:Instrument,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Instrument] %%% Example: The needle poked the cloth. %%% verbnet(dig, (s:_\np)/np, ['Patient','Instrument'], [19]). verbnet(jab, (s:_\np)/np, ['Patient','Instrument'], [19]). verbnet(pierce, (s:_\np)/np, ['Patient','Instrument'], [19]). verbnet(poke, (s:_\np)/np, ['Patient','Instrument'], [19]). verbnet(prick, (s:_\np)/np, ['Patient','Instrument'], [19]). verbnet(stab, (s:_\np)/np, ['Patient','Instrument'], [19]). verbnet(stick, (s:_\np)/np, ['Patient','Instrument'], [19]). %%% File: ext/VerbNet/pour-9.5.xml %%% Primary: NP V NP PP.destination (pour-9.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Tamara poured water into the bowl. %%% verbnet(dribble, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(drip, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(pour, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(slop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(slosh, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(spew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(spill, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(trickle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',5]). %%% File: ext/VerbNet/pour-9.5.xml %%% Primary: NP V NP ADVP (pour-9.5) %%% Syntax: [np:Agent,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Agent] %%% Example: Tamara poured water here. %%% verbnet(dribble, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(drip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(pour, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(slop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(slosh, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(spew, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(spill, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). verbnet(trickle, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',5]). %%% File: ext/VerbNet/pour-9.5.xml %%% Primary: NP V PP.destination (pour-9.5) %%% Syntax: [np:Theme,v,pp,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Water poured onto the plants. %%% verbnet(dribble, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(drip, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(pour, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(slop, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(slosh, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(spew, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(spill, (s:_\np)/pp, ['Theme'], [9,'.',5]). verbnet(trickle, (s:_\np)/pp, ['Theme'], [9,'.',5]). %%% File: ext/VerbNet/pour-9.5.xml %%% Primary: NP V NP PP.initial_location PP.destination (pour-9.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,pp,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Maria poured water from the bowl into the cup. %%% verbnet(dribble, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(drip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(pour, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(slop, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(slosh, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(spew, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(spill, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). verbnet(trickle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [9,'.',5]). %%% File: ext/VerbNet/pour-9.5.xml %%% Primary: NP V PP.initial_location PP.destination (pour-9.5) %%% Syntax: [np:Theme,v,pp,np:Initial_Location,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Theme] %%% Example: Water poured from the bowl into the cup. %%% verbnet(dribble, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(drip, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(pour, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(slop, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(slosh, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(spew, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(spill, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). verbnet(trickle, ((s:_\np)/pp)/pp, ['Theme'], [9,'.',5]). %%% File: ext/VerbNet/preparing-26.3.xml %%% Primary: NP V NP (preparing-26.3-1) %%% Syntax: [np:Agent,v,np:Product] %%% CCG: (s:_\np)/np %%% Roles: [Result,Agent] %%% Example: Donna fixed a sandwich. %%% verbnet(bake, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(blend, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(brew, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(clear, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(cook, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(cook_up, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(fix, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(invent, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(kindle, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(light, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(mix, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(prepare, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(ready, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(roll, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(run, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(toss, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(cultivate, (s:_\np)/np, ['Result','Agent'], [26,'.',3,-,1]). %%% File: ext/VerbNet/preparing-26.3.xml %%% Primary: NP V NP.beneficiary NP (preparing-26.3-1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Product] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Result,Agent] %%% Example: Donna fixed me a sandwich. %%% verbnet(bake, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(blend, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(brew, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(clear, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(cook, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(cook_up, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(fix, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(invent, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(kindle, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(light, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(mix, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(prepare, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(ready, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(roll, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(run, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(toss, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). verbnet(cultivate, ((s:_\np)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',3,-,1]). %%% File: ext/VerbNet/preparing-26.3.xml %%% Primary: NP V NP PP.beneficiary (preparing-26.3-1) %%% Syntax: [np:Agent,v,np:Product,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Result,Agent] %%% Example: Donna fixed a sandwich for me. %%% verbnet(bake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(blend, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(brew, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(clear, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(cook, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(cook_up, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(fix, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(invent, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(kindle, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(light, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(mix, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(prepare, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(ready, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(roll, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(run, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(toss, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(cultivate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',3,-,1]). verbnet(for, pp/np, ['Beneficiary'], [26,.,3,-,1]). %%% File: ext/VerbNet/preparing-26.3.xml %%% Primary: NP V NP (preparing-26.3-2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Donna grilled steaks. %%% verbnet(barbeque, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(boil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(broil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(clean, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(fry, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(grill, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(hardboil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(iron, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(microwave, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(overbake, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(poach, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(pour, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(roast, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(set, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(softboil, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(toast, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(wash, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(weld, (s:_\np)/np, ['Patient','Agent'], [26,'.',3,-,2]). %%% File: ext/VerbNet/preparing-26.3.xml %%% Primary: NP V NP.beneficiary NP (preparing-26.3-2) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Patient] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Patient,Agent] %%% Example: Donna grilled me steaks. %%% verbnet(barbeque, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(boil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(broil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(clean, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(fry, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(grill, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(hardboil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(iron, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(microwave, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(overbake, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(poach, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(pour, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(roast, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(scramble, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(set, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(softboil, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(toast, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(wash, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). verbnet(weld, ((s:_\np)/np)/np, ['Beneficiary','Patient','Agent'], [26,'.',3,-,2]). %%% File: ext/VerbNet/preparing-26.3.xml %%% Primary: NP V NP PP.beneficiary (preparing-26.3-2) %%% Syntax: [np:Agent,v,np:Patient,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Donna grilled steaks for me. %%% verbnet(barbeque, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(boil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(broil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(clean, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(fry, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(grill, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(hardboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(iron, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(microwave, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(overbake, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(poach, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(pour, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(roast, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(scramble, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(set, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(softboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(toast, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(wash, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(weld, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',3,-,2]). verbnet(for, pp/np, ['Beneficiary'], [26,.,3,-,2]). %%% File: ext/VerbNet/price-54.4.xml %%% Primary: NP V NP (price-54.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The dealer valued the book. %%% verbnet(appraise, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(approximate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(auction, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(calibrate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(estimate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(fix, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(gauge, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(peg, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(price, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(rate, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(reappraise, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). verbnet(value, (s:_\np)/np, ['Theme','Agent'], [54,'.',4]). %%% File: ext/VerbNet/price-54.4.xml %%% Primary: NP V NP PP.value (price-54.4) %%% Syntax: [np:Agent,v,np:Theme,prep:at,np:Value] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The dealer valued the book at $200. %%% verbnet(appraise, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(approximate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(assess, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(auction, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(calibrate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(estimate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(fix, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(gauge, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(peg, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(price, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(rate, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(reappraise, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(value, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',4]). verbnet(at, pp/np, ['Value'], [54,.,4]). %%% File: ext/VerbNet/promise-37.13.xml %%% Primary: NP V NP NP (promise-37.13) %%% Syntax: [np:Agent,v,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I promised him the house. %%% verbnet(assure, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]). verbnet(guarantee, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]). verbnet(promise, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]). verbnet(ascertain, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',13]). %%% File: ext/VerbNet/promise-37.13.xml %%% Primary: NP V NP that S (promise-37.13) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I promised him that he would arrive in time. %%% verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]). verbnet(guarantee, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]). verbnet(promise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]). verbnet(ascertain, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',13]). %%% File: ext/VerbNet/promise-37.13.xml %%% Primary: NP V S_ING (promise-37.13) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I promised his getting the position. %%% verbnet(assure, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]). verbnet(guarantee, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]). verbnet(promise, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]). verbnet(ascertain, (s:_\np)/np, ['Topic','Agent'], [37,'.',13]). %%% File: ext/VerbNet/promise-37.13.xml %%% Primary: NP V PP.recipient that S (promise-37.13) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: I promised to him that he would arrive in time. %%% verbnet(assure, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]). verbnet(guarantee, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]). verbnet(promise, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]). verbnet(ascertain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',13]). %%% File: ext/VerbNet/promise-37.13.xml %%% Primary: NP V that S (promise-37.13) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I promised that I would come. %%% verbnet(assure, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]). verbnet(guarantee, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]). verbnet(promise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]). verbnet(ascertain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',13]). %%% File: ext/VerbNet/promote-102.xml %%% Primary: NP V NP (promote-102) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: We promoted the cause. %%% verbnet(promote, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(advance, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(boost, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(further, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(invite, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(emphasize, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(underscore, (s:_\np)/np, ['Theme','Agent'], [102]). %%% File: ext/VerbNet/promote-102.xml %%% Primary: NP V S_ING (promote-102) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: We promoted writing novels. %%% verbnet(promote, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(advance, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(boost, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(further, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(encourage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(invite, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(emphasize, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). verbnet(underscore, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [102]). %%% File: ext/VerbNet/promote-102.xml %%% Primary: NP V S_ING (promote-102) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: We promoted their writing novels. %%% verbnet(promote, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(advance, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(boost, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(further, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(invite, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(emphasize, (s:_\np)/np, ['Theme','Agent'], [102]). verbnet(underscore, (s:_\np)/np, ['Theme','Agent'], [102]). %%% File: ext/VerbNet/push-12.xml %%% Primary: NP V PP.trajectory (push-12-1-1) %%% Syntax: [np:Agent,v,pp,np:Trajectory] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Nora pushed through the crowd. %%% verbnet(jostle, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). verbnet(nudge, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). verbnet(press, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). verbnet(push, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). verbnet(shove, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). verbnet(squeeze, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). verbnet(thrust, (s:_\np)/pp, ['Agent'], [12,-,1,-,1]). %%% File: ext/VerbNet/push-12.xml %%% Primary: NP V NP ADJP-Result (push-12-1) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: Nora yanked the button loose. %%% verbnet(jostle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(nudge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(press, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(push, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(shove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(squeeze, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(thrust, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(jerk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(pull, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(tug, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). verbnet(yank, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [12,-,1]). %%% File: ext/VerbNet/push-12.xml %%% Primary: NP V PP-Conative (push-12-1) %%% Syntax: [np:Agent,v,prep:at against on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Nora jerked at the wall. %%% verbnet(jostle, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(nudge, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(press, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(push, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(shove, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(squeeze, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(thrust, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(jerk, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(pull, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(tug, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(yank, (s:_\np)/pp, ['Agent'], [12,-,1]). verbnet(at, pp/np, ['Theme'], [12,-,1]). verbnet(against, pp/np, ['Theme'], [12,-,1]). verbnet(on, pp/np, ['Theme'], [12,-,1]). %%% File: ext/VerbNet/push-12.xml %%% Primary: NP V NP (push-12) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Nora heaved the chair. %%% verbnet(jostle, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(nudge, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(press, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(push, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(squeeze, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(thrust, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(jerk, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [12]). verbnet(heave, (s:_\np)/np, ['Theme','Agent'], [12]). %%% File: ext/VerbNet/put-9.1.xml %%% Primary: NP V NP (put-9.1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I stashed the book. %%% verbnet(apply, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(bury, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(deposit, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(embed, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(insert, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(install, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(park, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(plant, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(stash, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). verbnet(stow, (s:_\np)/np, ['Theme','Agent'], [9,'.',1,-,1]). %%% File: ext/VerbNet/put-9.1.xml %%% Primary: NP V PP.destination NP (put-9.1-2) %%% Syntax: [np:Agent,v,prep:on upon,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Theme,Agent] %%% Example: They put upon me a brilliant, red helm. %%% verbnet(place, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]). verbnet(put, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]). verbnet(set, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]). verbnet(stick, ((s:_\np)/np)/pp, ['Theme','Agent'], [9,'.',1,-,2]). %%% File: ext/VerbNet/put-9.1.xml %%% Primary: NP V NP PP.destination (put-9.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I put the book on/under/near the table. %%% verbnet(apply, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(bury, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(deposit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(embed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(insert, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(install, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(park, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(plant, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(stash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(stow, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(place, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(put, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(set, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(stick, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(arrange, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(immerse, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(implant, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(lodge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(mount, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(position, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(situate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(sling, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(station, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(superimpose, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). verbnet(wharf, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',1]). %%% File: ext/VerbNet/put-9.1.xml %%% Primary: NP V NP ADVP (put-9.1) %%% Syntax: [np:Agent,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Agent] %%% Example: I put the book here/there. %%% verbnet(apply, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(bury, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(deposit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(embed, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(insert, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(install, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(park, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(plant, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(stash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(stow, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(place, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(put, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(set, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(stick, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(arrange, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(immerse, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(implant, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(lodge, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(mount, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(position, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(situate, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(sling, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(station, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(superimpose, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). verbnet(wharf, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',1]). %%% File: ext/VerbNet/put_direction-9.4.xml %%% Primary: NP V NP (put_direction-9.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I lifted the books. %%% verbnet(drop, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(elevate, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(heel, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(hoist, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(lift, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(lower, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(raise, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). verbnet(back, (s:_\np)/np, ['Theme','Agent'], [9,'.',4]). %%% File: ext/VerbNet/put_direction-9.4.xml %%% Primary: NP V NP PP.destination (put_direction-9.4) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I lifted the books onto the table. %%% verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(elevate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(heel, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(hoist, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(lift, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(lower, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(raise, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',4]). %%% File: ext/VerbNet/put_direction-9.4.xml %%% Primary: NP V NP ADVP (put_direction-9.4) %%% Syntax: [np:Agent,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Agent] %%% Example: I dropped the books here. %%% verbnet(drop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(elevate, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(heel, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(hoist, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(lift, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(lower, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(raise, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). verbnet(back, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',4]). %%% File: ext/VerbNet/put_spatial-9.2.xml %%% Primary: NP V PP.destination (put_spatial-9.2-1) %%% Syntax: [np:Theme,v,pp,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The books lean against the shelf. %%% verbnet(dangle, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(hang, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(lean, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(perch, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(rest, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(sit, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(stand, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). verbnet(suspend, (s:_\np)/pp, ['Theme'], [9,'.',2,-,1]). %%% File: ext/VerbNet/put_spatial-9.2.xml %%% Primary: NP V ADVP (put_spatial-9.2-1) %%% Syntax: [np:Theme,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Theme] %%% Example: The books lean there. %%% verbnet(dangle, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(hang, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(lean, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(perch, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(rest, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(sit, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(stand, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). verbnet(suspend, (s:_\np)/np, ['Destination','Theme'], [9,'.',2,-,1]). %%% File: ext/VerbNet/put_spatial-9.2.xml %%% Primary: NP V NP PP.destination (put_spatial-9.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Cheryl stood the books on the shelf. %%% verbnet(dangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(lean, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(perch, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(rest, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(sit, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(stand, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(suspend, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(lay, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(prop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). verbnet(underlay, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',2]). %%% File: ext/VerbNet/put_spatial-9.2.xml %%% Primary: NP V NP ADVP (put_spatial-9.2) %%% Syntax: [np:Agent,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Agent] %%% Example: Cheryl stood the books there. %%% verbnet(dangle, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(hang, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(lean, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(perch, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(rest, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(sit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(stand, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(suspend, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(lay, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(prop, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). verbnet(underlay, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [9,'.',2]). %%% File: ext/VerbNet/reach-51.8.xml %%% Primary: NP V NP (reach-51.8) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: They reached the hill. %%% verbnet(reach, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]). verbnet(hit, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]). verbnet(make, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]). verbnet(breast, (s:_\np)/np, ['Destination','Agent'], [51,'.',8]). %%% File: ext/VerbNet/reflexive_appearance-48.1.2.xml %%% Primary: NP V NP (reflexive_appearance-48.1.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I presented a solution. %%% verbnet(announce, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(assert, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(declare, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(define, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(display, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(exhibit, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(expose, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(express, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(flaunt, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(form, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(intrude, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(manifest, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(offer, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(pose, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(present, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(proffer, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(propose, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(reassert, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(recommend, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(reveal, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(shape, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(show, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(suggest, (s:_\np)/np, ['Theme','Agent'], [48,'.',1,'.',2]). %%% File: ext/VerbNet/reflexive_appearance-48.1.2.xml %%% Primary: NP V NP PP.recipient (reflexive_appearance-48.1.2) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I presented a solution to him. %%% verbnet(announce, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(assert, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(declare, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(define, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(display, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(exhibit, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(expose, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(express, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(flaunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(form, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(intrude, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(manifest, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(offer, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(pose, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(present, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(proffer, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(propose, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(reassert, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(recommend, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(reveal, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(shape, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(show, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(suggest, ((s:_\np)/pp)/np, ['Theme','Agent'], [48,'.',1,'.',2]). verbnet(to, pp/np, ['Recipient'], [48,.,1,.,2]). %%% File: ext/VerbNet/reflexive_appearance-48.1.2.xml %%% Primary: NP V NP (reflexive_appearance-48.1.2) %%% Syntax: [np:Theme,v,np:Reflexive] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Theme] %%% Example: A solution presented itself yesterday. %%% verbnet(announce, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(assert, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(declare, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(define, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(display, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(exhibit, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(expose, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(express, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(flaunt, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(form, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(intrude, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(manifest, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(offer, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(pose, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(present, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(proffer, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(propose, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(reassert, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(recommend, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(reveal, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(shape, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(show, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). verbnet(suggest, (s:_\np)/np, ['Theme','Theme'], [48,'.',1,'.',2]). %%% File: ext/VerbNet/refrain-69.xml %%% Primary: NP V (refrain-69) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He refrained. %%% verbnet(refrain, s:_\np, ['Agent'], [69]). verbnet(abstain, s:_\np, ['Agent'], [69]). verbnet(desist, s:_\np, ['Agent'], [69]). verbnet(forbear, s:_\np, ['Agent'], [69]). %%% File: ext/VerbNet/refrain-69.xml %%% Primary: NP V PP.theme S_ING (refrain-69) %%% Syntax: [np:Agent,v,prep:from,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He refrained from eating. %%% verbnet(refrain, (s:_\np)/pp, ['Agent'], [69]). verbnet(abstain, (s:_\np)/pp, ['Agent'], [69]). verbnet(desist, (s:_\np)/pp, ['Agent'], [69]). verbnet(forbear, (s:_\np)/pp, ['Agent'], [69]). verbnet(from, pp/np, ['Theme'], [69]). %%% File: ext/VerbNet/refrain-69.xml %%% Primary: NP V PP.theme S (refrain-69) %%% Syntax: [np:Agent,v,prep:from,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He refrained from the lurid activity while in the lady's company. %%% verbnet(refrain, (s:_\np)/pp, ['Agent'], [69]). verbnet(abstain, (s:_\np)/pp, ['Agent'], [69]). verbnet(desist, (s:_\np)/pp, ['Agent'], [69]). verbnet(forbear, (s:_\np)/pp, ['Agent'], [69]). verbnet(from, pp/np, ['Theme'], [69]). %%% File: ext/VerbNet/register-54.1.xml %%% Primary: NP V NP.value (register-54.1-1) %%% Syntax: [np:Theme,v,np:Value] %%% CCG: (s:_\np)/np %%% Roles: [Value,Theme] %%% Example: The package weighed ten pounds. %%% verbnet(measure, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]). verbnet(read, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]). verbnet(register, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]). verbnet(total, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]). verbnet(weigh, (s:_\np)/np, ['Value','Theme'], [54,'.',1,-,1]). %%% File: ext/VerbNet/register-54.1.xml %%% Primary: NP V NP (register-54.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He clocked the runners. %%% verbnet(measure, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(read, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(register, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(total, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(weigh, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(clock, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(time, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). verbnet(mistime, (s:_\np)/np, ['Theme','Agent'], [54,'.',1]). %%% File: ext/VerbNet/register-54.1.xml %%% Primary: NP V NP PP.value (register-54.1) %%% Syntax: [np:Agent,v,np:Theme,prep:at,np:Value] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He clocked the runners at different speeds. %%% verbnet(measure, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(read, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(register, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(total, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(weigh, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(clock, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(time, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(mistime, ((s:_\np)/pp)/np, ['Theme','Agent'], [54,'.',1]). verbnet(at, pp/np, ['Value'], [54,.,1]). %%% File: ext/VerbNet/register-54.1.xml %%% Primary: NP V PP.value (register-54.1) %%% Syntax: [np:Theme,v,prep:at,np:Value] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: He clocked at 85km/hr. %%% verbnet(measure, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(read, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(register, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(total, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(weigh, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(clock, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(time, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(mistime, (s:_\np)/pp, ['Theme'], [54,'.',1]). verbnet(at, pp/np, ['Value'], [54,.,1]). %%% File: ext/VerbNet/rehearse-26.8.xml %%% Primary: NP V (rehearse-26.8) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He rehearsed. %%% verbnet(rehearse, s:_\np, ['Agent'], [26,'.',8]). verbnet(practice, s:_\np, ['Agent'], [26,'.',8]). verbnet(walk_through, s:_\np, ['Agent'], [26,'.',8]). verbnet(exercise, s:_\np, ['Agent'], [26,'.',8]). verbnet(repeat, s:_\np, ['Agent'], [26,'.',8]). %%% File: ext/VerbNet/rehearse-26.8.xml %%% Primary: NP V NP (rehearse-26.8) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He rehearsed the song. %%% verbnet(rehearse, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(practice, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(walk_through, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(exercise, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(repeat, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). %%% File: ext/VerbNet/rehearse-26.8.xml %%% Primary: NP V S_ING (rehearse-26.8) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He rehearsed singing the song. %%% verbnet(rehearse, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(practice, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(walk_through, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(exercise, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). verbnet(repeat, (s:_\np)/np, ['Theme','Agent'], [26,'.',8]). %%% File: ext/VerbNet/relate-86.2.xml %%% Primary: NP V NP (relate-86.2-1) %%% Syntax: [np:Theme,v,np:Co-Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Theme] %%% Example: This concerns both of us. %%% verbnet(involve, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]). verbnet(concern, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]). verbnet(touch, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]). verbnet(bear_on, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]). verbnet(touch_on, (s:_\np)/np, ['Theme','Theme'], [86,'.',2,-,1]). %%% File: ext/VerbNet/relate-86.2.xml %%% Primary: NP V PP.co-theme (relate-86.2-2) %%% Syntax: [np:Theme,v,prep:to,np:Co-Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: This pertains to both of us. %%% verbnet(refer, (s:_\np)/pp, ['Theme'], [86,'.',2,-,2]). verbnet(pertain, (s:_\np)/pp, ['Theme'], [86,'.',2,-,2]). verbnet(relate, (s:_\np)/pp, ['Theme'], [86,'.',2,-,2]). verbnet(to, pp/np, ['Theme'], [86,.,2,-,2]). %%% File: ext/VerbNet/rely-70.xml %%% Primary: NP V PP.theme S_ING (rely-70) %%% Syntax: [np:Agent,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She relies on coming back in time. %%% verbnet(rely, (s:_\np)/pp, ['Agent'], [70]). verbnet(depend, (s:_\np)/pp, ['Agent'], [70]). verbnet(bank, (s:_\np)/pp, ['Agent'], [70]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]). verbnet(count, (s:_\np)/pp, ['Agent'], [70]). verbnet(figure, (s:_\np)/pp, ['Agent'], [70]). verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]). verbnet(bet, (s:_\np)/pp, ['Agent'], [70]). verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]). verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]). verbnet(wager, (s:_\np)/pp, ['Agent'], [70]). verbnet(on, pp/np, ['Theme'], [70]). %%% File: ext/VerbNet/rely-70.xml %%% Primary: NP V PP.theme NP S_ING (rely-70) %%% Syntax: [np:Agent,v,prep:on,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She relies on him coming back in time. %%% verbnet(rely, (s:_\np)/pp, ['Agent'], [70]). verbnet(depend, (s:_\np)/pp, ['Agent'], [70]). verbnet(bank, (s:_\np)/pp, ['Agent'], [70]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]). verbnet(count, (s:_\np)/pp, ['Agent'], [70]). verbnet(figure, (s:_\np)/pp, ['Agent'], [70]). verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]). verbnet(bet, (s:_\np)/pp, ['Agent'], [70]). verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]). verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]). verbnet(wager, (s:_\np)/pp, ['Agent'], [70]). verbnet(on, pp/s:_, ['Theme'], [70]). %%% File: ext/VerbNet/rely-70.xml %%% Primary: NP V PP.theme S_INF (rely-70) %%% Syntax: [np:Agent,v,prep:on,s:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She relies on him to help. %%% verbnet(rely, (s:_\np)/pp, ['Agent'], [70]). verbnet(depend, (s:_\np)/pp, ['Agent'], [70]). verbnet(bank, (s:_\np)/pp, ['Agent'], [70]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]). verbnet(count, (s:_\np)/pp, ['Agent'], [70]). verbnet(figure, (s:_\np)/pp, ['Agent'], [70]). verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]). verbnet(bet, (s:_\np)/pp, ['Agent'], [70]). verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]). verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]). verbnet(wager, (s:_\np)/pp, ['Agent'], [70]). verbnet(on, pp/s:_, ['Theme'], [70]). %%% File: ext/VerbNet/rely-70.xml %%% Primary: NP V PP.theme S_ING (rely-70) %%% Syntax: [np:Agent,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She relies on his helping. %%% verbnet(rely, (s:_\np)/pp, ['Agent'], [70]). verbnet(depend, (s:_\np)/pp, ['Agent'], [70]). verbnet(bank, (s:_\np)/pp, ['Agent'], [70]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]). verbnet(count, (s:_\np)/pp, ['Agent'], [70]). verbnet(figure, (s:_\np)/pp, ['Agent'], [70]). verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]). verbnet(bet, (s:_\np)/pp, ['Agent'], [70]). verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]). verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]). verbnet(wager, (s:_\np)/pp, ['Agent'], [70]). verbnet(on, pp/np, ['Theme'], [70]). %%% File: ext/VerbNet/rely-70.xml %%% Primary: NP V PP.theme (rely-70) %%% Syntax: [np:Agent,v,prep:on,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: She relies on it. %%% verbnet(rely, (s:_\np)/pp, ['Agent'], [70]). verbnet(depend, (s:_\np)/pp, ['Agent'], [70]). verbnet(bank, (s:_\np)/pp, ['Agent'], [70]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [70]). verbnet(count, (s:_\np)/pp, ['Agent'], [70]). verbnet(figure, (s:_\np)/pp, ['Agent'], [70]). verbnet(reckon, (s:_\np)/pp, ['Agent'], [70]). verbnet(bet, (s:_\np)/pp, ['Agent'], [70]). verbnet(gamble, (s:_\np)/pp, ['Agent'], [70]). verbnet(take_a_chance, (s:_\np)/pp, ['Agent'], [70]). verbnet(wager, (s:_\np)/pp, ['Agent'], [70]). verbnet(on, pp/np, ['Theme'], [70]). %%% File: ext/VerbNet/remove-10.1.xml %%% Primary: NP V NP (remove-10.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Doug removed the smudges. %%% verbnet(abolish, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(abstract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(cull, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(deduct, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(delete, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(depose, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(disgorge, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(dislodge, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(disengage, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(eject, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(eliminate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(eradicate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(excise, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(excommunicate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(expel, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extirpate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extrude, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(lop, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(omit, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(ostracize, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(partition, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(pry, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(reap, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(ream, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(retract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(roust, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(separate, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(shoo, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(subtract, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(uproot, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(winkle, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(wrench, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(withdraw, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(oust, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(discharge, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(dismiss, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(evict, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(remove, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(sever, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extinguish, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). verbnet(prise, (s:_\np)/np, ['Theme','Agent'], [10,'.',1]). %%% File: ext/VerbNet/remove-10.1.xml %%% Primary: NP V NP PP.source (remove-10.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Doug removed the smudges from the tabletop. %%% verbnet(abolish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(abstract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(cull, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(deduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(delete, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(depose, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(disgorge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(dislodge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(disengage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(eject, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(eliminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(eradicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(excise, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(excommunicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extirpate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extrude, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(lop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(omit, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(ostracize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(partition, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(pry, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(reap, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(ream, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(retract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(roust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(separate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(shoo, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(subtract, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(uproot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(winkle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(wrench, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(withdraw, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(oust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(discharge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(dismiss, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(evict, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(sever, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(extinguish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). verbnet(prise, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',1]). %%% File: ext/VerbNet/require-103.xml %%% Primary: NP V NP (require-103) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: Success requires hard work. %%% verbnet(necessitate, (s:_\np)/np, ['Theme','Pivot'], [103]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [103]). verbnet(require, (s:_\np)/np, ['Theme','Pivot'], [103]). verbnet(take, (s:_\np)/np, ['Theme','Pivot'], [103]). verbnet(involve, (s:_\np)/np, ['Theme','Pivot'], [103]). verbnet(demand, (s:_\np)/np, ['Theme','Pivot'], [103]). %%% File: ext/VerbNet/require-103.xml %%% Primary: NP V NP PP.source (require-103) %%% Syntax: [np:Pivot,v,np:Theme,prep:from,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Pivot] %%% Example: Success requires hard work from us. %%% verbnet(necessitate, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]). verbnet(need, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]). verbnet(require, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]). verbnet(involve, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]). verbnet(demand, ((s:_\np)/pp)/np, ['Theme','Pivot'], [103]). verbnet(from, pp/np, ['Source'], [103]). %%% File: ext/VerbNet/require-103.xml %%% Primary: NP V for NP S_INF (require-103) %%% Syntax: [np:Pivot,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Pivot] %%% Example: Success requires for us to work hard. %%% verbnet(necessitate, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(require, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(take, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(involve, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(demand, (s:_\np)/s:_, ['Theme','Pivot'], [103]). %%% File: ext/VerbNet/require-103.xml %%% Primary: NP V S_ING (require-103) %%% Syntax: [np:Pivot,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Pivot] %%% Example: Success requires working long hours. %%% verbnet(necessitate, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]). verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]). verbnet(require, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]). verbnet(take, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]). verbnet(involve, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]). verbnet(demand, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [103]). %%% File: ext/VerbNet/require-103.xml %%% Primary: NP V that S (require-103) %%% Syntax: [np:Pivot,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Pivot] %%% Example: Success requires that we work hard. %%% verbnet(necessitate, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(require, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(take, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(involve, (s:_\np)/s:_, ['Theme','Pivot'], [103]). verbnet(demand, (s:_\np)/s:_, ['Theme','Pivot'], [103]). %%% File: ext/VerbNet/resign-10.11.xml %%% Primary: NP V (resign-10.11) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He resigned. %%% verbnet(vacate, s:_\np, ['Agent'], [10,'.',11]). verbnet(resign, s:_\np, ['Agent'], [10,'.',11]). verbnet(renounce, s:_\np, ['Agent'], [10,'.',11]). verbnet(leave, s:_\np, ['Agent'], [10,'.',11]). verbnet(quit, s:_\np, ['Agent'], [10,'.',11]). verbnet(abdicate, s:_\np, ['Agent'], [10,'.',11]). verbnet(retire, s:_\np, ['Agent'], [10,'.',11]). verbnet(withdraw, s:_\np, ['Agent'], [10,'.',11]). verbnet(depart, s:_\np, ['Agent'], [10,'.',11]). %%% File: ext/VerbNet/resign-10.11.xml %%% Primary: NP V NP (resign-10.11) %%% Syntax: [np:Agent,v,np:Source] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: I resigned my position. %%% verbnet(vacate, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(resign, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(renounce, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(leave, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(quit, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(abdicate, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(retire, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(withdraw, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). verbnet(depart, (s:_\np)/np, ['Source','Agent'], [10,'.',11]). %%% File: ext/VerbNet/resign-10.11.xml %%% Primary: NP V PP.source (resign-10.11) %%% Syntax: [np:Agent,v,prep:from,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I resigned from the military. %%% verbnet(vacate, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(resign, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(renounce, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(leave, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(quit, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(abdicate, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(retire, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(withdraw, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(depart, (s:_\np)/pp, ['Agent'], [10,'.',11]). verbnet(from, pp/np, ['Source'], [10,.,11]). %%% File: ext/VerbNet/risk-94.xml %%% Primary: NP V S_ING (risk-94-1) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I cannot risk smoking. %%% verbnet(chance, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [94,-,1]). verbnet(risk, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [94,-,1]). verbnet(hazard, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [94,-,1]). %%% File: ext/VerbNet/risk-94.xml %%% Primary: NP V NP (risk-94) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I cannot risk my job. %%% verbnet(chance, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(risk, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(hazard, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(bet, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(gamble, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(punt, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(venture, (s:_\np)/np, ['Theme','Agent'], [94]). verbnet(wager, (s:_\np)/np, ['Theme','Agent'], [94]). %%% File: ext/VerbNet/risk-94.xml %%% Primary: NP V that S (risk-94) %%% Syntax: [np:Agent,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Agent] %%% Example: I cannot risk that I get into trouble. %%% verbnet(chance, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(risk, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(hazard, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(bet, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(gamble, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(punt, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(venture, (s:_\np)/s:_, ['Theme','Agent'], [94]). verbnet(wager, (s:_\np)/s:_, ['Theme','Agent'], [94]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP.theme V (roll-51.3.1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The ball rolled. %%% verbnet(bounce, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(drift, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(drop, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(float, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(glide, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(move, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(nose, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(roll, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(slide, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(swing, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(coil, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(revolve, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(rotate, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(spin, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(turn, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(twirl, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(twist, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(whirl, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(wind, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(snake, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(soar, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(spiral, s:_\np, ['Theme'], [51,'.',3,'.',1]). verbnet(undulate, s:_\np, ['Theme'], [51,'.',3,'.',1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V PP.location (roll-51.3.1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The ball rolled down the hill. %%% verbnet(bounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(drift, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(drop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(float, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(glide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(move, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(nose, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(roll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(slide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(swing, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(coil, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(revolve, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(rotate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(spin, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(turn, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(twirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(twist, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(whirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(wind, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(snake, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(soar, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(spiral, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(undulate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V NP.theme (roll-51.3.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Bill rolled the ball. %%% verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(drop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(float, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(glide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(move, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(nose, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(swing, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(coil, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(revolve, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(rotate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(spin, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(turn, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(twirl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(twist, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(whirl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(wind, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(snake, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(soar, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(spiral, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(undulate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V NP PP.location (roll-51.3.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Bill rolled the ball down the hill. %%% verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(nose, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(coil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(revolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(rotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(turn, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(twirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(twist, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(whirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(wind, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(snake, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(soar, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(spiral, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(undulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V ADJ (roll-51.3.1) %%% Syntax: [np:Theme,v,np:Result] %%% CCG: (s:_\np)/np %%% Roles: [Goal,Theme] %%% Example: The drawer rolled open. %%% verbnet(bounce, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(drift, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(drop, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(float, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(glide, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(move, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(nose, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(roll, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(slide, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(swing, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(coil, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(revolve, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(rotate, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(spin, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(turn, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(twirl, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(twist, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(whirl, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(wind, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(snake, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(soar, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(spiral, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). verbnet(undulate, (s:_\np)/np, ['Goal','Theme'], [51,'.',3,'.',1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V PP.result (roll-51.3.1) %%% Syntax: [np:Theme,v,prep:to into,np:Result] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The drawer rolled to an open position. %%% verbnet(bounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(drift, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(drop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(float, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(glide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(move, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(nose, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(roll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(slide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(swing, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(coil, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(revolve, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(rotate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(spin, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(turn, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(twirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(twist, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(whirl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(wind, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(snake, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(soar, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(spiral, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(undulate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',1]). verbnet(to, pp/np, ['Goal'], [51,.,3,.,1]). verbnet(into, pp/np, ['Goal'], [51,.,3,.,1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V NP ADJ (roll-51.3.1) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: Bill rolled the drawer open. %%% verbnet(bounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(drift, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(drop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(float, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(glide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(move, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(nose, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(roll, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(slide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(swing, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(coil, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(revolve, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(rotate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(spin, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(turn, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(twirl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(twist, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(whirl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(wind, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(snake, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(soar, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(spiral, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). verbnet(undulate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',1]). %%% File: ext/VerbNet/roll-51.3.1.xml %%% Primary: NP V NP PP.result (roll-51.3.1) %%% Syntax: [np:Agent,v,np:Theme,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Bill rolled the drawer to an open position. %%% verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(drop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(nose, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(coil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(revolve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(rotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(turn, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(twirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(twist, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(whirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(wind, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(snake, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(soar, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(spiral, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(undulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',1]). verbnet(to, pp/np, ['Goal'], [51,.,3,.,1]). verbnet(into, pp/np, ['Goal'], [51,.,3,.,1]). %%% File: ext/VerbNet/rummage-35.5.xml %%% Primary: NP V NP PP.theme (rummage-35.5-1) %%% Syntax: [np:Agent,v,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Agent] %%% Example: We rummaged the drawer for important documents. %%% verbnet(forage, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(grope, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(rifle, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(rummage, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(paw, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(delve, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(root, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(thumb, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(snoop, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(tunnel, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',5,-,1]). verbnet(for, pp/np, ['Theme'], [35,.,5,-,1]). %%% File: ext/VerbNet/rummage-35.5.xml %%% Primary: NP V PP.location (rummage-35.5) %%% Syntax: [np:Agent,v,prep:over through into,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He pawed over the documents. %%% verbnet(forage, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(grope, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(rifle, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(rummage, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(paw, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(delve, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(root, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(thumb, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(snoop, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(tunnel, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(bore, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(burrow, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(fumble, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(leaf, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(listen, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(look, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(page, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(poke, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(scrabble, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(scratch, (s:_\np)/pp, ['Agent'], [35,'.',5]). verbnet(over, pp/np, ['Location'], [35,.,5]). verbnet(through, pp/np, ['Location'], [35,.,5]). verbnet(into, pp/np, ['Location'], [35,.,5]). %%% File: ext/VerbNet/rummage-35.5.xml %%% Primary: NP V PP.location PP.theme (rummage-35.5) %%% Syntax: [np:Agent,v,pp,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: He rummaged through the door for the ball. %%% verbnet(forage, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(grope, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(rifle, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(rummage, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(paw, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(delve, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(root, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(thumb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(snoop, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(tunnel, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(bore, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(burrow, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(fumble, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(leaf, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(listen, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(look, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(page, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(poke, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(scrabble, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(scratch, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',5]). verbnet(for, pp/np, ['Theme'], [35,.,5]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V (run-51.3.2) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The horse jumped. %%% verbnet(amble, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(backpack, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(bolt, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(bounce, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(bound, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(bowl, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(canter, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(carom, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(cavort, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(charge, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(clamber, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(climb, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(clump, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(coast, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(crawl, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(creep, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(dart, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(dash, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(dodder, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(drift, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(file, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(flit, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(float, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(fly, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(frolic, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(gallop, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(gambol, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(ghost, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(glide, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(goose_step, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(hasten, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(hike, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(hobble, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(hop, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(hurry, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(hurtle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(inch, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(jog, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(journey, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(jump, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(leap, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(limp, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(lollop, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(lope, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(lumber, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(lurch, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(march, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(meander, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(mince, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(mosey, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(nip, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(overleap, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(pad, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(parade, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(perambulate, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(plod, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(prance, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(promenade, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(prowl, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(race, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(ramble, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(roam, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(roll, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(romp, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(rove, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(run, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(rush, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(sashay, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(saunter, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scamper, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scoot, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scram, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scramble, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scud, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scurry, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scutter, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(scuttle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(shamble, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(shuffle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(sidle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(skedaddle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(skip, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(skitter, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(skulk, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(sleepwalk, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(slide, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(slink, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(slither, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(slog, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(slouch, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(sneak, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(somersault, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(speed, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stagger, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(step, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stomp, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stray, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(streak, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stride, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stroll, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(strut, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stumble, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(stump, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(swag, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(swagger, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(sweep, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(swerve, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(swim, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(tack, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(tear, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(tiptoe, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(toddle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(toil, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(totter, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(tour, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(traipse, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(tramp, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(travel, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(trek, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(troop, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(trot, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(trudge, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(trundle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(vault, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(waddle, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(wade, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(walk, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(wander, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(weave, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(whiz, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(wing, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(worm, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(yaw, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(zigzag, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(zoom, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(back, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(trip, s:_\np, ['Theme'], [51,'.',3,'.',2]). verbnet(pounce, s:_\np, ['Theme'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V PP.location (run-51.3.2) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The horse jumped over the fence. %%% verbnet(amble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(backpack, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bolt, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bound, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bowl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(canter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(carom, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(cavort, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(charge, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(clamber, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(climb, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(clump, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(coast, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(crawl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(creep, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(dart, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(dash, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(dodder, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(drift, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(file, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(flit, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(float, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(fly, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(frolic, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(gallop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(gambol, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(ghost, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(glide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(goose_step, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hasten, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hike, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hobble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hurry, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hurtle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(inch, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(jog, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(journey, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(jump, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(leap, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(limp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lollop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lope, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lumber, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lurch, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(march, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(meander, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(mince, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(mosey, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(nip, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(overleap, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(pad, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(parade, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(perambulate, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(plod, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(prance, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(promenade, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(prowl, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(race, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(ramble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(roam, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(roll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(romp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(rove, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(run, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(rush, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sashay, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(saunter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scamper, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scoot, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scram, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scramble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scud, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scurry, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scutter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scuttle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(shamble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(shuffle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sidle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skedaddle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skip, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skitter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skulk, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sleepwalk, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slide, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slink, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slither, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slog, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slouch, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sneak, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(somersault, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(speed, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stagger, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(step, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stomp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stray, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(streak, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stride, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stroll, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(strut, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stumble, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stump, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swag, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swagger, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sweep, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swerve, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swim, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tack, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tear, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tiptoe, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(toddle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(toil, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(totter, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tour, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(traipse, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tramp, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(travel, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trek, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(troop, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trot, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trudge, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trundle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(vault, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(waddle, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(wade, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(walk, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(wander, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(weave, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(whiz, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(wing, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(worm, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(yaw, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(zigzag, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(zoom, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(back, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trip, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(pounce, (s:_\np)/pp, ['Theme'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP PP.location (run-51.3.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Tom jumped the horse over the fence. %%% verbnet(amble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(backpack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bolt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bound, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(canter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(carom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(cavort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(charge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clamber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(climb, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(coast, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(crawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(creep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dash, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dodder, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(flit, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(frolic, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gallop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gambol, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ghost, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(goose_step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurtle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(inch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(journey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(leap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(limp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lollop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lope, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lumber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lurch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(march, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(meander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mince, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mosey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(nip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(overleap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pad, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(parade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(perambulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(plod, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(promenade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(race, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roam, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(romp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rove, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rush, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sashay, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(saunter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scamper, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scud, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scutter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shamble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sidle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skedaddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skitter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skulk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sleepwalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slink, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slither, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(somersault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(speed, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stomp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stray, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(streak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(strut, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stumble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swerve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swim, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tear, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tiptoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(totter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tour, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(traipse, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tramp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(travel, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trek, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(troop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(vault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(waddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(walk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(weave, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(whiz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(worm, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zigzag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zoom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP PP.location (run-51.3.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The lion tamer jumped the lions through the loop. %%% verbnet(amble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(backpack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bolt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bound, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(canter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(carom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(cavort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(charge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clamber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(climb, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(coast, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(crawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(creep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dash, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dodder, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(flit, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(frolic, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gallop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gambol, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ghost, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(goose_step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurtle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(inch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(journey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(leap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(limp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lollop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lope, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lumber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lurch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(march, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(meander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mince, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mosey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(nip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(overleap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pad, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(parade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(perambulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(plod, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(promenade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(race, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roam, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(romp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rove, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rush, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sashay, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(saunter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scamper, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scud, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scutter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shamble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sidle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skedaddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skitter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skulk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sleepwalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slink, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slither, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(somersault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(speed, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stomp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stray, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(streak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(strut, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stumble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swerve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swim, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tear, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tiptoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(totter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tour, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(traipse, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tramp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(travel, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trek, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(troop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(vault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(waddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(walk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(weave, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(whiz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(worm, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zigzag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zoom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP (run-51.3.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Tom jumped the horse. %%% verbnet(amble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(backpack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bolt, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bound, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(canter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(carom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(cavort, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(charge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clamber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(climb, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(coast, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(crawl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(creep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dart, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dash, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dodder, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(file, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(flit, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(float, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(frolic, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gallop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gambol, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ghost, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(glide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(goose_step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hasten, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hike, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hobble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurtle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(inch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(journey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(leap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(limp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lollop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lope, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lumber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lurch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(march, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(meander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mince, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mosey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(nip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(overleap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pad, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(parade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(perambulate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(plod, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prance, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(promenade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(race, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roam, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(romp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rove, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(run, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rush, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sashay, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(saunter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scamper, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scoot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scram, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scud, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scutter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scuttle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shamble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shuffle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sidle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skedaddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skitter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skulk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sleepwalk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slink, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slither, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slouch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(somersault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(speed, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stomp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stray, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(streak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stride, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stroll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(strut, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stumble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sweep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swerve, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swim, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tear, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tiptoe, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toil, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(totter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tour, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(traipse, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tramp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(travel, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trek, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(troop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trudge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trundle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(vault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(waddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(walk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(weave, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(whiz, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wing, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(worm, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(yaw, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zigzag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zoom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(back, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP (run-51.3.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The lion tamer jumped the lions. %%% verbnet(amble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(backpack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bolt, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bound, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(canter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(carom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(cavort, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(charge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clamber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(climb, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(coast, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(crawl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(creep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dart, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dash, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dodder, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(drift, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(file, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(flit, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(float, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(fly, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(frolic, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gallop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gambol, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ghost, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(glide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(goose_step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hasten, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hike, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hobble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurtle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(inch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(journey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(leap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(limp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lollop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lope, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lumber, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lurch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(march, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(meander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mince, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mosey, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(nip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(overleap, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pad, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(parade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(perambulate, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(plod, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prance, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(promenade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prowl, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(race, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roam, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(romp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rove, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(run, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rush, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sashay, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(saunter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scamper, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scoot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scram, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scramble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scud, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scurry, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scutter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scuttle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shamble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shuffle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sidle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skedaddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skitter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skulk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sleepwalk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slink, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slither, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slog, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slouch, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(somersault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(speed, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(step, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stomp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stray, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(streak, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stride, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stroll, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(strut, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stumble, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stump, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swagger, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sweep, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swerve, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swim, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tack, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tear, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tiptoe, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toil, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(totter, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tour, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(traipse, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tramp, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(travel, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trek, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(troop, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trot, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trudge, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trundle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(vault, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(waddle, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wade, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(walk, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wander, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(weave, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(whiz, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wing, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(worm, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(yaw, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zigzag, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zoom, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(back, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trip, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pounce, (s:_\np)/np, ['Theme','Agent'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP (run-51.3.2) %%% Syntax: [np:Theme,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Theme] %%% Example: The horse jumped the stream. %%% verbnet(amble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(backpack, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(bolt, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(bounce, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(bound, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(bowl, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(canter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(carom, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(cavort, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(charge, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(clamber, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(climb, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(clump, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(coast, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(crawl, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(creep, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(dart, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(dash, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(dodder, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(drift, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(file, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(flit, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(float, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(fly, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(frolic, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(gallop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(gambol, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(ghost, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(glide, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(goose_step, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(hasten, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(hike, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(hobble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(hop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(hurry, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(hurtle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(inch, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(jog, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(journey, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(jump, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(leap, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(limp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(lollop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(lope, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(lumber, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(lurch, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(march, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(meander, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(mince, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(mosey, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(nip, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(overleap, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(pad, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(parade, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(perambulate, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(plod, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(prance, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(promenade, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(prowl, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(race, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(ramble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(roam, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(roll, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(romp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(rove, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(run, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(rush, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(sashay, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(saunter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scamper, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scoot, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scram, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scramble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scud, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scurry, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scutter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(scuttle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(shamble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(shuffle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(sidle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(skedaddle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(skip, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(skitter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(skulk, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(sleepwalk, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(slide, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(slink, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(slither, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(slog, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(slouch, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(sneak, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(somersault, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(speed, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stagger, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(step, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stomp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stray, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(streak, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stride, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stroll, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(strut, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stumble, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(stump, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(swag, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(swagger, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(sweep, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(swerve, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(swim, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(tack, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(tear, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(tiptoe, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(toddle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(toil, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(totter, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(tour, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(traipse, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(tramp, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(travel, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(trek, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(troop, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(trot, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(trudge, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(trundle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(vault, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(waddle, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(wade, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(walk, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(wander, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(weave, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(whiz, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(wing, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(worm, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(yaw, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(zigzag, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(zoom, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(back, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(trip, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). verbnet(pounce, (s:_\np)/np, ['Location','Theme'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP ADJ (run-51.3.2) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: Tom walked the dog exhausted. %%% verbnet(amble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(backpack, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(bolt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(bounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(bound, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(bowl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(canter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(carom, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(cavort, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(charge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(clamber, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(climb, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(clump, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(coast, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(crawl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(creep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(dart, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(dash, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(dodder, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(drift, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(file, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(flit, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(float, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(fly, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(frolic, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(gallop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(gambol, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(ghost, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(glide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(goose_step, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(hasten, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(hike, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(hobble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(hop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(hurry, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(hurtle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(inch, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(jog, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(journey, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(jump, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(leap, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(limp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(lollop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(lope, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(lumber, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(lurch, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(march, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(meander, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(mince, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(mosey, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(nip, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(overleap, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(pad, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(parade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(perambulate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(plod, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(prance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(promenade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(prowl, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(race, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(ramble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(roam, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(roll, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(romp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(rove, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(run, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(rush, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(sashay, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(saunter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scamper, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scoot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scram, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scramble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scud, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scurry, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scutter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(scuttle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(shamble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(shuffle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(sidle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(skedaddle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(skip, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(skitter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(skulk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(sleepwalk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(slide, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(slink, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(slither, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(slog, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(slouch, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(sneak, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(somersault, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(speed, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stagger, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(step, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stomp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stray, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(streak, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stride, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stroll, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(strut, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stumble, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(stump, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(swag, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(swagger, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(sweep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(swerve, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(swim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(tack, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(tear, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(tiptoe, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(toddle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(toil, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(totter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(tour, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(traipse, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(tramp, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(travel, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(trek, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(troop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(trot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(trudge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(trundle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(vault, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(waddle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(wade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(walk, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(wander, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(weave, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(whiz, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(wing, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(worm, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(yaw, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(zigzag, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(zoom, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(back, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(trip, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). verbnet(pounce, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: NP V NP PP.result (run-51.3.2) %%% Syntax: [np:Agent,v,np:Theme,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Tom walked the dog to exhaustion. %%% verbnet(amble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(backpack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bolt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bound, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(bowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(canter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(carom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(cavort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(charge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clamber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(climb, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(clump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(coast, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(crawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(creep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dash, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(dodder, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(drift, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(flit, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(frolic, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gallop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(gambol, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ghost, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(glide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(goose_step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hasten, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(hurtle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(inch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(journey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(jump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(leap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(limp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lollop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lope, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lumber, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(lurch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(march, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(meander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mince, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(mosey, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(nip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(overleap, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pad, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(parade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(perambulate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(plod, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(promenade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(prowl, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(race, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(ramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roam, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(romp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rove, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(rush, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sashay, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(saunter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scamper, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scramble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scud, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scurry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scutter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(scuttle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shamble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sidle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skedaddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skitter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(skulk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sleepwalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slink, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slither, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(somersault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(speed, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(step, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stomp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stray, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(streak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stride, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stroll, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(strut, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stumble, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(stump, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swagger, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swerve, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(swim, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tack, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tear, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tiptoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(toil, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(totter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tour, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(traipse, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(tramp, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(travel, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trek, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(troop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trundle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(vault, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(waddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wade, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(walk, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wander, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(weave, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(whiz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(wing, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(worm, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zigzag, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(zoom, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(back, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(trip, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(pounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',3,'.',2]). verbnet(to, pp/np, ['Goal'], [51,.,3,.,2]). verbnet(into, pp/np, ['Goal'], [51,.,3,.,2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: There V PP NP (run-51.3.2) %%% Syntax: [lex:there,v,pp,np:Location,np:Theme] %%% CCG: ((s:_\lex:there)/np)/pp %%% Roles: [Theme] %%% Example: There jumped out of the box a little white rabbit. %%% verbnet(amble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(backpack, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bolt, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bounce, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bound, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(bowl, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(canter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(carom, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(cavort, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(charge, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(clamber, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(climb, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(clump, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(coast, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(crawl, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(creep, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(dart, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(dash, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(dodder, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(drift, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(file, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(flit, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(float, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(fly, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(frolic, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(gallop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(gambol, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(ghost, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(glide, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(goose_step, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hasten, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hike, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hobble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hurry, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(hurtle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(inch, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(jog, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(journey, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(jump, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(leap, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(limp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lollop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lope, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lumber, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(lurch, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(march, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(meander, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(mince, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(mosey, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(nip, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(overleap, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(pad, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(parade, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(perambulate, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(plod, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(prance, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(promenade, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(prowl, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(race, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(ramble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(roam, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(roll, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(romp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(rove, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(run, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(rush, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sashay, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(saunter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scamper, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scoot, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scram, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scramble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scud, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scurry, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scutter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(scuttle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(shamble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(shuffle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sidle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skedaddle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skip, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skitter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(skulk, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sleepwalk, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slide, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slink, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slither, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slog, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(slouch, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sneak, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(somersault, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(speed, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stagger, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(step, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stomp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stray, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(streak, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stride, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stroll, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(strut, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stumble, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(stump, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swag, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swagger, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(sweep, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swerve, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(swim, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tack, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tear, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tiptoe, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(toddle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(toil, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(totter, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tour, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(traipse, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(tramp, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(travel, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trek, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(troop, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trot, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trudge, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trundle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(vault, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(waddle, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(wade, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(walk, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(wander, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(weave, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(whiz, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(wing, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(worm, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(yaw, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(zigzag, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(zoom, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(back, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(trip, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). verbnet(pounce, ((s:_\lex:there)/np)/pp, ['Theme'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: There V NP PP (run-51.3.2) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There jumped a little white rabbit out of the box. %%% verbnet(amble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(backpack, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bolt, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bounce, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bound, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bowl, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(canter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(carom, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(cavort, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(charge, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(clamber, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(climb, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(clump, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(coast, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(crawl, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(creep, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(dart, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(dash, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(dodder, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(drift, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(file, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(flit, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(float, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(fly, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(frolic, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(gallop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(gambol, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(ghost, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(glide, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(goose_step, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hasten, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hike, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hobble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hurry, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hurtle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(inch, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(jog, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(journey, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(jump, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(leap, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(limp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lollop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lope, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lumber, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lurch, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(march, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(meander, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(mince, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(mosey, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(nip, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(overleap, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(pad, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(parade, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(perambulate, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(plod, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(prance, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(promenade, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(prowl, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(race, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(ramble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(roam, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(roll, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(romp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(rove, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(run, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(rush, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sashay, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(saunter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scamper, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scoot, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scram, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scramble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scud, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scurry, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scutter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scuttle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(shamble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(shuffle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sidle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skedaddle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skip, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skitter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skulk, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sleepwalk, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slide, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slink, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slither, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slog, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slouch, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sneak, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(somersault, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(speed, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stagger, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(step, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stomp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stray, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(streak, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stride, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stroll, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(strut, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stumble, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stump, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swag, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swagger, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sweep, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swerve, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swim, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tack, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tear, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tiptoe, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(toddle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(toil, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(totter, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tour, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(traipse, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tramp, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(travel, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trek, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(troop, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trot, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trudge, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trundle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(vault, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(waddle, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(wade, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(walk, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(wander, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(weave, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(whiz, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(wing, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(worm, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(yaw, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(zigzag, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(zoom, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(back, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trip, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(pounce, ((s:_\lex:there)/pp)/np, ['Theme'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/run-51.3.2.xml %%% Primary: PP.location V NP (run-51.3.2) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: Out of the box jumped a little white rabbit. %%% verbnet(amble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(backpack, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bolt, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bounce, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bound, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(bowl, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(canter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(carom, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(cavort, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(charge, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(clamber, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(climb, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(clump, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(coast, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(crawl, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(creep, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(dart, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(dash, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(dodder, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(drift, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(file, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(flit, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(float, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(fly, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(frolic, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(gallop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(gambol, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(ghost, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(glide, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(goose_step, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hasten, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hike, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hobble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hurry, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(hurtle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(inch, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(jog, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(journey, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(jump, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(leap, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(limp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lollop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lope, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lumber, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(lurch, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(march, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(meander, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(mince, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(mosey, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(nip, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(overleap, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(pad, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(parade, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(perambulate, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(plod, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(prance, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(promenade, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(prowl, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(race, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(ramble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(roam, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(roll, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(romp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(rove, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(run, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(rush, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sashay, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(saunter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scamper, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scoot, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scram, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scramble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scud, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scurry, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scutter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(scuttle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(shamble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(shuffle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sidle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skedaddle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skip, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skitter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(skulk, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sleepwalk, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slide, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slink, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slither, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slog, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(slouch, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sneak, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(somersault, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(speed, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stagger, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(step, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stomp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stray, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(streak, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stride, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stroll, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(strut, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stumble, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(stump, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swag, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swagger, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(sweep, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swerve, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(swim, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tack, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tear, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tiptoe, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(toddle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(toil, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(totter, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tour, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(traipse, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(tramp, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(travel, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trek, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(troop, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trot, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trudge, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trundle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(vault, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(waddle, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(wade, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(walk, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(wander, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(weave, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(whiz, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(wing, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(worm, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(yaw, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(zigzag, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(zoom, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(back, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(trip, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). verbnet(pounce, (s:_\pp)/np, ['Theme'], [51,'.',3,'.',2]). %%% File: ext/VerbNet/rush-53.2.xml %%% Primary: NP V PP.theme (rush-53.2) %%% Syntax: [np:Agent,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Maggie hurried with her lunch. %%% verbnet(hasten, (s:_\np)/pp, ['Agent'], [53,'.',2]). verbnet(hurry, (s:_\np)/pp, ['Agent'], [53,'.',2]). verbnet(rush, (s:_\np)/pp, ['Agent'], [53,'.',2]). verbnet(with, pp/np, ['Theme'], [53,.,2]). %%% File: ext/VerbNet/rush-53.2.xml %%% Primary: NP V NP.theme (rush-53.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Maggie hurried her sister. %%% verbnet(hasten, (s:_\np)/np, ['Theme','Agent'], [53,'.',2]). verbnet(hurry, (s:_\np)/np, ['Theme','Agent'], [53,'.',2]). verbnet(rush, (s:_\np)/np, ['Theme','Agent'], [53,'.',2]). %%% File: ext/VerbNet/rush-53.2.xml %%% Primary: NP V PP.theme (rush-53.2) %%% Syntax: [np:Agent,v,prep:through,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Mary hurried through the museum. %%% verbnet(hasten, (s:_\np)/pp, ['Agent'], [53,'.',2]). verbnet(hurry, (s:_\np)/pp, ['Agent'], [53,'.',2]). verbnet(rush, (s:_\np)/pp, ['Agent'], [53,'.',2]). verbnet(through, pp/np, ['Theme'], [53,.,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V NP PP.recipient (say-37.7-1-1) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: John suggested eye glasses to her. %%% verbnet(purpose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(to, pp/np, ['Recipient'], [37,.,7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient how S (say-37.7-1-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her how she could do it. %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient how S_INF (say-37.7-1-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her how to do it. %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient that S (say-37.7-1-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to him that he goes. %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient that S (say-37.7-1-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to him that he go. %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient what S (say-37.7-1-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her what she could do. %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient what S_INF (say-37.7-1-1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her what to do. %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,1,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V that S (say-37.7-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He ordered that he go. %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V that S (say-37.7-1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: John suggested that he should go. %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7,-,1]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V NP PP.recipient (say-37.7-2) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: He suggested it to her. %%% verbnet(hint, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7,-,2]). verbnet(to, pp/np, ['Recipient'], [37,.,7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient how S (say-37.7-2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her how she could do it. %%% verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient how S_INF (say-37.7-2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her how to do it. %%% verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient that S (say-37.7-2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to him that he goes. %%% verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient that S (say-37.7-2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to him that he go. %%% verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient what S (say-37.7-2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her what she could do. %%% verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient what S_INF (say-37.7-2) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: John suggested to her what to do. %%% verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7,-,2]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V NP.topic (say-37.7) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: Ellen said a few words. %%% verbnet(purpose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(advise, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(announce, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(blab, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(claim, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(confide, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(convey, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(declare, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(interject, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(mention, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(observe, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(propose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(recount, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(relate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(say, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(state, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(remark, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(note, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(report, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(hint, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(add, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(allege, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(insist, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(leak, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(reply, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(respond, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(retort, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(utter, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(venture, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(voice, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). verbnet(write, (s:_\np)/np, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V NP PP.recipient (say-37.7) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: Ellen said a few words to Helen. %%% verbnet(purpose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(advise, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(announce, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(blab, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(claim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(confess, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(confide, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(convey, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(declare, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(interject, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(mention, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(observe, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(propose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(recount, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(relate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(say, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(state, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(remark, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(note, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(report, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(hint, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(add, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(allege, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(insist, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(leak, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(reply, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(respond, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(retort, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(utter, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(venture, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(voice, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(write, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',7]). verbnet(to, pp/np, ['Recipient'], [37,.,7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V PP.recipient S-Quote (say-37.7) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: Mr. Jacobson announced to the trading mob: 'We're going to trade on the bell.' %%% verbnet(purpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(advise, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(announce, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(blab, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(claim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(confess, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(confide, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(convey, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(declare, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(interject, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(mention, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(observe, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(propose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(recount, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(relate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(say, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(state, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(remark, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(note, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(report, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(hint, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(add, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(allege, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(insist, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(leak, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(reply, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(respond, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(retort, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(utter, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(venture, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(voice, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). verbnet(write, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V S-Quote (say-37.7) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: He says, 'It has to go.' %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V how S (say-37.7) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: John suggested how she could do it. %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V how S_INF (say-37.7) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: John suggested how to do it. %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V what S_INF (say-37.7) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: John suggested what to do. %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/say-37.7.xml %%% Primary: NP V what S (say-37.7) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: John suggested what we should eat. %%% verbnet(purpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(suggest, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recommend, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(announce, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(articulate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(blurt, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(claim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(confide, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(convey, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(declare, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interject, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(interpose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(mention, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(observe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(propose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(recount, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reiterate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(relate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(say, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(state, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(repeat, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(remark, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(note, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(report, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(hint, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(add, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(allege, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(disclose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(divulge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(exclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insinuate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(insist, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(intimate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(leak, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(reply, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(respond, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(retort, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(promulgate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(utter, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(venture, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(vocalize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(voice, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(volunteer, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',7]). %%% File: ext/VerbNet/scribble-25.2.xml %%% Primary: NP V NP (scribble-25.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The jeweler printed the name. %%% verbnet(carve, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(chalk, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(charcoal, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(copy, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(crayon, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(doodle, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(forge, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(ink, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(misspell, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(paint, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(pencil, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(plot, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(print, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(scratch, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(scrawl, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(scribble, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(sketch, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(spell, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(spraypaint, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(stencil, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(trace, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(type, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(write, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(print_out, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(print_up, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(underscore, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). verbnet(underline, (s:_\np)/np, ['Theme','Agent'], [25,'.',2]). %%% File: ext/VerbNet/scribble-25.2.xml %%% Primary: NP V NP PP.destination (scribble-25.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The jeweler printed the name on the ring. %%% verbnet(carve, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(chalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(charcoal, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(copy, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(crayon, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(doodle, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(forge, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(ink, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(misspell, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(pencil, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(plot, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(print, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(scratch, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(scrawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(scribble, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(sketch, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(spell, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(spraypaint, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(stencil, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(trace, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(type, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(write, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(print_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(print_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(underscore, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). verbnet(underline, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',2]). %%% File: ext/VerbNet/scribble-25.2.xml %%% Primary: NP V (scribble-25.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Smith was scribbling. %%% verbnet(carve, s:_\np, ['Agent'], [25,'.',2]). verbnet(chalk, s:_\np, ['Agent'], [25,'.',2]). verbnet(charcoal, s:_\np, ['Agent'], [25,'.',2]). verbnet(copy, s:_\np, ['Agent'], [25,'.',2]). verbnet(crayon, s:_\np, ['Agent'], [25,'.',2]). verbnet(doodle, s:_\np, ['Agent'], [25,'.',2]). verbnet(draw, s:_\np, ['Agent'], [25,'.',2]). verbnet(forge, s:_\np, ['Agent'], [25,'.',2]). verbnet(ink, s:_\np, ['Agent'], [25,'.',2]). verbnet(misspell, s:_\np, ['Agent'], [25,'.',2]). verbnet(paint, s:_\np, ['Agent'], [25,'.',2]). verbnet(pencil, s:_\np, ['Agent'], [25,'.',2]). verbnet(plot, s:_\np, ['Agent'], [25,'.',2]). verbnet(print, s:_\np, ['Agent'], [25,'.',2]). verbnet(scratch, s:_\np, ['Agent'], [25,'.',2]). verbnet(scrawl, s:_\np, ['Agent'], [25,'.',2]). verbnet(scribble, s:_\np, ['Agent'], [25,'.',2]). verbnet(sketch, s:_\np, ['Agent'], [25,'.',2]). verbnet(spell, s:_\np, ['Agent'], [25,'.',2]). verbnet(spraypaint, s:_\np, ['Agent'], [25,'.',2]). verbnet(stencil, s:_\np, ['Agent'], [25,'.',2]). verbnet(trace, s:_\np, ['Agent'], [25,'.',2]). verbnet(type, s:_\np, ['Agent'], [25,'.',2]). verbnet(write, s:_\np, ['Agent'], [25,'.',2]). verbnet(print_out, s:_\np, ['Agent'], [25,'.',2]). verbnet(print_up, s:_\np, ['Agent'], [25,'.',2]). verbnet(underscore, s:_\np, ['Agent'], [25,'.',2]). verbnet(underline, s:_\np, ['Agent'], [25,'.',2]). %%% File: ext/VerbNet/search-35.2.xml %%% Primary: NP V NP PP.theme (search-35.2) %%% Syntax: [np:Agent,v,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Agent] %%% Example: I searched the cave for treasure. %%% verbnet(advertise, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(check, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(comb, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(dive, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(drag, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(dredge, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(excavate, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(nose, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(patrol, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(plumb, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(probe, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(prospect, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(prowl, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(quarry, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(rake, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(rifle, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(scavenge, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(scour, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(scout, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(search, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(shop, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(sift, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(sweep, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(trawl, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(troll, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(watch, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(quest, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',2]). verbnet(for, pp/np, ['Theme'], [35,.,2]). %%% File: ext/VerbNet/search-35.2.xml %%% Primary: NP V PP.theme NP.location (search-35.2) %%% Syntax: [np:Agent,v,prep:for,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I searched for treasure in the cave. %%% verbnet(advertise, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(check, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(comb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(dive, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(drag, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(dredge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(excavate, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(nose, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(patrol, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(plumb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(probe, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(prospect, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(prowl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(quarry, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(rake, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(rifle, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(scavenge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(scour, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(scout, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(search, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(shop, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(sift, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(sweep, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(trawl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(troll, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(watch, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(quest, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). %%% File: ext/VerbNet/search-35.2.xml %%% Primary: NP V PP.location PP.theme (search-35.2) %%% Syntax: [np:Agent,v,pp,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I searched in the cave for treasure. %%% verbnet(advertise, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(check, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(comb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(dive, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(drag, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(dredge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(excavate, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(nose, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(patrol, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(plumb, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(probe, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(prospect, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(prowl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(quarry, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(rake, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(rifle, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(scavenge, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(scour, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(scout, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(search, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(shop, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(sift, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(sweep, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(trawl, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(troll, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(watch, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(quest, ((s:_\np)/pp)/pp, ['Agent'], [35,'.',2]). verbnet(for, pp/np, ['Theme'], [35,.,2]). %%% File: ext/VerbNet/search-35.2.xml %%% Primary: NP V PP.location (search-35.2) %%% Syntax: [np:Agent,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I searched through America. %%% verbnet(advertise, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(check, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(comb, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(dive, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(drag, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(dredge, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(excavate, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(nose, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(patrol, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(plumb, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(probe, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(prospect, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(prowl, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(quarry, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(rake, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(rifle, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(scavenge, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(scour, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(scout, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(search, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(shop, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(sift, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(sweep, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(trawl, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(troll, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(watch, (s:_\np)/pp, ['Agent'], [35,'.',2]). verbnet(quest, (s:_\np)/pp, ['Agent'], [35,'.',2]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V PP.stimulus (see-30.1-1-1) %%% Syntax: [np:Experiencer,v,prep:about of,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Experiencer] %%% Example: The entire class heard about/of the sermon. %%% verbnet(hear, (s:_\np)/pp, ['Experiencer'], [30,'.',1,-,1,-,1]). verbnet(about, pp/np, ['Stimulus'], [30,.,1,-,1,-,1]). verbnet(of, pp/np, ['Stimulus'], [30,.,1,-,1,-,1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V S (see-30.1-1) %%% Syntax: [np:Experiencer,v,vp_b:Stimulus] %%% CCG: (s:_\np)/ (s:b\np) %%% Roles: [Stimulus,Experiencer] %%% Example: I saw her bake the cake. %%% verbnet(hear, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(detect, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(discern, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(feel, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(sense, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(perceive, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(notice, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(see, (s:_\np)/ (s:b\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V S_ING (see-30.1-1) %%% Syntax: [np:Experiencer,v,vp_ng:Stimulus] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Stimulus,Experiencer] %%% Example: I saw him laughing. %%% verbnet(hear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(detect, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(discern, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(feel, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(sense, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(perceive, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(notice, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(see, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [30,'.',1,-,1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V S_ING (see-30.1-1) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I saw their laughing and joking. %%% verbnet(hear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(detect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(discern, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(feel, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(sense, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(notice, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). verbnet(see, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1,-,1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V NP (see-30.1) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I saw the play. %%% verbnet(hear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(detect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(discern, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(feel, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(sense, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(notice, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(see, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(smell, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(taste, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V that S (see-30.1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I can see that you are feeling great. %%% verbnet(hear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(detect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(discern, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(feel, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(sense, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(perceive, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(notice, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(see, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(smell, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(taste, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V NP-ATTR-POS (see-30.1) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: I sensed the eagerness in him. %%% verbnet(hear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(detect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(discern, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(feel, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(sense, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(notice, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(see, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(smell, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(taste, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V how S (see-30.1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I saw how he arrived. %%% verbnet(hear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(detect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(discern, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(feel, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(sense, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(perceive, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(notice, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(see, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(smell, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(taste, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). %%% File: ext/VerbNet/see-30.1.xml %%% Primary: NP V what S (see-30.1) %%% Syntax: [np:Experiencer,v,s:Stimulus] %%% CCG: (s:_\np)/s:_ %%% Roles: [Stimulus,Experiencer] %%% Example: I saw what they did. %%% verbnet(hear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(detect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(discern, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(feel, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(sense, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(perceive, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(notice, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(see, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(smell, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). verbnet(taste, (s:_\np)/s:_, ['Stimulus','Experiencer'], [30,'.',1]). %%% File: ext/VerbNet/seem-109.xml %%% Primary: NP V ADJ (seem-109) %%% Syntax: [np:Theme,v,np:Attribute] %%% CCG: (s:_\np)/np %%% Roles: [Attribute,Theme] %%% Example: He appeared crazy. %%% verbnet(seem, (s:_\np)/np, ['Attribute','Theme'], [109]). verbnet(appear, (s:_\np)/np, ['Attribute','Theme'], [109]). %%% File: ext/VerbNet/seem-109.xml %%% Primary: NP V ADV (seem-109) %%% Syntax: [np:Theme,v,np:Attribute] %%% CCG: (s:_\np)/np %%% Roles: [Attribute,Theme] %%% Example: He seemed well. %%% verbnet(seem, (s:_\np)/np, ['Attribute','Theme'], [109]). verbnet(appear, (s:_\np)/np, ['Attribute','Theme'], [109]). %%% File: ext/VerbNet/seem-109.xml %%% Primary: NP V NP (seem-109) %%% Syntax: [np:Theme,v,np:Attribute] %%% CCG: (s:_\np)/np %%% Roles: [Attribute,Theme] %%% Example: He seemed a fool. %%% verbnet(seem, (s:_\np)/np, ['Attribute','Theme'], [109]). verbnet(appear, (s:_\np)/np, ['Attribute','Theme'], [109]). %%% File: ext/VerbNet/seem-109.xml %%% Primary: NP V PP.attribute (seem-109) %%% Syntax: [np:Theme,v,prep:in,np:Attribute] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The matter seems in dispute. %%% verbnet(seem, (s:_\np)/pp, ['Theme'], [109]). verbnet(appear, (s:_\np)/pp, ['Theme'], [109]). verbnet(in, pp/np, ['Attribute'], [109]). %%% File: ext/VerbNet/seem-109.xml %%% Primary: NP V S_INF (seem-109) %%% Syntax: [np:Theme,v,vp_to:Attribute] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Attribute,Theme] %%% Example: He seemed to come. %%% verbnet(seem, (s:_\np)/ (s:ng\np), ['Attribute','Theme'], [109]). verbnet(appear, (s:_\np)/ (s:ng\np), ['Attribute','Theme'], [109]). %%% File: ext/VerbNet/send-11.1.xml %%% Primary: NP V NP-Dative NP (send-11.1-1) %%% Syntax: [np:Agent,v,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Destination,Theme,Agent] %%% Example: Nora sent me the book. %%% verbnet(airmail, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(express, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet('FedEx', ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(forward, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(hand, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(mail, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(pass, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(send, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(ship, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(slip, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(smuggle, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(sneak, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(transmit, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet('UPS', ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). verbnet(wire, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',1,-,1]). %%% File: ext/VerbNet/send-11.1.xml %%% Primary: NP V NP (send-11.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Nora sent the book. %%% verbnet(airmail, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(express, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet('FedEx', (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(forward, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(hand, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(mail, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(send, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(ship, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(slip, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(smuggle, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transmit, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet('UPS', (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(wire, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(convey, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(deliver, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(dispatch, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass_on, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(port, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(post, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(return, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shift, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shunt, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transfer, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transport, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(export, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(import, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transship, (s:_\np)/np, ['Theme','Agent'], [11,'.',1]). %%% File: ext/VerbNet/send-11.1.xml %%% Primary: NP V NP PP.initial_location (send-11.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Nora sent the book from Paris. %%% verbnet(airmail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(express, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('FedEx', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(forward, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(hand, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(mail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(send, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(ship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(slip, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transmit, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('UPS', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(wire, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(convey, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(deliver, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(dispatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(port, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(post, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(return, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shift, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transport, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(export, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(import, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). %%% File: ext/VerbNet/send-11.1.xml %%% Primary: NP V NP PP.destination (send-11.1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Nora sent the book to London. %%% verbnet(airmail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(express, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('FedEx', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(forward, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(hand, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(mail, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(send, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(ship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(slip, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transmit, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('UPS', ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(wire, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(convey, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(deliver, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(dispatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(port, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(post, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(return, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shift, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transport, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(export, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(import, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transship, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(to, pp/np, ['Destination'], [11,.,1]). %%% File: ext/VerbNet/send-11.1.xml %%% Primary: NP V NP PP.initial_location PP.destination (send-11.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Nora sent the book from Paris to London. %%% verbnet(airmail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(express, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('FedEx', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(forward, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(hand, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(mail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(send, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(ship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(slip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(smuggle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(sneak, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transmit, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('UPS', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(wire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(convey, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(deliver, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(dispatch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass_on, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(port, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(post, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(return, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shunt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transfer, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transport, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(export, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(import, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(to, pp/np, ['Destination'], [11,.,1]). %%% File: ext/VerbNet/send-11.1.xml %%% Primary: NP V NP PP.destination PP.initial_location (send-11.1) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination,pp,np:Initial_Location] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: TransCanada is shifting its HQ to Calgary from Toronto. %%% verbnet(airmail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(express, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('FedEx', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(forward, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(hand, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(mail, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(send, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(ship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(slip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(smuggle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(sneak, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transmit, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet('UPS', (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(wire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(convey, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(deliver, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(dispatch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(pass_on, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(port, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(post, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(return, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(shunt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transfer, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transport, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(export, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(import, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). verbnet(transship, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',1]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V PP.co-patient (separate-23.1-1) %%% Syntax: [np:Patient,v,prep:from,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: The yolk separated from the white. %%% verbnet(decouple, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(differentiate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(disentangle, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(dissimilate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(divide, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(divorce, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(segregate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,1]). verbnet(from, pp/np, ['Patient'], [23,.,1,-,1]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V PP.co-patient (separate-23.1-2) %%% Syntax: [np:Patient,v,prep:with,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: The yoke parted with the white. %%% verbnet(disconnect, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]). verbnet(dissociate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]). verbnet(part, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]). verbnet(separate, (s:_\np)/pp, ['Patient'], [23,'.',1,-,2]). verbnet(with, pp/np, ['Patient'], [23,.,1,-,2]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V NP PP.co-patient (separate-23.1) %%% Syntax: [np:Agent,v,np:Patient,prep:from,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I separated the yolk from the white. %%% verbnet(decouple, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(differentiate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(disentangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(dissimilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(divide, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(divorce, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(segregate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(disconnect, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(dissociate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(part, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(separate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(disassociate, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(sever, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(uncoil, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',1]). verbnet(from, pp/np, ['Patient'], [23,.,1]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V NP (separate-23.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: I separated the yolk and the white. %%% verbnet(decouple, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(differentiate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(disentangle, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(dissimilate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(divide, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(divorce, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(segregate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(disconnect, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(dissociate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(part, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(separate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(disassociate, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(sever, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). verbnet(uncoil, (s:_\np)/np, ['Patient','Agent'], [23,'.',1]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V (separate-23.1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The yolk and the white separated. %%% verbnet(decouple, s:_\np, ['Patient'], [23,'.',1]). verbnet(differentiate, s:_\np, ['Patient'], [23,'.',1]). verbnet(disentangle, s:_\np, ['Patient'], [23,'.',1]). verbnet(dissimilate, s:_\np, ['Patient'], [23,'.',1]). verbnet(divide, s:_\np, ['Patient'], [23,'.',1]). verbnet(divorce, s:_\np, ['Patient'], [23,'.',1]). verbnet(segregate, s:_\np, ['Patient'], [23,'.',1]). verbnet(disconnect, s:_\np, ['Patient'], [23,'.',1]). verbnet(dissociate, s:_\np, ['Patient'], [23,'.',1]). verbnet(part, s:_\np, ['Patient'], [23,'.',1]). verbnet(separate, s:_\np, ['Patient'], [23,'.',1]). verbnet(disassociate, s:_\np, ['Patient'], [23,'.',1]). verbnet(sever, s:_\np, ['Patient'], [23,'.',1]). verbnet(uncoil, s:_\np, ['Patient'], [23,'.',1]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V ADVP-Middle PP (separate-23.1) %%% Syntax: [np:Patient,v,adv,prep:from,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Cream separates easily from milk. %%% verbnet(decouple, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(differentiate, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(disentangle, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(dissimilate, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(divide, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(divorce, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(segregate, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(disconnect, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(dissociate, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(part, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(separate, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(disassociate, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(sever, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(uncoil, (s:_\np)/pp, ['Patient'], [23,'.',1]). verbnet(from, pp/np, ['Patient'], [23,.,1]). %%% File: ext/VerbNet/separate-23.1.xml %%% Primary: NP V ADVP-Middle (separate-23.1) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Egg yolks and egg whites separate easily. %%% verbnet(decouple, s:_\np, ['Patient'], [23,'.',1]). verbnet(differentiate, s:_\np, ['Patient'], [23,'.',1]). verbnet(disentangle, s:_\np, ['Patient'], [23,'.',1]). verbnet(dissimilate, s:_\np, ['Patient'], [23,'.',1]). verbnet(divide, s:_\np, ['Patient'], [23,'.',1]). verbnet(divorce, s:_\np, ['Patient'], [23,'.',1]). verbnet(segregate, s:_\np, ['Patient'], [23,'.',1]). verbnet(disconnect, s:_\np, ['Patient'], [23,'.',1]). verbnet(dissociate, s:_\np, ['Patient'], [23,'.',1]). verbnet(part, s:_\np, ['Patient'], [23,'.',1]). verbnet(separate, s:_\np, ['Patient'], [23,'.',1]). verbnet(disassociate, s:_\np, ['Patient'], [23,'.',1]). verbnet(sever, s:_\np, ['Patient'], [23,'.',1]). verbnet(uncoil, s:_\np, ['Patient'], [23,'.',1]). %%% File: ext/VerbNet/settle-89.xml %%% Primary: NP V (settle-89) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Eventually, they settled. %%% verbnet(settle, s:_\np, ['Agent'], [89]). verbnet(concur, s:_\np, ['Agent'], [89]). verbnet(contract, s:_\np, ['Agent'], [89]). verbnet(harmonize, s:_\np, ['Agent'], [89]). verbnet(bargain, s:_\np, ['Agent'], [89]). verbnet(consent, s:_\np, ['Agent'], [89]). verbnet(cohere, s:_\np, ['Agent'], [89]). verbnet(jibe, s:_\np, ['Agent'], [89]). verbnet(square, s:_\np, ['Agent'], [89]). verbnet(resolve, s:_\np, ['Agent'], [89]). verbnet(covenant, s:_\np, ['Agent'], [89]). %%% File: ext/VerbNet/settle-89.xml %%% Primary: NP V PP.goal what S_INF (settle-89) %%% Syntax: [np:Agent,v,prep:on,s:Goal] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: They settled on what to do. %%% verbnet(settle, (s:_\np)/pp, ['Agent'], [89]). verbnet(concur, (s:_\np)/pp, ['Agent'], [89]). verbnet(contract, (s:_\np)/pp, ['Agent'], [89]). verbnet(harmonize, (s:_\np)/pp, ['Agent'], [89]). verbnet(bargain, (s:_\np)/pp, ['Agent'], [89]). verbnet(consent, (s:_\np)/pp, ['Agent'], [89]). verbnet(cohere, (s:_\np)/pp, ['Agent'], [89]). verbnet(jibe, (s:_\np)/pp, ['Agent'], [89]). verbnet(square, (s:_\np)/pp, ['Agent'], [89]). verbnet(resolve, (s:_\np)/pp, ['Agent'], [89]). verbnet(covenant, (s:_\np)/pp, ['Agent'], [89]). verbnet(on, pp/s:_, ['Goal'], [89]). %%% File: ext/VerbNet/settle-89.xml %%% Primary: NP V PP.co-agent PP.goal (settle-89) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:on,np:Goal] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: I settled with them on a novel proposal. %%% verbnet(settle, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(contract, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(harmonize, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(consent, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(cohere, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(jibe, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(square, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(resolve, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(covenant, ((s:_\np)/pp)/pp, ['Agent'], [89]). verbnet(on, pp/np, ['Goal'], [89]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V PP ADV-Middle (shake-22.3-1-1) %%% Syntax: [np:Patient,v,prep:with into to,np:Co-Patient,adv] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Sugar whips into cream easily. %%% verbnet(beat, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). verbnet(fuse, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). verbnet(scramble, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). verbnet(stir, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). verbnet(swirl, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). verbnet(whip, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). verbnet(whisk, (s:_\np)/pp, ['Patient'], [22,'.',3,-,1,-,1]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V NP (shake-22.3-1-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Herman whipped cream. %%% verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). verbnet(stir, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). verbnet(swirl, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1,-,1]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V NP PP.co-patient (shake-22.3-1) %%% Syntax: [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Herman whipped sugar with the cream. %%% verbnet(beat, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(fuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(scramble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(stir, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(swirl, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(lump, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(mass, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(with, pp/np, ['Patient'], [22,.,3,-,1]). verbnet(into, pp/np, ['Patient'], [22,.,3,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,3,-,1]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V NP together (shake-22.3-1) %%% Syntax: [np:Agent,v,np:Patient,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:together] %%% Example: Herman whipped sugar and the cream together. %%% verbnet(beat, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(fuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(scramble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(stir, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(swirl, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(lump, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). verbnet(mass, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,1]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V NP (shake-22.3-2-1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Herman spliced ropes. %%% verbnet(attach, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(bind, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(bond, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(bundle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(concatenate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(fasten, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(graft, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(jumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(ligate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(package, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(secure, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(splice, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(toggle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(weld, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(fixate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(affix, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). verbnet(agglutinate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2,-,1]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V NP PP (shake-22.3-2) %%% Syntax: [np:Agent,v,np:Patient,prep:with into to,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Herman gathered the students into a group. %%% verbnet(attach, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(bind, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(bond, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(bundle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(concatenate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(fasten, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(graft, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(jumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(ligate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(moor, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(package, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(secure, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(splice, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(toggle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(weld, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(fixate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(affix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(agglutinate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(band, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(baste, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(cluster, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(collate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(collect, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(fix, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(gather, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(glom, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(group, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(herd, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(pair, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(sew, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(shake, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(stick, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(with, pp/np, ['Patient'], [22,.,3,-,2]). verbnet(into, pp/np, ['Patient'], [22,.,3,-,2]). verbnet(to, pp/np, ['Patient'], [22,.,3,-,2]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V NP together (shake-22.3-2) %%% Syntax: [np:Agent,v,np:Patient,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:together] %%% Example: Herman gathered the students together. %%% verbnet(attach, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(bind, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(bond, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(bundle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(concatenate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(fasten, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(graft, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(jumble, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(ligate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(package, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(secure, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(splice, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(toggle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(weld, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(fixate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(affix, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(agglutinate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(band, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(baste, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(cluster, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(collate, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(collect, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(fix, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(gather, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(glom, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(group, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(herd, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(sew, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(shake, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(shuffle, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). verbnet(stick, (s:_\np)/np, ['Patient','Agent'], [22,'.',3,-,2]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V ADV-Middle (shake-22.3) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Eggs whisk easily. %%% verbnet(beat, s:_\np, ['Patient'], [22,'.',3]). verbnet(fuse, s:_\np, ['Patient'], [22,'.',3]). verbnet(scramble, s:_\np, ['Patient'], [22,'.',3]). verbnet(stir, s:_\np, ['Patient'], [22,'.',3]). verbnet(swirl, s:_\np, ['Patient'], [22,'.',3]). verbnet(whip, s:_\np, ['Patient'], [22,'.',3]). verbnet(whisk, s:_\np, ['Patient'], [22,'.',3]). verbnet(lump, s:_\np, ['Patient'], [22,'.',3]). verbnet(mass, s:_\np, ['Patient'], [22,'.',3]). verbnet(attach, s:_\np, ['Patient'], [22,'.',3]). verbnet(bind, s:_\np, ['Patient'], [22,'.',3]). verbnet(bond, s:_\np, ['Patient'], [22,'.',3]). verbnet(bundle, s:_\np, ['Patient'], [22,'.',3]). verbnet(concatenate, s:_\np, ['Patient'], [22,'.',3]). verbnet(fasten, s:_\np, ['Patient'], [22,'.',3]). verbnet(graft, s:_\np, ['Patient'], [22,'.',3]). verbnet(jumble, s:_\np, ['Patient'], [22,'.',3]). verbnet(ligate, s:_\np, ['Patient'], [22,'.',3]). verbnet(moor, s:_\np, ['Patient'], [22,'.',3]). verbnet(package, s:_\np, ['Patient'], [22,'.',3]). verbnet(secure, s:_\np, ['Patient'], [22,'.',3]). verbnet(splice, s:_\np, ['Patient'], [22,'.',3]). verbnet(toggle, s:_\np, ['Patient'], [22,'.',3]). verbnet(weld, s:_\np, ['Patient'], [22,'.',3]). verbnet(fixate, s:_\np, ['Patient'], [22,'.',3]). verbnet(affix, s:_\np, ['Patient'], [22,'.',3]). verbnet(agglutinate, s:_\np, ['Patient'], [22,'.',3]). verbnet(band, s:_\np, ['Patient'], [22,'.',3]). verbnet(baste, s:_\np, ['Patient'], [22,'.',3]). verbnet(cluster, s:_\np, ['Patient'], [22,'.',3]). verbnet(collate, s:_\np, ['Patient'], [22,'.',3]). verbnet(collect, s:_\np, ['Patient'], [22,'.',3]). verbnet(fix, s:_\np, ['Patient'], [22,'.',3]). verbnet(gather, s:_\np, ['Patient'], [22,'.',3]). verbnet(glom, s:_\np, ['Patient'], [22,'.',3]). verbnet(group, s:_\np, ['Patient'], [22,'.',3]). verbnet(herd, s:_\np, ['Patient'], [22,'.',3]). verbnet(pair, s:_\np, ['Patient'], [22,'.',3]). verbnet(roll, s:_\np, ['Patient'], [22,'.',3]). verbnet(sew, s:_\np, ['Patient'], [22,'.',3]). verbnet(shake, s:_\np, ['Patient'], [22,'.',3]). verbnet(shuffle, s:_\np, ['Patient'], [22,'.',3]). verbnet(stick, s:_\np, ['Patient'], [22,'.',3]). %%% File: ext/VerbNet/shake-22.3.xml %%% Primary: NP V together ADV-Middle (shake-22.3) %%% Syntax: [np:Patient,v,adv,lex:together] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: Sugar and cream whip together easily. %%% verbnet(beat, s:_\np, ['Patient'], [22,'.',3]). verbnet(fuse, s:_\np, ['Patient'], [22,'.',3]). verbnet(scramble, s:_\np, ['Patient'], [22,'.',3]). verbnet(stir, s:_\np, ['Patient'], [22,'.',3]). verbnet(swirl, s:_\np, ['Patient'], [22,'.',3]). verbnet(whip, s:_\np, ['Patient'], [22,'.',3]). verbnet(whisk, s:_\np, ['Patient'], [22,'.',3]). verbnet(lump, s:_\np, ['Patient'], [22,'.',3]). verbnet(mass, s:_\np, ['Patient'], [22,'.',3]). verbnet(attach, s:_\np, ['Patient'], [22,'.',3]). verbnet(bind, s:_\np, ['Patient'], [22,'.',3]). verbnet(bond, s:_\np, ['Patient'], [22,'.',3]). verbnet(bundle, s:_\np, ['Patient'], [22,'.',3]). verbnet(concatenate, s:_\np, ['Patient'], [22,'.',3]). verbnet(fasten, s:_\np, ['Patient'], [22,'.',3]). verbnet(graft, s:_\np, ['Patient'], [22,'.',3]). verbnet(jumble, s:_\np, ['Patient'], [22,'.',3]). verbnet(ligate, s:_\np, ['Patient'], [22,'.',3]). verbnet(moor, s:_\np, ['Patient'], [22,'.',3]). verbnet(package, s:_\np, ['Patient'], [22,'.',3]). verbnet(secure, s:_\np, ['Patient'], [22,'.',3]). verbnet(splice, s:_\np, ['Patient'], [22,'.',3]). verbnet(toggle, s:_\np, ['Patient'], [22,'.',3]). verbnet(weld, s:_\np, ['Patient'], [22,'.',3]). verbnet(fixate, s:_\np, ['Patient'], [22,'.',3]). verbnet(affix, s:_\np, ['Patient'], [22,'.',3]). verbnet(agglutinate, s:_\np, ['Patient'], [22,'.',3]). verbnet(band, s:_\np, ['Patient'], [22,'.',3]). verbnet(baste, s:_\np, ['Patient'], [22,'.',3]). verbnet(cluster, s:_\np, ['Patient'], [22,'.',3]). verbnet(collate, s:_\np, ['Patient'], [22,'.',3]). verbnet(collect, s:_\np, ['Patient'], [22,'.',3]). verbnet(fix, s:_\np, ['Patient'], [22,'.',3]). verbnet(gather, s:_\np, ['Patient'], [22,'.',3]). verbnet(glom, s:_\np, ['Patient'], [22,'.',3]). verbnet(group, s:_\np, ['Patient'], [22,'.',3]). verbnet(herd, s:_\np, ['Patient'], [22,'.',3]). verbnet(pair, s:_\np, ['Patient'], [22,'.',3]). verbnet(roll, s:_\np, ['Patient'], [22,'.',3]). verbnet(sew, s:_\np, ['Patient'], [22,'.',3]). verbnet(shake, s:_\np, ['Patient'], [22,'.',3]). verbnet(shuffle, s:_\np, ['Patient'], [22,'.',3]). verbnet(stick, s:_\np, ['Patient'], [22,'.',3]). %%% File: ext/VerbNet/sight-30.2.xml %%% Primary: NP V NP (sight-30.2) %%% Syntax: [np:Experiencer,v,np:Stimulus] %%% CCG: (s:_\np)/np %%% Roles: [Stimulus,Experiencer] %%% Example: The crew spotted the island. %%% verbnet(descry, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(discover, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(espy, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(examine, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(experience, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(eye, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(glimpse, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(inspect, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(investigate, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(make_out, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(note, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(observe, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(overhear, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(perceive, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(peruse, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(recognize, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(regard, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(scan, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(scent, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(scent_out, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(scrutinize, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(sight, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(spot, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(spy, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(study, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(survey, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(view, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(watch, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(witness, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). verbnet(sniff, (s:_\np)/np, ['Stimulus','Experiencer'], [30,'.',2]). %%% File: ext/VerbNet/simple_dressing-41.3.1.xml %%% Primary: NP V NP (simple_dressing-41.3.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: She always wears purple dresses. %%% verbnet(don, (s:_\np)/np, ['Theme','Agent'], [41,'.',3,'.',1]). verbnet(doff, (s:_\np)/np, ['Theme','Agent'], [41,'.',3,'.',1]). verbnet(wear, (s:_\np)/np, ['Theme','Agent'], [41,'.',3,'.',1]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V NP-dative NP (slide-11.2-1) %%% Syntax: [np:Agent,v,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Destination,Theme,Agent] %%% Example: Carla slid John the books. %%% verbnet(bounce, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]). verbnet(dart, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]). verbnet(float, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]). verbnet(roll, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]). verbnet(slide, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',2,-,1]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V (slide-11.2) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The books slid. %%% verbnet(bounce, s:_\np, ['Theme'], [11,'.',2]). verbnet(dart, s:_\np, ['Theme'], [11,'.',2]). verbnet(float, s:_\np, ['Theme'], [11,'.',2]). verbnet(roll, s:_\np, ['Theme'], [11,'.',2]). verbnet(slide, s:_\np, ['Theme'], [11,'.',2]). verbnet(move, s:_\np, ['Theme'], [11,'.',2]). verbnet(scoot, s:_\np, ['Theme'], [11,'.',2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V PP.initial_location (slide-11.2) %%% Syntax: [np:Theme,v,pp,np:Initial_Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The books slid from the table. %%% verbnet(bounce, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(dart, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(float, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(roll, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(slide, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(move, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(scoot, (s:_\np)/pp, ['Theme'], [11,'.',2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V PP.destination (slide-11.2) %%% Syntax: [np:Theme,v,prep:to,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The books slid to the floor. %%% verbnet(bounce, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(dart, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(float, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(roll, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(slide, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(move, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(scoot, (s:_\np)/pp, ['Theme'], [11,'.',2]). verbnet(to, pp/np, ['Destination'], [11,.,2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V PP.initial_location PP.destination (slide-11.2) %%% Syntax: [np:Theme,v,pp,np:Initial_Location,prep:to,np:Destination] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Theme] %%% Example: The books slid from the table to the floor. %%% verbnet(bounce, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(dart, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(float, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(roll, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(slide, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(move, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(scoot, ((s:_\np)/pp)/pp, ['Theme'], [11,'.',2]). verbnet(to, pp/np, ['Destination'], [11,.,2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP.agent V NP (slide-11.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Carla slid the books. %%% verbnet(bounce, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). verbnet(dart, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). verbnet(float, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). verbnet(slide, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). verbnet(move, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). verbnet(scoot, (s:_\np)/np, ['Theme','Agent'], [11,'.',2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V NP PP.initial_location (slide-11.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Trajectory] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carla slid the books across the table. %%% verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V NP PP.destination (slide-11.2) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carla slid the books to the floor. %%% verbnet(bounce, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(dart, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(float, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(slide, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(move, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(scoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(to, pp/np, ['Destination'], [11,.,2]). %%% File: ext/VerbNet/slide-11.2.xml %%% Primary: NP V NP PP.initial_location PP.destination (slide-11.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carla slid the books from one end of the table to the other. %%% verbnet(bounce, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(dart, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(float, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(slide, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(move, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(scoot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',2]). verbnet(to, pp/np, ['Destination'], [11,.,2]). %%% File: ext/VerbNet/smell_emission-43.3.xml %%% Primary: NP V (smell_emission-43.3) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The onions reeked. %%% verbnet(reek, s:_\np, ['Theme'], [43,'.',3]). verbnet(smell, s:_\np, ['Theme'], [43,'.',3]). verbnet(stink, s:_\np, ['Theme'], [43,'.',3]). %%% File: ext/VerbNet/smell_emission-43.3.xml %%% Primary: NP.location V (smell_emission-43.3) %%% Syntax: [np:Location,v] %%% CCG: s:_\np %%% Roles: [Location] %%% Example: The room reeked. %%% verbnet(reek, s:_\np, ['Location'], [43,'.',3]). verbnet(smell, s:_\np, ['Location'], [43,'.',3]). verbnet(stink, s:_\np, ['Location'], [43,'.',3]). %%% File: ext/VerbNet/smell_emission-43.3.xml %%% Primary: NP V PP.theme (smell_emission-43.3) %%% Syntax: [np:Location,v,prep:of,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The room reeked of onions. %%% verbnet(reek, (s:_\np)/pp, ['Location'], [43,'.',3]). verbnet(smell, (s:_\np)/pp, ['Location'], [43,'.',3]). verbnet(stink, (s:_\np)/pp, ['Location'], [43,'.',3]). verbnet(of, pp/np, ['Theme'], [43,.,3]). %%% File: ext/VerbNet/snooze-40.4.xml %%% Primary: NP v (snooze-40.4) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Gloria snoozed. %%% verbnet(catnap, s:_\np, ['Agent'], [40,'.',4]). verbnet(doze, s:_\np, ['Agent'], [40,'.',4]). verbnet(drowse, s:_\np, ['Agent'], [40,'.',4]). verbnet(nap, s:_\np, ['Agent'], [40,'.',4]). verbnet(sleep, s:_\np, ['Agent'], [40,'.',4]). verbnet(slumber, s:_\np, ['Agent'], [40,'.',4]). verbnet(snooze, s:_\np, ['Agent'], [40,'.',4]). %%% File: ext/VerbNet/snooze-40.4.xml %%% Primary: NP V NP (snooze-40.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Gloria slept the sleep of the dead. %%% verbnet(catnap, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). verbnet(doze, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). verbnet(drowse, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). verbnet(nap, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). verbnet(sleep, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). verbnet(slumber, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). verbnet(snooze, (s:_\np)/np, ['Theme','Agent'], [40,'.',4]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: NP V (sound_emission-43.2) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The door hinges squeaked. %%% verbnet(babble, s:_\np, ['Theme'], [43,'.',2]). verbnet(bang, s:_\np, ['Theme'], [43,'.',2]). verbnet(beat, s:_\np, ['Theme'], [43,'.',2]). verbnet(beep, s:_\np, ['Theme'], [43,'.',2]). verbnet(bellow, s:_\np, ['Theme'], [43,'.',2]). verbnet(blare, s:_\np, ['Theme'], [43,'.',2]). verbnet(blast, s:_\np, ['Theme'], [43,'.',2]). verbnet(blat, s:_\np, ['Theme'], [43,'.',2]). verbnet(boom, s:_\np, ['Theme'], [43,'.',2]). verbnet(bubble, s:_\np, ['Theme'], [43,'.',2]). verbnet(burble, s:_\np, ['Theme'], [43,'.',2]). verbnet(burr, s:_\np, ['Theme'], [43,'.',2]). verbnet(buzz, s:_\np, ['Theme'], [43,'.',2]). verbnet(chatter, s:_\np, ['Theme'], [43,'.',2]). verbnet(chime, s:_\np, ['Theme'], [43,'.',2]). verbnet(chink, s:_\np, ['Theme'], [43,'.',2]). verbnet(chir, s:_\np, ['Theme'], [43,'.',2]). verbnet(chitter, s:_\np, ['Theme'], [43,'.',2]). verbnet(chug, s:_\np, ['Theme'], [43,'.',2]). verbnet(clack, s:_\np, ['Theme'], [43,'.',2]). verbnet(clang, s:_\np, ['Theme'], [43,'.',2]). verbnet(clank, s:_\np, ['Theme'], [43,'.',2]). verbnet(clap, s:_\np, ['Theme'], [43,'.',2]). verbnet(clash, s:_\np, ['Theme'], [43,'.',2]). verbnet(clatter, s:_\np, ['Theme'], [43,'.',2]). verbnet(click, s:_\np, ['Theme'], [43,'.',2]). verbnet(cling, s:_\np, ['Theme'], [43,'.',2]). verbnet(clink, s:_\np, ['Theme'], [43,'.',2]). verbnet(clomp, s:_\np, ['Theme'], [43,'.',2]). verbnet(clump, s:_\np, ['Theme'], [43,'.',2]). verbnet(clunk, s:_\np, ['Theme'], [43,'.',2]). verbnet(crack, s:_\np, ['Theme'], [43,'.',2]). verbnet(crackle, s:_\np, ['Theme'], [43,'.',2]). verbnet(crash, s:_\np, ['Theme'], [43,'.',2]). verbnet(creak, s:_\np, ['Theme'], [43,'.',2]). verbnet(crepitate, s:_\np, ['Theme'], [43,'.',2]). verbnet(crunch, s:_\np, ['Theme'], [43,'.',2]). verbnet(cry, s:_\np, ['Theme'], [43,'.',2]). verbnet(ding, s:_\np, ['Theme'], [43,'.',2]). verbnet(dong, s:_\np, ['Theme'], [43,'.',2]). verbnet(drone, s:_\np, ['Theme'], [43,'.',2]). verbnet(explode, s:_\np, ['Theme'], [43,'.',2]). verbnet(fizz, s:_\np, ['Theme'], [43,'.',2]). verbnet(fizzle, s:_\np, ['Theme'], [43,'.',2]). verbnet(groan, s:_\np, ['Theme'], [43,'.',2]). verbnet(growl, s:_\np, ['Theme'], [43,'.',2]). verbnet(gurgle, s:_\np, ['Theme'], [43,'.',2]). verbnet(hiss, s:_\np, ['Theme'], [43,'.',2]). verbnet(hoot, s:_\np, ['Theme'], [43,'.',2]). verbnet(honk, s:_\np, ['Theme'], [43,'.',2]). verbnet(howl, s:_\np, ['Theme'], [43,'.',2]). verbnet(hum, s:_\np, ['Theme'], [43,'.',2]). verbnet(jangle, s:_\np, ['Theme'], [43,'.',2]). verbnet(jingle, s:_\np, ['Theme'], [43,'.',2]). verbnet(knell, s:_\np, ['Theme'], [43,'.',2]). verbnet(knock, s:_\np, ['Theme'], [43,'.',2]). verbnet(lilt, s:_\np, ['Theme'], [43,'.',2]). verbnet(moan, s:_\np, ['Theme'], [43,'.',2]). verbnet(murmur, s:_\np, ['Theme'], [43,'.',2]). verbnet(patter, s:_\np, ['Theme'], [43,'.',2]). verbnet(peal, s:_\np, ['Theme'], [43,'.',2]). verbnet(ping, s:_\np, ['Theme'], [43,'.',2]). verbnet(pink, s:_\np, ['Theme'], [43,'.',2]). verbnet(pipe, s:_\np, ['Theme'], [43,'.',2]). verbnet(plink, s:_\np, ['Theme'], [43,'.',2]). verbnet(plonk, s:_\np, ['Theme'], [43,'.',2]). verbnet(plop, s:_\np, ['Theme'], [43,'.',2]). verbnet(plunk, s:_\np, ['Theme'], [43,'.',2]). verbnet(pop, s:_\np, ['Theme'], [43,'.',2]). verbnet(purr, s:_\np, ['Theme'], [43,'.',2]). verbnet(putter, s:_\np, ['Theme'], [43,'.',2]). verbnet(rap, s:_\np, ['Theme'], [43,'.',2]). verbnet(rasp, s:_\np, ['Theme'], [43,'.',2]). verbnet(rattle, s:_\np, ['Theme'], [43,'.',2]). verbnet(ring, s:_\np, ['Theme'], [43,'.',2]). verbnet(roar, s:_\np, ['Theme'], [43,'.',2]). verbnet(roll, s:_\np, ['Theme'], [43,'.',2]). verbnet(rumble, s:_\np, ['Theme'], [43,'.',2]). verbnet(rustle, s:_\np, ['Theme'], [43,'.',2]). verbnet(scream, s:_\np, ['Theme'], [43,'.',2]). verbnet(screech, s:_\np, ['Theme'], [43,'.',2]). verbnet(shriek, s:_\np, ['Theme'], [43,'.',2]). verbnet(shrill, s:_\np, ['Theme'], [43,'.',2]). verbnet(sing, s:_\np, ['Theme'], [43,'.',2]). verbnet(sizzle, s:_\np, ['Theme'], [43,'.',2]). verbnet(snap, s:_\np, ['Theme'], [43,'.',2]). verbnet(sound, s:_\np, ['Theme'], [43,'.',2]). verbnet(sough, s:_\np, ['Theme'], [43,'.',2]). verbnet(sploosh, s:_\np, ['Theme'], [43,'.',2]). verbnet(splash, s:_\np, ['Theme'], [43,'.',2]). verbnet(splutter, s:_\np, ['Theme'], [43,'.',2]). verbnet(sputter, s:_\np, ['Theme'], [43,'.',2]). verbnet(squawk, s:_\np, ['Theme'], [43,'.',2]). verbnet(squeak, s:_\np, ['Theme'], [43,'.',2]). verbnet(squeal, s:_\np, ['Theme'], [43,'.',2]). verbnet(squelch, s:_\np, ['Theme'], [43,'.',2]). verbnet(strike, s:_\np, ['Theme'], [43,'.',2]). verbnet(swish, s:_\np, ['Theme'], [43,'.',2]). verbnet(swoosh, s:_\np, ['Theme'], [43,'.',2]). verbnet(thrum, s:_\np, ['Theme'], [43,'.',2]). verbnet(thud, s:_\np, ['Theme'], [43,'.',2]). verbnet(thump, s:_\np, ['Theme'], [43,'.',2]). verbnet(thunder, s:_\np, ['Theme'], [43,'.',2]). verbnet(thunk, s:_\np, ['Theme'], [43,'.',2]). verbnet(tick, s:_\np, ['Theme'], [43,'.',2]). verbnet(ting, s:_\np, ['Theme'], [43,'.',2]). verbnet(tinkle, s:_\np, ['Theme'], [43,'.',2]). verbnet(toll, s:_\np, ['Theme'], [43,'.',2]). verbnet(toot, s:_\np, ['Theme'], [43,'.',2]). verbnet(tootle, s:_\np, ['Theme'], [43,'.',2]). verbnet(trill, s:_\np, ['Theme'], [43,'.',2]). verbnet(trumpet, s:_\np, ['Theme'], [43,'.',2]). verbnet(twang, s:_\np, ['Theme'], [43,'.',2]). verbnet(ululate, s:_\np, ['Theme'], [43,'.',2]). verbnet(vroom, s:_\np, ['Theme'], [43,'.',2]). verbnet(wail, s:_\np, ['Theme'], [43,'.',2]). verbnet(wheeze, s:_\np, ['Theme'], [43,'.',2]). verbnet(whine, s:_\np, ['Theme'], [43,'.',2]). verbnet(whir, s:_\np, ['Theme'], [43,'.',2]). verbnet(whish, s:_\np, ['Theme'], [43,'.',2]). verbnet(whisper, s:_\np, ['Theme'], [43,'.',2]). verbnet(whistle, s:_\np, ['Theme'], [43,'.',2]). verbnet(whoosh, s:_\np, ['Theme'], [43,'.',2]). verbnet(whump, s:_\np, ['Theme'], [43,'.',2]). verbnet(zing, s:_\np, ['Theme'], [43,'.',2]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: NP V PP.location (sound_emission-43.2) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Horns beeped in the street. %%% verbnet(babble, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(bang, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(beat, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(beep, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(bellow, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(blare, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(blast, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(blat, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(boom, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(bubble, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(burble, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(burr, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(buzz, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(chatter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(chime, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(chink, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(chir, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(chitter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(chug, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clack, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clang, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clank, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clap, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clash, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clatter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(click, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(cling, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clink, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clomp, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clump, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(clunk, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(crack, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(crackle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(crash, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(creak, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(crepitate, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(crunch, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(cry, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(ding, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(dong, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(drone, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(explode, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(fizz, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(fizzle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(groan, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(growl, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(gurgle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(hiss, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(hoot, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(honk, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(howl, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(hum, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(jangle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(jingle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(knell, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(knock, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(lilt, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(moan, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(murmur, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(patter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(peal, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(ping, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(pink, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(pipe, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(plink, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(plonk, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(plop, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(plunk, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(pop, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(purr, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(putter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(rap, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(rasp, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(rattle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(ring, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(roar, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(roll, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(rumble, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(rustle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(scream, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(screech, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(shriek, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(shrill, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(sing, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(sizzle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(snap, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(sound, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(sough, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(sploosh, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(splash, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(splutter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(sputter, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(squawk, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(squeak, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(squeal, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(squelch, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(strike, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(swish, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(swoosh, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(thrum, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(thud, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(thump, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(thunder, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(thunk, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(tick, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(ting, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(tinkle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(toll, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(toot, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(tootle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(trill, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(trumpet, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(twang, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(ululate, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(vroom, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(wail, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(wheeze, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whine, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whir, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whish, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whisper, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whistle, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whoosh, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(whump, (s:_\np)/pp, ['Theme'], [43,'.',2]). verbnet(zing, (s:_\np)/pp, ['Theme'], [43,'.',2]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: NP.location V PP.theme (sound_emission-43.2) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The street sang with horns. %%% verbnet(babble, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(bang, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(beat, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(beep, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(bellow, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(blare, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(blast, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(blat, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(boom, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(bubble, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(burble, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(burr, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(buzz, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(chatter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(chime, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(chink, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(chir, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(chitter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(chug, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clack, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clang, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clank, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clap, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clash, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clatter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(click, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(cling, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clink, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clomp, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clump, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(clunk, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(crack, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(crackle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(crash, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(creak, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(crepitate, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(crunch, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(cry, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(ding, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(dong, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(drone, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(explode, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(fizz, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(fizzle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(groan, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(growl, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(gurgle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(hiss, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(hoot, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(honk, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(howl, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(hum, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(jangle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(jingle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(knell, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(knock, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(lilt, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(moan, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(murmur, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(patter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(peal, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(ping, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(pink, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(pipe, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(plink, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(plonk, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(plop, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(plunk, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(pop, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(purr, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(putter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(rap, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(rasp, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(rattle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(ring, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(roar, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(roll, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(rumble, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(rustle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(scream, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(screech, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(shriek, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(shrill, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(sing, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(sizzle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(snap, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(sound, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(sough, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(sploosh, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(splash, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(splutter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(sputter, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(squawk, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(squeak, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(squeal, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(squelch, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(strike, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(swish, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(swoosh, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(thrum, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(thud, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(thump, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(thunder, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(thunk, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(tick, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(ting, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(tinkle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(toll, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(toot, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(tootle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(trill, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(trumpet, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(twang, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(ululate, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(vroom, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(wail, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(wheeze, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whine, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whir, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whish, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whisper, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whistle, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whoosh, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(whump, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(zing, (s:_\np)/pp, ['Location'], [43,'.',2]). verbnet(with, pp/np, ['Theme'], [43,.,2]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: PP.location V NP (sound_emission-43.2) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: In the hallway ticked a gradfather clock. %%% verbnet(babble, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(bang, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(beat, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(beep, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(bellow, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(blare, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(blast, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(blat, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(boom, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(bubble, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(burble, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(burr, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(buzz, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(chatter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(chime, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(chink, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(chir, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(chitter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(chug, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clack, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clang, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clank, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clap, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clash, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clatter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(click, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(cling, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clink, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clomp, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clump, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(clunk, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(crack, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(crackle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(crash, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(creak, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(crepitate, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(crunch, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(cry, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(ding, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(dong, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(drone, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(explode, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(fizz, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(fizzle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(groan, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(growl, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(gurgle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(hiss, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(hoot, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(honk, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(howl, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(hum, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(jangle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(jingle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(knell, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(knock, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(lilt, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(moan, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(murmur, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(patter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(peal, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(ping, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(pink, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(pipe, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(plink, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(plonk, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(plop, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(plunk, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(pop, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(purr, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(putter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(rap, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(rasp, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(rattle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(ring, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(roar, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(roll, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(rumble, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(rustle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(scream, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(screech, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(shriek, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(shrill, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(sing, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(sizzle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(snap, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(sound, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(sough, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(sploosh, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(splash, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(splutter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(sputter, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(squawk, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(squeak, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(squeal, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(squelch, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(strike, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(swish, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(swoosh, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(thrum, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(thud, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(thump, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(thunder, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(thunk, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(tick, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(ting, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(tinkle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(toll, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(toot, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(tootle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(trill, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(trumpet, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(twang, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(ululate, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(vroom, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(wail, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(wheeze, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whine, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whir, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whish, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whisper, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whistle, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whoosh, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(whump, (s:_\pp)/np, ['Theme'], [43,'.',2]). verbnet(zing, (s:_\pp)/np, ['Theme'], [43,'.',2]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: There V NP PP (sound_emission-43.2) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There ticked a grandather clock in the hallway. %%% verbnet(babble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(bang, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(beat, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(beep, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(bellow, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(blare, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(blast, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(blat, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(boom, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(bubble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(burble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(burr, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(buzz, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(chatter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(chime, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(chink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(chir, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(chitter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(chug, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clack, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clang, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clank, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clap, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clatter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(click, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(cling, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clomp, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clump, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(clunk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(crack, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(crackle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(crash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(creak, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(crepitate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(crunch, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(cry, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(ding, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(dong, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(drone, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(explode, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(fizz, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(fizzle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(groan, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(growl, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(gurgle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(hiss, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(hoot, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(honk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(howl, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(hum, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(jangle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(jingle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(knell, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(knock, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(lilt, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(moan, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(murmur, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(patter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(peal, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(ping, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(pink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(pipe, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(plink, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(plonk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(plop, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(plunk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(pop, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(purr, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(putter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(rap, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(rasp, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(rattle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(ring, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(roar, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(roll, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(rumble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(rustle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(scream, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(screech, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(shriek, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(shrill, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(sing, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(sizzle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(snap, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(sound, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(sough, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(sploosh, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(splash, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(splutter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(sputter, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(squawk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(squeak, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(squeal, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(squelch, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(strike, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(swish, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(swoosh, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(thrum, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(thud, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(thump, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(thunder, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(thunk, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(tick, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(ting, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(tinkle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(toll, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(toot, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(tootle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(trill, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(trumpet, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(twang, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(ululate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(vroom, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(wail, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(wheeze, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whine, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whir, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whish, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whisper, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whistle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whoosh, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(whump, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). verbnet(zing, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',2]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: NP V NP.theme (sound_emission-43.2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I buzzed the bell. %%% verbnet(babble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(bang, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(beat, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(beep, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(bellow, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(blare, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(blast, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(blat, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(boom, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(bubble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(burble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(burr, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(buzz, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(chatter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(chime, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(chink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(chir, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(chitter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(chug, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clack, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clang, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clank, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clap, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clash, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clatter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(click, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(cling, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clomp, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clump, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(clunk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(crack, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(crackle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(crash, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(creak, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(crepitate, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(crunch, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(ding, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(dong, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(drone, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(explode, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(fizz, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(fizzle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(gurgle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(hiss, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(hoot, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(honk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(hum, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(jangle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(jingle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(knell, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(knock, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(lilt, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(murmur, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(patter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(peal, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(ping, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(pink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(pipe, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(plink, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(plonk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(plop, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(plunk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(pop, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(purr, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(putter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(rap, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(rasp, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(rattle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(ring, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(roar, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(roll, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(rumble, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(rustle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(scream, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(screech, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(shriek, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(shrill, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(sing, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(sizzle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(snap, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(sound, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(sough, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(sploosh, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(splash, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(splutter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(sputter, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(squawk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(squeak, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(squeal, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(squelch, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(strike, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(swish, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(swoosh, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(thrum, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(thud, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(thump, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(thunder, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(thunk, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(tick, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(ting, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(tinkle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(toll, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(toot, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(tootle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(trill, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(trumpet, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(twang, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(ululate, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(vroom, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(wail, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(wheeze, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whine, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whir, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whish, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whisper, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whoosh, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(whump, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). verbnet(zing, (s:_\np)/np, ['Theme','Agent'], [43,'.',2]). %%% File: ext/VerbNet/sound_emission-43.2.xml %%% Primary: NP V NP (sound_emission-43.2) %%% Syntax: [np:Theme,v,np:Time] %%% CCG: (s:_\np)/np %%% Roles: [Time,Theme] %%% Example: The bell chimed the hour. %%% verbnet(babble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(bang, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(beat, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(beep, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(bellow, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(blare, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(blast, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(blat, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(boom, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(bubble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(burble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(burr, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(buzz, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(chatter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(chime, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(chink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(chir, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(chitter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(chug, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clack, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clang, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clank, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clap, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clash, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clatter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(click, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(cling, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clomp, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clump, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(clunk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(crack, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(crackle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(crash, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(creak, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(crepitate, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(crunch, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(cry, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(ding, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(dong, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(drone, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(explode, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(fizz, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(fizzle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(groan, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(growl, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(gurgle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(hiss, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(hoot, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(honk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(howl, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(hum, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(jangle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(jingle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(knell, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(knock, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(lilt, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(moan, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(murmur, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(patter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(peal, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(ping, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(pink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(pipe, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(plink, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(plonk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(plop, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(plunk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(pop, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(purr, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(putter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(rap, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(rasp, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(rattle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(ring, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(roar, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(roll, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(rumble, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(rustle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(scream, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(screech, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(shriek, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(shrill, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(sing, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(sizzle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(snap, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(sound, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(sough, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(sploosh, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(splash, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(splutter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(sputter, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(squawk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(squeak, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(squeal, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(squelch, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(strike, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(swish, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(swoosh, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(thrum, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(thud, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(thump, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(thunder, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(thunk, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(tick, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(ting, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(tinkle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(toll, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(toot, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(tootle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(trill, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(trumpet, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(twang, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(ululate, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(vroom, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(wail, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(wheeze, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whine, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whir, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whish, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whisper, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whistle, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whoosh, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(whump, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). verbnet(zing, (s:_\np)/np, ['Time','Theme'], [43,'.',2]). %%% File: ext/VerbNet/sound_existence-47.4.xml %%% Primary: NP V (sound_existence-47.4) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The voices echoed. %%% verbnet(echo, s:_\np, ['Theme'], [47,'.',4]). verbnet(resonate, s:_\np, ['Theme'], [47,'.',4]). verbnet(resound, s:_\np, ['Theme'], [47,'.',4]). verbnet(reverberate, s:_\np, ['Theme'], [47,'.',4]). verbnet(roll, s:_\np, ['Theme'], [47,'.',4]). verbnet(sound, s:_\np, ['Theme'], [47,'.',4]). %%% File: ext/VerbNet/sound_existence-47.4.xml %%% Primary: NP V PP.location (sound_existence-47.4) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The voices echoed through the hall. %%% verbnet(echo, (s:_\np)/pp, ['Theme'], [47,'.',4]). verbnet(resonate, (s:_\np)/pp, ['Theme'], [47,'.',4]). verbnet(resound, (s:_\np)/pp, ['Theme'], [47,'.',4]). verbnet(reverberate, (s:_\np)/pp, ['Theme'], [47,'.',4]). verbnet(roll, (s:_\np)/pp, ['Theme'], [47,'.',4]). verbnet(sound, (s:_\np)/pp, ['Theme'], [47,'.',4]). %%% File: ext/VerbNet/sound_existence-47.4.xml %%% Primary: There V NP (sound_existence-47.4) %%% Syntax: [lex:there,v,np:Theme] %%% CCG: (s:_\lex:there)/np %%% Roles: [Theme] %%% Example: There echoed voices through the hall. %%% verbnet(echo, (s:_\lex:there)/np, ['Theme'], [47,'.',4]). verbnet(resonate, (s:_\lex:there)/np, ['Theme'], [47,'.',4]). verbnet(resound, (s:_\lex:there)/np, ['Theme'], [47,'.',4]). verbnet(reverberate, (s:_\lex:there)/np, ['Theme'], [47,'.',4]). verbnet(roll, (s:_\lex:there)/np, ['Theme'], [47,'.',4]). verbnet(sound, (s:_\lex:there)/np, ['Theme'], [47,'.',4]). %%% File: ext/VerbNet/sound_existence-47.4.xml %%% Primary: PP.location V NP (sound_existence-47.4) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: Through the hall echoed a loud cry. %%% verbnet(echo, (s:_\pp)/np, ['Theme'], [47,'.',4]). verbnet(resonate, (s:_\pp)/np, ['Theme'], [47,'.',4]). verbnet(resound, (s:_\pp)/np, ['Theme'], [47,'.',4]). verbnet(reverberate, (s:_\pp)/np, ['Theme'], [47,'.',4]). verbnet(roll, (s:_\pp)/np, ['Theme'], [47,'.',4]). verbnet(sound, (s:_\pp)/np, ['Theme'], [47,'.',4]). %%% File: ext/VerbNet/sound_existence-47.4.xml %%% Primary: NP.location V NP.theme (sound_existence-47.4) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The hall echoed with voices. %%% verbnet(echo, (s:_\np)/pp, ['Location'], [47,'.',4]). verbnet(resonate, (s:_\np)/pp, ['Location'], [47,'.',4]). verbnet(resound, (s:_\np)/pp, ['Location'], [47,'.',4]). verbnet(reverberate, (s:_\np)/pp, ['Location'], [47,'.',4]). verbnet(roll, (s:_\np)/pp, ['Location'], [47,'.',4]). verbnet(sound, (s:_\np)/pp, ['Location'], [47,'.',4]). verbnet(with, pp/np, ['Theme'], [47,.,4]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Paula spanked the child. %%% verbnet(bayonet, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP PP.instrument (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paula spanked the child with her right hand. %%% verbnet(bayonet, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(with, pp/np, ['Instrument'], [18,.,3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP ADJP (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: They spanked him dead. %%% verbnet(bayonet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(belt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(biff, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(birch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(bludgeon, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(bonk, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(brain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(bump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(cane, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(clobber, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(clout, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(club, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(conk, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(cosh, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(crack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(crunch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(cudgel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(cuff, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(elbow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(flagellate, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(flog, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(gash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(knee, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(knife, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet('k.o.', ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(paddle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(paddywhack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(pummel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(slam, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(sock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(spank, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(stabb, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(strap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(thrash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(thump, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(truncheon, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(wallop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(whip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(whisk, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). verbnet(horsewhip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP PP.result (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: They spanked him to death. %%% verbnet(bayonet, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(to, pp/np, ['Goal'], [18,.,3]). verbnet(into, pp/np, ['Goal'], [18,.,3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP PP.result PP.instrument (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: They spanked him to death with a bat. %%% verbnet(bayonet, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(with, pp/np, ['Instrument'], [18,.,3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP PP.location (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paula spanked the naughty child on the back. %%% verbnet(bayonet, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP PP PP.instrument (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient,pp,np:Location,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paula spanked the naughty child on the back with a paddle. %%% verbnet(bayonet, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',3]). verbnet(with, pp/np, ['Instrument'], [18,.,3]). %%% File: ext/VerbNet/spank-18.3.xml %%% Primary: NP V NP (spank-18.3) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Paula spanked the naughty child's back. %%% verbnet(bayonet, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(biff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(birch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bludgeon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bonk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(brain, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(bump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cane, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clobber, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(clout, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(club, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(conk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cosh, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cudgel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(cuff, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(elbow, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flagellate, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(flog, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(gash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knee, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(knife, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet('k.o.', (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddle, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(paddywhack, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(pummel, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(slam, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(sock, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(spank, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(stabb, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thrash, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(thump, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(truncheon, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(wallop, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(whisk, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). verbnet(horsewhip, (s:_\np)/np, ['Patient','Agent'], [18,'.',3]). %%% File: ext/VerbNet/spatial_configuration-47.6.xml %%% Primary: NP V (spatial_configuration-47.6) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: John slouched. %%% verbnet(balance, s:_\np, ['Theme'], [47,'.',6]). verbnet(bend, s:_\np, ['Theme'], [47,'.',6]). verbnet(bow, s:_\np, ['Theme'], [47,'.',6]). verbnet(crouch, s:_\np, ['Theme'], [47,'.',6]). verbnet(dangle, s:_\np, ['Theme'], [47,'.',6]). verbnet(droop, s:_\np, ['Theme'], [47,'.',6]). verbnet(flop, s:_\np, ['Theme'], [47,'.',6]). verbnet(fly, s:_\np, ['Theme'], [47,'.',6]). verbnet(hang, s:_\np, ['Theme'], [47,'.',6]). verbnet(hover, s:_\np, ['Theme'], [47,'.',6]). verbnet(huddle, s:_\np, ['Theme'], [47,'.',6]). verbnet(hunch, s:_\np, ['Theme'], [47,'.',6]). verbnet(jut, s:_\np, ['Theme'], [47,'.',6]). verbnet(kneel, s:_\np, ['Theme'], [47,'.',6]). verbnet(lean, s:_\np, ['Theme'], [47,'.',6]). verbnet(lie, s:_\np, ['Theme'], [47,'.',6]). verbnet(loll, s:_\np, ['Theme'], [47,'.',6]). verbnet(loom, s:_\np, ['Theme'], [47,'.',6]). verbnet(lounge, s:_\np, ['Theme'], [47,'.',6]). verbnet(nestle, s:_\np, ['Theme'], [47,'.',6]). verbnet(open, s:_\np, ['Theme'], [47,'.',6]). verbnet(perch, s:_\np, ['Theme'], [47,'.',6]). verbnet(plop, s:_\np, ['Theme'], [47,'.',6]). verbnet(project, s:_\np, ['Theme'], [47,'.',6]). verbnet(protrude, s:_\np, ['Theme'], [47,'.',6]). verbnet(recline, s:_\np, ['Theme'], [47,'.',6]). verbnet(repose, s:_\np, ['Theme'], [47,'.',6]). verbnet(rest, s:_\np, ['Theme'], [47,'.',6]). verbnet(rise, s:_\np, ['Theme'], [47,'.',6]). verbnet(roost, s:_\np, ['Theme'], [47,'.',6]). verbnet(sag, s:_\np, ['Theme'], [47,'.',6]). verbnet(sit, s:_\np, ['Theme'], [47,'.',6]). verbnet(slope, s:_\np, ['Theme'], [47,'.',6]). verbnet(slouch, s:_\np, ['Theme'], [47,'.',6]). verbnet(slump, s:_\np, ['Theme'], [47,'.',6]). verbnet(sprawl, s:_\np, ['Theme'], [47,'.',6]). verbnet(squat, s:_\np, ['Theme'], [47,'.',6]). verbnet(stand, s:_\np, ['Theme'], [47,'.',6]). verbnet(stoop, s:_\np, ['Theme'], [47,'.',6]). verbnet(straddle, s:_\np, ['Theme'], [47,'.',6]). verbnet(swag, s:_\np, ['Theme'], [47,'.',6]). verbnet(swing, s:_\np, ['Theme'], [47,'.',6]). verbnet(tilt, s:_\np, ['Theme'], [47,'.',6]). verbnet(tower, s:_\np, ['Theme'], [47,'.',6]). verbnet(yaw, s:_\np, ['Theme'], [47,'.',6]). %%% File: ext/VerbNet/spatial_configuration-47.6.xml %%% Primary: NP V PP.location (spatial_configuration-47.6) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The statue stood on the corner. %%% verbnet(balance, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(bend, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(bow, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(crouch, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(dangle, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(droop, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(flop, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(fly, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(hang, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(hover, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(huddle, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(hunch, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(jut, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(kneel, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(lean, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(lie, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(loll, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(loom, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(lounge, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(nestle, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(open, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(perch, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(plop, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(project, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(protrude, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(recline, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(repose, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(rest, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(rise, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(roost, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(sag, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(sit, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(slope, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(slouch, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(slump, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(sprawl, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(squat, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(stand, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(stoop, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(straddle, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(swag, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(swing, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(tilt, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(tower, (s:_\np)/pp, ['Theme'], [47,'.',6]). verbnet(yaw, (s:_\np)/pp, ['Theme'], [47,'.',6]). %%% File: ext/VerbNet/spatial_configuration-47.6.xml %%% Primary: There V PP NP (spatial_configuration-47.6) %%% Syntax: [lex:there,v,pp,np:Location,np:Theme] %%% CCG: ((s:_\lex:there)/np)/pp %%% Roles: [Theme] %%% Example: There stood on the corner a statue. %%% verbnet(balance, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(bend, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(bow, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(crouch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(dangle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(droop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(flop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(fly, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(hang, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(hover, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(huddle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(hunch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(jut, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(kneel, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(lean, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(lie, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(loll, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(loom, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(lounge, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(nestle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(open, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(perch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(plop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(project, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(protrude, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(recline, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(repose, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(rest, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(rise, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(roost, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(sag, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(sit, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(slope, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(slouch, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(slump, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(sprawl, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(squat, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(stand, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(stoop, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(straddle, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(swag, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(swing, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(tilt, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(tower, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). verbnet(yaw, ((s:_\lex:there)/np)/pp, ['Theme'], [47,'.',6]). %%% File: ext/VerbNet/spatial_configuration-47.6.xml %%% Primary: PP.location V NP (spatial_configuration-47.6) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: On the pedestal stood a statue. %%% verbnet(balance, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(bend, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(bow, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(crouch, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(dangle, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(droop, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(flop, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(fly, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(hang, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(hover, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(huddle, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(hunch, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(jut, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(kneel, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(lean, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(lie, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(loll, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(loom, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(lounge, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(nestle, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(open, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(perch, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(plop, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(project, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(protrude, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(recline, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(repose, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(rest, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(rise, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(roost, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(sag, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(sit, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(slope, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(slouch, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(slump, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(sprawl, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(squat, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(stand, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(stoop, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(straddle, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(swag, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(swing, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(tilt, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(tower, (s:_\pp)/np, ['Theme'], [47,'.',6]). verbnet(yaw, (s:_\pp)/np, ['Theme'], [47,'.',6]). %%% File: ext/VerbNet/spatial_configuration-47.6.xml %%% Primary: NP V NP.theme PP (spatial_configuration-47.6) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They stood the statue on the pedestal. %%% verbnet(balance, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(bend, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(bow, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(crouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(dangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(droop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(flop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(fly, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(hover, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(huddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(hunch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(jut, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(kneel, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(lean, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(lie, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(loll, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(loom, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(lounge, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(nestle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(open, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(perch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(plop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(project, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(protrude, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(recline, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(repose, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(rest, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(rise, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(roost, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(sag, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(sit, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(slope, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(slouch, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(slump, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(sprawl, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(squat, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(stand, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(stoop, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(straddle, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(swag, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(tilt, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(tower, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). verbnet(yaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [47,'.',6]). %%% File: ext/VerbNet/spend_time-104.xml %%% Primary: NP V NP (spend_time-104) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I misspent 5 hours. %%% verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [104]). verbnet(serve, (s:_\np)/np, ['Theme','Agent'], [104]). verbnet(misspend, (s:_\np)/np, ['Theme','Agent'], [104]). %%% File: ext/VerbNet/split-23.2.xml %%% Primary: NP V NP PP.co-patient (split-23.2) %%% Syntax: [np:Agent,v,np:Patient,prep:off off of from,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: I broke the twig off the branch. %%% verbnet(blow, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(break, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(cut, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(draw, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(hack, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(hew, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(knock, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(pry, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(pull, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(push, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(saw, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(shove, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(slip, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(sliver, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(split, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(tear, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(tug, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(yank, ((s:_\np)/pp)/np, ['Patient','Agent'], [23,'.',2]). verbnet(off, pp/np, ['Patient'], [23,.,2]). verbnet(off, pp/np, ['Patient'], [23,.,2]). verbnet(of, pp/np, ['Patient'], [23,.,2]). verbnet(from, pp/np, ['Patient'], [23,.,2]). %%% File: ext/VerbNet/split-23.2.xml %%% Primary: NP V NP apart (split-23.2) %%% Syntax: [np:Agent,v,np:Patient,lex:apart] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:apart] %%% Example: I broke the twig and the branch apart. %%% verbnet(blow, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(break, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(draw, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(hack, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(hew, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(knock, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(pry, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(pull, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(push, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(saw, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(shove, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(slip, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(sliver, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(snap, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(split, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(tear, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(tug, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). verbnet(yank, (s:_\np)/np, ['Patient','Agent'], [23,'.',2]). %%% File: ext/VerbNet/split-23.2.xml %%% Primary: NP V PP.co-patient (split-23.2) %%% Syntax: [np:Patient,v,prep:off off of from,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: The twig broke off the branch. %%% verbnet(blow, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(break, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(cut, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(draw, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(hack, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(hew, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(kick, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(knock, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(pry, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(pull, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(push, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(rip, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(roll, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(saw, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(shove, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(slip, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(sliver, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(snap, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(split, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(tear, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(tug, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(yank, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(off, pp/np, ['Patient'], [23,.,2]). verbnet(off, pp/np, ['Patient'], [23,.,2]). verbnet(of, pp/np, ['Patient'], [23,.,2]). verbnet(from, pp/np, ['Patient'], [23,.,2]). %%% File: ext/VerbNet/split-23.2.xml %%% Primary: NP V apart (split-23.2) %%% Syntax: [np:Patient,v,lex:apart] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:apart] %%% Example: The twig and the branch broke apart. %%% verbnet(blow, s:_\np, ['Patient'], [23,'.',2]). verbnet(break, s:_\np, ['Patient'], [23,'.',2]). verbnet(cut, s:_\np, ['Patient'], [23,'.',2]). verbnet(draw, s:_\np, ['Patient'], [23,'.',2]). verbnet(hack, s:_\np, ['Patient'], [23,'.',2]). verbnet(hew, s:_\np, ['Patient'], [23,'.',2]). verbnet(kick, s:_\np, ['Patient'], [23,'.',2]). verbnet(knock, s:_\np, ['Patient'], [23,'.',2]). verbnet(pry, s:_\np, ['Patient'], [23,'.',2]). verbnet(pull, s:_\np, ['Patient'], [23,'.',2]). verbnet(push, s:_\np, ['Patient'], [23,'.',2]). verbnet(rip, s:_\np, ['Patient'], [23,'.',2]). verbnet(roll, s:_\np, ['Patient'], [23,'.',2]). verbnet(saw, s:_\np, ['Patient'], [23,'.',2]). verbnet(shove, s:_\np, ['Patient'], [23,'.',2]). verbnet(slip, s:_\np, ['Patient'], [23,'.',2]). verbnet(sliver, s:_\np, ['Patient'], [23,'.',2]). verbnet(snap, s:_\np, ['Patient'], [23,'.',2]). verbnet(split, s:_\np, ['Patient'], [23,'.',2]). verbnet(tear, s:_\np, ['Patient'], [23,'.',2]). verbnet(tug, s:_\np, ['Patient'], [23,'.',2]). verbnet(yank, s:_\np, ['Patient'], [23,'.',2]). %%% File: ext/VerbNet/split-23.2.xml %%% Primary: NP V PP ADV-Middle (split-23.2) %%% Syntax: [np:Patient,v,prep:off off of from,np:Co-Patient,adv] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Twigs break off of those branches easily. %%% verbnet(blow, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(break, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(cut, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(draw, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(hack, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(hew, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(kick, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(knock, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(pry, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(pull, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(push, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(rip, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(roll, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(saw, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(shove, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(slip, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(sliver, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(snap, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(split, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(tear, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(tug, (s:_\np)/pp, ['Patient'], [23,'.',2]). verbnet(yank, (s:_\np)/pp, ['Patient'], [23,'.',2]). %%% File: ext/VerbNet/split-23.2.xml %%% Primary: NP V ADV-Middle (split-23.2) %%% Syntax: [np:Patient,v,lex:apart,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:apart] %%% Example: Those twigs and branches break apart easily. %%% verbnet(blow, s:_\np, ['Patient'], [23,'.',2]). verbnet(break, s:_\np, ['Patient'], [23,'.',2]). verbnet(cut, s:_\np, ['Patient'], [23,'.',2]). verbnet(draw, s:_\np, ['Patient'], [23,'.',2]). verbnet(hack, s:_\np, ['Patient'], [23,'.',2]). verbnet(hew, s:_\np, ['Patient'], [23,'.',2]). verbnet(kick, s:_\np, ['Patient'], [23,'.',2]). verbnet(knock, s:_\np, ['Patient'], [23,'.',2]). verbnet(pry, s:_\np, ['Patient'], [23,'.',2]). verbnet(pull, s:_\np, ['Patient'], [23,'.',2]). verbnet(push, s:_\np, ['Patient'], [23,'.',2]). verbnet(rip, s:_\np, ['Patient'], [23,'.',2]). verbnet(roll, s:_\np, ['Patient'], [23,'.',2]). verbnet(saw, s:_\np, ['Patient'], [23,'.',2]). verbnet(shove, s:_\np, ['Patient'], [23,'.',2]). verbnet(slip, s:_\np, ['Patient'], [23,'.',2]). verbnet(sliver, s:_\np, ['Patient'], [23,'.',2]). verbnet(snap, s:_\np, ['Patient'], [23,'.',2]). verbnet(split, s:_\np, ['Patient'], [23,'.',2]). verbnet(tear, s:_\np, ['Patient'], [23,'.',2]). verbnet(tug, s:_\np, ['Patient'], [23,'.',2]). verbnet(yank, s:_\np, ['Patient'], [23,'.',2]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP.theme V NP (spray-9.7-1-1) %%% Syntax: [np:Theme,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Theme] %%% Example: Crowds packed the stands. %%% verbnet(cram, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]). verbnet(crowd, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]). verbnet(jam, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]). verbnet(pack, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]). verbnet(pile, (s:_\np)/np, ['Destination','Theme'], [9,'.',7,-,1,-,1]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP V PP.destination (spray-9.7-1) %%% Syntax: [np:Theme,v,pp,np:Destination] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Paint sprayed onto the wall. %%% verbnet(cram, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(crowd, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(jam, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(pack, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(pile, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(baste, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(brush, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(drizzle, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(hang, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(plaster, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(pump, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(rub, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(scatter, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(seed, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(sew, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(shower, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(smear, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(smudge, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(sow, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(spatter, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(splash, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(splatter, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(spray, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(spread, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(sprinkle, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(spritz, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(squirt, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(stick, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(strew, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(string, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(swab, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(swash, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(spurt, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). verbnet(wrap, (s:_\np)/pp, ['Theme'], [9,'.',7,-,1]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP V NP PP.destination-Conative (spray-9.7-1) %%% Syntax: [np:Agent,v,np:Theme,prep:at,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Jessica squirted water at me. %%% verbnet(cram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(crowd, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(jam, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(pack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(pile, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(baste, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(drizzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(plaster, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(pump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(rub, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(scatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(sew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(shower, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(smear, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(smudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(sow, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(spatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(splash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(splatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(spray, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(spread, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(sprinkle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(spritz, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(squirt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(stick, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(strew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(string, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(swab, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(swash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(spurt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(wrap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7,-,1]). verbnet(at, pp/np, ['Destination'], [9,.,7,-,1]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP V NP PP.destination (spray-9.7) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Jessica loaded boxes into the wagon. %%% verbnet(cram, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(crowd, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(jam, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(pack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(pile, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(baste, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(drizzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(hang, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(plaster, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(pump, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(rub, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(scatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(sew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(shower, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(smear, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(smudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(sow, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(splash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(splatter, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spray, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spread, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(sprinkle, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spritz, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(squirt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stick, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(strew, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(string, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(swab, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(swash, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spurt, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(wrap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(drape, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(load, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(dab, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(daub, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(mound, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(dust, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(heap, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(plant, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(slather, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stack, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stock, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stuff, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',7]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP V NP.destination PP.theme (spray-9.7) %%% Syntax: [np:Agent,v,np:Destination,prep:with,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Destination,Agent] %%% Example: Jessica loaded the wagon with boxes. %%% verbnet(cram, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(crowd, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(jam, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(pack, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(pile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(baste, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(brush, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(drizzle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(hang, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(plaster, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(pump, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(rub, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(scatter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(seed, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(sew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(shower, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(smear, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(smudge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(sow, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spatter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(splash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(splatter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spray, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spread, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(sprinkle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spritz, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(squirt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stick, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(strew, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(string, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(swab, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(swash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spurt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(wrap, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(drape, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(load, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(dab, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(daub, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(mound, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(dust, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(heap, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(plant, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(seed, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(slather, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stack, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stock, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stuff, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',7]). verbnet(with, pp/np, ['Theme'], [9,.,7]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP V NP.theme (spray-9.7) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Jessica squirted water. %%% verbnet(cram, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(crowd, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(jam, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(pack, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(pile, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(baste, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(brush, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(drizzle, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(hang, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(plaster, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(pump, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(rub, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(scatter, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(seed, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(sew, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(shower, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(smear, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(smudge, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(sow, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spatter, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(splash, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(splatter, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spray, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spread, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(sprinkle, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spritz, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(squirt, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stick, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(strew, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(string, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(swab, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(swash, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(spurt, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(wrap, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(drape, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(load, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(dab, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(daub, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(mound, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(dust, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(heap, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(plant, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(seed, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(slather, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stack, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stock, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). verbnet(stuff, (s:_\np)/np, ['Theme','Agent'], [9,'.',7]). %%% File: ext/VerbNet/spray-9.7.xml %%% Primary: NP V NP.destination (spray-9.7) %%% Syntax: [np:Agent,v,np:Destination] %%% CCG: (s:_\np)/np %%% Roles: [Destination,Agent] %%% Example: Jessica sprayed the wall. %%% verbnet(cram, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(crowd, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(jam, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(pack, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(pile, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(baste, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(brush, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(drizzle, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(hang, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(plaster, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(pump, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(rub, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(scatter, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(seed, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(sew, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(shower, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(smear, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(smudge, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(sow, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spatter, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(splash, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(splatter, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spray, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spread, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(sprinkle, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spritz, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(squirt, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stick, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(strew, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(string, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(swab, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(swash, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(spurt, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(wrap, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(drape, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(load, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(dab, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(daub, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(mound, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(dust, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(heap, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(plant, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(seed, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(slather, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stack, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stock, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). verbnet(stuff, (s:_\np)/np, ['Destination','Agent'], [9,'.',7]). %%% File: ext/VerbNet/stalk-35.3.xml %%% Primary: NP V NP PP.theme (stalk-35.3) %%% Syntax: [np:Agent,v,np:Location,prep:for,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Location,Agent] %%% Example: I stalked the woods for game. %%% verbnet(scent, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]). verbnet(smell, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]). verbnet(stalk, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]). verbnet(taste, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]). verbnet(track, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]). verbnet(whiff, ((s:_\np)/pp)/np, ['Location','Agent'], [35,'.',3]). verbnet(for, pp/np, ['Theme'], [35,.,3]). %%% File: ext/VerbNet/stalk-35.3.xml %%% Primary: NP V NP PP.location (stalk-35.3) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I stalked game in the woods. %%% verbnet(scent, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]). verbnet(smell, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]). verbnet(stalk, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]). verbnet(taste, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]). verbnet(track, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]). verbnet(whiff, ((s:_\np)/pp)/np, ['Theme','Agent'], [35,'.',3]). %%% File: ext/VerbNet/stalk-35.3.xml %%% Primary: NP V NP (stalk-35.3) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I tracked prints. %%% verbnet(scent, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]). verbnet(smell, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]). verbnet(stalk, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]). verbnet(taste, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]). verbnet(track, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]). verbnet(whiff, (s:_\np)/np, ['Theme','Agent'], [35,'.',3]). %%% File: ext/VerbNet/steal-10.5.xml %%% Primary: NP V NP NP (steal-10.5-1) %%% Syntax: [np:Agent,v,np:Beneficiary,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Beneficiary,Theme,Agent] %%% Example: The thief stole Mary some paint. %%% verbnet(capture, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(cop, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(flog, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(grab, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(hook, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(nab, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(nick, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(pilfer, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(pirate, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(salvage, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(shoplift, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(smuggle, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(snatch, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(sneak, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(steal, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(swipe, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). verbnet(wangle, ((s:_\np)/np)/np, ['Beneficiary','Theme','Agent'], [10,'.',5,-,1]). %%% File: ext/VerbNet/steal-10.5.xml %%% Primary: NP V NP (steal-10.5) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The thief stole the paint. %%% verbnet(capture, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cop, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(flog, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(grab, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(hook, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nab, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nick, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pilfer, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pirate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(salvage, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(shoplift, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(smuggle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sneak, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(steal, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(swipe, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wangle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(abduct, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(annex, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cabbage, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(carjack, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(confiscate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(emancipate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(embezzle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(extort, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(filch, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(highjack, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(kidnap, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(knock_off, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(liberate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(lift, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(misappropriate, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nobble, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pickpocket, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pinch, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(plagiarize, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(purloin, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(recapture, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(reclaim, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(redeem, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(repossess, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rescue, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rustle, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(seize, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch_away, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sequester, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(take, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(thieve, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(weasel_out, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wrest, (s:_\np)/np, ['Theme','Agent'], [10,'.',5]). %%% File: ext/VerbNet/steal-10.5.xml %%% Primary: NP V NP PP.source (steal-10.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The thief stole the paint from the museum. %%% verbnet(capture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(flog, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(grab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(hook, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nick, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pilfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pirate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(salvage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(shoplift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(swipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(abduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(annex, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cabbage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(carjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(confiscate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(emancipate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(embezzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(extort, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(filch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(highjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(kidnap, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(knock_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(liberate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(lift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(misappropriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pickpocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pinch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(plagiarize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(purloin, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(recapture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(reclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(redeem, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(repossess, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rescue, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rustle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(seize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sequester, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(thieve, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(weasel_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wrest, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). %%% File: ext/VerbNet/steal-10.5.xml %%% Primary: NP V NP PP.beneficiary (steal-10.5) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Beneficiary] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The thief stole the paint for Mary. %%% verbnet(capture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(flog, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(grab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(hook, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nick, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pilfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pirate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(salvage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(shoplift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(smuggle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sneak, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(steal, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(swipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wangle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(abduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(annex, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cabbage, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(carjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(confiscate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(emancipate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(embezzle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(extort, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(filch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(highjack, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(kidnap, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(knock_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(liberate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(lift, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(misappropriate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nobble, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pickpocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pinch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(plagiarize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(purloin, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(recapture, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(reclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(redeem, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(repossess, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rescue, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rustle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(seize, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch_away, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sequester, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(thieve, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(weasel_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wrest, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(for, pp/np, ['Beneficiary'], [10,.,5]). %%% File: ext/VerbNet/steal-10.5.xml %%% Primary: NP V NP PP.source PP.beneficiary (steal-10.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Source,prep:for,np:Beneficiary] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The thief stole the paint from John for Mary. %%% verbnet(capture, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cop, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(flog, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(grab, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(hook, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nab, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pilfer, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pirate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(salvage, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(shoplift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(smuggle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sneak, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(steal, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(swipe, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wangle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(abduct, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(annex, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(cabbage, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(carjack, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(confiscate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(emancipate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(embezzle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(extort, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(filch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(highjack, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(kidnap, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(knock_off, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(liberate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(lift, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(misappropriate, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(nobble, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pickpocket, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(pinch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(plagiarize, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(purloin, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(recapture, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(reclaim, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(redeem, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(repossess, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rescue, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(rustle, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(seize, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(snatch_away, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(sequester, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(take, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(thieve, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(weasel_out, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(wrest, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [10,'.',5]). verbnet(for, pp/np, ['Beneficiary'], [10,.,5]). %%% File: ext/VerbNet/stimulus_subject-30.4.xml %%% Primary: NP V ADJ (stimulus_subject-30.4) %%% Syntax: [np:Stimulus,v,adj] %%% CCG: s:_\np %%% Roles: [Stimulus] %%% Missing: [adj] %%% Example: That pea soup tasted delicious. %%% verbnet(feel, s:_\np, ['Stimulus'], [30,'.',4]). verbnet(look, s:_\np, ['Stimulus'], [30,'.',4]). verbnet(smell, s:_\np, ['Stimulus'], [30,'.',4]). verbnet(sound, s:_\np, ['Stimulus'], [30,'.',4]). verbnet(taste, s:_\np, ['Stimulus'], [30,'.',4]). %%% File: ext/VerbNet/stimulus_subject-30.4.xml %%% Primary: NP V ADJ PP.experiencer (stimulus_subject-30.4) %%% Syntax: [np:Stimulus,v,adj,prep:to,np:Experiencer] %%% CCG: (s:_\np)/pp %%% Roles: [Stimulus] %%% Missing: [adj] %%% Example: That pea soup tasted delicious to me. %%% verbnet(feel, (s:_\np)/pp, ['Stimulus'], [30,'.',4]). verbnet(look, (s:_\np)/pp, ['Stimulus'], [30,'.',4]). verbnet(smell, (s:_\np)/pp, ['Stimulus'], [30,'.',4]). verbnet(sound, (s:_\np)/pp, ['Stimulus'], [30,'.',4]). verbnet(taste, (s:_\np)/pp, ['Stimulus'], [30,'.',4]). verbnet(to, pp/np, ['Experiencer'], [30,.,4]). %%% File: ext/VerbNet/stop-55.4.xml %%% Primary: NP V ADJ-Middle (stop-55.4-1) %%% Syntax: [np:Theme,v,adv] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The party stopped easily. %%% verbnet(cease, s:_\np, ['Theme'], [55,'.',4,-,1]). verbnet(conclude, s:_\np, ['Theme'], [55,'.',4,-,1]). verbnet(end, s:_\np, ['Theme'], [55,'.',4,-,1]). verbnet(finish, s:_\np, ['Theme'], [55,'.',4,-,1]). verbnet(stop, s:_\np, ['Theme'], [55,'.',4,-,1]). %%% File: ext/VerbNet/stop-55.4.xml %%% Primary: NP V S_ING (stop-55.4) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: He stopped going to the area. %%% verbnet(cease, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(conclude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(end, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(finish, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(stop, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(terminate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(halt, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). verbnet(repeat, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',4]). %%% File: ext/VerbNet/stop-55.4.xml %%% Primary: NP.theme V (stop-55.4) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The storm ended. %%% verbnet(cease, s:_\np, ['Theme'], [55,'.',4]). verbnet(conclude, s:_\np, ['Theme'], [55,'.',4]). verbnet(end, s:_\np, ['Theme'], [55,'.',4]). verbnet(finish, s:_\np, ['Theme'], [55,'.',4]). verbnet(stop, s:_\np, ['Theme'], [55,'.',4]). verbnet(terminate, s:_\np, ['Theme'], [55,'.',4]). verbnet(halt, s:_\np, ['Theme'], [55,'.',4]). verbnet(repeat, s:_\np, ['Theme'], [55,'.',4]). %%% File: ext/VerbNet/stop-55.4.xml %%% Primary: NP V NP.theme (stop-55.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: John ended the party. %%% verbnet(cease, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(conclude, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(end, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(finish, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(stop, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(terminate, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(halt, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). verbnet(repeat, (s:_\np)/np, ['Theme','Agent'], [55,'.',4]). %%% File: ext/VerbNet/stop-55.4.xml %%% Primary: NP V PP.instrument (stop-55.4) %%% Syntax: [np:Theme,v,prep:with,np:Instrument] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: The party ended with a bang. %%% verbnet(cease, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(conclude, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(end, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(finish, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(stop, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(terminate, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(halt, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(repeat, (s:_\np)/pp, ['Theme'], [55,'.',4]). verbnet(with, pp/np, ['Instrument'], [55,.,4]). %%% File: ext/VerbNet/stop-55.4.xml %%% Primary: NP V NP.theme PP.instrument (stop-55.4) %%% Syntax: [np:Agent,v,np:Theme,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I ended the party with a speech. %%% verbnet(cease, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(conclude, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(end, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(finish, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(stop, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(terminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(halt, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(repeat, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',4]). verbnet(with, pp/np, ['Instrument'], [55,.,4]). %%% File: ext/VerbNet/subjugate-42.3.xml %%% Primary: NP V NP (subjugate-42.3) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Winnie the Pooh subjugated the unfortunate Pixies. %%% verbnet(suppress, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(stamp_down, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(subdue, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(conquer, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(curb, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(crush, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(stifle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(dampen, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(suffocate, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(choke, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(hush, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(silence, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(still, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(shut_up, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(hush_up, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(lull, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(calm_down, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(gag, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(muzzle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(squelch, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(quell, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(quench, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(smother, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(muffle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(repress, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(quash, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(keep_down, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(subjugate, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(reduce, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(slake, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(strangle, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). verbnet(kill, (s:_\np)/np, ['Patient','Agent'], [42,'.',3]). %%% File: ext/VerbNet/subjugate-42.3.xml %%% Primary: NP V NP PP.instrument (subjugate-42.3) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Russia subjugated Mongolia with overwhelming force. %%% verbnet(suppress, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(stamp_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(subdue, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(conquer, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(curb, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(stifle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(dampen, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(suffocate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(choke, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(hush, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(silence, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(still, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(shut_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(hush_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(lull, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(calm_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(gag, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(muzzle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(squelch, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(quell, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(quench, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(smother, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(muffle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(repress, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(quash, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(keep_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(subjugate, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(reduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(slake, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(strangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(kill, ((s:_\np)/pp)/np, ['Patient','Agent'], [42,'.',3]). verbnet(with, pp/np, ['Instrument'], [42,.,3]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP V NP.source (substance_emission-43.4-1) %%% Syntax: [np:Agent,v,np:Source] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: I bled him. %%% verbnet(bleed, (s:_\np)/np, ['Source','Agent'], [43,'.',4,-,1]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP V (substance_emission-43.4) %%% Syntax: [np:Source,v] %%% CCG: s:_\np %%% Roles: [Source] %%% Example: The fountain gushed. %%% verbnet(bleed, s:_\np, ['Source'], [43,'.',4]). verbnet(bead, s:_\np, ['Source'], [43,'.',4]). verbnet(belch, s:_\np, ['Source'], [43,'.',4]). verbnet(bubble, s:_\np, ['Source'], [43,'.',4]). verbnet(dribble, s:_\np, ['Source'], [43,'.',4]). verbnet(drip, s:_\np, ['Source'], [43,'.',4]). verbnet(drool, s:_\np, ['Source'], [43,'.',4]). verbnet(emanate, s:_\np, ['Source'], [43,'.',4]). verbnet(exude, s:_\np, ['Source'], [43,'.',4]). verbnet(foam, s:_\np, ['Source'], [43,'.',4]). verbnet(gush, s:_\np, ['Source'], [43,'.',4]). verbnet(jet, s:_\np, ['Source'], [43,'.',4]). verbnet(leak, s:_\np, ['Source'], [43,'.',4]). verbnet(ooze, s:_\np, ['Source'], [43,'.',4]). verbnet(percolate, s:_\np, ['Source'], [43,'.',4]). verbnet(pour, s:_\np, ['Source'], [43,'.',4]). verbnet(puff, s:_\np, ['Source'], [43,'.',4]). verbnet(radiate, s:_\np, ['Source'], [43,'.',4]). verbnet(seep, s:_\np, ['Source'], [43,'.',4]). verbnet(shed, s:_\np, ['Source'], [43,'.',4]). verbnet(slop, s:_\np, ['Source'], [43,'.',4]). verbnet(spew, s:_\np, ['Source'], [43,'.',4]). verbnet(spill, s:_\np, ['Source'], [43,'.',4]). verbnet(spout, s:_\np, ['Source'], [43,'.',4]). verbnet(sprout, s:_\np, ['Source'], [43,'.',4]). verbnet(spurt, s:_\np, ['Source'], [43,'.',4]). verbnet(squirt, s:_\np, ['Source'], [43,'.',4]). verbnet(steam, s:_\np, ['Source'], [43,'.',4]). verbnet(stream, s:_\np, ['Source'], [43,'.',4]). verbnet(sweat, s:_\np, ['Source'], [43,'.',4]). verbnet(trickle, s:_\np, ['Source'], [43,'.',4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP V NP (substance_emission-43.4) %%% Syntax: [np:Source,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Source] %%% Example: The well gushed oil. %%% verbnet(bleed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(bead, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(belch, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(bubble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(dribble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(drip, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(drool, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(emanate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(exude, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(foam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(gush, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(jet, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(leak, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(ooze, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(percolate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(pour, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(puff, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(radiate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(seep, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(shed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(slop, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spew, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spill, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(sprout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spurt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(squirt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(steam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(stream, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(sweat, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(trickle, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP.theme V PP.source (substance_emission-43.4) %%% Syntax: [np:Theme,v,prep:from out_of,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Oil gushed from the well. %%% verbnet(bleed, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(bead, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(belch, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(bubble, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(dribble, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(drip, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(drool, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(emanate, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(exude, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(foam, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(gush, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(jet, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(leak, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(ooze, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(percolate, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(pour, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(puff, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(radiate, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(seep, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(shed, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(slop, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spew, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spill, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spout, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(sprout, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spurt, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(squirt, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(steam, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(stream, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(sweat, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(trickle, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(from, pp/np, ['Source'], [43,.,4]). verbnet(out_of, pp/np, ['Source'], [43,.,4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP V PP.location (substance_emission-43.4) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Water gushed through the streets. %%% verbnet(bleed, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(bead, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(belch, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(bubble, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(dribble, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(drip, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(drool, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(emanate, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(exude, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(foam, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(gush, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(jet, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(leak, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(ooze, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(percolate, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(pour, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(puff, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(radiate, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(seep, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(shed, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(slop, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spew, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spill, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spout, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(sprout, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(spurt, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(squirt, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(steam, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(stream, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(sweat, (s:_\np)/pp, ['Theme'], [43,'.',4]). verbnet(trickle, (s:_\np)/pp, ['Theme'], [43,'.',4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP.location V PP.theme (substance_emission-43.4) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The streets gushed with water. %%% verbnet(bleed, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(bead, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(belch, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(bubble, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(dribble, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(drip, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(drool, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(emanate, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(exude, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(foam, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(gush, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(jet, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(leak, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(ooze, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(percolate, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(pour, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(puff, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(radiate, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(seep, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(shed, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(slop, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(spew, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(spill, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(spout, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(sprout, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(spurt, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(squirt, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(steam, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(stream, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(sweat, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(trickle, (s:_\np)/pp, ['Location'], [43,'.',4]). verbnet(with, pp/np, ['Theme'], [43,.,4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: PP.location V NP (substance_emission-43.4) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: Over the fire bubbled a fragant stew. %%% verbnet(bleed, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(bead, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(belch, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(bubble, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(dribble, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(drip, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(drool, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(emanate, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(exude, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(foam, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(gush, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(jet, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(leak, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(ooze, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(percolate, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(pour, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(puff, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(radiate, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(seep, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(shed, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(slop, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(spew, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(spill, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(spout, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(sprout, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(spurt, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(squirt, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(steam, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(stream, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(sweat, (s:_\pp)/np, ['Theme'], [43,'.',4]). verbnet(trickle, (s:_\pp)/np, ['Theme'], [43,'.',4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: There V NP PP (substance_emission-43.4) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There bubbled a fragant stew over the fire. %%% verbnet(bleed, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(bead, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(belch, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(bubble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(dribble, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(drip, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(drool, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(emanate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(exude, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(foam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(gush, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(jet, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(leak, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(ooze, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(percolate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(pour, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(puff, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(radiate, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(seep, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(shed, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(slop, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(spew, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(spill, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(spout, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(sprout, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(spurt, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(squirt, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(steam, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(stream, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(sweat, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). verbnet(trickle, ((s:_\lex:there)/pp)/np, ['Theme'], [43,'.',4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP V out (substance_emission-43.4) %%% Syntax: [np:Theme,v,lex:out] %%% CCG: s:_\np %%% Roles: [Theme] %%% Missing: [lex:out] %%% Example: The water seeped out. %%% verbnet(bleed, s:_\np, ['Theme'], [43,'.',4]). verbnet(bead, s:_\np, ['Theme'], [43,'.',4]). verbnet(belch, s:_\np, ['Theme'], [43,'.',4]). verbnet(bubble, s:_\np, ['Theme'], [43,'.',4]). verbnet(dribble, s:_\np, ['Theme'], [43,'.',4]). verbnet(drip, s:_\np, ['Theme'], [43,'.',4]). verbnet(drool, s:_\np, ['Theme'], [43,'.',4]). verbnet(emanate, s:_\np, ['Theme'], [43,'.',4]). verbnet(exude, s:_\np, ['Theme'], [43,'.',4]). verbnet(foam, s:_\np, ['Theme'], [43,'.',4]). verbnet(gush, s:_\np, ['Theme'], [43,'.',4]). verbnet(jet, s:_\np, ['Theme'], [43,'.',4]). verbnet(leak, s:_\np, ['Theme'], [43,'.',4]). verbnet(ooze, s:_\np, ['Theme'], [43,'.',4]). verbnet(percolate, s:_\np, ['Theme'], [43,'.',4]). verbnet(pour, s:_\np, ['Theme'], [43,'.',4]). verbnet(puff, s:_\np, ['Theme'], [43,'.',4]). verbnet(radiate, s:_\np, ['Theme'], [43,'.',4]). verbnet(seep, s:_\np, ['Theme'], [43,'.',4]). verbnet(shed, s:_\np, ['Theme'], [43,'.',4]). verbnet(slop, s:_\np, ['Theme'], [43,'.',4]). verbnet(spew, s:_\np, ['Theme'], [43,'.',4]). verbnet(spill, s:_\np, ['Theme'], [43,'.',4]). verbnet(spout, s:_\np, ['Theme'], [43,'.',4]). verbnet(sprout, s:_\np, ['Theme'], [43,'.',4]). verbnet(spurt, s:_\np, ['Theme'], [43,'.',4]). verbnet(squirt, s:_\np, ['Theme'], [43,'.',4]). verbnet(steam, s:_\np, ['Theme'], [43,'.',4]). verbnet(stream, s:_\np, ['Theme'], [43,'.',4]). verbnet(sweat, s:_\np, ['Theme'], [43,'.',4]). verbnet(trickle, s:_\np, ['Theme'], [43,'.',4]). %%% File: ext/VerbNet/substance_emission-43.4.xml %%% Primary: NP V NP (substance_emission-43.4) %%% Syntax: [np:Source,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Source] %%% Example: The bill shed 50 pages of pork-barrel addons. %%% verbnet(bleed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(bead, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(belch, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(bubble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(dribble, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(drip, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(drool, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(emanate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(exude, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(foam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(gush, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(jet, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(leak, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(ooze, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(percolate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(pour, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(puff, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(radiate, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(seep, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(shed, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(slop, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spew, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spill, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(sprout, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(spurt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(squirt, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(steam, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(stream, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(sweat, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). verbnet(trickle, (s:_\np)/np, ['Theme','Source'], [43,'.',4]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V S_INF (succeed-74-1-1) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I managed to pass the test. %%% verbnet(manage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [74,-,1,-,1]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP v (succeed-74-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I succeeded. %%% verbnet(manage, s:_\np, ['Agent'], [74,-,1]). verbnet(succeed, s:_\np, ['Agent'], [74,-,1]). verbnet(excel, s:_\np, ['Agent'], [74,-,1]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V PP.theme S_ING (succeed-74-1) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I succeeded in climbing the mountain. %%% verbnet(manage, (s:_\np)/pp, ['Agent'], [74,-,1]). verbnet(succeed, (s:_\np)/pp, ['Agent'], [74,-,1]). verbnet(excel, (s:_\np)/pp, ['Agent'], [74,-,1]). verbnet(in, pp/np, ['Theme'], [74,-,1]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V PP.theme (succeed-74-1) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I succeeded in the endeavour. %%% verbnet(manage, (s:_\np)/pp, ['Agent'], [74,-,1]). verbnet(succeed, (s:_\np)/pp, ['Agent'], [74,-,1]). verbnet(excel, (s:_\np)/pp, ['Agent'], [74,-,1]). verbnet(in, pp/np, ['Theme'], [74,-,1]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V (succeed-74-2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I failed. %%% verbnet(fail, s:_\np, ['Agent'], [74,-,2]). verbnet(flub, s:_\np, ['Agent'], [74,-,2]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V NP (succeed-74-2) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I failed the test. %%% verbnet(fail, (s:_\np)/np, ['Theme','Agent'], [74,-,2]). verbnet(flub, (s:_\np)/np, ['Theme','Agent'], [74,-,2]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V PP.theme S_ING (succeed-74-2) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I failed in attempting the test. %%% verbnet(fail, (s:_\np)/pp, ['Agent'], [74,-,2]). verbnet(flub, (s:_\np)/pp, ['Agent'], [74,-,2]). verbnet(in, pp/np, ['Theme'], [74,-,2]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V PP.theme (succeed-74-2) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I failed in maths. %%% verbnet(fail, (s:_\np)/pp, ['Agent'], [74,-,2]). verbnet(flub, (s:_\np)/pp, ['Agent'], [74,-,2]). verbnet(in, pp/np, ['Theme'], [74,-,2]). %%% File: ext/VerbNet/succeed-74.xml %%% Primary: NP V S_INF (succeed-74-2) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I failed to pass the test. %%% verbnet(fail, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [74,-,2]). verbnet(flub, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [74,-,2]). %%% File: ext/VerbNet/suffocate-40.7.xml %%% Primary: NP V NP.theme (suffocate-40.7) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The pirates drowned the sailor. %%% verbnet(asphyxiate, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]). verbnet(choke, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]). verbnet(drown, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]). verbnet(starve, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]). verbnet(stifle, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]). verbnet(suffocate, (s:_\np)/np, ['Theme','Agent'], [40,'.',7]). %%% File: ext/VerbNet/suffocate-40.7.xml %%% Primary: NP.theme V (suffocate-40.7) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: The sailor drowned. %%% verbnet(asphyxiate, s:_\np, ['Theme'], [40,'.',7]). verbnet(choke, s:_\np, ['Theme'], [40,'.',7]). verbnet(drown, s:_\np, ['Theme'], [40,'.',7]). verbnet(starve, s:_\np, ['Theme'], [40,'.',7]). verbnet(stifle, s:_\np, ['Theme'], [40,'.',7]). verbnet(suffocate, s:_\np, ['Theme'], [40,'.',7]). %%% File: ext/VerbNet/suffocate-40.7.xml %%% Primary: NP V PP.result (suffocate-40.7) %%% Syntax: [np:Theme,v,prep:to,np:Result] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: He choked/suffocated to death. %%% verbnet(asphyxiate, (s:_\np)/pp, ['Theme'], [40,'.',7]). verbnet(choke, (s:_\np)/pp, ['Theme'], [40,'.',7]). verbnet(drown, (s:_\np)/pp, ['Theme'], [40,'.',7]). verbnet(starve, (s:_\np)/pp, ['Theme'], [40,'.',7]). verbnet(stifle, (s:_\np)/pp, ['Theme'], [40,'.',7]). verbnet(suffocate, (s:_\np)/pp, ['Theme'], [40,'.',7]). verbnet(to, pp/np, ['Goal'], [40,.,7]). %%% File: ext/VerbNet/suffocate-40.7.xml %%% Primary: NP V NP PP.result (suffocate-40.7) %%% Syntax: [np:Agent,v,np:Theme,prep:to,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The pirate choked the sailor to death. %%% verbnet(asphyxiate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]). verbnet(choke, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]). verbnet(drown, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]). verbnet(starve, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]). verbnet(stifle, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]). verbnet(suffocate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',7]). verbnet(to, pp/np, ['Goal'], [40,.,7]). %%% File: ext/VerbNet/suspect-81.xml %%% Primary: NP V NP PP.attribute (suspect-81) %%% Syntax: [np:Agent,v,np:Theme,prep:of,np:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I suspected him of infidelity. %%% verbnet(suspect, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]). verbnet(accuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]). verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]). verbnet(of, pp/np, ['Attribute'], [81]). %%% File: ext/VerbNet/suspect-81.xml %%% Primary: NP V PP.attribute S_ING (suspect-81) %%% Syntax: [np:Agent,v,np:Theme,prep:of,vp_ng:Attribute] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I suspected him of lying. %%% verbnet(suspect, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]). verbnet(accuse, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]). verbnet(condemn, ((s:_\np)/pp)/np, ['Theme','Agent'], [81]). verbnet(of, pp/(s:ng\np), ['Attribute'], [81]). %%% File: ext/VerbNet/suspect-81.xml %%% Primary: NP V PP.theme S_ING (suspect-81) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I suspected his philandering. %%% verbnet(suspect, (s:_\np)/np, ['Theme','Agent'], [81]). verbnet(accuse, (s:_\np)/np, ['Theme','Agent'], [81]). verbnet(condemn, (s:_\np)/np, ['Theme','Agent'], [81]). %%% File: ext/VerbNet/sustain-55.6.xml %%% Primary: NP V NP (sustain-55.6) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: They maintained a strong government. %%% verbnet(maintain, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(sustain, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(prolong, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(protract, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(keep, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(keep_up, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(continue, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). verbnet(carry_on, (s:_\np)/np, ['Theme','Agent'], [55,'.',6]). %%% File: ext/VerbNet/sustain-55.6.xml %%% Primary: NP V NP PP.instrument (sustain-55.6) %%% Syntax: [np:Agent,v,np:Theme,prep:through,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I maintained a strong government through ruthless domination. %%% verbnet(maintain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(sustain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(prolong, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(protract, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(keep, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(keep_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(continue, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(carry_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(through, pp/np, ['Instrument'], [55,.,6]). %%% File: ext/VerbNet/sustain-55.6.xml %%% Primary: NP V NP S_ING (sustain-55.6) %%% Syntax: [np:Agent,v,np:Theme,prep:through,vp_ng:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: They maintained a strong government through ruthlessly crushing opponents. %%% verbnet(maintain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(sustain, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(prolong, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(protract, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(keep, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(keep_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(continue, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(carry_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',6]). verbnet(through, pp/(s:ng\np), ['Instrument'], [55,.,6]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: NP V PP.location (swarm-47.5.1-1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Bees are swarming in the garden. %%% verbnet(bustle, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(crawl, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(creep, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(hop, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(run, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(swarm, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(swim, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(teem, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(pullulate, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,1]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: There V NP PP (swarm-47.5.1-1) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There swarm bees in the garden. %%% verbnet(bustle, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(crawl, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(creep, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(hop, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(run, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(swarm, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(swim, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(teem, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(pullulate, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: PP.location V NP (swarm-47.5.1-1) %%% Syntax: [pp,np:Location,v,np:Theme] %%% CCG: (s:_\pp)/np %%% Roles: [Theme] %%% Example: In the aquarium swam a striped fish. %%% verbnet(bustle, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(crawl, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(creep, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(hop, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(run, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(swarm, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(swim, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(teem, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). verbnet(pullulate, (s:_\pp)/np, ['Theme'], [47,'.',5,'.',1,-,1]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: PP.location V PP.theme (swarm-47.5.1-1) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The garden is swarming with bees. %%% verbnet(bustle, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(crawl, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(creep, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(hop, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(run, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(swarm, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(swim, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(teem, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(pullulate, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,1]). verbnet(with, pp/np, ['Theme'], [47,.,5,.,1,-,1]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: NP.location V PP.theme (swarm-47.5.1-2-1) %%% Syntax: [np:Location,v,prep:with,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Location] %%% Example: The garden abounds with flowers. %%% verbnet(abound, (s:_\np)/pp, ['Location'], [47,'.',5,'.',1,-,2,-,1]). verbnet(with, pp/np, ['Theme'], [47,.,5,.,1,-,2,-,1]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: NP V PP.location (swarm-47.5.1-2) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Flowers abound in the garden. %%% verbnet(abound, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,2]). verbnet(throng, (s:_\np)/pp, ['Theme'], [47,'.',5,'.',1,-,2]). %%% File: ext/VerbNet/swarm-47.5.1.xml %%% Primary: There V NP PP (swarm-47.5.1-2) %%% Syntax: [lex:there,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\lex:there)/pp)/np %%% Roles: [Theme] %%% Example: There abound flowers in the garden. %%% verbnet(abound, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,2]). verbnet(throng, ((s:_\lex:there)/pp)/np, ['Theme'], [47,'.',5,'.',1,-,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Paula swatted the fly. %%% verbnet(bite, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(claw, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(kick, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(paw, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(peck, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(punch, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(scratch, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slug, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(stab, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swat, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swipe, (s:_\np)/np, ['Patient','Agent'], [18,'.',2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP PP.instrument (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paula swatted the fly with a dishcloth. %%% verbnet(bite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(claw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(paw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(peck, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slug, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swipe, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(with, pp/np, ['Instrument'], [18,.,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V PP (swat-18.2) %%% Syntax: [np:Agent,v,prep:at,np:Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Paula swatted at the fly. %%% verbnet(bite, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(chop, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(claw, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(kick, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(paw, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(peck, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(punch, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(scratch, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(slice, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(slug, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(stab, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(swat, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(swipe, (s:_\np)/pp, ['Agent'], [18,'.',2]). verbnet(at, pp/np, ['Patient'], [18,.,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V PP PP (swat-18.2) %%% Syntax: [np:Agent,v,prep:at,np:Patient,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Paula swatted at the fly with a dishcloth. %%% verbnet(bite, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(chop, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(claw, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(kick, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(paw, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(peck, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(punch, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(scratch, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(slice, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(slug, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(stab, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(swat, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(swipe, ((s:_\np)/pp)/pp, ['Agent'], [18,'.',2]). verbnet(with, pp/np, ['Instrument'], [18,.,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP ADJP (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Paula sliced the bag open. %%% verbnet(bite, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(chop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(claw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(kick, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(paw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(peck, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(punch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(scratch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(slice, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(slug, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(stab, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(swat, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(swipe, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP ADJP PP.instrument (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Paula swatted the fly dead with a dishcloth. %%% verbnet(bite, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(chop, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(claw, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(kick, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(paw, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(peck, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(punch, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(scratch, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(slice, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(slug, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(stab, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(swat, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(swipe, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [18,'.',2]). verbnet(with, pp/np, ['Instrument'], [18,.,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP PP.result (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The cat clawed the couch to pieces. %%% verbnet(bite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(claw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(paw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(peck, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slug, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swipe, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(to, pp/np, ['Goal'], [18,.,2]). verbnet(into, pp/np, ['Goal'], [18,.,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP PP.result PP.instrument (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The cat clawed the counch to pieces with her sharp nails. %%% verbnet(bite, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(chop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(claw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(paw, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(peck, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(punch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(scratch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slice, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slug, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(stab, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swipe, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(with, pp/np, ['Instrument'], [18,.,2]). %%% File: ext/VerbNet/swat-18.2.xml %%% Primary: NP V NP PP.location (swat-18.2) %%% Syntax: [np:Agent,v,np:Patient,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Paula swatted Deirdre on the back. %%% verbnet(bite, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(claw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(kick, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(paw, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(peck, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(scratch, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(slug, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(stab, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swat, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). verbnet(swipe, ((s:_\np)/pp)/np, ['Patient','Agent'], [18,'.',2]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V (talk-37.5) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Susan talked. %%% verbnet(speak, s:_\np, ['Agent'], [37,'.',5]). verbnet(talk, s:_\np, ['Agent'], [37,'.',5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.co-agent (talk-37.5) %%% Syntax: [np:Agent,v,prep:to,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan talked to Rachel. %%% verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',5]). verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',5]). verbnet(to, pp/np, ['Agent'], [37,.,5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.co-agent (talk-37.5) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan talked with Rachel. %%% verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',5]). verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',5]). verbnet(with, pp/np, ['Agent'], [37,.,5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.co-agent PP.topic (talk-37.5) %%% Syntax: [np:Agent,v,prep:to,np:Co-Agent,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Susan talked to Rachel about the problem. %%% verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(about, pp/np, ['Topic'], [37,.,5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.co-agent PP.topic (talk-37.5) %%% Syntax: [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Susan talked with Rachel about the problem. %%% verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(about, pp/np, ['Topic'], [37,.,5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V (talk-37.5) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Susan and Rachel talked. %%% verbnet(speak, s:_\np, ['Agent'], [37,'.',5]). verbnet(talk, s:_\np, ['Agent'], [37,'.',5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V together (talk-37.5) %%% Syntax: [np:Agent,v,lex:together] %%% CCG: s:_\np %%% Roles: [Agent] %%% Missing: [lex:together] %%% Example: Susan and Rachel talked together. %%% verbnet(speak, s:_\np, ['Agent'], [37,'.',5]). verbnet(talk, s:_\np, ['Agent'], [37,'.',5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.topic PP.co-agent (talk-37.5) %%% Syntax: [np:Agent,v,prep:about,np:Topic,prep:to,np:Co-Agent] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Susan talked about the problem to Rachel. %%% verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(to, pp/np, ['Agent'], [37,.,5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.topic PP.co-agent (talk-37.5) %%% Syntax: [np:Agent,v,prep:about,np:Topic,prep:with,np:Co-Agent] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: Susan talked about the problem with Rachel. %%% verbnet(speak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(talk, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',5]). verbnet(with, pp/np, ['Agent'], [37,.,5]). %%% File: ext/VerbNet/talk-37.5.xml %%% Primary: NP V PP.topic (talk-37.5) %%% Syntax: [np:Agent,v,prep:about,np:Topic] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Susan talked about the problems of modern America. %%% verbnet(speak, (s:_\np)/pp, ['Agent'], [37,'.',5]). verbnet(talk, (s:_\np)/pp, ['Agent'], [37,'.',5]). verbnet(about, pp/np, ['Topic'], [37,.,5]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V PP.co-patient (tape-22.4-1) %%% Syntax: [np:Patient,v,prep:to on onto,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: It clamped on his ankle. %%% verbnet(clamp, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]). verbnet(clip, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]). verbnet(clasp, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]). verbnet(gum, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]). verbnet(paste, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]). verbnet(reeve, (s:_\np)/pp, ['Patient'], [22,'.',4,-,1]). verbnet(to, pp/np, ['Patient'], [22,.,4,-,1]). verbnet(on, pp/np, ['Patient'], [22,.,4,-,1]). verbnet(onto, pp/np, ['Patient'], [22,.,4,-,1]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V NP (tape-22.4) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Linda taped the picture. %%% verbnet(clamp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(clasp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(gum, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(paste, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(reeve, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(anchor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(band, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(bracket, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(buckle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(button, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(cement, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(chain, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(cinch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(epoxy, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(fetter, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(glue, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(handcuff, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(harness, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hinge, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hook, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(knot, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lace, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lasso, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(latch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(leash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(loop, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(manacle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(muzzle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(nail, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(padlock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(peg, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(pin, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(plaster, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(rivet, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(rope, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(screw, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(seal, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(shackle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(skewer, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(solder, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(staple, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(stitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(string, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tape, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tether, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(thread, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(thumbtack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(trammel, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(truss, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(wire, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(yoke, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(zip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V NP PP.co-patient (tape-22.4) %%% Syntax: [np:Agent,v,np:Patient,prep:to on onto,np:Co-Patient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Linda taped the picture to the wall. %%% verbnet(clamp, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(clip, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(clasp, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(gum, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(paste, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(reeve, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(anchor, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(band, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(belt, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(bolt, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(bracket, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(buckle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(button, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(cement, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(chain, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(cinch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(epoxy, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(fetter, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(glue, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(handcuff, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(harness, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hinge, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hook, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(knot, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lace, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lash, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lasso, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(latch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(leash, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(link, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lock, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(loop, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(manacle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(moor, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(muzzle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(nail, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(padlock, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(peg, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(pin, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(plaster, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(rivet, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(rope, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(screw, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(seal, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(shackle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(skewer, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(solder, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(staple, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(stitch, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(strap, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(string, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tack, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tape, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tether, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(thread, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(thumbtack, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tie, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(trammel, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(truss, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(wire, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(yoke, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(zip, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',4]). verbnet(to, pp/np, ['Patient'], [22,.,4]). verbnet(on, pp/np, ['Patient'], [22,.,4]). verbnet(onto, pp/np, ['Patient'], [22,.,4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V NP together (tape-22.4) %%% Syntax: [np:Agent,v,np:Patient,lex:together] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Missing: [lex:together] %%% Example: Linda taped the label and the cover together. %%% verbnet(clamp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(clasp, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(gum, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(paste, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(reeve, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(anchor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(band, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(belt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(bolt, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(bracket, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(buckle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(button, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(cement, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(chain, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(cinch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(epoxy, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(fetter, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(glue, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(handcuff, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(harness, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hinge, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(hook, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(knot, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lace, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lasso, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(latch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(leash, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(link, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(lock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(loop, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(manacle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(moor, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(muzzle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(nail, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(padlock, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(peg, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(pin, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(plaster, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(rivet, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(rope, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(screw, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(seal, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(shackle, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(skewer, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(solder, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(staple, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(stitch, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(strap, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(string, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tape, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tether, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(thread, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(thumbtack, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(tie, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(trammel, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(truss, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(wire, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(yoke, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). verbnet(zip, (s:_\np)/np, ['Patient','Agent'], [22,'.',4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V ADV-Middle PP (tape-22.4) %%% Syntax: [np:Patient,v,adv,prep:to on onto,np:Co-Patient] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: Labels tape easily to that kind of cover. %%% verbnet(clamp, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(clip, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(clasp, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(gum, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(paste, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(reeve, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(anchor, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(band, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(belt, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(bolt, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(bracket, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(buckle, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(button, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(cement, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(chain, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(cinch, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(epoxy, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(fetter, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(glue, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(handcuff, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(harness, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(hinge, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(hitch, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(hook, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(knot, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(lace, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(lash, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(lasso, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(latch, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(leash, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(link, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(lock, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(loop, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(manacle, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(moor, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(muzzle, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(nail, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(padlock, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(peg, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(pin, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(plaster, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(rivet, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(rope, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(screw, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(seal, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(shackle, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(skewer, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(solder, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(staple, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(stitch, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(strap, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(string, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(tack, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(tape, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(tether, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(thread, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(thumbtack, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(tie, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(trammel, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(truss, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(wire, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(yoke, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(zip, (s:_\np)/pp, ['Patient'], [22,'.',4]). verbnet(to, pp/np, ['Patient'], [22,.,4]). verbnet(on, pp/np, ['Patient'], [22,.,4]). verbnet(onto, pp/np, ['Patient'], [22,.,4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V ADV-Middle (tape-22.4) %%% Syntax: [np:Patient,v,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: Most labels tape easily. %%% verbnet(clamp, s:_\np, ['Patient'], [22,'.',4]). verbnet(clip, s:_\np, ['Patient'], [22,'.',4]). verbnet(clasp, s:_\np, ['Patient'], [22,'.',4]). verbnet(gum, s:_\np, ['Patient'], [22,'.',4]). verbnet(paste, s:_\np, ['Patient'], [22,'.',4]). verbnet(reeve, s:_\np, ['Patient'], [22,'.',4]). verbnet(anchor, s:_\np, ['Patient'], [22,'.',4]). verbnet(band, s:_\np, ['Patient'], [22,'.',4]). verbnet(belt, s:_\np, ['Patient'], [22,'.',4]). verbnet(bolt, s:_\np, ['Patient'], [22,'.',4]). verbnet(bracket, s:_\np, ['Patient'], [22,'.',4]). verbnet(buckle, s:_\np, ['Patient'], [22,'.',4]). verbnet(button, s:_\np, ['Patient'], [22,'.',4]). verbnet(cement, s:_\np, ['Patient'], [22,'.',4]). verbnet(chain, s:_\np, ['Patient'], [22,'.',4]). verbnet(cinch, s:_\np, ['Patient'], [22,'.',4]). verbnet(epoxy, s:_\np, ['Patient'], [22,'.',4]). verbnet(fetter, s:_\np, ['Patient'], [22,'.',4]). verbnet(glue, s:_\np, ['Patient'], [22,'.',4]). verbnet(handcuff, s:_\np, ['Patient'], [22,'.',4]). verbnet(harness, s:_\np, ['Patient'], [22,'.',4]). verbnet(hinge, s:_\np, ['Patient'], [22,'.',4]). verbnet(hitch, s:_\np, ['Patient'], [22,'.',4]). verbnet(hook, s:_\np, ['Patient'], [22,'.',4]). verbnet(knot, s:_\np, ['Patient'], [22,'.',4]). verbnet(lace, s:_\np, ['Patient'], [22,'.',4]). verbnet(lash, s:_\np, ['Patient'], [22,'.',4]). verbnet(lasso, s:_\np, ['Patient'], [22,'.',4]). verbnet(latch, s:_\np, ['Patient'], [22,'.',4]). verbnet(leash, s:_\np, ['Patient'], [22,'.',4]). verbnet(link, s:_\np, ['Patient'], [22,'.',4]). verbnet(lock, s:_\np, ['Patient'], [22,'.',4]). verbnet(loop, s:_\np, ['Patient'], [22,'.',4]). verbnet(manacle, s:_\np, ['Patient'], [22,'.',4]). verbnet(moor, s:_\np, ['Patient'], [22,'.',4]). verbnet(muzzle, s:_\np, ['Patient'], [22,'.',4]). verbnet(nail, s:_\np, ['Patient'], [22,'.',4]). verbnet(padlock, s:_\np, ['Patient'], [22,'.',4]). verbnet(peg, s:_\np, ['Patient'], [22,'.',4]). verbnet(pin, s:_\np, ['Patient'], [22,'.',4]). verbnet(plaster, s:_\np, ['Patient'], [22,'.',4]). verbnet(rivet, s:_\np, ['Patient'], [22,'.',4]). verbnet(rope, s:_\np, ['Patient'], [22,'.',4]). verbnet(screw, s:_\np, ['Patient'], [22,'.',4]). verbnet(seal, s:_\np, ['Patient'], [22,'.',4]). verbnet(shackle, s:_\np, ['Patient'], [22,'.',4]). verbnet(skewer, s:_\np, ['Patient'], [22,'.',4]). verbnet(solder, s:_\np, ['Patient'], [22,'.',4]). verbnet(staple, s:_\np, ['Patient'], [22,'.',4]). verbnet(stitch, s:_\np, ['Patient'], [22,'.',4]). verbnet(strap, s:_\np, ['Patient'], [22,'.',4]). verbnet(string, s:_\np, ['Patient'], [22,'.',4]). verbnet(tack, s:_\np, ['Patient'], [22,'.',4]). verbnet(tape, s:_\np, ['Patient'], [22,'.',4]). verbnet(tether, s:_\np, ['Patient'], [22,'.',4]). verbnet(thread, s:_\np, ['Patient'], [22,'.',4]). verbnet(thumbtack, s:_\np, ['Patient'], [22,'.',4]). verbnet(tie, s:_\np, ['Patient'], [22,'.',4]). verbnet(trammel, s:_\np, ['Patient'], [22,'.',4]). verbnet(truss, s:_\np, ['Patient'], [22,'.',4]). verbnet(wire, s:_\np, ['Patient'], [22,'.',4]). verbnet(yoke, s:_\np, ['Patient'], [22,'.',4]). verbnet(zip, s:_\np, ['Patient'], [22,'.',4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V ADV-Middle together (tape-22.4) %%% Syntax: [np:Patient,v,adv,lex:together] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: Labels and covers tape easily together. %%% verbnet(clamp, s:_\np, ['Patient'], [22,'.',4]). verbnet(clip, s:_\np, ['Patient'], [22,'.',4]). verbnet(clasp, s:_\np, ['Patient'], [22,'.',4]). verbnet(gum, s:_\np, ['Patient'], [22,'.',4]). verbnet(paste, s:_\np, ['Patient'], [22,'.',4]). verbnet(reeve, s:_\np, ['Patient'], [22,'.',4]). verbnet(anchor, s:_\np, ['Patient'], [22,'.',4]). verbnet(band, s:_\np, ['Patient'], [22,'.',4]). verbnet(belt, s:_\np, ['Patient'], [22,'.',4]). verbnet(bolt, s:_\np, ['Patient'], [22,'.',4]). verbnet(bracket, s:_\np, ['Patient'], [22,'.',4]). verbnet(buckle, s:_\np, ['Patient'], [22,'.',4]). verbnet(button, s:_\np, ['Patient'], [22,'.',4]). verbnet(cement, s:_\np, ['Patient'], [22,'.',4]). verbnet(chain, s:_\np, ['Patient'], [22,'.',4]). verbnet(cinch, s:_\np, ['Patient'], [22,'.',4]). verbnet(epoxy, s:_\np, ['Patient'], [22,'.',4]). verbnet(fetter, s:_\np, ['Patient'], [22,'.',4]). verbnet(glue, s:_\np, ['Patient'], [22,'.',4]). verbnet(handcuff, s:_\np, ['Patient'], [22,'.',4]). verbnet(harness, s:_\np, ['Patient'], [22,'.',4]). verbnet(hinge, s:_\np, ['Patient'], [22,'.',4]). verbnet(hitch, s:_\np, ['Patient'], [22,'.',4]). verbnet(hook, s:_\np, ['Patient'], [22,'.',4]). verbnet(knot, s:_\np, ['Patient'], [22,'.',4]). verbnet(lace, s:_\np, ['Patient'], [22,'.',4]). verbnet(lash, s:_\np, ['Patient'], [22,'.',4]). verbnet(lasso, s:_\np, ['Patient'], [22,'.',4]). verbnet(latch, s:_\np, ['Patient'], [22,'.',4]). verbnet(leash, s:_\np, ['Patient'], [22,'.',4]). verbnet(link, s:_\np, ['Patient'], [22,'.',4]). verbnet(lock, s:_\np, ['Patient'], [22,'.',4]). verbnet(loop, s:_\np, ['Patient'], [22,'.',4]). verbnet(manacle, s:_\np, ['Patient'], [22,'.',4]). verbnet(moor, s:_\np, ['Patient'], [22,'.',4]). verbnet(muzzle, s:_\np, ['Patient'], [22,'.',4]). verbnet(nail, s:_\np, ['Patient'], [22,'.',4]). verbnet(padlock, s:_\np, ['Patient'], [22,'.',4]). verbnet(peg, s:_\np, ['Patient'], [22,'.',4]). verbnet(pin, s:_\np, ['Patient'], [22,'.',4]). verbnet(plaster, s:_\np, ['Patient'], [22,'.',4]). verbnet(rivet, s:_\np, ['Patient'], [22,'.',4]). verbnet(rope, s:_\np, ['Patient'], [22,'.',4]). verbnet(screw, s:_\np, ['Patient'], [22,'.',4]). verbnet(seal, s:_\np, ['Patient'], [22,'.',4]). verbnet(shackle, s:_\np, ['Patient'], [22,'.',4]). verbnet(skewer, s:_\np, ['Patient'], [22,'.',4]). verbnet(solder, s:_\np, ['Patient'], [22,'.',4]). verbnet(staple, s:_\np, ['Patient'], [22,'.',4]). verbnet(stitch, s:_\np, ['Patient'], [22,'.',4]). verbnet(strap, s:_\np, ['Patient'], [22,'.',4]). verbnet(string, s:_\np, ['Patient'], [22,'.',4]). verbnet(tack, s:_\np, ['Patient'], [22,'.',4]). verbnet(tape, s:_\np, ['Patient'], [22,'.',4]). verbnet(tether, s:_\np, ['Patient'], [22,'.',4]). verbnet(thread, s:_\np, ['Patient'], [22,'.',4]). verbnet(thumbtack, s:_\np, ['Patient'], [22,'.',4]). verbnet(tie, s:_\np, ['Patient'], [22,'.',4]). verbnet(trammel, s:_\np, ['Patient'], [22,'.',4]). verbnet(truss, s:_\np, ['Patient'], [22,'.',4]). verbnet(wire, s:_\np, ['Patient'], [22,'.',4]). verbnet(yoke, s:_\np, ['Patient'], [22,'.',4]). verbnet(zip, s:_\np, ['Patient'], [22,'.',4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V together ADV-Middle (tape-22.4) %%% Syntax: [np:Patient,v,lex:together,adv] %%% CCG: s:_\np %%% Roles: [Patient] %%% Missing: [lex:together] %%% Example: Labels and covers tape together easily. %%% verbnet(clamp, s:_\np, ['Patient'], [22,'.',4]). verbnet(clip, s:_\np, ['Patient'], [22,'.',4]). verbnet(clasp, s:_\np, ['Patient'], [22,'.',4]). verbnet(gum, s:_\np, ['Patient'], [22,'.',4]). verbnet(paste, s:_\np, ['Patient'], [22,'.',4]). verbnet(reeve, s:_\np, ['Patient'], [22,'.',4]). verbnet(anchor, s:_\np, ['Patient'], [22,'.',4]). verbnet(band, s:_\np, ['Patient'], [22,'.',4]). verbnet(belt, s:_\np, ['Patient'], [22,'.',4]). verbnet(bolt, s:_\np, ['Patient'], [22,'.',4]). verbnet(bracket, s:_\np, ['Patient'], [22,'.',4]). verbnet(buckle, s:_\np, ['Patient'], [22,'.',4]). verbnet(button, s:_\np, ['Patient'], [22,'.',4]). verbnet(cement, s:_\np, ['Patient'], [22,'.',4]). verbnet(chain, s:_\np, ['Patient'], [22,'.',4]). verbnet(cinch, s:_\np, ['Patient'], [22,'.',4]). verbnet(epoxy, s:_\np, ['Patient'], [22,'.',4]). verbnet(fetter, s:_\np, ['Patient'], [22,'.',4]). verbnet(glue, s:_\np, ['Patient'], [22,'.',4]). verbnet(handcuff, s:_\np, ['Patient'], [22,'.',4]). verbnet(harness, s:_\np, ['Patient'], [22,'.',4]). verbnet(hinge, s:_\np, ['Patient'], [22,'.',4]). verbnet(hitch, s:_\np, ['Patient'], [22,'.',4]). verbnet(hook, s:_\np, ['Patient'], [22,'.',4]). verbnet(knot, s:_\np, ['Patient'], [22,'.',4]). verbnet(lace, s:_\np, ['Patient'], [22,'.',4]). verbnet(lash, s:_\np, ['Patient'], [22,'.',4]). verbnet(lasso, s:_\np, ['Patient'], [22,'.',4]). verbnet(latch, s:_\np, ['Patient'], [22,'.',4]). verbnet(leash, s:_\np, ['Patient'], [22,'.',4]). verbnet(link, s:_\np, ['Patient'], [22,'.',4]). verbnet(lock, s:_\np, ['Patient'], [22,'.',4]). verbnet(loop, s:_\np, ['Patient'], [22,'.',4]). verbnet(manacle, s:_\np, ['Patient'], [22,'.',4]). verbnet(moor, s:_\np, ['Patient'], [22,'.',4]). verbnet(muzzle, s:_\np, ['Patient'], [22,'.',4]). verbnet(nail, s:_\np, ['Patient'], [22,'.',4]). verbnet(padlock, s:_\np, ['Patient'], [22,'.',4]). verbnet(peg, s:_\np, ['Patient'], [22,'.',4]). verbnet(pin, s:_\np, ['Patient'], [22,'.',4]). verbnet(plaster, s:_\np, ['Patient'], [22,'.',4]). verbnet(rivet, s:_\np, ['Patient'], [22,'.',4]). verbnet(rope, s:_\np, ['Patient'], [22,'.',4]). verbnet(screw, s:_\np, ['Patient'], [22,'.',4]). verbnet(seal, s:_\np, ['Patient'], [22,'.',4]). verbnet(shackle, s:_\np, ['Patient'], [22,'.',4]). verbnet(skewer, s:_\np, ['Patient'], [22,'.',4]). verbnet(solder, s:_\np, ['Patient'], [22,'.',4]). verbnet(staple, s:_\np, ['Patient'], [22,'.',4]). verbnet(stitch, s:_\np, ['Patient'], [22,'.',4]). verbnet(strap, s:_\np, ['Patient'], [22,'.',4]). verbnet(string, s:_\np, ['Patient'], [22,'.',4]). verbnet(tack, s:_\np, ['Patient'], [22,'.',4]). verbnet(tape, s:_\np, ['Patient'], [22,'.',4]). verbnet(tether, s:_\np, ['Patient'], [22,'.',4]). verbnet(thread, s:_\np, ['Patient'], [22,'.',4]). verbnet(thumbtack, s:_\np, ['Patient'], [22,'.',4]). verbnet(tie, s:_\np, ['Patient'], [22,'.',4]). verbnet(trammel, s:_\np, ['Patient'], [22,'.',4]). verbnet(truss, s:_\np, ['Patient'], [22,'.',4]). verbnet(wire, s:_\np, ['Patient'], [22,'.',4]). verbnet(yoke, s:_\np, ['Patient'], [22,'.',4]). verbnet(zip, s:_\np, ['Patient'], [22,'.',4]). %%% File: ext/VerbNet/tape-22.4.xml %%% Primary: NP V NP ADJP (tape-22.4) %%% Syntax: [np:Agent,v,np:Patient,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Patient,Goal,Agent] %%% Example: Linda taped the box shut. %%% verbnet(clamp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(clip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(clasp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(gum, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(paste, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(reeve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(anchor, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(band, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(belt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(bolt, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(bracket, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(buckle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(button, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(cement, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(chain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(cinch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(epoxy, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(fetter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(glue, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(handcuff, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(harness, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(hinge, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(hitch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(hook, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(knot, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(lace, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(lash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(lasso, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(latch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(leash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(link, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(lock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(loop, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(manacle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(moor, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(muzzle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(nail, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(padlock, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(peg, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(pin, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(plaster, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(rivet, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(rope, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(screw, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(seal, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(shackle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(skewer, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(solder, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(staple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(stitch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(strap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(string, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(tack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(tape, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(tether, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(thread, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(thumbtack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(tie, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(trammel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(truss, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(wire, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(yoke, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). verbnet(zip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [22,'.',4]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: Ellen told a story. %%% verbnet(tell, (s:_\np)/np, ['Topic','Agent'], [37,'.',2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP PP.recipient (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: Ellen told a story to Helen. %%% verbnet(tell, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',2,-,1]). verbnet(to, pp/np, ['Recipient'], [37,.,2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP-Dative NP (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen told Helen a story. %%% verbnet(tell, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Ellen told Helen. %%% verbnet(tell, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP PP.topic (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Recipient,prep:about,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: Ellen told Helen about the situation. %%% verbnet(tell, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2,-,1]). verbnet(about, pp/np, ['Topic'], [37,.,2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP.recipient S (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen told Helen that the party would be tonight. %%% verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP.recipient how S_INF (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen told Helen how to avoid the crowd. %%% verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP.recipient S_INF (tell-37.2-1) %%% Syntax: [np:Agent,v,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Ellen told Helen to come. %%% verbnet(tell, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',2,-,1]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP (tell-37.2) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: John informed me. %%% verbnet(tell, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(acquaint, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(inform, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(apprise, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(notify, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(advise, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(update, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(remind, (s:_\np)/np, ['Recipient','Agent'], [37,'.',2]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP PP.topic (tell-37.2) %%% Syntax: [np:Agent,v,np:Recipient,prep:of,np:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: John informed me of the situation. %%% verbnet(tell, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(acquaint, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(inform, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(apprise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(notify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(advise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(update, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(remind, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',2]). verbnet(of, pp/np, ['Topic'], [37,.,2]). %%% File: ext/VerbNet/tell-37.2.xml %%% Primary: NP V NP S (tell-37.2) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: John informed me that his situation had changed. %%% verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(acquaint, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(apprise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(update, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). verbnet(remind, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',2]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP PP.result (throw-17.1-1-1) %%% Syntax: [np:Cause,v,np:Theme,prep:into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Cause] %%% Example: The proposal throws the House's work into chaos. %%% verbnet(catapult, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(throw, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(tip, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(toss, ((s:_\np)/pp)/np, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(into, pp/np, ['Goal'], [17,.,1,-,1,-,1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V PP.result NP (throw-17.1-1-1) %%% Syntax: [np:Cause,v,prep:into,np:Result,np:Theme] %%% CCG: ((s:_\np)/np)/pp %%% Roles: [Theme,Cause] %%% Example: The proposal throws into chaos the House's proposal. %%% verbnet(catapult, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(kick, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(launch, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(throw, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(tip, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]). verbnet(toss, ((s:_\np)/np)/pp, ['Theme','Cause'], [17,'.',1,-,1,-,1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP-Dative NP (throw-17.1-1) %%% Syntax: [np:Agent,v,np:Destination,np:Theme] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Destination,Theme,Agent] %%% Example: Steve tossed John the ball. %%% verbnet(catapult, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(kick, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(launch, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(throw, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(tip, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(toss, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(bash, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(bat, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(bunt, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(chuck, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(fire, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(flick, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(fling, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(flip, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(hit, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(hurl, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(knock, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(lob, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(loft, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(nudge, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(pass, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(pitch, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(punt, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(shoot, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(shove, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(slam, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(slap, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(sling, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(smash, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(tap, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). verbnet(boot, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [17,'.',1,-,1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP (throw-17.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Steve tossed the ball. %%% verbnet(catapult, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(kick, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(launch, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(throw, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tip, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(toss, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bash, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bat, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bunt, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(chuck, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fire, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flick, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fling, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flip, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hit, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hurl, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(knock, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(lob, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(loft, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(nudge, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pass, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pitch, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(punt, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shoot, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slam, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slap, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(sling, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(smash, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tap, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(boot, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(cast, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). verbnet(discard, (s:_\np)/np, ['Theme','Agent'], [17,'.',1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP PP.destinations (throw-17.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Steve tossed the ball to the garden. %%% verbnet(catapult, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(throw, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(toss, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bat, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(chuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hit, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hurl, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(knock, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(lob, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(loft, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pitch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slam, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(sling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(discard, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP PP.initial_location (throw-17.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Steve tossed the ball from the corner. %%% verbnet(catapult, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(launch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(throw, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(toss, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bat, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bunt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(chuck, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fire, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flick, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flip, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hit, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hurl, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(knock, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(lob, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(loft, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pass, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pitch, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shoot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slam, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(sling, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(smash, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tap, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(discard, ((s:_\np)/pp)/np, ['Theme','Agent'], [17,'.',1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP PP.initial_location PP.destination (throw-17.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location,pp,np:Destination] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Steve tossed the ball from the corner to the garden. %%% verbnet(catapult, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(launch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(throw, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(toss, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bash, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bat, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(bunt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(chuck, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fire, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(fling, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(flip, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hit, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(hurl, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(knock, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(lob, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(loft, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(nudge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pass, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(pitch, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(punt, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shoot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slam, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(slap, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(sling, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(smash, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(tap, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(boot, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). verbnet(discard, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [17,'.',1]). %%% File: ext/VerbNet/throw-17.1.xml %%% Primary: NP V NP ADVP (throw-17.1) %%% Syntax: [np:Agent,v,np:Theme,np:Destination] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Destination,Agent] %%% Example: I threw the package away. %%% verbnet(catapult, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(kick, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(launch, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(throw, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(tip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(toss, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(bash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(bat, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(bunt, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(chuck, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(fire, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(flick, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(fling, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(flip, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(hit, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(hurl, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(knock, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(lob, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(loft, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(nudge, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(pass, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(pitch, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(punt, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(shoot, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(shove, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(slam, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(slap, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(sling, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(smash, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(tap, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(boot, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(cast, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). verbnet(discard, ((s:_\np)/np)/np, ['Theme','Destination','Agent'], [17,'.',1]). %%% File: ext/VerbNet/tingle-40.8.2.xml %%% Primary: NP V (tingle-40.8.2) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: My heart is pounding. %%% verbnet(ache, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(burn, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(hum, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(palpitate, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(pound, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(prickle, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(pucker, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(reel, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(smart, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(spin, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(split, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(sting, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(swim, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(throb, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(tickle, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(tingle, s:_\np, ['Patient'], [40,'.',8,'.',2]). verbnet(twinge, s:_\np, ['Patient'], [40,'.',8,'.',2]). %%% File: ext/VerbNet/tingle-40.8.2.xml %%% Primary: NP V PP.stimulus (tingle-40.8.2) %%% Syntax: [np:Patient,v,prep:from at,np:Stimulus] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: My heart is pounding from fear. %%% verbnet(ache, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(burn, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(hum, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(palpitate, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(pound, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(prickle, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(pucker, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(reel, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(smart, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(spin, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(split, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(sting, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(swim, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(throb, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(tickle, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(tingle, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(twinge, (s:_\np)/pp, ['Patient'], [40,'.',8,'.',2]). verbnet(from, pp/np, ['Stimulus'], [40,.,8,.,2]). verbnet(at, pp/np, ['Stimulus'], [40,.,8,.,2]). %%% File: ext/VerbNet/touch-20.xml %%% Primary: NP V NP (touch-20-1) %%% Syntax: [np:Agent,v,np:Experiencer] %%% CCG: (s:_\np)/np %%% Roles: [Experiencer,Agent] %%% Example: Carrie touched his shoulder. %%% verbnet(caress, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(fondle, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(grasp, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(graze, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(grip, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(grope, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(kiss, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(knead, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(lick, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(massage, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(nudge, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(osculate, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(pat, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(paw, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(peck, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(pinch, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(prod, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(rub, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(squeeze, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(sting, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(stroke, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(tickle, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(touch, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(tug, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(tweak, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(twinge, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(wring, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(chafe, (s:_\np)/np, ['Experiencer','Agent'], [20,-,1]). %%% File: ext/VerbNet/touch-20.xml %%% Primary: NP V NP PP.instrument (touch-20-1) %%% Syntax: [np:Agent,v,np:Experiencer,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Experiencer,Agent] %%% Example: Carrie touched his shoulder with the stick. %%% verbnet(caress, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(fondle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(grasp, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(graze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(grip, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(grope, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(kiss, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(knead, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(lick, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(massage, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(nudge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(osculate, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(pat, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(paw, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(peck, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(pinch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(prod, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(rub, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(squeeze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(sting, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(stroke, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(tickle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(touch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(tug, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(tweak, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(twinge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(wring, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(chafe, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20,-,1]). verbnet(with, pp/np, ['Instrument'], [20,-,1]). %%% File: ext/VerbNet/touch-20.xml %%% Primary: NP V NP (touch-20) %%% Syntax: [np:Agent,v,np:Experiencer] %%% CCG: (s:_\np)/np %%% Roles: [Experiencer,Agent] %%% Example: Carrie touched the cat. %%% verbnet(caress, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(fondle, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(grasp, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(graze, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(grip, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(grope, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(kiss, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(knead, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(lick, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(massage, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(nudge, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(osculate, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(pat, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(paw, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(peck, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(pinch, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(prod, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(rub, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(squeeze, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(sting, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(stroke, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(tickle, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(touch, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(tug, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(tweak, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(twinge, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(wring, (s:_\np)/np, ['Experiencer','Agent'], [20]). verbnet(chafe, (s:_\np)/np, ['Experiencer','Agent'], [20]). %%% File: ext/VerbNet/touch-20.xml %%% Primary: NP V NP PP.instrument (touch-20) %%% Syntax: [np:Agent,v,np:Experiencer,prep:with,np:Instrument] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Experiencer,Agent] %%% Example: Carrie touched the cat with the stick. %%% verbnet(caress, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(fondle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(grasp, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(graze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(grip, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(grope, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(kiss, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(knead, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(lick, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(massage, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(nudge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(osculate, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(pat, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(paw, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(peck, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(pinch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(prod, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(rub, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(squeeze, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(sting, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(stroke, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(tickle, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(touch, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(tug, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(tweak, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(twinge, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(wring, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(chafe, ((s:_\np)/pp)/np, ['Experiencer','Agent'], [20]). verbnet(with, pp/np, ['Instrument'], [20]). %%% File: ext/VerbNet/transcribe-25.4.xml %%% Primary: NP V NP (transcribe-25.4) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: The secretary transcribed the speech. %%% verbnet(chart, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(chronicle, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(copy, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(document, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(duplicate, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(film, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(forge, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(microfilm, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(photocopy, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(photograph, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(record, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(tally, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(tally_up, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(tape, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(televise, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(transcribe, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). verbnet(type, (s:_\np)/np, ['Theme','Agent'], [25,'.',4]). %%% File: ext/VerbNet/transcribe-25.4.xml %%% Primary: NP V NP PP.destination (transcribe-25.4) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: The secretary transcribed the speech into the record. %%% verbnet(chart, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(chronicle, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(copy, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(document, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(duplicate, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(film, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(forge, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(microfilm, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(photocopy, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(photograph, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(record, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(tally, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(tally_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(tape, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(televise, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(transcribe, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). verbnet(type, ((s:_\np)/pp)/np, ['Theme','Agent'], [25,'.',4]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP.recipient (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: Wanda taught the students. %%% verbnet(show, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, (s:_\np)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP S_INF (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Wanda asked me to present a new proposal. %%% verbnet(show, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP S_ING (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient,prep:about,vp_ng:Topic] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Recipient,Agent] %%% Example: Wanda told me about climbing the mountain. %%% verbnet(show, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(about, pp/(s:ng\np), ['Topic'], [37,.,1,.,1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP S (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: She told him that he should not go. %%% verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP what S (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: She told him what she was doing. %%% verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP what S_INF (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: She told him what to do. %%% verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP how S (transfer_mesg-37.1.1-1-1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: She told him how he did it. %%% verbnet(show, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(teach, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(tell, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). verbnet(write, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP-Dative NP (transfer_mesg-37.1.1-1) %%% Syntax: [np:Agent,v,np:Recipient,np:Topic] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: Wanda taught the students French. %%% verbnet(show, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). verbnet(teach, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). verbnet(tell, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). verbnet(write, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). verbnet(dictate, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). verbnet(quote, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). verbnet(read, ((s:_\np)/np)/np, ['Recipient','Topic','Agent'], [37,'.',1,'.',1,-,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V how S (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I explained how it can be done. %%% verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V how S_INF (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I explained how to do it. %%% verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V PP.recipient how S (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: I explained to her how it can be done. %%% verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V PP.recipient how S_INF (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,prep:to,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/pp %%% Roles: [Topic,Agent] %%% Example: I explained to her how to do it. %%% verbnet(show, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V what S (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I explained what he should do. %%% verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V what S_INF (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,s:Topic] %%% CCG: (s:_\np)/s:_ %%% Roles: [Topic,Agent] %%% Example: I explained what to do. %%% verbnet(show, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,np:Topic] %%% CCG: (s:_\np)/np %%% Roles: [Topic,Agent] %%% Example: I explained the matter. %%% verbnet(show, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, (s:_\np)/np, ['Topic','Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V NP PP.recipient (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,np:Topic,prep:to,np:Recipient] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Topic,Agent] %%% Example: I explained the matter to them. %%% verbnet(show, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(teach, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(tell, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(write, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(dictate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(quote, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(read, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(elucidate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explain, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(explicate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(expound, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(justify, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(narrate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(pose, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(preach, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(recite, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(relay, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sniff, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(illustrate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(verify, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(corroborate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(communicate, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(outline, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(summarize, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(sum_up, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(boil_down, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(snitch, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',1,'.',1]). verbnet(to, pp/np, ['Recipient'], [37,.,1,.,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP V PP.source (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v,prep:from,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: I explained from Simone de Beauvoir's essay on the Marquis de Sade. %%% verbnet(show, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(teach, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(tell, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(write, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(dictate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(quote, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(read, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(elucidate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(explain, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(explicate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(expound, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(justify, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(narrate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(pose, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(preach, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(recite, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(relay, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(sniff, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(illustrate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(verify, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(corroborate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(communicate, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(outline, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(summarize, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(sum_up, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(boil_down, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(snitch, (s:_\np)/pp, ['Agent'], [37,'.',1,'.',1]). verbnet(from, pp/np, ['Source'], [37,.,1,.,1]). %%% File: ext/VerbNet/transfer_mesg-37.1.1.xml %%% Primary: NP v (transfer_mesg-37.1.1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: I explained. %%% verbnet(show, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(teach, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(tell, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(write, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(dictate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(quote, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(read, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(demonstrate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(elucidate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(explain, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(explicate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(expound, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(justify, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(narrate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(pose, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(preach, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(recite, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(relay, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(sniff, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(illustrate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(verify, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(corroborate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(communicate, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(outline, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(summarize, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(sum_up, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(boil_down, s:_\np, ['Agent'], [37,'.',1,'.',1]). verbnet(snitch, s:_\np, ['Agent'], [37,'.',1,'.',1]). %%% File: ext/VerbNet/try-61.xml %%% Primary: NP V S_ING (try-61) %%% Syntax: [np:Agent,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I tried exercising. %%% verbnet(try, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]). verbnet(attempt, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]). verbnet(intend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]). %%% File: ext/VerbNet/try-61.xml %%% Primary: NP V NP (try-61) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I tried the exercise routine. %%% verbnet(try, (s:_\np)/np, ['Theme','Agent'], [61]). verbnet(attempt, (s:_\np)/np, ['Theme','Agent'], [61]). verbnet(intend, (s:_\np)/np, ['Theme','Agent'], [61]). %%% File: ext/VerbNet/try-61.xml %%% Primary: NP V S_INF (try-61) %%% Syntax: [np:Agent,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Agent] %%% Example: I tried to exercise. %%% verbnet(try, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]). verbnet(attempt, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]). verbnet(intend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [61]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V PP.result (turn-26.6.1-1) %%% Syntax: [np:Agent,v,prep:to,np:Result] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He converted to a world without CFCs. %%% verbnet(change, (s:_\np)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(convert, (s:_\np)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(turn, (s:_\np)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(to, pp/np, ['Goal'], [26,.,6,.,1,-,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V PP.material PP.result (turn-26.6.1-1) %%% Syntax: [np:Agent,v,prep:from,np:Material,prep:to,np:Result] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: The thrift converted from a mutual form in April 1986 to a stock form of ownership. %%% verbnet(change, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(convert, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(turn, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(to, pp/np, ['Goal'], [26,.,6,.,1,-,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V PP.result PP.material (turn-26.6.1-1) %%% Syntax: [np:Agent,v,prep:to,np:Result,prep:from,np:Material] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Agent] %%% Example: The thrift converted to a stock form of ownership from a mutual form in April 1986. %%% verbnet(change, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(convert, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(turn, ((s:_\np)/pp)/pp, ['Agent'], [26,'.',6,'.',1,-,1]). verbnet(from, pp/np, ['Source'], [26,.,6,.,1,-,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V NP.patient PP.material PP.result (turn-26.6.1) %%% Syntax: [np:Agent,v,np:Patient,prep:from,np:Material,prep:into,np:Result] %%% CCG: (((s:_\np)/pp)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The witch turned him from a prince into a frog. %%% verbnet(change, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(convert, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(turn, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(alter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(deform, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(metamorphose, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(mutate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(transform, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(translate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(transmute, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP.patient V PP.material PP.result (turn-26.6.1) %%% Syntax: [np:Patient,v,prep:from,np:Material,prep:into,np:Result] %%% CCG: ((s:_\np)/pp)/pp %%% Roles: [Patient] %%% Example: He turned from a prince into a frog. %%% verbnet(change, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(convert, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(turn, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(alter, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(deform, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(metamorphose, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(mutate, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(transform, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(translate, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(transmute, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V NP.patient PP.result (turn-26.6.1) %%% Syntax: [np:Agent,v,np:Patient,prep:into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: The witch turned him into a frog. %%% verbnet(change, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(convert, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(turn, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(alter, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(deform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(metamorphose, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(mutate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(transform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(translate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(transmute, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP.patient V PP.result (turn-26.6.1) %%% Syntax: [np:Patient,v,prep:into,np:Result] %%% CCG: (s:_\np)/pp %%% Roles: [Patient] %%% Example: He turned into a frog. %%% verbnet(change, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(convert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(turn, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(alter, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(deform, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(metamorphose, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(mutate, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(transform, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(translate, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(transmute, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',1]). verbnet(into, pp/np, ['Goal'], [26,.,6,.,1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V (turn-26.6.1) %%% Syntax: [np:Patient,v] %%% CCG: s:_\np %%% Roles: [Patient] %%% Example: The man was converting again. %%% verbnet(change, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(convert, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(turn, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(alter, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(deform, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(metamorphose, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(mutate, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(transform, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(translate, s:_\np, ['Patient'], [26,'.',6,'.',1]). verbnet(transmute, s:_\np, ['Patient'], [26,'.',6,'.',1]). %%% File: ext/VerbNet/turn-26.6.1.xml %%% Primary: NP V NP (turn-26.6.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: The 1980s bull market transformed the U.S. securities business. %%% verbnet(change, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(convert, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(turn, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(alter, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(deform, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(metamorphose, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(mutate, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(transform, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(translate, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). verbnet(transmute, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',1]). %%% File: ext/VerbNet/urge-58.1.xml %%% Primary: NP V NP (urge-58.1) %%% Syntax: [np:Agent,v,np:Recipient] %%% CCG: (s:_\np)/np %%% Roles: [Recipient,Agent] %%% Example: I advised him. %%% verbnet(admonish, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(advise, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(ask, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(badger, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(beg, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(entreat, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(exhort, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(extort, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(lobby, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(urge, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(implore, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). verbnet(press, (s:_\np)/np, ['Recipient','Agent'], [58,'.',1]). %%% File: ext/VerbNet/urge-58.1.xml %%% Primary: NP V NP S_ING (urge-58.1) %%% Syntax: [np:Agent,v,np:Recipient,vp_to:Topic] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I advised him to come. %%% verbnet(admonish, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(advise, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(ask, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(badger, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(beg, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(entreat, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(exhort, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(extort, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(lobby, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(urge, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(implore, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(press, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',1]). %%% File: ext/VerbNet/urge-58.1.xml %%% Primary: NP V NP that S (urge-58.1) %%% Syntax: [np:Agent,v,np:Recipient,s:Topic] %%% CCG: ((s:_\np)/s:_)/np %%% Roles: [Recipient,Topic,Agent] %%% Example: I advised him that he should come. %%% verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(badger, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(beg, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(entreat, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(exhort, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(extort, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(lobby, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(urge, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(implore, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). verbnet(press, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',1]). %%% File: ext/VerbNet/use-105.xml %%% Primary: NP V NP ADV (use-105) %%% Syntax: [np:Agent,v,np:Theme,adv] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: I used the money well. %%% verbnet(use, (s:_\np)/np, ['Theme','Agent'], [105]). verbnet(utilize, (s:_\np)/np, ['Theme','Agent'], [105]). verbnet(apply, (s:_\np)/np, ['Theme','Agent'], [105]). verbnet(employ, (s:_\np)/np, ['Theme','Agent'], [105]). %%% File: ext/VerbNet/use-105.xml %%% Primary: NP V NP PP.predicate (use-105) %%% Syntax: [np:Agent,v,np:Theme,prep:for,np:Predicate] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: I spent the money for my training. %%% verbnet(use, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]). verbnet(utilize, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]). verbnet(apply, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]). verbnet(employ, ((s:_\np)/pp)/np, ['Theme','Agent'], [105]). verbnet(for, pp/np, ['Attribute'], [105]). %%% File: ext/VerbNet/use-105.xml %%% Primary: NP V NP S_INF (use-105) %%% Syntax: [np:Agent,v,np:Theme,vp_to:Predicate] %%% CCG: ((s:_\np)/ (s:ng\np))/np %%% Roles: [Theme,Attribute,Agent] %%% Example: I used the cupboard to store food. %%% verbnet(use, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]). verbnet(utilize, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]). verbnet(apply, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]). verbnet(employ, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [105]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP V NP (vehicle-51.4.1-1) %%% Syntax: [np:Theme,v,np:Location] %%% CCG: (s:_\np)/np %%% Roles: [Location,Theme] %%% Example: Claire skated the canals. %%% verbnet(bicycle, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(bike, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(canoe, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(cycle, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(kayak, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(motorbike, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(motorcycle, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(raft, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(skate, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(skateboard, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(ski, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(sled, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). verbnet(toboggan, (s:_\np)/np, ['Location','Theme'], [51,'.',4,'.',1,-,1]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP.theme V (vehicle-51.4.1) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: Claire skated. %%% verbnet(bicycle, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(bike, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(canoe, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(cycle, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(kayak, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(motorbike, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(motorcycle, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(raft, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(skate, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(skateboard, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(ski, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(sled, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(toboggan, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(balloon, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(boat, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(bobsled, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(bus, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(cab, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(caravan, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(chariot, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(coach, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(dogsled, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(ferry, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(gondola, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(helicopter, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(jeep, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(jet, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(moped, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(motor, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(parachute, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(punt, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(rickshaw, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(rocket, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(sledge, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(sleigh, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(taxi, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(tram, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(trolley, s:_\np, ['Theme'], [51,'.',4,'.',1]). verbnet(yacht, s:_\np, ['Theme'], [51,'.',4,'.',1]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP.theme V PP.location (vehicle-51.4.1) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: Claire skated along the canal. %%% verbnet(bicycle, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(bike, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(canoe, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(cycle, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(kayak, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(motorbike, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(motorcycle, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(raft, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(skate, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(skateboard, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(ski, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(sled, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(toboggan, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(balloon, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(boat, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(bobsled, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(bus, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(cab, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(caravan, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(chariot, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(coach, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(dogsled, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(ferry, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(gondola, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(helicopter, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(jeep, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(jet, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(moped, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(motor, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(parachute, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(punt, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(rickshaw, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(rocket, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(sledge, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(sleigh, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(taxi, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(tram, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(trolley, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). verbnet(yacht, (s:_\np)/pp, ['Theme'], [51,'.',4,'.',1]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP V NP PP.location (vehicle-51.4.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He skated Penny around the rink. %%% verbnet(bicycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(canoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(cycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(kayak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motorbike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motorcycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(raft, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(skate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(skateboard, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(ski, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(toboggan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(balloon, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(boat, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bobsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(cab, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(caravan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(chariot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(coach, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(dogsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(gondola, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(helicopter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(jeep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(jet, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(moped, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(parachute, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(rickshaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(rocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sledge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sleigh, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(taxi, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(tram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(trolley, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(yacht, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP V NP (vehicle-51.4.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: He skated Penny. %%% verbnet(bicycle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bike, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(canoe, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(cycle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(kayak, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motorbike, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motorcycle, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(raft, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(skate, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(skateboard, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(ski, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sled, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(toboggan, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(balloon, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(boat, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bobsled, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bus, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(cab, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(caravan, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(chariot, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(coach, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(dogsled, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(ferry, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(gondola, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(helicopter, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(jeep, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(jet, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(moped, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motor, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(parachute, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(punt, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(rickshaw, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(rocket, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sledge, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sleigh, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(taxi, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(tram, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(trolley, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(yacht, (s:_\np)/np, ['Theme','Agent'], [51,'.',4,'.',1]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP V NP ADJ (vehicle-51.4.1) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: He skated Penny exhausted. %%% verbnet(bicycle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(bike, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(canoe, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(cycle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(kayak, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(motorbike, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(motorcycle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(raft, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(skate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(skateboard, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(ski, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(sled, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(toboggan, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(balloon, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(boat, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(bobsled, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(bus, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(cab, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(caravan, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(chariot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(coach, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(dogsled, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(ferry, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(gondola, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(helicopter, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(jeep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(jet, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(moped, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(motor, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(parachute, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(punt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(rickshaw, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(rocket, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(sledge, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(sleigh, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(taxi, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(tram, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(trolley, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). verbnet(yacht, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',4,'.',1]). %%% File: ext/VerbNet/vehicle-51.4.1.xml %%% Primary: NP V NP PP.result (vehicle-51.4.1) %%% Syntax: [np:Agent,v,np:Theme,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He skated Penny to exhaustion. %%% verbnet(bicycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(canoe, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(cycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(kayak, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motorbike, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motorcycle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(raft, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(skate, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(skateboard, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(ski, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(toboggan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(balloon, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(boat, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bobsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(bus, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(cab, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(caravan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(chariot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(coach, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(dogsled, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(ferry, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(gondola, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(helicopter, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(jeep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(jet, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(moped, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(motor, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(parachute, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(punt, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(rickshaw, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(rocket, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sledge, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(sleigh, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(taxi, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(tram, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(trolley, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(yacht, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',4,'.',1]). verbnet(to, pp/np, ['Goal'], [51,.,4,.,1]). verbnet(into, pp/np, ['Goal'], [51,.,4,.,1]). %%% File: ext/VerbNet/void-106.xml %%% Primary: NP V NP (void-106) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: I nullified their advantage. %%% verbnet(annul, (s:_\np)/np, ['Patient','Agent'], [106]). verbnet(quash, (s:_\np)/np, ['Patient','Agent'], [106]). verbnet(void, (s:_\np)/np, ['Patient','Agent'], [106]). verbnet(avoid, (s:_\np)/np, ['Patient','Agent'], [106]). verbnet(invalidate, (s:_\np)/np, ['Patient','Agent'], [106]). verbnet(nullify, (s:_\np)/np, ['Patient','Agent'], [106]). %%% File: ext/VerbNet/waltz-51.5.xml %%% Primary: NP.theme V (waltz-51.5) %%% Syntax: [np:Theme,v] %%% CCG: s:_\np %%% Roles: [Theme] %%% Example: They waltzed. %%% verbnet(boogie, s:_\np, ['Theme'], [51,'.',5]). verbnet(bop, s:_\np, ['Theme'], [51,'.',5]). verbnet(cancan, s:_\np, ['Theme'], [51,'.',5]). verbnet(clog, s:_\np, ['Theme'], [51,'.',5]). verbnet(conga, s:_\np, ['Theme'], [51,'.',5]). verbnet(dance, s:_\np, ['Theme'], [51,'.',5]). verbnet(foxtrot, s:_\np, ['Theme'], [51,'.',5]). verbnet(jig, s:_\np, ['Theme'], [51,'.',5]). verbnet(jitterbug, s:_\np, ['Theme'], [51,'.',5]). verbnet(jive, s:_\np, ['Theme'], [51,'.',5]). verbnet(pirouette, s:_\np, ['Theme'], [51,'.',5]). verbnet(polka, s:_\np, ['Theme'], [51,'.',5]). verbnet(quickstep, s:_\np, ['Theme'], [51,'.',5]). verbnet(rumba, s:_\np, ['Theme'], [51,'.',5]). verbnet(samba, s:_\np, ['Theme'], [51,'.',5]). verbnet(shuffle, s:_\np, ['Theme'], [51,'.',5]). verbnet(squaredance, s:_\np, ['Theme'], [51,'.',5]). verbnet(tango, s:_\np, ['Theme'], [51,'.',5]). verbnet(tapdance, s:_\np, ['Theme'], [51,'.',5]). verbnet(waltz, s:_\np, ['Theme'], [51,'.',5]). %%% File: ext/VerbNet/waltz-51.5.xml %%% Primary: NP V PP.location (waltz-51.5) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: They waltzed across the room. %%% verbnet(boogie, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(bop, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(cancan, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(clog, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(conga, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(dance, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(foxtrot, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(jig, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(jitterbug, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(jive, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(pirouette, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(polka, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(quickstep, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(rumba, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(samba, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(shuffle, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(squaredance, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(tango, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(tapdance, (s:_\np)/pp, ['Theme'], [51,'.',5]). verbnet(waltz, (s:_\np)/pp, ['Theme'], [51,'.',5]). %%% File: ext/VerbNet/waltz-51.5.xml %%% Primary: NP V NP PP.location (waltz-51.5) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He waltzed her across the floor. %%% verbnet(boogie, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(bop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(cancan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(clog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(conga, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(dance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(foxtrot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(jig, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(jitterbug, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(jive, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(pirouette, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(polka, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(quickstep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(rumba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(samba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(squaredance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(tango, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(tapdance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(waltz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). %%% File: ext/VerbNet/waltz-51.5.xml %%% Primary: NP V NP ADJP (waltz-51.5) %%% Syntax: [np:Agent,v,np:Theme,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Theme,Goal,Agent] %%% Example: He waltzed her dizzy. %%% verbnet(boogie, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(bop, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(cancan, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(clog, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(conga, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(dance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(foxtrot, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(jig, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(jitterbug, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(jive, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(pirouette, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(polka, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(quickstep, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(rumba, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(samba, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(shuffle, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(squaredance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(tango, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(tapdance, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). verbnet(waltz, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [51,'.',5]). %%% File: ext/VerbNet/waltz-51.5.xml %%% Primary: NP V NP PP.result (waltz-51.5) %%% Syntax: [np:Agent,v,np:Theme,prep:to into,np:Result] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He waltzed her to exhaustion. %%% verbnet(boogie, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(bop, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(cancan, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(clog, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(conga, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(dance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(foxtrot, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(jig, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(jitterbug, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(jive, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(pirouette, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(polka, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(quickstep, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(rumba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(samba, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(shuffle, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(squaredance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(tango, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(tapdance, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(waltz, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',5]). verbnet(to, pp/np, ['Goal'], [51,.,5]). verbnet(into, pp/np, ['Goal'], [51,.,5]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP S_INF (want-32.1-1-1) %%% Syntax: [np:Pivot,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Pivot] %%% Example: I needed him to go. %%% verbnet(want, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(like, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(prefer, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(desire, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP to be ADJ (want-32.1-1-1) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: I need him to be nice. %%% verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V for NP S_INF (want-32.1-1) %%% Syntax: [np:Pivot,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Pivot] %%% Example: I need for her to be happy. %%% verbnet(want, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/s:_, ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V S_ING (want-32.1-1) %%% Syntax: [np:Pivot,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Pivot] %%% Example: I need exercising. %%% verbnet(want, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP ADJ (want-32.1-1) %%% Syntax: [np:Pivot,v,np:Theme,adj] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Missing: [adj] %%% Example: She wanted the meat red. %%% verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP ADV (want-32.1-1) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: I needed him here. %%% verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V S_ING (want-32.1-1) %%% Syntax: [np:Pivot,v,vp_ng:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Pivot] %%% Example: I need him cooking. %%% verbnet(want, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP ADJ (want-32.1-1) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: I need the children found. %%% verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP S_ING (want-32.1-1) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: I needed his cooking. %%% verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V S_INF (want-32.1-1) %%% Syntax: [np:Pivot,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Pivot] %%% Example: I needed to come. %%% verbnet(want, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(need, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(like, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(prefer, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(desire, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). verbnet(crave, (s:_\np)/ (s:ng\np), ['Theme','Pivot'], [32,'.',1,-,1]). %%% File: ext/VerbNet/want-32.1.xml %%% Primary: NP V NP (want-32.1) %%% Syntax: [np:Pivot,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Pivot] %%% Example: Dorothy needs new shoes. %%% verbnet(want, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(need, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(like, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(prefer, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(enjoy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(covet, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(crave, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(desire, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). verbnet(fancy, (s:_\np)/np, ['Theme','Pivot'], [32,'.',1]). % 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],[])])])])] %%% File: ext/VerbNet/weather-57.xml %%% Primary: It V NP.theme (weather-57) %%% Syntax: [lex:it,lex:be,v,np:Theme] %%% CCG: (s:_\lex:it)/np %%% Roles: [Theme] %%% Missing: [lex:be] %%% Example: It's raining cats and dogs. %%% verbnet(blow, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(clear, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(drizzle, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(fog, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(frost, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(freeze, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(gust, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(hail, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(howl, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(lightning, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(mist, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(mizzle, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(pelt, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(pour, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(precipitate, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(rain, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(roar, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(shower, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(sleet, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(snow, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(spit, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(spot, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(sprinkle, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(storm, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(swelter, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(teem, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(thaw, (s:_\lex:it)/np, ['Theme'], [57]). verbnet(thunder, (s:_\lex:it)/np, ['Theme'], [57]). % 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],[])])])])] %%% File: ext/VerbNet/weekend-56.xml %%% Primary: NP V PP.location (weekend-56) %%% Syntax: [np:Theme,v,pp,np:Location] %%% CCG: (s:_\np)/pp %%% Roles: [Theme] %%% Example: My family always summered at the seashore. %%% verbnet('December', (s:_\np)/pp, ['Theme'], [56]). verbnet(holiday, (s:_\np)/pp, ['Theme'], [56]). verbnet(honeymoon, (s:_\np)/pp, ['Theme'], [56]). verbnet(junket, (s:_\np)/pp, ['Theme'], [56]). verbnet(overnight, (s:_\np)/pp, ['Theme'], [56]). verbnet(sojourn, (s:_\np)/pp, ['Theme'], [56]). verbnet(summer, (s:_\np)/pp, ['Theme'], [56]). verbnet(vacation, (s:_\np)/pp, ['Theme'], [56]). verbnet(weekend, (s:_\np)/pp, ['Theme'], [56]). verbnet(winter, (s:_\np)/pp, ['Theme'], [56]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V (wink-40.3.1-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Linda winked. %%% verbnet(beckon, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(blink, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(clap, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(gesture, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(nod, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(point, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(shrug, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(squint, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(wave, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(wink, s:_\np, ['Agent'], [40,'.',3,'.',1,-,1]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V PP.recipient (wink-40.3.1-1) %%% Syntax: [np:Agent,v,pp,np:Recipient] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Linda winked at the audience. %%% verbnet(beckon, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(blink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(clap, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(gesture, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(nod, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(point, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(shrug, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(squint, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(wave, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(wink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V NP (wink-40.3.1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Linda winked her agreement. %%% verbnet(beckon, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(blink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(clap, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(gesture, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(nod, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(point, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(shrug, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(squint, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(wave, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(wink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V PP.theme (wink-40.3.1-1) %%% Syntax: [np:Agent,v,prep:in,np:Theme] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Linda winked in agreement. %%% verbnet(beckon, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(blink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(clap, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(gesture, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(nod, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(point, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(shrug, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(squint, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(wave, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(wink, (s:_\np)/pp, ['Agent'], [40,'.',3,'.',1,-,1]). verbnet(in, pp/np, ['Theme'], [40,.,3,.,1,-,1]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V NP (wink-40.3.1-1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: His brother nodded vigorous assent. %%% verbnet(beckon, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(blink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(clap, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(gesture, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(nod, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(point, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(shrug, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(squint, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(wave, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). verbnet(wink, (s:_\np)/np, ['Theme','Agent'], [40,'.',3,'.',1,-,1]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V NP (wink-40.3.1) %%% Syntax: [np:Agent,v,np:Patient] %%% CCG: (s:_\np)/np %%% Roles: [Patient,Agent] %%% Example: Linda winked her eye. %%% verbnet(beckon, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(blink, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(clap, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(gesture, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(nod, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(point, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(shrug, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(squint, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(wave, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(wink, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(wag, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',1]). %%% File: ext/VerbNet/wink-40.3.1.xml %%% Primary: NP V NP PP.theme (wink-40.3.1) %%% Syntax: [np:Agent,v,np:Patient,prep:in,np:Theme] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Patient,Agent] %%% Example: Linda winked her eye in agreement. %%% verbnet(beckon, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(blink, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(clap, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(gesture, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(nod, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(point, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(shrug, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(squint, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(wave, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(wink, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(wag, ((s:_\np)/pp)/np, ['Patient','Agent'], [40,'.',3,'.',1]). verbnet(in, pp/np, ['Theme'], [40,.,3,.,1]). %%% File: ext/VerbNet/wipe_instr-10.4.2.xml %%% Primary: NP V NP PP.destination (wipe_instr-10.4.2-1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Destination] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: He plowed the snow back into the ditch. %%% verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(comb, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(hose, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(mop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(plow, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(shear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(siphon, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). verbnet(vacuum, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2,-,1]). %%% File: ext/VerbNet/wipe_instr-10.4.2.xml %%% Primary: NP V NP PP.initial_location (wipe_instr-10.4.2) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Initial_Location] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Carla shoveled the snow from the walk. %%% verbnet(brush, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(comb, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(hose, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(mop, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(plow, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(rake, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(shear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(shovel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(siphon, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(vacuum, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(file, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(filter, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(hoover, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(iron, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(plough, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(sandpaper, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(sponge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(squeegee, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). verbnet(towel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',2]). %%% File: ext/VerbNet/wipe_instr-10.4.2.xml %%% Primary: NP V NP.initial_location (wipe_instr-10.4.2) %%% Syntax: [np:Agent,v,np:Initial_Location] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: Carla shoveled the walk. %%% verbnet(brush, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(comb, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(hose, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(mop, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(plow, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(rake, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(shear, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(shovel, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(siphon, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(vacuum, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(file, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(filter, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(hoover, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(iron, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(plough, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(sandpaper, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(sponge, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(squeegee, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). verbnet(towel, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',2]). %%% File: ext/VerbNet/wipe_instr-10.4.2.xml %%% Primary: NP V (wipe_instr-10.4.2) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: Carla was vacuuming. %%% verbnet(brush, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(comb, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(hose, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(mop, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(plow, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(rake, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(shear, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(shovel, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(siphon, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(vacuum, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(file, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(filter, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(hoover, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(iron, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(plough, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(sandpaper, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(sponge, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(squeegee, s:_\np, ['Agent'], [10,'.',4,'.',2]). verbnet(towel, s:_\np, ['Agent'], [10,'.',4,'.',2]). %%% File: ext/VerbNet/wipe_instr-10.4.2.xml %%% Primary: NP V NP ADJP-Result (wipe_instr-10.4.2) %%% Syntax: [np:Agent,v,np:Initial_Location,np:Result] %%% CCG: ((s:_\np)/np)/np %%% Roles: [Source,Goal,Agent] %%% Example: Carla shoveled the walk clean. %%% verbnet(brush, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(comb, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(hose, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(mop, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(plow, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(rake, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(shear, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(shovel, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(siphon, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(vacuum, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(file, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(filter, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(hoover, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(iron, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(plough, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(sandpaper, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(sponge, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(squeegee, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). verbnet(towel, ((s:_\np)/np)/np, ['Source','Goal','Agent'], [10,'.',4,'.',2]). %%% File: ext/VerbNet/wipe_manner-10.4.1.xml %%% Primary: NP V PP-Conative (wipe_manner-10.4.1-1) %%% Syntax: [np:Agent,v,prep:at,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: Brian wiped at the counter. %%% verbnet(bail, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(dab, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(dust, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(erase, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(lick, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(pluck, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(prune, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(rinse, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(rub, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(scour, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(scrape, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(scratch, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(scrub, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(squeeze, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(strip, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(suck, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(suction, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(swab, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(sweep, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(wash, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(wear, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(wipe, (s:_\np)/pp, ['Agent'], [10,'.',4,'.',1,-,1]). verbnet(at, pp/np, ['Source'], [10,.,4,.,1,-,1]). %%% File: ext/VerbNet/wipe_manner-10.4.1.xml %%% Primary: NP V NP PP.source (wipe_manner-10.4.1) %%% Syntax: [np:Agent,v,np:Theme,pp,np:Source] %%% CCG: ((s:_\np)/pp)/np %%% Roles: [Theme,Agent] %%% Example: Brian wiped the fingerprints from the counter. %%% verbnet(bail, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(dab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(dust, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(erase, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(lick, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(pluck, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(prune, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(rinse, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(rub, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scour, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scrape, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scratch, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scrub, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(squeeze, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(strip, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(suck, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(suction, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(swab, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(sweep, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wash, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wipe, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(buff, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(distill, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(distil, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(expunge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(expurgate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(flush, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(leach, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(polish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(purge, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(shave, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(smooth, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(skim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(soak, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(strain, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(trim, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(unload, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(weed, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(whisk, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(winnow, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wring, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',4,'.',1]). %%% File: ext/VerbNet/wipe_manner-10.4.1.xml %%% Primary: NP V NP.source (wipe_manner-10.4.1) %%% Syntax: [np:Agent,v,np:Source] %%% CCG: (s:_\np)/np %%% Roles: [Source,Agent] %%% Example: Brian wiped the counter. %%% verbnet(bail, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(dab, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(dust, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(erase, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(lick, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(pluck, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(prune, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(rinse, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(rub, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(scour, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(scrape, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(scratch, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(scrub, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(squeeze, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(strip, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(suck, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(suction, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(swab, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(sweep, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(wash, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(wear, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(wipe, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(buff, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(distill, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(distil, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(expunge, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(expurgate, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(flush, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(leach, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(polish, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(purge, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(shave, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(smooth, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(skim, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(soak, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(strain, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(trim, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(unload, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(weed, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(whisk, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(winnow, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). verbnet(wring, (s:_\np)/np, ['Source','Agent'], [10,'.',4,'.',1]). %%% File: ext/VerbNet/wipe_manner-10.4.1.xml %%% Primary: NP V NP.theme (wipe_manner-10.4.1) %%% Syntax: [np:Agent,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Agent] %%% Example: Barry Cryer erased the writing. %%% verbnet(bail, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(dab, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(dust, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(erase, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(lick, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(pluck, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(prune, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(rinse, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(rub, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scour, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scrape, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scratch, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(scrub, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(squeeze, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(strip, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(suck, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(suction, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(swab, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(sweep, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wash, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wear, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wipe, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(buff, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(distill, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(distil, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(expunge, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(expurgate, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(flush, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(leach, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(polish, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(purge, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(shave, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(smooth, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(skim, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(soak, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(strain, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(trim, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(unload, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(weed, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(whisk, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(winnow, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). verbnet(wring, (s:_\np)/np, ['Theme','Agent'], [10,'.',4,'.',1]). %%% File: ext/VerbNet/wish-62.xml %%% Primary: NP V for NP S_INF (wish-62) %%% Syntax: [np:Experiencer,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Experiencer] %%% Example: I wished for her to do it. %%% verbnet(expect, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(wish, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(hope, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(intend, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(mean, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(plan, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(propose, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(think, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(aim, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(dream, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(yen, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). %%% File: ext/VerbNet/wish-62.xml %%% Primary: NP V NP (wish-62) %%% Syntax: [np:Experiencer,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Experiencer] %%% Example: I wished it. %%% verbnet(expect, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(wish, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(hope, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(intend, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(mean, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(plan, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(propose, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(think, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(aim, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(dream, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(imagine, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(yen, (s:_\np)/np, ['Theme','Experiencer'], [62]). %%% File: ext/VerbNet/wish-62.xml %%% Primary: NP V NP to be ADJ (wish-62) %%% Syntax: [np:Experiencer,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Experiencer] %%% Example: I wished him to be nice. %%% verbnet(expect, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(wish, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(hope, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(intend, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(mean, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(plan, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(propose, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(think, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(aim, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(dream, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(imagine, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(yen, (s:_\np)/np, ['Theme','Experiencer'], [62]). %%% File: ext/VerbNet/wish-62.xml %%% Primary: NP V NP ADJ (wish-62) %%% Syntax: [np:Experiencer,v,np:Theme] %%% CCG: (s:_\np)/np %%% Roles: [Theme,Experiencer] %%% Example: I wished the children found. %%% verbnet(expect, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(wish, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(hope, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(intend, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(mean, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(plan, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(propose, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(think, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(aim, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(dream, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(imagine, (s:_\np)/np, ['Theme','Experiencer'], [62]). verbnet(yen, (s:_\np)/np, ['Theme','Experiencer'], [62]). %%% File: ext/VerbNet/wish-62.xml %%% Primary: NP V that S (wish-62) %%% Syntax: [np:Experiencer,v,s:Theme] %%% CCG: (s:_\np)/s:_ %%% Roles: [Theme,Experiencer] %%% Example: He wished that she would come immediately. %%% verbnet(expect, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(wish, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(hope, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(intend, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(mean, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(plan, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(propose, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(think, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(aim, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(dream, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(imagine, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). verbnet(yen, (s:_\np)/s:_, ['Theme','Experiencer'], [62]). %%% File: ext/VerbNet/wish-62.xml %%% Primary: NP V S_INF (wish-62) %%% Syntax: [np:Experiencer,v,vp_to:Theme] %%% CCG: (s:_\np)/ (s:ng\np) %%% Roles: [Theme,Experiencer] %%% Example: He wished to come. %%% verbnet(expect, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(wish, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(hope, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(intend, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(mean, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(plan, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(propose, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(think, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(aim, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(dream, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(imagine, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). verbnet(yen, (s:_\np)/ (s:ng\np), ['Theme','Experiencer'], [62]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V (withdraw-82-1) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He backed out. %%% verbnet(back_out, s:_\np, ['Agent'], [82,-,1]). verbnet(chicken_out, s:_\np, ['Agent'], [82,-,1]). verbnet(get_out, s:_\np, ['Agent'], [82,-,1]). verbnet(wriggle_out, s:_\np, ['Agent'], [82,-,1]). verbnet(bow_out, s:_\np, ['Agent'], [82,-,1]). verbnet(pull_out, s:_\np, ['Agent'], [82,-,1]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V PP.source (withdraw-82-1) %%% Syntax: [np:Agent,v,prep:of,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He backed out of the trip. %%% verbnet(back_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(chicken_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(get_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(wriggle_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(bow_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(pull_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(of, pp/np, ['Source'], [82,-,1]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V PP.source S_ING (withdraw-82-1) %%% Syntax: [np:Agent,v,prep:of,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He backed out of going on the trip. %%% verbnet(back_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(chicken_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(get_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(wriggle_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(bow_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(pull_out, (s:_\np)/pp, ['Agent'], [82,-,1]). verbnet(of, pp/np, ['Source'], [82,-,1]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V (withdraw-82-2) %%% Syntax: [np:Agent,v,lex:away] %%% CCG: s:_\np %%% Roles: [Agent] %%% Missing: [lex:away] %%% Example: He got away. %%% verbnet(get_away, s:_\np, ['Agent'], [82,-,2]). verbnet(back_off, s:_\np, ['Agent'], [82,-,2]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V PP.source (withdraw-82-2) %%% Syntax: [np:Agent,v,prep:from,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He got away from the area. %%% verbnet(get_away, (s:_\np)/pp, ['Agent'], [82,-,2]). verbnet(back_off, (s:_\np)/pp, ['Agent'], [82,-,2]). verbnet(from, pp/np, ['Source'], [82,-,2]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V PP.source S_ING (withdraw-82-2) %%% Syntax: [np:Agent,v,prep:from,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He backed away from going on the trip. %%% verbnet(get_away, (s:_\np)/pp, ['Agent'], [82,-,2]). verbnet(back_off, (s:_\np)/pp, ['Agent'], [82,-,2]). verbnet(from, pp/np, ['Source'], [82,-,2]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V (withdraw-82-3) %%% Syntax: [np:Agent,v] %%% CCG: s:_\np %%% Roles: [Agent] %%% Example: He withdrew. %%% verbnet(withdraw, s:_\np, ['Agent'], [82,-,3]). verbnet(retreat, s:_\np, ['Agent'], [82,-,3]). verbnet(pull_away, s:_\np, ['Agent'], [82,-,3]). verbnet(retire, s:_\np, ['Agent'], [82,-,3]). %%% File: ext/VerbNet/withdraw-82.xml %%% Primary: NP V PP.source (withdraw-82-3) %%% Syntax: [np:Agent,v,prep:from,np:Source] %%% CCG: (s:_\np)/pp %%% Roles: [Agent] %%% Example: He withdrew from the trip. %%% verbnet(withdraw, (s:_\np)/pp, ['Agent'], [82,-,3]). verbnet(retreat, (s:_\np)/pp, ['Agent'], [82,-,3]). verbnet(pull_away, (s:_\np)/pp, ['Agent'], [82,-,3]). verbnet(retire, (s:_\np)/pp, ['Agent'], [82,-,3]). verbnet(from, pp/np, ['Source'], [82,-,3]). %%% Most frequent roles for a particular CCG category. %%% verbnet(_, (s:adj\np), ['Theme'], []). % verbnet(_, pp/np , ['Theme'], []). % n=113 verbnet(_, (((s:_\np)/pp)/np)/np , ['Patient','Goal','Agent'], []). % n=81 verbnet(_, (((s:_\np)/pp)/pp)/np , ['Patient','Agent'], []). % n=305 verbnet(_, ((s:_\np)/np)/np , ['Patient','Goal','Agent'], []). % n=626 verbnet(_, ((s:_\np)/np)/pp , ['Topic','Agent'], []). % n=118 verbnet(_, ((s:_\np)/pp)/np , ['Theme','Agent'], []). % n=2634 verbnet(_, ((s:_\np)/pp)/pp , ['Agent'], []). % n=667 verbnet(_, ((s:_\np)/s:_)/np , ['Recipient','Topic','Agent'], []). % n=146 verbnet(_, ((s:_\np)/s:_)/pp , ['Topic','Agent'], []). % n=432 verbnet(_, ((s:_\np)/ (s:ng\np))/np , ['Theme','Attribute','Agent'], []). % n=55 verbnet(_, ((s:_\np)/ (s:ng\np))/pp , ['Topic','Agent'], []). % n=217 verbnet(_, ((s:_\lex:it)/s:_)/pp , ['Stimulus'], []). % n=2 verbnet(_, ((s:_\lex:there)/np)/pp , ['Theme'], []). % n=227 verbnet(_, ((s:_\lex:there)/pp)/np , ['Theme'], []). % n=412 verbnet(_, (s:_\np)/np , ['Theme','Agent'], []). % n=2403 verbnet(_, (s:_\np)/pp , ['Agent'], []). % n=1639 verbnet(_, (s:_\np)/s:_ , ['Topic','Agent'], []). % n=781 verbnet(_, (s:_\np)/ (s:b\np) , ['Stimulus','Experiencer'], []). % n=8 verbnet(_, (s:_\np)/ (s:ng\np) , ['Theme','Agent'], []). % n=137 verbnet(_, (s:_\pp)/np , ['Theme'], []). % n=537 verbnet(_, (s:_\lex:it)/np , ['Theme'], []). % n=28 verbnet(_, (s:_\lex:it)/s:_ , ['Theme'], []). % n=13 verbnet(_, (s:_\lex:there)/np , ['Theme'], []). % n=82 verbnet(_, s:_\np , ['Patient'], []). % n=1719 verbnet(_, s:_\s:_ , ['Stimulus'], []). % n=2