VERBFRAMES
get verb frames for "snow"
SELECT lemma,frame,SUBSTRING(definition FROM 1 FOR 32) FROM vframemaps INNER JOIN vframes USING (frameid) INNER JOIN words USING (wordid) INNER JOIN synsets USING (synsetid) WHERE lemma = 'snow'
lemmaframeSUBSTRING(definition FROM 1 FOR 32)
snowSomebody ----s somebodyconceal one's true motives from
snowIt is ----ingfall as snow
get example sentence for "snow"
SELECT lemma,sentence,SUBSTRING(definition FROM 1 FOR 32) FROM vframesentencemaps LEFT JOIN vframesentences USING (sentenceid) INNER JOIN words USING (wordid) INNER JOIN synsets USING (synsetid) WHERE lemma = 'snow'
lemmasentenceSUBSTRING(definition FROM 1 FOR 32)
snowIt was %sing all day long fall as snow
get verb frames for "clean"
SELECT lemma,frame,SUBSTRING(definition FROM 1 FOR 32) FROM vframemaps INNER JOIN vframes USING (frameid) RIGHT JOIN words USING (wordid) RIGHT JOIN synsets USING (synsetid) WHERE lemma = 'clean' ORDER BY synsetid
lemmaframeSUBSTRING(definition FROM 1 FOR 32)
cleanSomebody ----sclean one's body or parts thereo
cleanSomebody ----s somethingclean one's body or parts thereo
cleanSomebody ----s somebodyclean one's body or parts thereo
cleanSomebody ----s somethingremove unwanted substances from,
cleanSomebody ----s somethingremove shells or husks from
cleanSomebody ----s somethingremove unwanted substances from
cleanSomething ----s somethingremove unwanted substances from
cleanSomebody ----s something PPremove while making clean
cleanSomebody ----s somethingmake clean by removing dirt, fil
cleanSomething ----s somethingmake clean by removing dirt, fil
cleanSomebody ----sclean and tidy up the house
cleanSomebody ----s somethingremove all contents or possessio
cleanSomething ----s somethingremove all contents or possessio
cleanSomebody ----s somebody of somethingremove all contents or possessio
cleanSomebody ----s PPremove all contents or possessio
cleanSomebody ----s somebodydeprive wholly of money in a gam
cleanSomething ----sbe cleanable
cleanSomething is ----ing PPbe cleanable
get example sentence for "clean"
SELECT lemma,sentence,SUBSTRING(definition FROM 1 FOR 32) FROM vframesentencemaps LEFT JOIN vframesentences USING (sentenceid) RIGHT JOIN words USING (wordid) RIGHT JOIN synsets USING (synsetid) WHERE lemma = 'clean' ORDER BY synsetid
lemmasentenceSUBSTRING(definition FROM 1 FOR 32)
cleanThey %s themselvesclean one's body or parts thereo
cleanThe chefs %s the vegetablesremove shells or husks from
cleanThey %s the snow from the pathremove while making clean
cleanThey %s the cape make clean by removing dirt, fil
get verb frames for "write"
SELECT lemma,frame,SUBSTRING(definition FROM 1 FOR 32) FROM vframemaps INNER JOIN vframes USING (frameid) RIGHT JOIN words USING (wordid) RIGHT JOIN synsets USING (synsetid) WHERE lemma = 'write' ORDER BY synsetid
lemmaframeSUBSTRING(definition FROM 1 FOR 32)
writeSomebody ----s somethingcommunicate or express by writin
writeSomebody ----s somebodycommunicate or express by writin
writeSomebody ----s something to somebodycommunicate or express by writin
writeSomebody ----s that CLAUSEcommunicate or express by writin
writeSomebody ----scommunicate or express by writin
writeSomebody ----s somebody somethingcommunicate or express by writin
writeSomebody ----s somethingrecord data on a computer
writeSomething ----s somethingrecord data on a computer
writeSomebody ----s somebodycommunicate (with) in writing
writeSomebody ----s to somebodycommunicate (with) in writing
writeSomebody ----s that CLAUSEcommunicate by letter
writeSomebody ----smark or trace on a surface
writeSomebody ----s somethingmark or trace on a surface
writeSomebody ----s somethingcreate code, write a computer pr
writeSomebody ----s somethingproduce a literary work
writeSomebody ----s somethingwrite or name the letters that c
writeSomebody ----swrite music
writeSomebody ----s somethingwrite music
writeSomebody ----shave (one's written work) issued
writeSomebody ----s somethinghave (one's written work) issued
get example sentence for "write"
SELECT lemma,sentence,SUBSTRING(definition FROM 1 FOR 32) FROM vframesentencemaps LEFT JOIN vframesentences USING (sentenceid) RIGHT JOIN words USING (wordid) RIGHT JOIN synsets USING (synsetid) WHERE lemma = 'write' ORDER BY synsetid
lemmasentenceSUBSTRING(definition FROM 1 FOR 32)
writeThey %s them the informationcommunicate or express by writin
writeThey %s the information to themcommunicate or express by writin
writeSam and Sue %s the movie produce a literary work
writeDid he %s his major works over a short period of time?write music
writeDid he %s his major works over a short period of time?have (one's written work) issued
get verb frames and example sentence grouped by synset for "write"
SELECT lemma,SUBSTRING(definition FROM 1 FOR 32),SUBSTRING(GROUP_CONCAT(frame) FROM 1 FOR 70),SUBSTRING(GROUP_CONCAT(sentence) FROM 1 FOR 32) FROM vframemaps INNER JOIN vframes USING (frameid) LEFT JOIN vframesentencemaps USING (synsetid,wordid) LEFT JOIN vframesentences USING (sentenceid) RIGHT JOIN words USING (wordid) RIGHT JOIN synsets USING (synsetid) WHERE lemma = 'write' GROUP BY synsetid ORDER BY synsetid
lemmaSUBSTRING(definition FROM 1 FOR 32)SUBSTRING(GROUP_CONCAT(frame) FROM 1 FOR 70)SUBSTRING(GROUP_CONCAT(sentence) FROM 1 FOR 32)
writecommunicate or express by writinSomebody ----s something,Somebody ----s something,Somebody ----s somebThey %s them the information,The
writerecord data on a computerSomebody ----s something,Something ----s something
writecommunicate (with) in writingSomebody ----s somebody,Somebody ----s to somebody
writecommunicate by letterSomebody ----s that CLAUSE
writemark or trace on a surfaceSomebody ----s,Somebody ----s something
writecreate code, write a computer prSomebody ----s something
writeproduce a literary workSomebody ----s somethingSam and Sue %s the movie
writewrite or name the letters that cSomebody ----s something
writewrite musicSomebody ----s,Somebody ----s somethingDid he %s his major works over a
writehave (one's written work) issuedSomebody ----s,Somebody ----s somethingDid he %s his major works over a
verbframes matching n senses
SELECT frameid,frame,COUNT(*) AS N FROM verbswithframes GROUP BY frameid ORDER BY N DESC
frameidframeN
8Somebody ----s something13205
2Somebody ----s5110
9Somebody ----s somebody5071
11Something ----s something4906
1Something ----s3604
22Somebody ----s PP2222
10Something ----s somebody2134
4Something is ----ing PP1063
21Somebody ----s something PP1019
26Somebody ----s that CLAUSE679
20Somebody ----s somebody PP478
15Somebody ----s something to somebody386
14Somebody ----s somebody something200
24Somebody ----s somebody to INFINITIVE198
28Somebody ----s to INFINITIVE192
16Somebody ----s something from somebody150
17Somebody ----s somebody with something125
33Somebody ----s VERB-ing111
31Somebody ----s something with something104
6Something ----s Adjective/Noun69
7Somebody ----s Adjective67
27Somebody ----s to somebody64
13Somebody ----s on something57
18Somebody ----s somebody of something57
5Something ----s something Adjective/Noun54
29Somebody ----s whether INFINITIVE51
3It is ----ing43
34It ----s that CLAUSE42
30Somebody ----s somebody into V-ing something37
23Somebody's (body part) ----s35
19Somebody ----s something on somebody34
12Something ----s to somebody25
25Somebody ----s somebody INFINITIVE19
32Somebody ----s INFINITIVE9
35Something ----s INFINITIVE5
sense matching n verbframes
SELECT sensekey,definition,COUNT(*) AS N FROM verbswithframes GROUP BY senseid ORDER BY N DESC LIMIT 20
sensekeydefinitionN
gear_up%2:30:00::make ready or suitable or equip in advance for a particular purpose or for some use, event, etc8
prepare%2:30:00::make ready or suitable or equip in advance for a particular purpose or for some use, event, etc8
teach%2:32:00::impart skills or knowledge to7
take_hold%2:35:00::have or hold in one's hands or grip7
ready%2:30:00::make ready or suitable or equip in advance for a particular purpose or for some use, event, etc7
set%2:30:09::make ready or suitable or equip in advance for a particular purpose or for some use, event, etc7
set_up%2:30:02::make ready or suitable or equip in advance for a particular purpose or for some use, event, etc7
fix%2:30:03::make ready or suitable or equip in advance for a particular purpose or for some use, event, etc7
draw%2:35:06::direct toward itself or oneself by means of some psychological power or physical attributes7
draw_in%2:35:00::direct toward itself or oneself by means of some psychological power or physical attributes7
pull%2:35:02::direct toward itself or oneself by means of some psychological power or physical attributes7
pull_in%2:35:00::direct toward itself or oneself by means of some psychological power or physical attributes7
attract%2:35:00::direct toward itself or oneself by means of some psychological power or physical attributes7
push_back%2:35:00::cause to move back by force or influence7
drive%2:35:11::cause to move back by force or influence7
repulse%2:35:00::cause to move back by force or influence7
force_back%2:35:00::cause to move back by force or influence7
beat_back%2:35:00::cause to move back by force or influence7
repel%2:35:00::cause to move back by force or influence7
touch%2:35:00::make physical contact with, come in contact with6
verbframes for "prepare"
SELECT lemma,synsetid,frame,SUBSTRING(definition FROM 1 FOR 32) FROM verbswithframes WHERE lemma = 'prepare' AND synsetid = 200406243
lemmasynsetidframeSUBSTRING(definition FROM 1 FOR 32)
prepare200406243Somebody ----smake ready or suitable or equip
prepare200406243Somebody ----s somethingmake ready or suitable or equip
prepare200406243Somebody ----s somebodymake ready or suitable or equip
prepare200406243Something ----s somebodymake ready or suitable or equip
prepare200406243Something ----s somethingmake ready or suitable or equip
prepare200406243Somebody ----s somebody PPmake ready or suitable or equip
prepare200406243Somebody ----s something PPmake ready or suitable or equip
prepare200406243Somebody ----s to INFINITIVEmake ready or suitable or equip