geo / dataset.jsonl
BlueAquilae's picture
Upload dataset.jsonl
165ee66 verified
{"instruction": "circle 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=3,x=0,y=0]"}
{"instruction": "circle yso 1 at 8,13.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='yso',radius=1,x=8,y=13]"}
{"instruction": "circle kbk 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='kbk',radius=4,x=0,y=0]"}
{"instruction": "circle radius 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=3,x=0,y=0]"}
{"instruction": "create a circle of 2 at 28,26.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=28,y=26]"}
{"instruction": "circle called azm of 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='azm',radius=5,x=0,y=0]"}
{"instruction": "create circle vqp with 5 at 13,12.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='vqp',radius=5,x=13,y=12]"}
{"instruction": "camarone circle 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='camarone',radius=5,x=0,y=0]"}
{"instruction": "hibiscus color circle 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='hibiscus',radius=5,x=0,y=0]"}
{"instruction": "create circle 5 with color mint.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='mint',radius=5,x=0,y=0]"}
{"instruction": "pistachio circle named txb of 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='txb',color='pistachio',radius=3,x=0,y=0]"}
{"instruction": "circle radius 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=0,y=0]"}
{"instruction": "circle of radius 1.", "input": "", "output": "[form=circle',radius=1,x=0,y=0]"}
{"instruction": "circle called hzs radius 1.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='hzs',radius=1,x=0,y=0]"}
{"instruction": "circle kww of radius 3 at 9, 40.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='kww',radius=3,x=9,y=40]"}
{"instruction": "circle tov of 3 at 8, 20.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='tov',radius=3,x=8,y=20]"}
{"instruction": "circle from 0,0 to 9,8.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='0|0',to='9|8']"}
{"instruction": "circle from 22 44 to 13 45.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='22|44',to='13|45']"}
{"instruction": "circle from kwg to tr2.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='kwg',to='tr2']"}
{"instruction": "circle swv from vrf to xgz.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',name=swv,from='vrf',to='xgz']"}
{"instruction": "circle from vrf.c to cpd.e.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='vrf.C',to='cpd.E']"}
{"instruction": "circle from ncv a to m3 c.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='ncv.A',to='m3.C']"}
{"instruction": "circle through 8,8 ,13,18 and 7,9.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='8|8',through2='13|18',through3='7|9']"}
{"instruction": "circle through 15,1 and 20,10 and 9,8.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='15|1',through2='20|10',through3='9|8']"}
{"instruction": "circle through 23,23 22,16 21,26.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='23|23',through2='22|16',through3='21|26']"}
{"instruction": "circle through TR3 KWG RMX.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='TR3',through2='KWG',through3='RMX']"}
{"instruction": "circle through tsl point a,tsl point b,tsl point c.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='tsl.A',through2='tsl.B',through3='tsl.C']"}
{"instruction": "circle through ubb point d, point a, point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='ubb.D',through2='ubb.A',through3='ubb.B']"}
{"instruction": "circle through TR3 point d,NMI point e and TR1 point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='TR3.D',through2='NMI.E',through3='TR1.B']"}
{"instruction": "rectangle at 25,28.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=25,y=28]"}
{"instruction": "rectangle xdk.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='xdk',width=5,height=3,x=0,y=0]"}
{"instruction": "at 13,38 rectangle called rni.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='rni',width=5,height=3,x=13,y=38]"}
{"instruction": "rectangle named vpx.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='vpx',width=5,height=3,x=0,y=0]"}
{"instruction": "create rectangle of 11,8.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=11,height=8,x=0,y=0]"}
{"instruction": "7,22 a rectangle of 15 by 1.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=15,height=1,x=7,y=22]"}
{"instruction": "rectangle width 23,height 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=23,height=3,x=0,y=0]"}
{"instruction": "rectangle sbn at 4,2 and 8 by 27.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='sbn',width=8,height=27,x=4,y=2]"}
{"instruction": "leather colored rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='leather',width=5,height=3,x=0,y=0]"}
{"instruction": "rectangle color citrus with 5 by 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='citrus',width=5,height=3,x=0,y=0]"}
{"instruction": "color mortar rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='mortar',width=5,height=3,x=0,y=0]"}
{"instruction": "teal rectangle 10 by 5.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='teal',width=10,height=5,x=0,y=0]"}
{"instruction": "rectangle from 18,4 to 10,19.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='18|4',to='10|19']"}
{"instruction": "rectangle from 25 3 to 12 25.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='25|3',to='12|25']"}
{"instruction": "rectangle from tr3 to m1.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='tr3',to='m1']"}
{"instruction": "rectangle from nmi center to m11 center.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='nmi.center',to='m11.center']"}
{"instruction": "rectangle from m6 point a to jsd point c.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m6.A',to='jsd.C']"}
{"instruction": "rectangle from joy bottom right to jsd top left.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='joy.bottomRight',to='jsd.topLeft']"}
{"instruction": "4,25 a triangle of 22 by 24.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',width=22,height=24,x=4,y=25]"}
{"instruction": "triangle right.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=0,y=0]"}
{"instruction": "triangle right of 11 by 12.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=11,height=12,x=0,y=0]"}
{"instruction": "triangle right at 21,25 and 5 by 5.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=21,y=25]"}
{"instruction": "40,23 a triangle right of 4 by 16.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=4,height=16,x=40,y=23]"}
{"instruction": "triangle through 10,7 ,7,18 and 28,27.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',A ='10|7',B ='7|18',C ='28|27']"}
{"instruction": "triangle through 6,12 and 10,18 and 0,12.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',A ='6|12',B ='10|18',C ='0|12']"}
{"instruction": "porcelain triangle through 1,17 and 18,28 and 13,14.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',color='porcelain',A ='1|17',B ='18|28',C ='13|14']"}
{"instruction": "segment from 1,3 to 5,8.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='1|3',to='5|8']"}
{"instruction": "segment 4,2 to 6,9.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='4|2',to='6|9']"}
{"instruction": "segment 2,5 and 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4']"}
{"instruction": "iceberg segment 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='iceberg']"}
{"instruction": "segment color shadow 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='shadow']"}
{"instruction": "segment from 4,11 to 28,7.", "input": "", "output": "[fverb='create',form='segment',call='segmentFromTo',from='4|11',to='28|7']"}
{"instruction": "segment from 7 13 to 30 13.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='7|13',to='30|13']"}
{"instruction": "segment from wfj to m3.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='wfj',to='m3']"}
{"instruction": "segment from m3 center to tr2 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m3.center',to='tr2.center']"}
{"instruction": "segment from m5 center to ncv center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m5.center',to='ncv.center']"}
{"instruction": "segment from dots point a to wfj point c.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='dots.A',to='wfj.C']"}
{"instruction": "segment from m7 bottom right to m5 top left.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m7.bottomRight',to='m5.topLeft']"}
{"instruction": "point znh.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='znh',x=0,y=0]"}
{"instruction": "point 16,5.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=16,y=5]"}
{"instruction": "point vlc 18,18.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='vlc',x=18,y=18]"}
{"instruction": "point 9,-1.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=9,y=-1]"}
{"instruction": "point -9,7.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-9,y=7]"}
{"instruction": "point -17,-16.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-17,y=-16]"}
{"instruction": "create point.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=0,y=0]"}
{"instruction": "create point at 11 and 20.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=11,y=20]"}
{"instruction": "create point 3 13.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=3,y=13]"}
{"instruction": "create point at 8, 22.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=8,y=22]"}
{"instruction": "circle hcs 4 at 27,26.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='hcs',radius=4,x=27,y=26]"}
{"instruction": "circle skr 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='skr',radius=2,x=0,y=0]"}
{"instruction": "create a circle of 2 at 35,35.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=35,y=35]"}
{"instruction": "circle called zyb of 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='zyb',radius=3,x=0,y=0]"}
{"instruction": "create circle rcf with 4 at 14,15.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='rcf',radius=4,x=14,y=15]"}
{"instruction": "indigo circle 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='indigo',radius=4,x=0,y=0]"}
{"instruction": "orchid color circle 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='orchid',radius=2,x=0,y=0]"}
{"instruction": "create circle 5 with color peanut.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='peanut',radius=5,x=0,y=0]"}
{"instruction": "cinnamon circle named jsi of 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='jsi',color='cinnamon',radius=3,x=0,y=0]"}
{"instruction": "circle radius 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=0,y=0]"}
{"instruction": "circle of radius 2.", "input": "", "output": "[form=circle',radius=2,x=0,y=0]"}
{"instruction": "circle called tkc radius 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='tkc',radius=5,x=0,y=0]"}
{"instruction": "circle ipl of radius 2 at 17, 27.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='ipl',radius=2,x=17,y=27]"}
{"instruction": "circle uhq of 2 at 13, 19.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='uhq',radius=2,x=13,y=19]"}
{"instruction": "circle from xgz to m5.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='xgz',to='m5']"}
{"instruction": "circle uhm from m4 to m5.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',name=uhm,from='m4',to='m5']"}
{"instruction": "circle from nmi.c to joy.e.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='nmi.C',to='joy.E']"}
{"instruction": "circle from kwg a to m9 c.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='kwg.A',to='m9.C']"}
{"instruction": "circle through ona point a,ona point b,ona point c.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='ona.A',through2='ona.B',through3='ona.C']"}
{"instruction": "circle through bdd point d, point a, point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='bdd.D',through2='bdd.A',through3='bdd.B']"}
{"instruction": "rectangle at 16,23.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=16,y=23]"}
{"instruction": "rectangle enk.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='enk',width=5,height=3,x=0,y=0]"}
{"instruction": "at 37,11 rectangle called efs.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='efs',width=5,height=3,x=37,y=11]"}
{"instruction": "rectangle named svt.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='svt',width=5,height=3,x=0,y=0]"}
{"instruction": "create rectangle of 5,19.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=19,x=0,y=0]"}
{"instruction": "12,36 a rectangle of 16 by 11.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=11,x=12,y=36]"}
{"instruction": "rectangle width 18,height 7.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=18,height=7,x=0,y=0]"}
{"instruction": "rectangle nwd at 14,12 and 20 by 19.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='nwd',width=20,height=19,x=14,y=12]"}
{"instruction": "jade colored rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='jade',width=5,height=3,x=0,y=0]"}
{"instruction": "rectangle color tea with 5 by 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='tea',width=5,height=3,x=0,y=0]"}
{"instruction": "color jasmine rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='jasmine',width=5,height=3,x=0,y=0]"}
{"instruction": "persimmon rectangle 21 by 13.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='persimmon',width=21,height=13,x=0,y=0]"}
{"instruction": "rectangle from 17,27 to 5,19.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='17|27',to='5|19']"}
{"instruction": "rectangle from 13 15 to 20 5.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='13|15',to='20|5']"}
{"instruction": "rectangle from vrf to tr3.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='vrf',to='tr3']"}
{"instruction": "rectangle from wfj center to m11 center.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='wfj.center',to='m11.center']"}
{"instruction": "rectangle from dots point a to tr4 point c.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='dots.A',to='tr4.C']"}
{"instruction": "rectangle from m0 bottom right to m0 top left.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m0.bottomRight',to='m0.topLeft']"}
{"instruction": "21,3 a triangle of 23 by 11.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',width=23,height=11,x=21,y=3]"}
{"instruction": "triangle right of 18 by 20.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=18,height=20,x=0,y=0]"}
{"instruction": "triangle right at 6,42 and 5 by 5.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=6,y=42]"}
{"instruction": "29,27 a triangle right of 16 by 28.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=16,height=28,x=29,y=27]"}
{"instruction": "hurricane triangle through 1,17 and 18,28 and 13,14.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',color='hurricane',A ='1|17',B ='18|28',C ='13|14']"}
{"instruction": "meteor segment 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='meteor']"}
{"instruction": "segment color juniper 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='juniper']"}
{"instruction": "segment from 24,13 to 16,18.", "input": "", "output": "[fverb='create',form='segment',call='segmentFromTo',from='24|13',to='16|18']"}
{"instruction": "segment from 31 7 to 28 6.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='31|7',to='28|6']"}
{"instruction": "segment from m2 to m5.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m2',to='m5']"}
{"instruction": "segment from m1 center to jsd center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m1.center',to='jsd.center']"}
{"instruction": "segment from tr2 center to tr5 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='tr2.center',to='tr5.center']"}
{"instruction": "segment from joy point a to m0 point c.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='joy.A',to='m0.C']"}
{"instruction": "segment from tr5 bottom right to tr2 top left.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='tr5.bottomRight',to='tr2.topLeft']"}
{"instruction": "point nff.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='nff',x=0,y=0]"}
{"instruction": "point 6,10.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=6,y=10]"}
{"instruction": "point sgi 23,9.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='sgi',x=23,y=9]"}
{"instruction": "point 29,-28.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=29,y=-28]"}
{"instruction": "point -22,23.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-22,y=23]"}
{"instruction": "point -28,-8.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-28,y=-8]"}
{"instruction": "create point at 29 and 24.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=29,y=24]"}
{"instruction": "create point 23 23.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=23,y=23]"}
{"instruction": "create point at 10, 29.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=10,y=29]"}
{"instruction": "circle moc 1 at 9,24.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='moc',radius=1,x=9,y=24]"}
{"instruction": "circle gsy 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='gsy',radius=3,x=0,y=0]"}
{"instruction": "circle radius 1.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=0,y=0]"}
{"instruction": "create a circle of 5 at 12,11.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=12,y=11]"}
{"instruction": "circle called xmy of 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='xmy',radius=4,x=0,y=0]"}
{"instruction": "create circle nyh with 4 at 34,16.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='nyh',radius=4,x=34,y=16]"}
{"instruction": "astral circle 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='astral',radius=5,x=0,y=0]"}
{"instruction": "salmon color circle 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='salmon',radius=5,x=0,y=0]"}
{"instruction": "create circle 4 with color marzipan.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='marzipan',radius=4,x=0,y=0]"}
{"instruction": "pablo circle named jmn of 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='jmn',color='pablo',radius=4,x=0,y=0]"}
{"instruction": "circle radius 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0]"}
{"instruction": "circle called tmc radius 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='tmc',radius=4,x=0,y=0]"}
{"instruction": "circle bwh of radius 5 at 22, 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='bwh',radius=5,x=22,y=4]"}
{"instruction": "circle wbt of 1 at 46, 30.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='wbt',radius=1,x=46,y=30]"}
{"instruction": "circle from m11 to m6.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='m11',to='m6']"}
{"instruction": "circle pdp from tr3 to m1.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',name=pdp,from='tr3',to='m1']"}
{"instruction": "circle from m7.c to m7.e.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='m7.C',to='m7.E']"}
{"instruction": "circle from xgz a to m10 c.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='xgz.A',to='m10.C']"}
{"instruction": "circle through zha point a,zha point b,zha point c.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='zha.A',through2='zha.B',through3='zha.C']"}
{"instruction": "circle through wtn point d, point a, point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='wtn.D',through2='wtn.A',through3='wtn.B']"}
{"instruction": "rectangle at 36,27.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=36,y=27]"}
{"instruction": "rectangle sdk.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='sdk',width=5,height=3,x=0,y=0]"}
{"instruction": "at 34,6 rectangle called yql.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='yql',width=5,height=3,x=34,y=6]"}
{"instruction": "rectangle named ogh.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='ogh',width=5,height=3,x=0,y=0]"}
{"instruction": "create rectangle of 18,26.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=18,height=26,x=0,y=0]"}
{"instruction": "26,18 a rectangle of 16 by 27.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=27,x=26,y=18]"}
{"instruction": "rectangle width 11,height 4.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=11,height=4,x=0,y=0]"}
{"instruction": "rectangle jmi at 26,14 and 23 by 27.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='jmi',width=23,height=27,x=26,y=14]"}
{"instruction": "purple colored rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='purple',width=5,height=3,x=0,y=0]"}
{"instruction": "rectangle color everglade with 5 by 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='everglade',width=5,height=3,x=0,y=0]"}
{"instruction": "color white rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='white',width=5,height=3,x=0,y=0]"}
{"instruction": "astral rectangle 26 by 24.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='astral',width=26,height=24,x=0,y=0]"}
{"instruction": "rectangle from 3,12 to 15,18.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='3|12',to='15|18']"}
{"instruction": "rectangle from 21 12 to 3 7.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='21|12',to='3|7']"}
{"instruction": "rectangle from m10 to m1.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m10',to='m1']"}
{"instruction": "rectangle from m6 center to dots center.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m6.center',to='dots.center']"}
{"instruction": "rectangle from xgz point a to m4 point c.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='xgz.A',to='m4.C']"}
{"instruction": "rectangle from m8 bottom right to tr4 top left.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m8.bottomRight',to='tr4.topLeft']"}
{"instruction": "27,27 a triangle of 1 by 16.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',width=1,height=16,x=27,y=27]"}
{"instruction": "triangle right of 5 by 13.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=13,x=0,y=0]"}
{"instruction": "triangle right at 12,39 and 5 by 5.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=12,y=39]"}
{"instruction": "4,19 a triangle right of 28 by 6.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=28,height=6,x=4,y=19]"}
{"instruction": "venus triangle through 1,17 and 18,28 and 13,14.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',color='venus',A ='1|17',B ='18|28',C ='13|14']"}
{"instruction": "bean segment 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='bean']"}
{"instruction": "segment color sepia 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='sepia']"}
{"instruction": "segment from 26,11 to 14,30.", "input": "", "output": "[fverb='create',form='segment',call='segmentFromTo',from='26|11',to='14|30']"}
{"instruction": "segment from 19 28 to 10 19.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='19|28',to='10|19']"}
{"instruction": "segment from tr2 to nmi.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='tr2',to='nmi']"}
{"instruction": "segment from vrf center to cpd center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='vrf.center',to='cpd.center']"}
{"instruction": "segment from m3 center to tr5 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m3.center',to='tr5.center']"}
{"instruction": "segment from m10 point a to m2 point c.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m10.A',to='m2.C']"}
{"instruction": "segment from jsd bottom right to tr5 top left.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='jsd.bottomRight',to='tr5.topLeft']"}
{"instruction": "point cyz.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='cyz',x=0,y=0]"}
{"instruction": "point 9,29.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=9,y=29]"}
{"instruction": "point knr 26,15.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='knr',x=26,y=15]"}
{"instruction": "point 2,-27.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=2,y=-27]"}
{"instruction": "point -14,29.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-14,y=29]"}
{"instruction": "point -8,-23.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-8,y=-23]"}
{"instruction": "create point at 4 and 5.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=4,y=5]"}
{"instruction": "create point 12 9.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=12,y=9]"}
{"instruction": "create point at 20, 4.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=20,y=4]"}
{"instruction": "circle 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=0,y=0]"}
{"instruction": "circle wzv 3 at 7,18.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='wzv',radius=3,x=7,y=18]"}
{"instruction": "circle xlh 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='xlh',radius=5,x=0,y=0]"}
{"instruction": "create a circle of 4 at 19,11.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=19,y=11]"}
{"instruction": "circle called xym of 1.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='xym',radius=1,x=0,y=0]"}
{"instruction": "create circle qfu with 4 at 32,7.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='qfu',radius=4,x=32,y=7]"}
{"instruction": "frost circle 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='frost',radius=3,x=0,y=0]"}
{"instruction": "mercury color circle 1.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='mercury',radius=1,x=0,y=0]"}
{"instruction": "create circle 5 with color tidal.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='tidal',radius=5,x=0,y=0]"}
{"instruction": "mercury circle named tfl of 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='tfl',color='mercury',radius=3,x=0,y=0]"}
{"instruction": "circle of radius 4.", "input": "", "output": "[form=circle',radius=4,x=0,y=0]"}
{"instruction": "circle called zsn radius 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='zsn',radius=3,x=0,y=0]"}
{"instruction": "circle ijq of radius 5 at 6, 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='ijq',radius=5,x=6,y=4]"}
{"instruction": "circle vyx of 4 at 4, 28.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='vyx',radius=4,x=4,y=28]"}
{"instruction": "circle from xgj to m1.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='xgj',to='m1']"}
{"instruction": "circle mqy from m6 to m1.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',name=mqy,from='m6',to='m1']"}
{"instruction": "circle from m8.c to m10.e.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='m8.C',to='m10.E']"}
{"instruction": "circle from dots a to vrf c.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='dots.A',to='vrf.C']"}
{"instruction": "circle through qtf point a,qtf point b,qtf point c.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='qtf.A',through2='qtf.B',through3='qtf.C']"}
{"instruction": "circle through vxn point d, point a, point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='vxn.D',through2='vxn.A',through3='vxn.B']"}
{"instruction": "rectangle at 4,35.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=4,y=35]"}
{"instruction": "rectangle cbx.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='cbx',width=5,height=3,x=0,y=0]"}
{"instruction": "at 4,16 rectangle called iqq.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='iqq',width=5,height=3,x=4,y=16]"}
{"instruction": "rectangle named ykw.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='ykw',width=5,height=3,x=0,y=0]"}
{"instruction": "create rectangle of 8,4.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=8,height=4,x=0,y=0]"}
{"instruction": "9,17 a rectangle of 3 by 7.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=3,height=7,x=9,y=17]"}
{"instruction": "rectangle width 8,height 26.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=8,height=26,x=0,y=0]"}
{"instruction": "rectangle dst at 24,27 and 2 by 14.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='dst',width=2,height=14,x=24,y=27]"}
{"instruction": "iron colored rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='iron',width=5,height=3,x=0,y=0]"}
{"instruction": "rectangle color smoky with 5 by 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='smoky',width=5,height=3,x=0,y=0]"}
{"instruction": "color fire rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='fire',width=5,height=3,x=0,y=0]"}
{"instruction": "lava rectangle 29 by 6.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='lava',width=29,height=6,x=0,y=0]"}
{"instruction": "rectangle from 21,16 to 16,7.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='21|16',to='16|7']"}
{"instruction": "rectangle from 11 10 to 20 26.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='11|10',to='20|26']"}
{"instruction": "rectangle from m9 to nmi.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m9',to='nmi']"}
{"instruction": "rectangle from m6 center to vrf center.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m6.center',to='vrf.center']"}
{"instruction": "rectangle from tr1 point a to m7 point c.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='tr1.A',to='m7.C']"}
{"instruction": "rectangle from m3 bottom right to cpd top left.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m3.bottomRight',to='cpd.topLeft']"}
{"instruction": "4,32 a triangle of 1 by 24.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',width=1,height=24,x=4,y=32]"}
{"instruction": "triangle right of 8 by 1.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=8,height=1,x=0,y=0]"}
{"instruction": "triangle right at 38,4 and 5 by 5.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=38,y=4]"}
{"instruction": "38,28 a triangle right of 5 by 19.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=19,x=38,y=28]"}
{"instruction": "wasabi triangle through 1,17 and 18,28 and 13,14.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',color='wasabi',A ='1|17',B ='18|28',C ='13|14']"}
{"instruction": "ceramic segment 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='ceramic']"}
{"instruction": "segment color oil 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='oil']"}
{"instruction": "segment from 26,20 to 7,2.", "input": "", "output": "[fverb='create',form='segment',call='segmentFromTo',from='26|20',to='7|2']"}
{"instruction": "segment from 3 21 to 24 25.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='3|21',to='24|25']"}
{"instruction": "segment from m10 to tr1.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m10',to='tr1']"}
{"instruction": "segment from m5 center to m4 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m5.center',to='m4.center']"}
{"instruction": "segment from xgj center to tr2 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='xgj.center',to='tr2.center']"}
{"instruction": "segment from m6 point a to rmx point c.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m6.A',to='rmx.C']"}
{"instruction": "segment from xgj bottom right to m2 top left.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='xgj.bottomRight',to='m2.topLeft']"}
{"instruction": "point lpa.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='lpa',x=0,y=0]"}
{"instruction": "point 8,15.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=8,y=15]"}
{"instruction": "point fti 21,12.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='fti',x=21,y=12]"}
{"instruction": "point 29,-23.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=29,y=-23]"}
{"instruction": "point -13,21.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-13,y=21]"}
{"instruction": "point -20,-3.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-20,y=-3]"}
{"instruction": "create point at 11 and 14.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=11,y=14]"}
{"instruction": "create point 26 3.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=26,y=3]"}
{"instruction": "create point at 19, 21.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=19,y=21]"}
{"instruction": "circle 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0]"}
{"instruction": "circle pet 5 at 26,33.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='pet',radius=5,x=26,y=33]"}
{"instruction": "circle jdj 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='jdj',radius=3,x=0,y=0]"}
{"instruction": "create a circle of 1 at 7,26.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=7,y=26]"}
{"instruction": "circle called ric of 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='ric',radius=2,x=0,y=0]"}
{"instruction": "create circle rvv with 3 at 20,15.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='rvv',radius=3,x=20,y=15]"}
{"instruction": "concrete circle 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='concrete',radius=4,x=0,y=0]"}
{"instruction": "matisse color circle 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='matisse',radius=2,x=0,y=0]"}
{"instruction": "create circle 4 with color jasmine.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='jasmine',radius=4,x=0,y=0]"}
{"instruction": "acadia circle named cmr of 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='cmr',color='acadia',radius=2,x=0,y=0]"}
{"instruction": "circle of radius 3.", "input": "", "output": "[form=circle',radius=3,x=0,y=0]"}
{"instruction": "circle called npq radius 3.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='npq',radius=3,x=0,y=0]"}
{"instruction": "circle oat of radius 3 at 24, 35.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='oat',radius=3,x=24,y=35]"}
{"instruction": "circle bmm of 3 at 13, 34.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='bmm',radius=3,x=13,y=34]"}
{"instruction": "circle from xgj to m3.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='xgj',to='m3']"}
{"instruction": "circle glf from m7 to tr4.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',name=glf,from='m7',to='tr4']"}
{"instruction": "circle from nmi.c to tr4.e.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='nmi.C',to='tr4.E']"}
{"instruction": "circle from m10 a to jsd c.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='m10.A',to='jsd.C']"}
{"instruction": "circle through tmf point a,tmf point b,tmf point c.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='tmf.A',through2='tmf.B',through3='tmf.C']"}
{"instruction": "circle through efc point d, point a, point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='efc.D',through2='efc.A',through3='efc.B']"}
{"instruction": "rectangle at 30,28.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=30,y=28]"}
{"instruction": "rectangle bhm.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='bhm',width=5,height=3,x=0,y=0]"}
{"instruction": "at 21,5 rectangle called opw.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='opw',width=5,height=3,x=21,y=5]"}
{"instruction": "rectangle named bmj.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='bmj',width=5,height=3,x=0,y=0]"}
{"instruction": "create rectangle of 16,15.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=15,x=0,y=0]"}
{"instruction": "9,5 a rectangle of 21 by 16.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=21,height=16,x=9,y=5]"}
{"instruction": "rectangle width 16,height 1.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=1,x=0,y=0]"}
{"instruction": "rectangle wsy at 25,3 and 23 by 8.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='wsy',width=23,height=8,x=25,y=3]"}
{"instruction": "black colored rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='black',width=5,height=3,x=0,y=0]"}
{"instruction": "rectangle color gray with 5 by 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='gray',width=5,height=3,x=0,y=0]"}
{"instruction": "color oil rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='oil',width=5,height=3,x=0,y=0]"}
{"instruction": "mortar rectangle 23 by 25.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='mortar',width=23,height=25,x=0,y=0]"}
{"instruction": "rectangle from 24,1 to 23,20.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='24|1',to='23|20']"}
{"instruction": "rectangle from 7 19 to 3 13.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='7|19',to='3|13']"}
{"instruction": "rectangle from vrf to m1.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='vrf',to='m1']"}
{"instruction": "rectangle from joy center to m2 center.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='joy.center',to='m2.center']"}
{"instruction": "rectangle from ncv point a to m5 point c.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='ncv.A',to='m5.C']"}
{"instruction": "rectangle from m10 bottom right to m10 top left.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m10.bottomRight',to='m10.topLeft']"}
{"instruction": "37,37 a triangle of 25 by 17.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',width=25,height=17,x=37,y=37]"}
{"instruction": "triangle right of 7 by 27.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=7,height=27,x=0,y=0]"}
{"instruction": "triangle right at 36,18 and 5 by 5.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=36,y=18]"}
{"instruction": "14,37 a triangle right of 2 by 1.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=2,height=1,x=14,y=37]"}
{"instruction": "primrose triangle through 1,17 and 18,28 and 13,14.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',color='primrose',A ='1|17',B ='18|28',C ='13|14']"}
{"instruction": "tea segment 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='tea']"}
{"instruction": "segment color purple 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='purple']"}
{"instruction": "segment from 24,31 to 19,24.", "input": "", "output": "[fverb='create',form='segment',call='segmentFromTo',from='24|31',to='19|24']"}
{"instruction": "segment from 30 15 to 10 16.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='30|15',to='10|16']"}
{"instruction": "segment from vrf to tr4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='vrf',to='tr4']"}
{"instruction": "segment from m9 center to m9 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m9.center',to='m9.center']"}
{"instruction": "segment from m8 center to tr3 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m8.center',to='tr3.center']"}
{"instruction": "segment from m7 point a to joy point c.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m7.A',to='joy.C']"}
{"instruction": "segment from m11 bottom right to ncv top left.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m11.bottomRight',to='ncv.topLeft']"}
{"instruction": "point ifz.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='ifz',x=0,y=0]"}
{"instruction": "point 3,25.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=3,y=25]"}
{"instruction": "point vhe 25,20.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='vhe',x=25,y=20]"}
{"instruction": "point 11,-15.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=11,y=-15]"}
{"instruction": "point -11,10.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-11,y=10]"}
{"instruction": "point -18,-1.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-18,y=-1]"}
{"instruction": "create point at 12 and 13.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=12,y=13]"}
{"instruction": "create point 21 16.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=21,y=16]"}
{"instruction": "create point at 27, 2.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=27,y=2]"}
{"instruction": "circle nrr 5 at 13,42.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='nrr',radius=5,x=13,y=42]"}
{"instruction": "circle zlt 4.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='zlt',radius=4,x=0,y=0]"}
{"instruction": "create a circle of 2 at 25,5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=25,y=5]"}
{"instruction": "circle called kzy of 1.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='kzy',radius=1,x=0,y=0]"}
{"instruction": "create circle cjx with 2 at 39,19.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='cjx',radius=2,x=39,y=19]"}
{"instruction": "smoky circle 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='smoky',radius=2,x=0,y=0]"}
{"instruction": "coffee color circle 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='coffee',radius=2,x=0,y=0]"}
{"instruction": "create circle 2 with color turquoise.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',color='turquoise',radius=2,x=0,y=0]"}
{"instruction": "parchment circle named ovs of 5.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='ovs',color='parchment',radius=5,x=0,y=0]"}
{"instruction": "circle called lur radius 2.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='lur',radius=2,x=0,y=0]"}
{"instruction": "circle bwp of radius 2 at 27, 19.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='bwp',radius=2,x=27,y=19]"}
{"instruction": "circle kkh of 5 at 5, 21.", "input": "", "output": "[verb='create',form='circle',call='circleCenterAndRadius',name='kkh',radius=5,x=5,y=21]"}
{"instruction": "circle from joy to jsd.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='joy',to='jsd']"}
{"instruction": "circle wvp from tr4 to xgj.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',name=wvp,from='tr4',to='xgj']"}
{"instruction": "circle from dots.c to m8.e.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='dots.C',to='m8.E']"}
{"instruction": "circle from m9 a to xgz c.", "input": "", "output": "[verb='create',form='circle',call='circleFromTo',from='m9.A',to='xgz.C']"}
{"instruction": "circle through nqc point a,nqc point b,nqc point c.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='nqc.A',through2='nqc.B',through3='nqc.C']"}
{"instruction": "circle through aqp point d, point a, point b.", "input": "", "output": "[verb='create',form='circle',call='circleThrough3Points',through1='aqp.D',through2='aqp.A',through3='aqp.B']"}
{"instruction": "rectangle at 26,15.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=26,y=15]"}
{"instruction": "rectangle vag.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='vag',width=5,height=3,x=0,y=0]"}
{"instruction": "at 28,29 rectangle called tzl.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='tzl',width=5,height=3,x=28,y=29]"}
{"instruction": "rectangle named wnq.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='wnq',width=5,height=3,x=0,y=0]"}
{"instruction": "create rectangle of 3,15.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=3,height=15,x=0,y=0]"}
{"instruction": "27,11 a rectangle of 25 by 18.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=25,height=18,x=27,y=11]"}
{"instruction": "rectangle width 28,height 25.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',width=28,height=25,x=0,y=0]"}
{"instruction": "rectangle ske at 17,7 and 14 by 23.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',name='ske',width=14,height=23,x=17,y=7]"}
{"instruction": "trout colored rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='trout',width=5,height=3,x=0,y=0]"}
{"instruction": "rectangle color melon with 5 by 3.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='melon',width=5,height=3,x=0,y=0]"}
{"instruction": "color cumin rectangle.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='cumin',width=5,height=3,x=0,y=0]"}
{"instruction": "aluminium rectangle 22 by 29.", "input": "", "output": "[verb='create',form='quad',call='quadByWidthAndHeight',color='aluminium',width=22,height=29,x=0,y=0]"}
{"instruction": "rectangle from 17,29 to 22,21.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='17|29',to='22|21']"}
{"instruction": "rectangle from 23 3 to 5 15.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='23|3',to='5|15']"}
{"instruction": "rectangle from m6 to tr1.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m6',to='tr1']"}
{"instruction": "rectangle from tr4 center to m2 center.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='tr4.center',to='m2.center']"}
{"instruction": "rectangle from dots point a to xgz point c.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='dots.A',to='xgz.C']"}
{"instruction": "rectangle from m3 bottom right to m6 top left.", "input": "", "output": "[verb='create',form='quad',call='quadFromTo',from='m3.bottomRight',to='m6.topLeft']"}
{"instruction": "19,16 a triangle of 29 by 20.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',width=29,height=20,x=19,y=16]"}
{"instruction": "triangle right of 24 by 17.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=24,height=17,x=0,y=0]"}
{"instruction": "triangle right at 4,34 and 5 by 5.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=4,y=34]"}
{"instruction": "40,18 a triangle right of 16 by 28.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',right=true,width=16,height=28,x=40,y=18]"}
{"instruction": "seashell triangle through 1,17 and 18,28 and 13,14.", "input": "", "output": "[verb='create',form='triangle',call='triangleByPoints',color='seashell',A ='1|17',B ='18|28',C ='13|14']"}
{"instruction": "indigo segment 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='indigo']"}
{"instruction": "segment color sunshade 2,5 to 7,4.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='sunshade']"}
{"instruction": "segment from 30,18 to 24,11.", "input": "", "output": "[fverb='create',form='segment',call='segmentFromTo',from='30|18',to='24|11']"}
{"instruction": "segment from 24 13 to 17 12.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='24|13',to='17|12']"}
{"instruction": "segment from wfj to m11.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='wfj',to='m11']"}
{"instruction": "segment from m0 center to m6 center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m0.center',to='m6.center']"}
{"instruction": "segment from nmi center to xgj center.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='nmi.center',to='xgj.center']"}
{"instruction": "segment from rmx point a to tr3 point c.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='rmx.A',to='tr3.C']"}
{"instruction": "segment from m9 bottom right to wfj top left.", "input": "", "output": "[verb='create',form='segment',call='segmentFromTo',from='m9.bottomRight',to='wfj.topLeft']"}
{"instruction": "point utp.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='utp',x=0,y=0]"}
{"instruction": "point 22,18.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=22,y=18]"}
{"instruction": "point qln 23,22.", "input": "", "output": "[verb='create',form='point',call='pointFrom',name='qln',x=23,y=22]"}
{"instruction": "point 18,-1.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=18,y=-1]"}
{"instruction": "point -26,17.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-26,y=17]"}
{"instruction": "point -2,-14.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=-2,y=-14]"}
{"instruction": "create point at 22 and 23.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=22,y=23]"}
{"instruction": "create point 11 20.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=11,y=20]"}
{"instruction": "create point at 1, 8.", "input": "", "output": "[verb='create',form='point',call='pointFrom',x=1,y=8]"}
{"instruction": "info mjv.", "input": "", "output": "[verb='info',name='mjv']"}
{"instruction": "info on dvm.", "input": "", "output": "[verb='info',name='dvm']"}
{"instruction": "info name vuw.", "input": "", "output": "[verb='info',name='vuw']"}
{"instruction": "info mtv.", "input": "", "output": "[verb='info',name='mtv']"}
{"instruction": "info on qoz.", "input": "", "output": "[verb='info',name='qoz']"}
{"instruction": "info name upa.", "input": "", "output": "[verb='info',name='upa']"}
{"instruction": "info jnd.", "input": "", "output": "[verb='info',name='jnd']"}
{"instruction": "info on avd.", "input": "", "output": "[verb='info',name='avd']"}
{"instruction": "info name bqn.", "input": "", "output": "[verb='info',name='bqn']"}
{"instruction": "info hde.", "input": "", "output": "[verb='info',name='hde']"}
{"instruction": "info on pab.", "input": "", "output": "[verb='info',name='pab']"}
{"instruction": "info name jvw.", "input": "", "output": "[verb='info',name='jvw']"}
{"instruction": "info lhw.", "input": "", "output": "[verb='info',name='lhw']"}
{"instruction": "info on djy.", "input": "", "output": "[verb='info',name='djy']"}
{"instruction": "info name kqw.", "input": "", "output": "[verb='info',name='kqw']"}
{"instruction": "info djk.", "input": "", "output": "[verb='info',name='djk']"}
{"instruction": "info on rcz.", "input": "", "output": "[verb='info',name='rcz']"}
{"instruction": "info name wqt.", "input": "", "output": "[verb='info',name='wqt']"}
{"instruction": "select dds.", "input": "", "output": "[verb='select',name='dds']"}
{"instruction": "select name byq.", "input": "", "output": "[verb='select',name='byq']"}
{"instruction": "select uio,tcp and ack.", "input": "", "output": "[verb='select',name='uio',name='tcp',name='ack']"}
{"instruction": "select kvu.", "input": "", "output": "[verb='select',name='kvu']"}
{"instruction": "select name lyl.", "input": "", "output": "[verb='select',name='lyl']"}
{"instruction": "select zmo.", "input": "", "output": "[verb='select',name='zmo']"}
{"instruction": "select name gtp.", "input": "", "output": "[verb='select',name='gtp']"}
{"instruction": "select uxt.", "input": "", "output": "[verb='select',name='uxt']"}
{"instruction": "select name ioq.", "input": "", "output": "[verb='select',name='ioq']"}
{"instruction": "select gnv.", "input": "", "output": "[verb='select',name='gnv']"}
{"instruction": "select name pif.", "input": "", "output": "[verb='select',name='pif']"}
{"instruction": "select hcv.", "input": "", "output": "[verb='select',name='hcv']"}
{"instruction": "select name dab.", "input": "", "output": "[verb='select',name='dab']"}
{"instruction": "unselect mog.", "input": "", "output": "[verb='unselect',name='mog']"}
{"instruction": "unselect name nao.", "input": "", "output": "[verb='unselect',name='nao']"}
{"instruction": "unselect fxh.", "input": "", "output": "[verb='unselect',name='fxh']"}
{"instruction": "unselect name keh.", "input": "", "output": "[verb='unselect',name='keh']"}
{"instruction": "unselect mrc.", "input": "", "output": "[verb='unselect',name='mrc']"}
{"instruction": "unselect name ifj.", "input": "", "output": "[verb='unselect',name='ifj']"}
{"instruction": "unselect wtq.", "input": "", "output": "[verb='unselect',name='wtq']"}
{"instruction": "unselect name xmc.", "input": "", "output": "[verb='unselect',name='xmc']"}
{"instruction": "unselect bey.", "input": "", "output": "[verb='unselect',name='bey']"}
{"instruction": "unselect name bcq.", "input": "", "output": "[verb='unselect',name='bcq']"}
{"instruction": "unselect dcd.", "input": "", "output": "[verb='unselect',name='dcd']"}
{"instruction": "unselect name qui.", "input": "", "output": "[verb='unselect',name='qui']"}
{"instruction": "fill with color rum.", "input": "", "output": "[verb='fill',color='rum']"}
{"instruction": "fill with khaki.", "input": "", "output": "[verb='fill',color='khaki']"}
{"instruction": "fill grape.", "input": "", "output": "[verb='fill',color='grape']"}
{"instruction": "fill iex with wine.", "input": "", "output": "[verb='fill',id='vqT',name='iex',color='wine']"}
{"instruction": "fill pzw with color avocado.", "input": "", "output": "[verb='fill',id='kZg',name='pzw',color='avocado']"}
{"instruction": "izs fill with hemp.", "input": "", "output": "[verb='fill',id='JUP',name='izs',color='hemp']"}
{"instruction": "fill with color sepia.", "input": "", "output": "[verb='fill',color='sepia']"}
{"instruction": "fill with amaranth.", "input": "", "output": "[verb='fill',color='amaranth']"}
{"instruction": "fill dandelion.", "input": "", "output": "[verb='fill',color='dandelion']"}
{"instruction": "fill jbn with saffron.", "input": "", "output": "[verb='fill',id='AVw',name='jbn',color='saffron']"}
{"instruction": "fill oad with color conch.", "input": "", "output": "[verb='fill',id='SDm',name='oad',color='conch']"}
{"instruction": "ffy fill with burgundy.", "input": "", "output": "[verb='fill',id='TWF',name='ffy',color='burgundy']"}
{"instruction": "fill with color chambray.", "input": "", "output": "[verb='fill',color='chambray']"}
{"instruction": "fill with tabasco.", "input": "", "output": "[verb='fill',color='tabasco']"}
{"instruction": "fill seashell.", "input": "", "output": "[verb='fill',color='seashell']"}
{"instruction": "fill nox with spice.", "input": "", "output": "[verb='fill',id='WLD',name='nox',color='spice']"}
{"instruction": "fill ynl with color jasmine.", "input": "", "output": "[verb='fill',id='GfR',name='ynl',color='jasmine']"}
{"instruction": "ivk fill with bamboo.", "input": "", "output": "[verb='fill',id='eST',name='ivk',color='bamboo']"}
{"instruction": "fill with color tangerine.", "input": "", "output": "[verb='fill',color='tangerine']"}
{"instruction": "fill with cello.", "input": "", "output": "[verb='fill',color='cello']"}
{"instruction": "fill taupe.", "input": "", "output": "[verb='fill',color='taupe']"}
{"instruction": "fill jic with gold.", "input": "", "output": "[verb='fill',id='zBC',name='jic',color='gold']"}
{"instruction": "fill oyw with color tea.", "input": "", "output": "[verb='fill',id='Eyq',name='oyw',color='tea']"}
{"instruction": "vni fill with violet.", "input": "", "output": "[verb='fill',id='Agd',name='vni',color='violet']"}
{"instruction": "fill with color chino.", "input": "", "output": "[verb='fill',color='chino']"}
{"instruction": "fill with deepsea.", "input": "", "output": "[verb='fill',color='deepsea']"}
{"instruction": "fill alpine.", "input": "", "output": "[verb='fill',color='alpine']"}
{"instruction": "fill wtz with bronze.", "input": "", "output": "[verb='fill',id='EXn',name='wtz',color='bronze']"}
{"instruction": "fill ftd with color cerise.", "input": "", "output": "[verb='fill',id='GWI',name='ftd',color='cerise']"}
{"instruction": "adl fill with tea.", "input": "", "output": "[verb='fill',id='VRe',name='adl',color='tea']"}
{"instruction": "fill with color lavender.", "input": "", "output": "[verb='fill',color='lavender']"}
{"instruction": "fill with celadon.", "input": "", "output": "[verb='fill',color='celadon']"}
{"instruction": "fill sunshade.", "input": "", "output": "[verb='fill',color='sunshade']"}
{"instruction": "fill bxj with paarl.", "input": "", "output": "[verb='fill',id='wXx',name='bxj',color='paarl']"}
{"instruction": "fill wry with color leather.", "input": "", "output": "[verb='fill',id='lTl',name='wry',color='leather']"}
{"instruction": "lri fill with olivine.", "input": "", "output": "[verb='fill',id='XTR',name='lri',color='olivine']"}
{"instruction": "delete hri.", "input": "", "output": "[verb='delete',id='PRX',name='hri']"}
{"instruction": "delete name ydm.", "input": "", "output": "[verb='delete',id='KmC',name='ydm']"}
{"instruction": "delete wwd.", "input": "", "output": "[verb='delete',id='Tbt',name='wwd']"}
{"instruction": "delete name jhd.", "input": "", "output": "[verb='delete',id='ZOh',name='jhd']"}
{"instruction": "delete nzv.", "input": "", "output": "[verb='delete',id='hdM',name='nzv']"}
{"instruction": "delete name zsy.", "input": "", "output": "[verb='delete',id='pbO',name='zsy']"}
{"instruction": "delete add.", "input": "", "output": "[verb='delete',id='sNX',name='add']"}
{"instruction": "delete name jmy.", "input": "", "output": "[verb='delete',id='hHX',name='jmy']"}
{"instruction": "delete hqj.", "input": "", "output": "[verb='delete',id='Hol',name='hqj']"}
{"instruction": "delete name mal.", "input": "", "output": "[verb='delete',id='OYN',name='mal']"}
{"instruction": "delete zow.", "input": "", "output": "[verb='delete',id='eKl',name='zow']"}
{"instruction": "delete name bet.", "input": "", "output": "[verb='delete',id='ZQK',name='bet']"}
{"instruction": "translate by 17,11.", "input": "", "output": "[verb='translate',x=17,y=11]"}
{"instruction": "translate by 4,-3.", "input": "", "output": "[verb='translate',x=4,y=-3]"}
{"instruction": "translate 7.", "input": "", "output": "[verb='translate',x=7,y=0]"}
{"instruction": "translate by -18.", "input": "", "output": "[verb='translate',x=-18,y=0]"}
{"instruction": "translate by 5,10.", "input": "", "output": "[verb='translate',x=5,y=10]"}
{"instruction": "translate left by 14.", "input": "", "output": "[verb='translate',x=-14,y=0]"}
{"instruction": "left by 6.", "input": "", "output": "[verb='translate',x=-6,y=0]"}
{"instruction": "translate right by 14.", "input": "", "output": "[verb='translate',x=14,y=0]"}
{"instruction": "right by 14.", "input": "", "output": "[verb='translate',x=14,y=0]"}
{"instruction": "translate up by 29.", "input": "", "output": "[verb='translate',x=0,y=29]"}
{"instruction": "up by 28.", "input": "", "output": "[verb='translate',x=0,y=28]"}
{"instruction": "translate down 16.", "input": "", "output": "[verb='translate',x=0,y=-16]"}
{"instruction": "down 7.", "input": "", "output": "[verb='translate',x=0,y=-7]"}
{"instruction": "translate left 17,down 5.", "input": "", "output": "[verb='translate',x=-17,y=-5]"}
{"instruction": "left 19, down 2.", "input": "", "output": "[verb='translate',x=-19,y=-2]"}
{"instruction": "up 23, right 22.", "input": "", "output": "[verb='translate',x=-23,y=-22]"}
{"instruction": "translate jma by 3,20.", "input": "", "output": "[verb='translate',name='jma',x=3,y=20]"}
{"instruction": "translate rra by 19,21.", "input": "", "output": "[verb='translate',name='rra',x=19,y=21]"}
{"instruction": "translate zec by 4,-29.", "input": "", "output": "[verb='translate',name='zec',x=4,y=-29]"}
{"instruction": "translate idg 12.", "input": "", "output": "[verb='translate',name='idg',x=12,y=0]"}
{"instruction": "translate rur by -27.", "input": "", "output": "[verb='translate',name='rur',x=-27,y=0]"}
{"instruction": "translate xrs by 21,23.", "input": "", "output": "[verb='translate',name='xrs',x=21,y=23]"}
{"instruction": "translate vll left by 16.", "input": "", "output": "[verb='translate',name='vll',x=-16,y=0]"}
{"instruction": "gos translate right by 8.", "input": "", "output": "[verb='translate',name='gos',x=8,y=0]"}
{"instruction": "translate cdq up by 2.", "input": "", "output": "[verb='translate',name='cdq',x=0,y=2]"}
{"instruction": "zsy translate down 17.", "input": "", "output": "[verb='translate',name='zsy',x=0,y=-17]"}
{"instruction": "translate dpy left 9,down 2.", "input": "", "output": "[verb='translate',name='dpy',x=-9,y=-2]"}
{"instruction": "translate by 3,4.", "input": "", "output": "[verb='translate',x=3,y=4]"}
{"instruction": "translate by 26,-5.", "input": "", "output": "[verb='translate',x=26,y=-5]"}
{"instruction": "translate 11.", "input": "", "output": "[verb='translate',x=11,y=0]"}
{"instruction": "translate by -6.", "input": "", "output": "[verb='translate',x=-6,y=0]"}
{"instruction": "translate by 29,10.", "input": "", "output": "[verb='translate',x=29,y=10]"}
{"instruction": "translate left by 21.", "input": "", "output": "[verb='translate',x=-21,y=0]"}
{"instruction": "left by 2.", "input": "", "output": "[verb='translate',x=-2,y=0]"}
{"instruction": "translate right by 13.", "input": "", "output": "[verb='translate',x=13,y=0]"}
{"instruction": "right by 16.", "input": "", "output": "[verb='translate',x=16,y=0]"}
{"instruction": "translate up by 13.", "input": "", "output": "[verb='translate',x=0,y=13]"}
{"instruction": "up by 14.", "input": "", "output": "[verb='translate',x=0,y=14]"}
{"instruction": "translate down 22.", "input": "", "output": "[verb='translate',x=0,y=-22]"}
{"instruction": "down 17.", "input": "", "output": "[verb='translate',x=0,y=-17]"}
{"instruction": "translate left 12,down 4.", "input": "", "output": "[verb='translate',x=-12,y=-4]"}
{"instruction": "left 4, down 4.", "input": "", "output": "[verb='translate',x=-4,y=-4]"}
{"instruction": "up 28, right 6.", "input": "", "output": "[verb='translate',x=-28,y=-6]"}
{"instruction": "translate mpm by 2,28.", "input": "", "output": "[verb='translate',name='mpm',x=2,y=28]"}
{"instruction": "translate fgs by 9,24.", "input": "", "output": "[verb='translate',name='fgs',x=9,y=24]"}
{"instruction": "translate wza by 16,-21.", "input": "", "output": "[verb='translate',name='wza',x=16,y=-21]"}
{"instruction": "translate atf 5.", "input": "", "output": "[verb='translate',name='atf',x=5,y=0]"}
{"instruction": "translate yjc by -23.", "input": "", "output": "[verb='translate',name='yjc',x=-23,y=0]"}
{"instruction": "translate dyb by 3,22.", "input": "", "output": "[verb='translate',name='dyb',x=3,y=22]"}
{"instruction": "translate sqz left by 19.", "input": "", "output": "[verb='translate',name='sqz',x=-19,y=0]"}
{"instruction": "vqr translate right by 12.", "input": "", "output": "[verb='translate',name='vqr',x=12,y=0]"}
{"instruction": "translate qmq up by 21.", "input": "", "output": "[verb='translate',name='qmq',x=0,y=21]"}
{"instruction": "dar translate down 15.", "input": "", "output": "[verb='translate',name='dar',x=0,y=-15]"}
{"instruction": "translate jku left 20,down 3.", "input": "", "output": "[verb='translate',name='jku',x=-20,y=-3]"}
{"instruction": "translate by 8,2.", "input": "", "output": "[verb='translate',x=8,y=2]"}
{"instruction": "translate by 19,-8.", "input": "", "output": "[verb='translate',x=19,y=-8]"}
{"instruction": "translate 16.", "input": "", "output": "[verb='translate',x=16,y=0]"}
{"instruction": "translate by -29.", "input": "", "output": "[verb='translate',x=-29,y=0]"}
{"instruction": "translate by 12,25.", "input": "", "output": "[verb='translate',x=12,y=25]"}
{"instruction": "translate left by 27.", "input": "", "output": "[verb='translate',x=-27,y=0]"}
{"instruction": "left by 16.", "input": "", "output": "[verb='translate',x=-16,y=0]"}
{"instruction": "translate right by 18.", "input": "", "output": "[verb='translate',x=18,y=0]"}
{"instruction": "right by 11.", "input": "", "output": "[verb='translate',x=11,y=0]"}
{"instruction": "translate up by 14.", "input": "", "output": "[verb='translate',x=0,y=14]"}
{"instruction": "up by 10.", "input": "", "output": "[verb='translate',x=0,y=10]"}
{"instruction": "translate down 3.", "input": "", "output": "[verb='translate',x=0,y=-3]"}
{"instruction": "down 15.", "input": "", "output": "[verb='translate',x=0,y=-15]"}
{"instruction": "translate left 8,down 17.", "input": "", "output": "[verb='translate',x=-8,y=-17]"}
{"instruction": "left 10, down 25.", "input": "", "output": "[verb='translate',x=-10,y=-25]"}
{"instruction": "up 11, right 5.", "input": "", "output": "[verb='translate',x=-11,y=-5]"}
{"instruction": "translate gmx by 17,16.", "input": "", "output": "[verb='translate',name='gmx',x=17,y=16]"}
{"instruction": "translate nsp by 14,27.", "input": "", "output": "[verb='translate',name='nsp',x=14,y=27]"}
{"instruction": "translate pce by 15,-5.", "input": "", "output": "[verb='translate',name='pce',x=15,y=-5]"}
{"instruction": "translate dms 22.", "input": "", "output": "[verb='translate',name='dms',x=22,y=0]"}
{"instruction": "translate sif by -12.", "input": "", "output": "[verb='translate',name='sif',x=-12,y=0]"}
{"instruction": "translate whr by 28,16.", "input": "", "output": "[verb='translate',name='whr',x=28,y=16]"}
{"instruction": "translate ssg left by 23.", "input": "", "output": "[verb='translate',name='ssg',x=-23,y=0]"}
{"instruction": "akr translate right by 12.", "input": "", "output": "[verb='translate',name='akr',x=12,y=0]"}
{"instruction": "translate tsy up by 15.", "input": "", "output": "[verb='translate',name='tsy',x=0,y=15]"}
{"instruction": "lkq translate down 14.", "input": "", "output": "[verb='translate',name='lkq',x=0,y=-14]"}
{"instruction": "translate wom left 22,down 25.", "input": "", "output": "[verb='translate',name='wom',x=-22,y=-25]"}
{"instruction": "translate by 7,19.", "input": "", "output": "[verb='translate',x=7,y=19]"}
{"instruction": "translate by 16,-4.", "input": "", "output": "[verb='translate',x=16,y=-4]"}
{"instruction": "translate 6.", "input": "", "output": "[verb='translate',x=6,y=0]"}
{"instruction": "translate by -3.", "input": "", "output": "[verb='translate',x=-3,y=0]"}
{"instruction": "translate by 5,26.", "input": "", "output": "[verb='translate',x=5,y=26]"}
{"instruction": "translate left by 9.", "input": "", "output": "[verb='translate',x=-9,y=0]"}
{"instruction": "left by 26.", "input": "", "output": "[verb='translate',x=-26,y=0]"}
{"instruction": "translate right by 3.", "input": "", "output": "[verb='translate',x=3,y=0]"}
{"instruction": "right by 17.", "input": "", "output": "[verb='translate',x=17,y=0]"}
{"instruction": "translate up by 27.", "input": "", "output": "[verb='translate',x=0,y=27]"}
{"instruction": "up by 11.", "input": "", "output": "[verb='translate',x=0,y=11]"}
{"instruction": "translate down 23.", "input": "", "output": "[verb='translate',x=0,y=-23]"}
{"instruction": "translate left 10,down 5.", "input": "", "output": "[verb='translate',x=-10,y=-5]"}
{"instruction": "left 22, down 5.", "input": "", "output": "[verb='translate',x=-22,y=-5]"}
{"instruction": "up 22, right 23.", "input": "", "output": "[verb='translate',x=-22,y=-23]"}
{"instruction": "translate rfs by 10,14.", "input": "", "output": "[verb='translate',name='rfs',x=10,y=14]"}
{"instruction": "translate aou by 29,5.", "input": "", "output": "[verb='translate',name='aou',x=29,y=5]"}
{"instruction": "translate gcy by 24,-21.", "input": "", "output": "[verb='translate',name='gcy',x=24,y=-21]"}
{"instruction": "translate kct 13.", "input": "", "output": "[verb='translate',name='kct',x=13,y=0]"}
{"instruction": "translate ysx by -17.", "input": "", "output": "[verb='translate',name='ysx',x=-17,y=0]"}
{"instruction": "translate qjp by 13,7.", "input": "", "output": "[verb='translate',name='qjp',x=13,y=7]"}
{"instruction": "translate tpe left by 25.", "input": "", "output": "[verb='translate',name='tpe',x=-25,y=0]"}
{"instruction": "ovm translate right by 15.", "input": "", "output": "[verb='translate',name='ovm',x=15,y=0]"}
{"instruction": "translate ozg up by 8.", "input": "", "output": "[verb='translate',name='ozg',x=0,y=8]"}
{"instruction": "dai translate down 17.", "input": "", "output": "[verb='translate',name='dai',x=0,y=-17]"}
{"instruction": "translate usd left 26,down 18.", "input": "", "output": "[verb='translate',name='usd',x=-26,y=-18]"}
{"instruction": "translate by 18,1.", "input": "", "output": "[verb='translate',x=18,y=1]"}
{"instruction": "translate by 21,-14.", "input": "", "output": "[verb='translate',x=21,y=-14]"}
{"instruction": "translate 4.", "input": "", "output": "[verb='translate',x=4,y=0]"}
{"instruction": "translate by -7.", "input": "", "output": "[verb='translate',x=-7,y=0]"}
{"instruction": "translate by 3,19.", "input": "", "output": "[verb='translate',x=3,y=19]"}
{"instruction": "translate left by 6.", "input": "", "output": "[verb='translate',x=-6,y=0]"}
{"instruction": "left by 19.", "input": "", "output": "[verb='translate',x=-19,y=0]"}
{"instruction": "translate right by 11.", "input": "", "output": "[verb='translate',x=11,y=0]"}
{"instruction": "right by 8.", "input": "", "output": "[verb='translate',x=8,y=0]"}
{"instruction": "translate up by 4.", "input": "", "output": "[verb='translate',x=0,y=4]"}
{"instruction": "up by 13.", "input": "", "output": "[verb='translate',x=0,y=13]"}
{"instruction": "translate down 4.", "input": "", "output": "[verb='translate',x=0,y=-4]"}
{"instruction": "down 11.", "input": "", "output": "[verb='translate',x=0,y=-11]"}
{"instruction": "translate left 12,down 2.", "input": "", "output": "[verb='translate',x=-12,y=-2]"}
{"instruction": "left 5, down 16.", "input": "", "output": "[verb='translate',x=-5,y=-16]"}
{"instruction": "up 11, right 25.", "input": "", "output": "[verb='translate',x=-11,y=-25]"}
{"instruction": "translate tvo by 16,17.", "input": "", "output": "[verb='translate',name='tvo',x=16,y=17]"}
{"instruction": "translate jyx by 11,27.", "input": "", "output": "[verb='translate',name='jyx',x=11,y=27]"}
{"instruction": "translate vsv by 22,-17.", "input": "", "output": "[verb='translate',name='vsv',x=22,y=-17]"}
{"instruction": "translate rcy 13.", "input": "", "output": "[verb='translate',name='rcy',x=13,y=0]"}
{"instruction": "translate nxn by -23.", "input": "", "output": "[verb='translate',name='nxn',x=-23,y=0]"}
{"instruction": "translate nnc by 2,18.", "input": "", "output": "[verb='translate',name='nnc',x=2,y=18]"}
{"instruction": "translate reg left by 3.", "input": "", "output": "[verb='translate',name='reg',x=-3,y=0]"}
{"instruction": "gds translate right by 26.", "input": "", "output": "[verb='translate',name='gds',x=26,y=0]"}
{"instruction": "translate vlh up by 10.", "input": "", "output": "[verb='translate',name='vlh',x=0,y=10]"}
{"instruction": "mas translate down 28.", "input": "", "output": "[verb='translate',name='mas',x=0,y=-28]"}
{"instruction": "translate ngb left 27,down 11.", "input": "", "output": "[verb='translate',name='ngb',x=-27,y=-11]"}
{"instruction": "translate by 7,26.", "input": "", "output": "[verb='translate',x=7,y=26]"}
{"instruction": "translate by 4,-23.", "input": "", "output": "[verb='translate',x=4,y=-23]"}
{"instruction": "translate 29.", "input": "", "output": "[verb='translate',x=29,y=0]"}
{"instruction": "translate by -17.", "input": "", "output": "[verb='translate',x=-17,y=0]"}
{"instruction": "translate by 17,18.", "input": "", "output": "[verb='translate',x=17,y=18]"}
{"instruction": "translate left by 13.", "input": "", "output": "[verb='translate',x=-13,y=0]"}
{"instruction": "left by 9.", "input": "", "output": "[verb='translate',x=-9,y=0]"}
{"instruction": "translate right by 29.", "input": "", "output": "[verb='translate',x=29,y=0]"}
{"instruction": "translate up by 7.", "input": "", "output": "[verb='translate',x=0,y=7]"}
{"instruction": "translate down 18.", "input": "", "output": "[verb='translate',x=0,y=-18]"}
{"instruction": "down 27.", "input": "", "output": "[verb='translate',x=0,y=-27]"}
{"instruction": "translate left 9,down 18.", "input": "", "output": "[verb='translate',x=-9,y=-18]"}
{"instruction": "up 17, right 14.", "input": "", "output": "[verb='translate',x=-17,y=-14]"}
{"instruction": "translate zga by 21,2.", "input": "", "output": "[verb='translate',name='zga',x=21,y=2]"}
{"instruction": "translate urd by 7,1.", "input": "", "output": "[verb='translate',name='urd',x=7,y=1]"}
{"instruction": "translate kwn by 22,-7.", "input": "", "output": "[verb='translate',name='kwn',x=22,y=-7]"}
{"instruction": "translate bdk 19.", "input": "", "output": "[verb='translate',name='bdk',x=19,y=0]"}
{"instruction": "translate flc by -3.", "input": "", "output": "[verb='translate',name='flc',x=-3,y=0]"}
{"instruction": "translate cob by 13,24.", "input": "", "output": "[verb='translate',name='cob',x=13,y=24]"}
{"instruction": "translate kix left by 24.", "input": "", "output": "[verb='translate',name='kix',x=-24,y=0]"}
{"instruction": "yte translate right by 26.", "input": "", "output": "[verb='translate',name='yte',x=26,y=0]"}
{"instruction": "translate vog up by 9.", "input": "", "output": "[verb='translate',name='vog',x=0,y=9]"}
{"instruction": "fdb translate down 6.", "input": "", "output": "[verb='translate',name='fdb',x=0,y=-6]"}
{"instruction": "translate xdz left 18,down 14.", "input": "", "output": "[verb='translate',name='xdz',x=-18,y=-14]"}
{"instruction": "move to 26,21.", "input": "", "output": "[verb='move',x=26,y=21]"}
{"instruction": "move to 25 and 27.", "input": "", "output": "[verb='move',x=25,y=27]"}
{"instruction": "move mdg to 24,18.", "input": "", "output": "[verb='move',name='mdg',x=24,y=18]"}
{"instruction": "move lzi to 16 and 9.", "input": "", "output": "[verb='move',name='lzi',x=16,y=9]"}
{"instruction": "move to 8,8.", "input": "", "output": "[verb='move',x=8,y=8]"}
{"instruction": "move to 4 and 2.", "input": "", "output": "[verb='move',x=4,y=2]"}
{"instruction": "move umy to 11,12.", "input": "", "output": "[verb='move',name='umy',x=11,y=12]"}
{"instruction": "move xhc to 15 and 1.", "input": "", "output": "[verb='move',name='xhc',x=15,y=1]"}
{"instruction": "move to 14,19.", "input": "", "output": "[verb='move',x=14,y=19]"}
{"instruction": "move to 12 and 4.", "input": "", "output": "[verb='move',x=12,y=4]"}
{"instruction": "move hfh to 7,28.", "input": "", "output": "[verb='move',name='hfh',x=7,y=28]"}
{"instruction": "move vxv to 26 and 1.", "input": "", "output": "[verb='move',name='vxv',x=26,y=1]"}
{"instruction": "move to 11,5.", "input": "", "output": "[verb='move',x=11,y=5]"}
{"instruction": "move to 29 and 22.", "input": "", "output": "[verb='move',x=29,y=22]"}
{"instruction": "move lfh to 7,11.", "input": "", "output": "[verb='move',name='lfh',x=7,y=11]"}
{"instruction": "move pcm to 16 and 26.", "input": "", "output": "[verb='move',name='pcm',x=16,y=26]"}
{"instruction": "move to 3,18.", "input": "", "output": "[verb='move',x=3,y=18]"}
{"instruction": "move to 6 and 24.", "input": "", "output": "[verb='move',x=6,y=24]"}
{"instruction": "move zrb to 4,12.", "input": "", "output": "[verb='move',name='zrb',x=4,y=12]"}
{"instruction": "move llg to 20 and 5.", "input": "", "output": "[verb='move',name='llg',x=20,y=5]"}
{"instruction": "move to 25,16.", "input": "", "output": "[verb='move',x=25,y=16]"}
{"instruction": "move to 27 and 17.", "input": "", "output": "[verb='move',x=27,y=17]"}
{"instruction": "move nlb to 12,21.", "input": "", "output": "[verb='move',name='nlb',x=12,y=21]"}
{"instruction": "move jvw to 19 and 27.", "input": "", "output": "[verb='move',name='jvw',x=19,y=27]"}