instruction
stringclasses 1
value | input
stringlengths 6
109
| output
stringlengths 27
306
|
|---|---|---|
Translate a text address into stuctured json.
|
chippers glafe/blacktown 2148
|
{"street_name": "chippers", "street_type_code": "glade", "locality_name": "blacktown", "postcode": "2148"}
|
Translate a text address into stuctured json.
|
northbourne av braddon\act /2612
|
{"street_name": "northbourne", "street_type_code": "avenue", "locality_name": "braddon", "state_abbreviation": "act", "postcode": "2612"}
|
Translate a text address into stuctured json.
|
ellis av 16.morphettville \5043
|
{"street_name": "ellis", "street_type_code": "avenue", "number_first": "16", "locality_name": "morphettville", "postcode": "5043"}
|
Translate a text address into stuctured json.
|
bacchus street
|
{"street_name": "bacchus", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
argyle str3et\ unit 3 4 ,vic. 31o9
|
{"street_name": "argyle", "street_type_code": "street", "flat_type": "unit", "flat_number": "3", "number_first": "4", "state_abbreviation": "vic", "postcode": "3199"}
|
Translate a text address into stuctured json.
|
denison st ,280
|
{"street_name": "denison", "street_type_code": "street", "postcode": "2850"}
|
Translate a text address into stuctured json.
|
saltwell street ,875 larapinta
|
{"street_name": "saltwell", "street_type_code": "street", "postcode": "875", "locality_name": "larapinta"}
|
Translate a text address into stuctured json.
|
c8leenup rd\22 /north yunderup
|
{"street_name": "culeenup", "street_type_code": "road", "number_first": "22", "locality_name": "north yunderup"}
|
Translate a text address into stuctured json.
|
chenier street /44, 3941 victoria
|
{"street_name": "chenier", "street_type_code": "street", "number_first": "44", "postcode": "3941", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
barmah street . vic
|
{"street_name": "barmah", "street_type_code": "street", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
12 , coonong st/ nsw . 2168
|
{"number_first": "12", "street_name": "coonong", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2168"}
|
Translate a text address into stuctured json.
|
severin st, queensland.4870
|
{"street_name": "severin", "street_type_code": "street", "state_abbreviation": "qld", "postcode": "4870"}
|
Translate a text address into stuctured json.
|
old byfield rd \1650 , 4703 ,lake mary
|
{"street_name": "old byfield", "street_type_code": "road", "number_first": "1650", "postcode": "4703", "locality_name": "lake mary"}
|
Translate a text address into stuctured json.
|
peel st tamwoorhr
|
{"street_name": "peel", "street_type_code": "street", "locality_name": "tamworth"}
|
Translate a text address into stuctured json.
|
south terrace.como
|
{"street_name": "south", "street_type_code": "terrace", "locality_name": "como"}
|
Translate a text address into stuctured json.
|
point leander drive. 225
|
{"street_name": "point leander", "street_type_code": "drive", "number_first": "225"}
|
Translate a text address into stuctured json.
|
tuxford street
|
{"street_name": "tuxford", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
riversdale rd 781,victoria
|
{"street_name": "riversdale", "street_type_code": "road", "number_first": "781", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
257/balacclava rd\ vic
|
{"number_first": "257", "street_name": "balaclava", "street_type_code": "road", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
mount view road , new south wales cessnock
|
{"street_name": "mount view", "street_type_code": "road", "state_abbreviation": "nsw", "locality_name": "cessnock"}
|
Translate a text address into stuctured json.
|
tetragona way,3199
|
{"street_name": "tetragona", "street_type_code": "way", "postcode": "3199"}
|
Translate a text address into stuctured json.
|
becker road forster
|
{"street_name": "becker", "street_type_code": "road", "locality_name": "forster"}
|
Translate a text address into stuctured json.
|
guy street 111.warwick/4370 queensland
|
{"street_name": "guy", "street_type_code": "street", "number_first": "111", "locality_name": "warwick", "postcode": "4370", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
3.hyne cct.leeming ww
|
{"number_first": "3", "street_name": "hyne", "street_type_code": "court", "locality_name": "leeming", "state_abbreviation": "wa"}
|
Translate a text address into stuctured json.
|
mylne street toowoomba city 4350/ qld
|
{"street_name": "mylne", "street_type_code": "street", "locality_name": "toowoomba city", "postcode": "4350", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
oylmpic hwy\2660 culcairn
|
{"street_name": "olympic", "street_type_code": "highway", "postcode": "2660", "locality_name": "culcairn"}
|
Translate a text address into stuctured json.
|
noth shore drive 10 point cook
|
{"street_name": "north shore", "street_type_code": "drive", "number_first": "10", "locality_name": "point cook"}
|
Translate a text address into stuctured json.
|
king street, nsw. 2042
|
{"street_name": "king", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2042"}
|
Translate a text address into stuctured json.
|
95,rondo drive. manor lakes
|
{"number_first": "95", "street_name": "rondo", "street_type_code": "drive", "locality_name": "manor lakes"}
|
Translate a text address into stuctured json.
|
ringwood st 812
|
{"street_name": "ringwood", "street_type_code": "street", "postcode": "812"}
|
Translate a text address into stuctured json.
|
25 irvnie drive unit 2 \6090 ,malava
|
{"number_first": "25", "street_name": "irvine", "street_type_code": "drive", "flat_type": "unit", "flat_number": "2", "postcode": "6090", "locality_name": "malaga"}
|
Translate a text address into stuctured json.
|
mount strete, coogee,news outh wales
|
{"street_name": "mount", "street_type_code": "street", "locality_name": "coogee", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
treaine avenuue \3011 kings park/ victoria
|
{"street_name": "tremaine", "street_type_code": "avenue", "postcode": "3021", "locality_name": "kings park", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
burges st\mullewa
|
{"street_name": "burges", "street_type_code": "street", "locality_name": "mullewa"}
|
Translate a text address into stuctured json.
|
howards road.139 wa 6255
|
{"street_name": "howards", "street_type_code": "road", "number_first": "139", "state_abbreviation": "wa", "postcode": "6255"}
|
Translate a text address into stuctured json.
|
edward street ,sa/ 5013 ottowayy
|
{"street_name": "edward", "street_type_code": "street", "state_abbreviation": "sa", "postcode": "5013", "locality_name": "ottoway"}
|
Translate a text address into stuctured json.
|
tasman av 44\yille lpains
|
{"street_name": "tasman", "street_type_code": "avenue", "number_first": "44", "locality_name": "gilles plains"}
|
Translate a text address into stuctured json.
|
figtree dr sydney olympic park nsw 2172
|
{"street_name": "figtree", "street_type_code": "drive", "locality_name": "sydney olympic park", "state_abbreviation": "nsw", "postcode": "2127"}
|
Translate a text address into stuctured json.
|
30\lwwson street 1/ 2850 new south wales . mudgee
|
{"number_first": "30", "street_name": "lawson", "street_type_code": "street", "flat_number": "1", "postcode": "2850", "state_abbreviation": "nsw", "locality_name": "mudgee"}
|
Translate a text address into stuctured json.
|
harlequin way .22 yanchep western australia
|
{"street_name": "harlequin", "street_type_code": "way", "number_first": "22", "locality_name": "yanchep", "state_abbreviation": "wa"}
|
Translate a text address into stuctured json.
|
bathurst st. 22170/ nsw
|
{"street_name": "bathurst", "street_type_code": "street", "postcode": "2170", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
hasselburgh road new south wales
|
{"street_name": "hasselburgh", "street_type_code": "road", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
mandin street / kippa-ring 4021
|
{"street_name": "mandin", "street_type_code": "street", "locality_name": "kippa-ring", "postcode": "4021"}
|
Translate a text address into stuctured json.
|
wellington street
|
{"street_name": "wellington", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
woolshhed st,20 ferny hills 4055
|
{"street_name": "woolshed", "street_type_code": "street", "number_first": "20", "locality_name": "ferny hills", "postcode": "4055"}
|
Translate a text address into stuctured json.
|
woralu. street/ 1/waramanga
|
{"street_name": "woralul", "street_type_code": "street", "number_first": "1", "locality_name": "waramanga"}
|
Translate a text address into stuctured json.
|
leighton beach boulevard the leighton ,aa
|
{"street_name": "leighton beach", "street_type_code": "boulevard", "building_name": "the leighton", "state_abbreviation": "wa"}
|
Translate a text address into stuctured json.
|
maroochy circuit 4561
|
{"street_name": "maroochy", "street_type_code": "circuit", "postcode": "4561"}
|
Translate a text address into stuctured json.
|
canterbury close\hsaey road / south australia
|
{"building_name": "canterbury close", "street_name": "halsey", "street_type_code": "road", "state_abbreviation": "sa"}
|
Translate a text address into stuctured json.
|
oanangra cl.4306 \queensland
|
{"street_name": "kanangra", "street_type_code": "close", "postcode": "4306", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
280, casuarina dr/ unit 4 rapid creek
|
{"number_first": "280", "street_name": "casuarina", "street_type_code": "drive", "flat_type": "unit", "flat_number": "4", "locality_name": "rapid creek"}
|
Translate a text address into stuctured json.
|
pages road\ 55\ nsw
|
{"street_name": "pages", "street_type_code": "road", "number_first": "55", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
grove cr , 35 toowong
|
{"street_name": "grove", "street_type_code": "crescent", "number_first": "35", "locality_name": "toowong"}
|
Translate a text address into stuctured json.
|
2 8-10. moorey street camberwell victoria . 3124
|
{"flat_number": "2", "number_first": "8", "number_last": "10", "street_name": "morey", "street_type_code": "street", "locality_name": "camberwell", "state_abbreviation": "vic", "postcode": "3124"}
|
Translate a text address into stuctured json.
|
mcaarthur st.lake wendouree victoria ,3350
|
{"street_name": "macarthur", "street_type_code": "street", "locality_name": "lake wendouree", "state_abbreviation": "vic", "postcode": "3350"}
|
Translate a text address into stuctured json.
|
st kilda road, 56608.368 3004 melbourne
|
{"street_name": "st kilda", "street_type_code": "road", "flat_number": "5608", "number_first": "368", "postcode": "3004", "locality_name": "melbourne"}
|
Translate a text address into stuctured json.
|
abervale village. crimson mall vic 3216
|
{"building_name": "abervale village", "street_name": "crimson", "street_type_code": "mall", "state_abbreviation": "vic", "postcode": "3216"}
|
Translate a text address into stuctured json.
|
belyando bend ,queensland
|
{"street_name": "belyando", "street_type_code": "bend", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
xpeers cr \oakhurts 2761
|
{"street_name": "speers", "street_type_code": "crescent", "locality_name": "oakhurst", "postcode": "2761"}
|
Translate a text address into stuctured json.
|
golden four dr 1st level lqd/ 4224
|
{"street_name": "golden four", "street_type_code": "drive", "level_number": "1", "level_type": "level", "state_abbreviation": "qld", "postcode": "4224"}
|
Translate a text address into stuctured json.
|
carlton street/ 44. nsw /2096
|
{"street_name": "carlton", "street_type_code": "street", "number_first": "44", "state_abbreviation": "nsw", "postcode": "2096"}
|
Translate a text address into stuctured json.
|
john st 2/ 126/2330
|
{"street_name": "john", "street_type_code": "street", "flat_number": "2", "number_first": "126", "postcode": "2330"}
|
Translate a text address into stuctured json.
|
albiin st predbytery /25
|
{"street_name": "albion", "street_type_code": "street", "building_name": "presbytery", "number_first": "25"}
|
Translate a text address into stuctured json.
|
neville st. 172\ smithfield / new south wales
|
{"street_name": "neville", "street_type_code": "street", "number_first": "172", "locality_name": "smithfield", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
wyett street\tas \ 7250
|
{"street_name": "wyett", "street_type_code": "street", "state_abbreviation": "tas", "postcode": "7250"}
|
Translate a text address into stuctured json.
|
the grand parade ,88 .new south wales\ brighton-.e-sands
|
{"street_name": "the grand parade", "number_first": "88", "state_abbreviation": "nsw", "locality_name": "brighton-le-sands"}
|
Translate a text address into stuctured json.
|
3 avonomre close
|
{"number_first": "3", "street_name": "avonmore", "street_type_code": "close"}
|
Translate a text address into stuctured json.
|
railway crescent /victoria
|
{"street_name": "railway", "street_type_code": "crescent", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
hastings pde 2540 \ sussex inlet
|
{"street_name": "hastings", "street_type_code": "parade", "postcode": "2540", "locality_name": "sussex inlet"}
|
Translate a text address into stuctured json.
|
avila craiggend st
|
{"building_name": "avila", "street_name": "craigend", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
chiswick road
|
{"street_name": "chiswick", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
akr0n dt/vic \manor lakes
|
{"street_name": "akron", "street_type_code": "street", "state_abbreviation": "vic", "locality_name": "manor lakes"}
|
Translate a text address into stuctured json.
|
q7 . harding street qieensland
|
{"number_first": "27", "street_name": "harding", "street_type_code": "street", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
hutchins street , tasmania
|
{"street_name": "hutchins", "street_type_code": "street", "state_abbreviation": "tas"}
|
Translate a text address into stuctured json.
|
yarrayne valley drive upper coomera,4209
|
{"street_name": "yarrayne valley", "street_type_code": "drive", "locality_name": "upper coomera", "postcode": "4209"}
|
Translate a text address into stuctured json.
|
effingham st.4121.queensland
|
{"street_name": "effingham", "street_type_code": "street", "postcode": "4121", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
wirrwway st/1.18 -20 ,jessica haven \4558.queensland \ maroochydoer
|
{"street_name": "wirraway", "street_type_code": "street", "flat_number": "1", "number_first": "18", "number_last": "20", "building_name": "jessica haven", "postcode": "4558", "state_abbreviation": "qld", "locality_name": "maroochydore"}
|
Translate a text address into stuctured json.
|
flemmington road/ g 5,93 3051
|
{"street_name": "flemington", "street_type_code": "road", "flat_number_prefix": "g", "flat_number": "5", "number_first": "93", "postcode": "3051"}
|
Translate a text address into stuctured json.
|
macleay st 67-69. unit 19 .new south wales /potts poiht 2011
|
{"street_name": "macleay", "street_type_code": "street", "number_first": "67", "number_last": "69", "flat_type": "unit", "flat_number": "19", "state_abbreviation": "nsw", "locality_name": "potts point", "postcode": "2011"}
|
Translate a text address into stuctured json.
|
cupar place nsw
|
{"street_name": "cupar", "street_type_code": "place", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
deloraine court /edwradstown 5039
|
{"street_name": "deloraine", "street_type_code": "court", "locality_name": "edwardstown", "postcode": "5039"}
|
Translate a text address into stuctured json.
|
middle quay dr qqld.4216 biggera wwaetrs
|
{"street_name": "middle quay", "street_type_code": "drive", "state_abbreviation": "qld", "postcode": "4216", "locality_name": "biggera waters"}
|
Translate a text address into stuctured json.
|
ann st \14 /4573 /queensland
|
{"street_name": "ann", "street_type_code": "street", "number_first": "14", "postcode": "4573", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
inala court 8\yalambie
|
{"street_name": "inala", "street_type_code": "court", "number_first": "8", "locality_name": "yallambie"}
|
Translate a text address into stuctured json.
|
country rd
|
{"street_name": "country", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
27/ archers field dr / 3977
|
{"number_first": "27", "street_name": "archers field", "street_type_code": "drive", "postcode": "3977"}
|
Translate a text address into stuctured json.
|
havey street. 5083
|
{"street_name": "harvey", "street_type_code": "street", "postcode": "5083"}
|
Translate a text address into stuctured json.
|
5 . 76 wellard rd\6167/ cwlista
|
{"flat_number": "5", "number_first": "76", "street_name": "wellard", "street_type_code": "road", "postcode": "6167", "locality_name": "calista"}
|
Translate a text address into stuctured json.
|
gautam gr 20/ hakrness
|
{"street_name": "gautam", "street_type_code": "grove", "number_first": "20", "locality_name": "harkness"}
|
Translate a text address into stuctured json.
|
0 ,ravensden srteet
|
{"number_first": "10", "street_name": "ravensden", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
oyster bay road,124\ unit 7/ nnsw\ 2225
|
{"street_name": "oyster bay", "street_type_code": "road", "number_first": "124", "flat_type": "unit", "flat_number": "7", "state_abbreviation": "nsw", "postcode": "2225"}
|
Translate a text address into stuctured json.
|
louvre road/16 bonniie brook
|
{"street_name": "louvre", "street_type_code": "road", "number_first": "16", "locality_name": "bonnie brook"}
|
Translate a text address into stuctured json.
|
108.west rd / queensland \4311
|
{"number_first": "108", "street_name": "west", "street_type_code": "road", "state_abbreviation": "qld", "postcode": "4311"}
|
Translate a text address into stuctured json.
|
esplnade,53\57\616 /qld
|
{"street_name": "esplanade", "number_first": "53", "number_last": "57", "flat_number": "616", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
carolinf crescent
|
{"street_name": "caroline", "street_type_code": "crescent"}
|
Translate a text address into stuctured json.
|
arrival dr.52 hertz car rentaal 3045/melbourne airport
|
{"street_name": "arrival", "street_type_code": "drive", "number_first": "52", "building_name": "hertz car rental", "postcode": "3045", "locality_name": "melbourne airport"}
|
Translate a text address into stuctured json.
|
9\ fitzroy street\ 2852
|
{"number_first": "9", "street_name": "fitzroy", "street_type_code": "street", "postcode": "2852"}
|
Translate a text address into stuctured json.
|
keystone a ,21 a /5090 \hope valley
|
{"street_name": "keystone", "street_type_code": "avenue", "number_first": "21", "number_first_suffix": "a", "postcode": "5090", "locality_name": "hope valley"}
|
Translate a text address into stuctured json.
|
palm lake resort\ unit24 9 taronga rd 3029
|
{"building_name": "palm lake resort", "flat_type": "unit", "flat_number": "24", "number_first": "9", "street_name": "taronga", "street_type_code": "road", "postcode": "3029"}
|
Translate a text address into stuctured json.
|
kitchener avenue. 6100.wa
|
{"street_name": "kitchener", "street_type_code": "avenue", "postcode": "6100", "state_abbreviation": "wa"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.