instruction
stringlengths 7
55
| input
stringclasses 1
value | output
stringlengths 21
108
|
|---|---|---|
circle wzv 3 at 7,18.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='wzv',radius=3,x=7,y=18]
|
|
circle xlh 5.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='xlh',radius=5,x=0,y=0]
|
|
create a circle of 4 at 19,11.
|
[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=19,y=11]
|
|
circle called xym of 1.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='xym',radius=1,x=0,y=0]
|
|
create circle qfu with 4 at 32,7.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='qfu',radius=4,x=32,y=7]
|
|
frost circle 3.
|
[verb='create',form='circle',call='circleCenterAndRadius',color='frost',radius=3,x=0,y=0]
|
|
mercury color circle 1.
|
[verb='create',form='circle',call='circleCenterAndRadius',color='mercury',radius=1,x=0,y=0]
|
|
create circle 5 with color tidal.
|
[verb='create',form='circle',call='circleCenterAndRadius',color='tidal',radius=5,x=0,y=0]
|
|
mercury circle named tfl of 3.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='tfl',color='mercury',radius=3,x=0,y=0]
|
|
circle of radius 4.
|
[form=circle',radius=4,x=0,y=0]
|
|
circle called zsn radius 3.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='zsn',radius=3,x=0,y=0]
|
|
circle ijq of radius 5 at 6, 4.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='ijq',radius=5,x=6,y=4]
|
|
circle vyx of 4 at 4, 28.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='vyx',radius=4,x=4,y=28]
|
|
circle from xgj to m1.
|
[verb='create',form='circle',call='circleFromTo',from='xgj',to='m1']
|
|
circle mqy from m6 to m1.
|
[verb='create',form='circle',call='circleFromTo',name=mqy,from='m6',to='m1']
|
|
circle from m8.c to m10.e.
|
[verb='create',form='circle',call='circleFromTo',from='m8.C',to='m10.E']
|
|
circle from dots a to vrf c.
|
[verb='create',form='circle',call='circleFromTo',from='dots.A',to='vrf.C']
|
|
circle through qtf point a,qtf point b,qtf point c.
|
[verb='create',form='circle',call='circleThrough3Points',through1='qtf.A',through2='qtf.B',through3='qtf.C']
|
|
circle through vxn point d, point a, point b.
|
[verb='create',form='circle',call='circleThrough3Points',through1='vxn.D',through2='vxn.A',through3='vxn.B']
|
|
rectangle at 4,35.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=4,y=35]
|
|
rectangle cbx.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='cbx',width=5,height=3,x=0,y=0]
|
|
at 4,16 rectangle called iqq.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='iqq',width=5,height=3,x=4,y=16]
|
|
rectangle named ykw.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='ykw',width=5,height=3,x=0,y=0]
|
|
create rectangle of 8,4.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=8,height=4,x=0,y=0]
|
|
9,17 a rectangle of 3 by 7.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=3,height=7,x=9,y=17]
|
|
rectangle width 8,height 26.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=8,height=26,x=0,y=0]
|
|
rectangle dst at 24,27 and 2 by 14.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='dst',width=2,height=14,x=24,y=27]
|
|
iron colored rectangle.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='iron',width=5,height=3,x=0,y=0]
|
|
rectangle color smoky with 5 by 3.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='smoky',width=5,height=3,x=0,y=0]
|
|
color fire rectangle.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='fire',width=5,height=3,x=0,y=0]
|
|
lava rectangle 29 by 6.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='lava',width=29,height=6,x=0,y=0]
|
|
rectangle from 21,16 to 16,7.
|
[verb='create',form='quad',call='quadFromTo',from='21|16',to='16|7']
|
|
rectangle from 11 10 to 20 26.
|
[verb='create',form='quad',call='quadFromTo',from='11|10',to='20|26']
|
|
rectangle from m9 to nmi.
|
[verb='create',form='quad',call='quadFromTo',from='m9',to='nmi']
|
|
rectangle from m6 center to vrf center.
|
[verb='create',form='quad',call='quadFromTo',from='m6.center',to='vrf.center']
|
|
rectangle from tr1 point a to m7 point c.
|
[verb='create',form='quad',call='quadFromTo',from='tr1.A',to='m7.C']
|
|
rectangle from m3 bottom right to cpd top left.
|
[verb='create',form='quad',call='quadFromTo',from='m3.bottomRight',to='cpd.topLeft']
|
|
4,32 a triangle of 1 by 24.
|
[verb='create',form='triangle',call='triangleByPoints',width=1,height=24,x=4,y=32]
|
|
triangle right of 8 by 1.
|
[verb='create',form='triangle',call='triangleByPoints',right=true,width=8,height=1,x=0,y=0]
|
|
triangle right at 38,4 and 5 by 5.
|
[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=38,y=4]
|
|
38,28 a triangle right of 5 by 19.
|
[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=19,x=38,y=28]
|
|
wasabi triangle through 1,17 and 18,28 and 13,14.
|
[verb='create',form='triangle',call='triangleByPoints',color='wasabi',A ='1|17',B ='18|28',C ='13|14']
|
|
ceramic segment 2,5 to 7,4.
|
[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='ceramic']
|
|
segment color oil 2,5 to 7,4.
|
[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='oil']
|
|
segment from 26,20 to 7,2.
|
[fverb='create',form='segment',call='segmentFromTo',from='26|20',to='7|2']
|
|
segment from 3 21 to 24 25.
|
[verb='create',form='segment',call='segmentFromTo',from='3|21',to='24|25']
|
|
segment from m10 to tr1.
|
[verb='create',form='segment',call='segmentFromTo',from='m10',to='tr1']
|
|
segment from m5 center to m4 center.
|
[verb='create',form='segment',call='segmentFromTo',from='m5.center',to='m4.center']
|
|
segment from xgj center to tr2 center.
|
[verb='create',form='segment',call='segmentFromTo',from='xgj.center',to='tr2.center']
|
|
segment from m6 point a to rmx point c.
|
[verb='create',form='segment',call='segmentFromTo',from='m6.A',to='rmx.C']
|
|
segment from xgj bottom right to m2 top left.
|
[verb='create',form='segment',call='segmentFromTo',from='xgj.bottomRight',to='m2.topLeft']
|
|
point lpa.
|
[verb='create',form='point',call='pointFrom',name='lpa',x=0,y=0]
|
|
point 8,15.
|
[verb='create',form='point',call='pointFrom',x=8,y=15]
|
|
point fti 21,12.
|
[verb='create',form='point',call='pointFrom',name='fti',x=21,y=12]
|
|
point 29,-23.
|
[verb='create',form='point',call='pointFrom',x=29,y=-23]
|
|
point -13,21.
|
[verb='create',form='point',call='pointFrom',x=-13,y=21]
|
|
point -20,-3.
|
[verb='create',form='point',call='pointFrom',x=-20,y=-3]
|
|
create point at 11 and 14.
|
[verb='create',form='point',call='pointFrom',x=11,y=14]
|
|
create point 26 3.
|
[verb='create',form='point',call='pointFrom',x=26,y=3]
|
|
create point at 19, 21.
|
[verb='create',form='point',call='pointFrom',x=19,y=21]
|
|
circle 4.
|
[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0]
|
|
circle pet 5 at 26,33.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='pet',radius=5,x=26,y=33]
|
|
circle jdj 3.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='jdj',radius=3,x=0,y=0]
|
|
create a circle of 1 at 7,26.
|
[verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=7,y=26]
|
|
circle called ric of 2.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='ric',radius=2,x=0,y=0]
|
|
create circle rvv with 3 at 20,15.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='rvv',radius=3,x=20,y=15]
|
|
concrete circle 4.
|
[verb='create',form='circle',call='circleCenterAndRadius',color='concrete',radius=4,x=0,y=0]
|
|
matisse color circle 2.
|
[verb='create',form='circle',call='circleCenterAndRadius',color='matisse',radius=2,x=0,y=0]
|
|
create circle 4 with color jasmine.
|
[verb='create',form='circle',call='circleCenterAndRadius',color='jasmine',radius=4,x=0,y=0]
|
|
acadia circle named cmr of 2.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='cmr',color='acadia',radius=2,x=0,y=0]
|
|
circle of radius 3.
|
[form=circle',radius=3,x=0,y=0]
|
|
circle called npq radius 3.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='npq',radius=3,x=0,y=0]
|
|
circle oat of radius 3 at 24, 35.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='oat',radius=3,x=24,y=35]
|
|
circle bmm of 3 at 13, 34.
|
[verb='create',form='circle',call='circleCenterAndRadius',name='bmm',radius=3,x=13,y=34]
|
|
circle from xgj to m3.
|
[verb='create',form='circle',call='circleFromTo',from='xgj',to='m3']
|
|
circle glf from m7 to tr4.
|
[verb='create',form='circle',call='circleFromTo',name=glf,from='m7',to='tr4']
|
|
circle from nmi.c to tr4.e.
|
[verb='create',form='circle',call='circleFromTo',from='nmi.C',to='tr4.E']
|
|
circle from m10 a to jsd c.
|
[verb='create',form='circle',call='circleFromTo',from='m10.A',to='jsd.C']
|
|
circle through tmf point a,tmf point b,tmf point c.
|
[verb='create',form='circle',call='circleThrough3Points',through1='tmf.A',through2='tmf.B',through3='tmf.C']
|
|
circle through efc point d, point a, point b.
|
[verb='create',form='circle',call='circleThrough3Points',through1='efc.D',through2='efc.A',through3='efc.B']
|
|
rectangle at 30,28.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=30,y=28]
|
|
rectangle bhm.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='bhm',width=5,height=3,x=0,y=0]
|
|
at 21,5 rectangle called opw.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='opw',width=5,height=3,x=21,y=5]
|
|
rectangle named bmj.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='bmj',width=5,height=3,x=0,y=0]
|
|
create rectangle of 16,15.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=15,x=0,y=0]
|
|
9,5 a rectangle of 21 by 16.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=21,height=16,x=9,y=5]
|
|
rectangle width 16,height 1.
|
[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=1,x=0,y=0]
|
|
rectangle wsy at 25,3 and 23 by 8.
|
[verb='create',form='quad',call='quadByWidthAndHeight',name='wsy',width=23,height=8,x=25,y=3]
|
|
black colored rectangle.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='black',width=5,height=3,x=0,y=0]
|
|
rectangle color gray with 5 by 3.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='gray',width=5,height=3,x=0,y=0]
|
|
color oil rectangle.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='oil',width=5,height=3,x=0,y=0]
|
|
mortar rectangle 23 by 25.
|
[verb='create',form='quad',call='quadByWidthAndHeight',color='mortar',width=23,height=25,x=0,y=0]
|
|
rectangle from 24,1 to 23,20.
|
[verb='create',form='quad',call='quadFromTo',from='24|1',to='23|20']
|
|
rectangle from 7 19 to 3 13.
|
[verb='create',form='quad',call='quadFromTo',from='7|19',to='3|13']
|
|
rectangle from vrf to m1.
|
[verb='create',form='quad',call='quadFromTo',from='vrf',to='m1']
|
|
rectangle from joy center to m2 center.
|
[verb='create',form='quad',call='quadFromTo',from='joy.center',to='m2.center']
|
|
rectangle from ncv point a to m5 point c.
|
[verb='create',form='quad',call='quadFromTo',from='ncv.A',to='m5.C']
|
|
rectangle from m10 bottom right to m10 top left.
|
[verb='create',form='quad',call='quadFromTo',from='m10.bottomRight',to='m10.topLeft']
|
|
37,37 a triangle of 25 by 17.
|
[verb='create',form='triangle',call='triangleByPoints',width=25,height=17,x=37,y=37]
|
|
triangle right of 7 by 27.
|
[verb='create',form='triangle',call='triangleByPoints',right=true,width=7,height=27,x=0,y=0]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.