instruction
stringlengths 7
55
| input
stringclasses 1
value | output
stringlengths 21
108
|
---|---|---|
rectangle named svt. | [verb='create',form='quad',call='quadByWidthAndHeight',name='svt',width=5,height=3,x=0,y=0] |
|
create rectangle of 5,19. | [verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=19,x=0,y=0] |
|
12,36 a rectangle of 16 by 11. | [verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=11,x=12,y=36] |
|
rectangle width 18,height 7. | [verb='create',form='quad',call='quadByWidthAndHeight',width=18,height=7,x=0,y=0] |
|
rectangle nwd at 14,12 and 20 by 19. | [verb='create',form='quad',call='quadByWidthAndHeight',name='nwd',width=20,height=19,x=14,y=12] |
|
jade colored rectangle. | [verb='create',form='quad',call='quadByWidthAndHeight',color='jade',width=5,height=3,x=0,y=0] |
|
rectangle color tea with 5 by 3. | [verb='create',form='quad',call='quadByWidthAndHeight',color='tea',width=5,height=3,x=0,y=0] |
|
color jasmine rectangle. | [verb='create',form='quad',call='quadByWidthAndHeight',color='jasmine',width=5,height=3,x=0,y=0] |
|
persimmon rectangle 21 by 13. | [verb='create',form='quad',call='quadByWidthAndHeight',color='persimmon',width=21,height=13,x=0,y=0] |
|
rectangle from 17,27 to 5,19. | [verb='create',form='quad',call='quadFromTo',from='17|27',to='5|19'] |
|
rectangle from 13 15 to 20 5. | [verb='create',form='quad',call='quadFromTo',from='13|15',to='20|5'] |
|
rectangle from vrf to tr3. | [verb='create',form='quad',call='quadFromTo',from='vrf',to='tr3'] |
|
rectangle from wfj center to m11 center. | [verb='create',form='quad',call='quadFromTo',from='wfj.center',to='m11.center'] |
|
rectangle from dots point a to tr4 point c. | [verb='create',form='quad',call='quadFromTo',from='dots.A',to='tr4.C'] |
|
rectangle from m0 bottom right to m0 top left. | [verb='create',form='quad',call='quadFromTo',from='m0.bottomRight',to='m0.topLeft'] |
|
21,3 a triangle of 23 by 11. | [verb='create',form='triangle',call='triangleByPoints',width=23,height=11,x=21,y=3] |
|
triangle right of 18 by 20. | [verb='create',form='triangle',call='triangleByPoints',right=true,width=18,height=20,x=0,y=0] |
|
triangle right at 6,42 and 5 by 5. | [verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=6,y=42] |
|
29,27 a triangle right of 16 by 28. | [verb='create',form='triangle',call='triangleByPoints',right=true,width=16,height=28,x=29,y=27] |
|
hurricane triangle through 1,17 and 18,28 and 13,14. | [verb='create',form='triangle',call='triangleByPoints',color='hurricane',A ='1|17',B ='18|28',C ='13|14'] |
|
meteor segment 2,5 to 7,4. | [verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='meteor'] |
|
segment color juniper 2,5 to 7,4. | [verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='juniper'] |
|
segment from 24,13 to 16,18. | [fverb='create',form='segment',call='segmentFromTo',from='24|13',to='16|18'] |
|
segment from 31 7 to 28 6. | [verb='create',form='segment',call='segmentFromTo',from='31|7',to='28|6'] |
|
segment from m2 to m5. | [verb='create',form='segment',call='segmentFromTo',from='m2',to='m5'] |
|
segment from m1 center to jsd center. | [verb='create',form='segment',call='segmentFromTo',from='m1.center',to='jsd.center'] |
|
segment from tr2 center to tr5 center. | [verb='create',form='segment',call='segmentFromTo',from='tr2.center',to='tr5.center'] |
|
segment from joy point a to m0 point c. | [verb='create',form='segment',call='segmentFromTo',from='joy.A',to='m0.C'] |
|
segment from tr5 bottom right to tr2 top left. | [verb='create',form='segment',call='segmentFromTo',from='tr5.bottomRight',to='tr2.topLeft'] |
|
point nff. | [verb='create',form='point',call='pointFrom',name='nff',x=0,y=0] |
|
point 6,10. | [verb='create',form='point',call='pointFrom',x=6,y=10] |
|
point sgi 23,9. | [verb='create',form='point',call='pointFrom',name='sgi',x=23,y=9] |
|
point 29,-28. | [verb='create',form='point',call='pointFrom',x=29,y=-28] |
|
point -22,23. | [verb='create',form='point',call='pointFrom',x=-22,y=23] |
|
point -28,-8. | [verb='create',form='point',call='pointFrom',x=-28,y=-8] |
|
create point at 29 and 24. | [verb='create',form='point',call='pointFrom',x=29,y=24] |
|
create point 23 23. | [verb='create',form='point',call='pointFrom',x=23,y=23] |
|
create point at 10, 29. | [verb='create',form='point',call='pointFrom',x=10,y=29] |
|
circle moc 1 at 9,24. | [verb='create',form='circle',call='circleCenterAndRadius',name='moc',radius=1,x=9,y=24] |
|
circle gsy 3. | [verb='create',form='circle',call='circleCenterAndRadius',name='gsy',radius=3,x=0,y=0] |
|
circle radius 1. | [verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=0,y=0] |
|
create a circle of 5 at 12,11. | [verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=12,y=11] |
|
circle called xmy of 4. | [verb='create',form='circle',call='circleCenterAndRadius',name='xmy',radius=4,x=0,y=0] |
|
create circle nyh with 4 at 34,16. | [verb='create',form='circle',call='circleCenterAndRadius',name='nyh',radius=4,x=34,y=16] |
|
astral circle 5. | [verb='create',form='circle',call='circleCenterAndRadius',color='astral',radius=5,x=0,y=0] |
|
salmon color circle 5. | [verb='create',form='circle',call='circleCenterAndRadius',color='salmon',radius=5,x=0,y=0] |
|
create circle 4 with color marzipan. | [verb='create',form='circle',call='circleCenterAndRadius',color='marzipan',radius=4,x=0,y=0] |
|
pablo circle named jmn of 4. | [verb='create',form='circle',call='circleCenterAndRadius',name='jmn',color='pablo',radius=4,x=0,y=0] |
|
circle radius 4. | [verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0] |
|
circle called tmc radius 4. | [verb='create',form='circle',call='circleCenterAndRadius',name='tmc',radius=4,x=0,y=0] |
|
circle bwh of radius 5 at 22, 4. | [verb='create',form='circle',call='circleCenterAndRadius',name='bwh',radius=5,x=22,y=4] |
|
circle wbt of 1 at 46, 30. | [verb='create',form='circle',call='circleCenterAndRadius',name='wbt',radius=1,x=46,y=30] |
|
circle from m11 to m6. | [verb='create',form='circle',call='circleFromTo',from='m11',to='m6'] |
|
circle pdp from tr3 to m1. | [verb='create',form='circle',call='circleFromTo',name=pdp,from='tr3',to='m1'] |
|
circle from m7.c to m7.e. | [verb='create',form='circle',call='circleFromTo',from='m7.C',to='m7.E'] |
|
circle from xgz a to m10 c. | [verb='create',form='circle',call='circleFromTo',from='xgz.A',to='m10.C'] |
|
circle through zha point a,zha point b,zha point c. | [verb='create',form='circle',call='circleThrough3Points',through1='zha.A',through2='zha.B',through3='zha.C'] |
|
circle through wtn point d, point a, point b. | [verb='create',form='circle',call='circleThrough3Points',through1='wtn.D',through2='wtn.A',through3='wtn.B'] |
|
rectangle at 36,27. | [verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=36,y=27] |
|
rectangle sdk. | [verb='create',form='quad',call='quadByWidthAndHeight',name='sdk',width=5,height=3,x=0,y=0] |
|
at 34,6 rectangle called yql. | [verb='create',form='quad',call='quadByWidthAndHeight',name='yql',width=5,height=3,x=34,y=6] |
|
rectangle named ogh. | [verb='create',form='quad',call='quadByWidthAndHeight',name='ogh',width=5,height=3,x=0,y=0] |
|
create rectangle of 18,26. | [verb='create',form='quad',call='quadByWidthAndHeight',width=18,height=26,x=0,y=0] |
|
26,18 a rectangle of 16 by 27. | [verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=27,x=26,y=18] |
|
rectangle width 11,height 4. | [verb='create',form='quad',call='quadByWidthAndHeight',width=11,height=4,x=0,y=0] |
|
rectangle jmi at 26,14 and 23 by 27. | [verb='create',form='quad',call='quadByWidthAndHeight',name='jmi',width=23,height=27,x=26,y=14] |
|
purple colored rectangle. | [verb='create',form='quad',call='quadByWidthAndHeight',color='purple',width=5,height=3,x=0,y=0] |
|
rectangle color everglade with 5 by 3. | [verb='create',form='quad',call='quadByWidthAndHeight',color='everglade',width=5,height=3,x=0,y=0] |
|
color white rectangle. | [verb='create',form='quad',call='quadByWidthAndHeight',color='white',width=5,height=3,x=0,y=0] |
|
astral rectangle 26 by 24. | [verb='create',form='quad',call='quadByWidthAndHeight',color='astral',width=26,height=24,x=0,y=0] |
|
rectangle from 3,12 to 15,18. | [verb='create',form='quad',call='quadFromTo',from='3|12',to='15|18'] |
|
rectangle from 21 12 to 3 7. | [verb='create',form='quad',call='quadFromTo',from='21|12',to='3|7'] |
|
rectangle from m10 to m1. | [verb='create',form='quad',call='quadFromTo',from='m10',to='m1'] |
|
rectangle from m6 center to dots center. | [verb='create',form='quad',call='quadFromTo',from='m6.center',to='dots.center'] |
|
rectangle from xgz point a to m4 point c. | [verb='create',form='quad',call='quadFromTo',from='xgz.A',to='m4.C'] |
|
rectangle from m8 bottom right to tr4 top left. | [verb='create',form='quad',call='quadFromTo',from='m8.bottomRight',to='tr4.topLeft'] |
|
27,27 a triangle of 1 by 16. | [verb='create',form='triangle',call='triangleByPoints',width=1,height=16,x=27,y=27] |
|
triangle right of 5 by 13. | [verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=13,x=0,y=0] |
|
triangle right at 12,39 and 5 by 5. | [verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=12,y=39] |
|
4,19 a triangle right of 28 by 6. | [verb='create',form='triangle',call='triangleByPoints',right=true,width=28,height=6,x=4,y=19] |
|
venus triangle through 1,17 and 18,28 and 13,14. | [verb='create',form='triangle',call='triangleByPoints',color='venus',A ='1|17',B ='18|28',C ='13|14'] |
|
bean segment 2,5 to 7,4. | [verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='bean'] |
|
segment color sepia 2,5 to 7,4. | [verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='sepia'] |
|
segment from 26,11 to 14,30. | [fverb='create',form='segment',call='segmentFromTo',from='26|11',to='14|30'] |
|
segment from 19 28 to 10 19. | [verb='create',form='segment',call='segmentFromTo',from='19|28',to='10|19'] |
|
segment from tr2 to nmi. | [verb='create',form='segment',call='segmentFromTo',from='tr2',to='nmi'] |
|
segment from vrf center to cpd center. | [verb='create',form='segment',call='segmentFromTo',from='vrf.center',to='cpd.center'] |
|
segment from m3 center to tr5 center. | [verb='create',form='segment',call='segmentFromTo',from='m3.center',to='tr5.center'] |
|
segment from m10 point a to m2 point c. | [verb='create',form='segment',call='segmentFromTo',from='m10.A',to='m2.C'] |
|
segment from jsd bottom right to tr5 top left. | [verb='create',form='segment',call='segmentFromTo',from='jsd.bottomRight',to='tr5.topLeft'] |
|
point cyz. | [verb='create',form='point',call='pointFrom',name='cyz',x=0,y=0] |
|
point 9,29. | [verb='create',form='point',call='pointFrom',x=9,y=29] |
|
point knr 26,15. | [verb='create',form='point',call='pointFrom',name='knr',x=26,y=15] |
|
point 2,-27. | [verb='create',form='point',call='pointFrom',x=2,y=-27] |
|
point -14,29. | [verb='create',form='point',call='pointFrom',x=-14,y=29] |
|
point -8,-23. | [verb='create',form='point',call='pointFrom',x=-8,y=-23] |
|
create point at 4 and 5. | [verb='create',form='point',call='pointFrom',x=4,y=5] |
|
create point 12 9. | [verb='create',form='point',call='pointFrom',x=12,y=9] |
|
create point at 20, 4. | [verb='create',form='point',call='pointFrom',x=20,y=4] |
|
circle 2. | [verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=0,y=0] |