instruction
stringclasses 1
value | input
stringlengths 6
109
| output
stringlengths 27
306
|
|---|---|---|
Translate a text address into stuctured json.
|
6 .mercer place/ 2902, kambah
|
{"number_first": "6", "street_name": "mercer", "street_type_code": "place", "postcode": "2902", "locality_name": "kambah"}
|
Translate a text address into stuctured json.
|
el raancho, glencoe road.maules crek . 2382
|
{"building_name": "el rancho", "street_name": "glencoe", "street_type_code": "road", "locality_name": "maules creek", "postcode": "2382"}
|
Translate a text address into stuctured json.
|
garland road/ nsw
|
{"street_name": "garland", "street_type_code": "road", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
14 572 578\ princes hwy rockdale,new south wales
|
{"flat_number": "14", "number_first": "572", "number_last": "578", "street_name": "princes", "street_type_code": "highway", "locality_name": "rockdale", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
twickenham dr\dubbo
|
{"street_name": "twickenham", "street_type_code": "drive", "locality_name": "dubbo"}
|
Translate a text address into stuctured json.
|
jimbell street wa 6912
|
{"street_name": "jimbell", "street_type_code": "street", "state_abbreviation": "wa", "postcode": "6012"}
|
Translate a text address into stuctured json.
|
nile street /2304
|
{"street_name": "nile", "street_type_code": "street", "postcode": "2304"}
|
Translate a text address into stuctured json.
|
37 johnn o'neill cct \new ssouth wales, goonellabah
|
{"number_first": "37", "street_name": "john o'neill", "street_type_code": "circuit", "state_abbreviation": "nsw", "locality_name": "goonellabah"}
|
Translate a text address into stuctured json.
|
anchor avenue port victoria
|
{"street_name": "anchor", "street_type_code": "avenue", "locality_name": "port victoria"}
|
Translate a text address into stuctured json.
|
45 /benerembah street unit1/2680 new south wales
|
{"number_first": "54", "street_name": "benerembah", "street_type_code": "street", "flat_type": "unit", "flat_number": "1", "postcode": "2680", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
burrows street 3500.mildura ,ivctoria
|
{"street_name": "burrows", "street_type_code": "street", "postcode": "3500", "locality_name": "mildura", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
35\ a 606 arnncliffe street /2205/ owlli creek
|
{"number_first": "35", "flat_number_prefix": "a", "flat_number": "606", "street_name": "arncliffe", "street_type_code": "street", "postcode": "2205", "locality_name": "wolli creek"}
|
Translate a text address into stuctured json.
|
3\church st 4361
|
{"number_first": "3", "street_name": "church", "street_type_code": "street", "postcode": "4361"}
|
Translate a text address into stuctured json.
|
westgarth st, 16,1 o'connor
|
{"street_name": "westgarth", "street_type_code": "street", "number_first": "16", "flat_number": "1", "locality_name": "o'connor"}
|
Translate a text address into stuctured json.
|
boundwdy st\queensland
|
{"street_name": "boundary", "street_type_code": "street", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
kingsbury st/nroman park/ 4170
|
{"street_name": "kingsbury", "street_type_code": "street", "locality_name": "norman park", "postcode": "4170"}
|
Translate a text address into stuctured json.
|
stewart pde 20,tuncurry \2428
|
{"street_name": "stewart", "street_type_code": "parade", "number_first": "20", "locality_name": "tuncurry", "postcode": "2428"}
|
Translate a text address into stuctured json.
|
west high street .new sluth wales .2450
|
{"street_name": "west high", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2450"}
|
Translate a text address into stuctured json.
|
killarney \dalton rd 2088
|
{"building_name": "killarney", "street_name": "dalton", "street_type_code": "road", "postcode": "2088"}
|
Translate a text address into stuctured json.
|
164 \queen street .peterobrough
|
{"number_first": "164", "street_name": "queen", "street_type_code": "street", "locality_name": "peterborough"}
|
Translate a text address into stuctured json.
|
ferntree gully rd\christ ou rholy redeemer schoo/vic\ 3166 ,oakleigh
|
{"street_name": "ferntree gully", "street_type_code": "road", "building_name": "christ our holy redeemer schoo", "state_abbreviation": "vic", "postcode": "3166", "locality_name": "oakleigh"}
|
Translate a text address into stuctured json.
|
cplley place
|
{"street_name": "colley", "street_type_code": "place"}
|
Translate a text address into stuctured json.
|
sagittarius cl. 2287 elermore vale
|
{"street_name": "sagittarius", "street_type_code": "close", "postcode": "2287", "locality_name": "elermore vale"}
|
Translate a text address into stuctured json.
|
62 ,high st victtoria
|
{"number_first": "62", "street_name": "high", "street_type_code": "street", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
seaham rd , neslonsplians. new sou5h wales
|
{"street_name": "seaham", "street_type_code": "road", "locality_name": "nelsons plains", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
1433\ burro3s road.nsw, hamilton valley.2642
|
{"number_first": "1433", "street_name": "burrows", "street_type_code": "road", "state_abbreviation": "nsw", "locality_name": "hamilton valley", "postcode": "2641"}
|
Translate a text address into stuctured json.
|
ipswich st east toowoomba qld
|
{"street_name": "ipswich", "street_type_code": "street", "locality_name": "east toowoomba", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
spoh9e dr/ 52.2800 /new south wales
|
{"street_name": "sophie", "street_type_code": "drive", "number_first": "52", "postcode": "2800", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
benhiam st .townhouse 19 ,422. queenslan
|
{"street_name": "benhiam", "street_type_code": "street", "flat_type": "townhouse", "flat_number": "19", "number_first": "422", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
edell t\46
|
{"street_name": "edgell", "street_type_code": "street", "number_first": "46"}
|
Translate a text address into stuctured json.
|
elder s street clarinda
|
{"street_name": "elder", "street_suffix_code": "s", "street_type_code": "street", "locality_name": "clarinda"}
|
Translate a text address into stuctured json.
|
robe st. stk ilda \3182
|
{"street_name": "robe", "street_type_code": "street", "locality_name": "st kilda", "postcode": "3182"}
|
Translate a text address into stuctured json.
|
pindara bvd.3910 , vic
|
{"street_name": "pindara", "street_type_code": "boulevard", "postcode": "3910", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
pitt street ,new south wales\sydney,2000
|
{"street_name": "pitt", "street_type_code": "street", "state_abbreviation": "nsw", "locality_name": "sydney", "postcode": "2000"}
|
Translate a text address into stuctured json.
|
hepburn st/8 6530
|
{"street_name": "hepburn", "street_type_code": "street", "number_first": "8", "postcode": "6530"}
|
Translate a text address into stuctured json.
|
mango av .queenssland \ eimfo,4740
|
{"street_name": "mango", "street_type_code": "avenue", "state_abbreviation": "qld", "locality_name": "eimeo", "postcode": "4740"}
|
Translate a text address into stuctured json.
|
field cl.4301
|
{"street_name": "field", "street_type_code": "close", "postcode": "4301"}
|
Translate a text address into stuctured json.
|
rydal streeg/prospect 2148
|
{"street_name": "rydal", "street_type_code": "street", "locality_name": "prospect", "postcode": "2148"}
|
Translate a text address into stuctured json.
|
beaumont st
|
{"street_name": "beaumont", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
rio vista bvd 366/ mermaid waters.4218
|
{"street_name": "rio vista", "street_type_code": "boulevard", "number_first": "366", "locality_name": "mermaid waters", "postcode": "4218"}
|
Translate a text address into stuctured json.
|
dowling street
|
{"street_name": "dowling", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
princes highway 2221 nsw
|
{"street_name": "princes", "street_type_code": "highway", "postcode": "2221", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
hrebert street. unit 2 38/4175 dand3nong
|
{"street_name": "herbert", "street_type_code": "street", "flat_type": "unit", "flat_number": "1", "number_first": "38", "postcode": "3175", "locality_name": "dandenong"}
|
Translate a text address into stuctured json.
|
regency cct 25. 2428
|
{"street_name": "regency", "street_type_code": "circuit", "number_first": "25", "postcode": "2428"}
|
Translate a text address into stuctured json.
|
33/helen street.1 .qld
|
{"number_first": "33", "street_name": "helen", "street_type_code": "street", "flat_number": "1", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
kennion crescent \42 south australia .para hills west
|
{"street_name": "kennion", "street_type_code": "crescent", "number_first": "42", "state_abbreviation": "sa", "locality_name": "para hills west"}
|
Translate a text address into stuctured json.
|
29/ nautils crescent
|
{"number_first": "29", "street_name": "nautilus", "street_type_code": "crescent"}
|
Translate a text address into stuctured json.
|
omuntain strete\ 2006
|
{"street_name": "mountain", "street_type_code": "street", "postcode": "2007"}
|
Translate a text address into stuctured json.
|
curley circuit\qld
|
{"street_name": "curley", "street_type_code": "circuit", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
railway pde
|
{"street_name": "railway", "street_type_code": "parade"}
|
Translate a text address into stuctured json.
|
29/angas street,kodo apartments.1803 adelaide
|
{"number_first": "29", "street_name": "angas", "street_type_code": "street", "building_name": "kodo apartments", "flat_number": "1803", "locality_name": "adelaide"}
|
Translate a text address into stuctured json.
|
dockery st 3 vic semyour 3660
|
{"street_name": "dockery", "street_type_code": "street", "number_first": "3", "state_abbreviation": "vic", "locality_name": "seymour", "postcode": "3660"}
|
Translate a text address into stuctured json.
|
37. catdinal st ,5011 sa
|
{"number_first": "37", "street_name": "cardinal", "street_type_code": "street", "postcode": "5011", "state_abbreviation": "sa"}
|
Translate a text address into stuctured json.
|
10 the pines grove ,5108 paarlowie
|
{"number_first": "10", "street_name": "the pines grove", "postcode": "5108", "locality_name": "paralowie"}
|
Translate a text address into stuctured json.
|
23 gleason street\queensland \mcdowalll
|
{"number_first": "23", "street_name": "gleason", "street_type_code": "street", "state_abbreviation": "qld", "locality_name": "mcdowall"}
|
Translate a text address into stuctured json.
|
godall rd,para hills\5096
|
{"street_name": "goodall", "street_type_code": "road", "locality_name": "para hills", "postcode": "5096"}
|
Translate a text address into stuctured json.
|
gemoa-mallacoota road \vic6oria 3892
|
{"street_name": "genoa-mallacoota", "street_type_code": "road", "state_abbreviation": "vic", "postcode": "3892"}
|
Translate a text address into stuctured json.
|
21 prosperity way 5076
|
{"number_first": "21", "street_name": "prosperity", "street_type_code": "way", "postcode": "5076"}
|
Translate a text address into stuctured json.
|
rievr st / 12 avondqle
|
{"street_name": "river", "street_type_code": "street", "number_first": "12", "locality_name": "avondale"}
|
Translate a text address into stuctured json.
|
sunnydene road
|
{"street_name": "sunnydene", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
unit 402 vue apartments bellerine st 6 8\vic 3220 geelong
|
{"flat_type": "unit", "flat_number": "402", "building_name": "vue apartments", "street_name": "bellerine", "street_type_code": "street", "number_first": "6", "number_last": "8", "state_abbreviation": "vic", "postcode": "3220", "locality_name": "geelong"}
|
Translate a text address into stuctured json.
|
guanaba creek rd,qld
|
{"street_name": "guanaba creek", "street_type_code": "road", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
douglsa road
|
{"street_name": "douglas", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
tosalie avenue 5352
|
{"street_name": "rosalie", "street_type_code": "avenue", "postcode": "5352"}
|
Translate a text address into stuctured json.
|
lyndhurst court ,auckland st,4680
|
{"building_name": "lyndhurst court", "street_name": "auckland", "street_type_code": "street", "postcode": "4680"}
|
Translate a text address into stuctured json.
|
13 -15 \woods road. st albans park\victoria
|
{"number_first": "13", "number_last": "15", "street_name": "woods", "street_type_code": "road", "locality_name": "st albans park", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
second street\8 clayton south
|
{"street_name": "second", "street_type_code": "street", "number_first": "8", "locality_name": "clayton south"}
|
Translate a text address into stuctured json.
|
rlsinore street merrylands
|
{"street_name": "elsinore", "street_type_code": "street", "locality_name": "merrylands"}
|
Translate a text address into stuctured json.
|
hamilton st\ 67 \cannington / western austrslia
|
{"street_name": "hamilton", "street_type_code": "street", "number_first": "67", "locality_name": "cannington", "state_abbreviation": "wa"}
|
Translate a text address into stuctured json.
|
park terrace /10 sa
|
{"street_name": "park", "street_type_code": "terrace", "number_first": "10", "state_abbreviation": "sa"}
|
Translate a text address into stuctured json.
|
schook rd
|
{"street_name": "school", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
adamson st wa .mundijong
|
{"street_name": "adamson", "street_type_code": "street", "state_abbreviation": "wa", "locality_name": "mundijong"}
|
Translate a text address into stuctured json.
|
pine street/queensland 4886
|
{"street_name": "pine", "street_type_code": "street", "state_abbreviation": "qld", "postcode": "4886"}
|
Translate a text address into stuctured json.
|
orlando court 5070
|
{"street_name": "orlando", "street_type_code": "court", "postcode": "5070"}
|
Translate a text address into stuctured json.
|
collett parade/ new soyth wa.es
|
{"street_name": "collett", "street_type_code": "parade", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
coachmans way .vic
|
{"street_name": "coachmans", "street_type_code": "way", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
lower heidelberg rd ivanhoe
|
{"street_name": "lower heidelberg", "street_type_code": "road", "locality_name": "ivanhoe"}
|
Translate a text address into stuctured json.
|
matthew cll 8, galston
|
{"street_name": "matthew", "street_type_code": "close", "number_first": "8", "locality_name": "galston"}
|
Translate a text address into stuctured json.
|
macdonalds rd/tasmania / premaydena
|
{"street_name": "macdonalds", "street_type_code": "road", "state_abbreviation": "tas", "locality_name": "premaydena"}
|
Translate a text address into stuctured json.
|
livingstone avenue \116 ,nsw, 2565/ ingleburn
|
{"street_name": "livingstone", "street_type_code": "avenue", "number_first": "16", "state_abbreviation": "nsw", "postcode": "2565", "locality_name": "ingleburn"}
|
Translate a text address into stuctured json.
|
25 , hall rd. narangbw
|
{"number_first": "25", "street_name": "hall", "street_type_code": "road", "locality_name": "narangba"}
|
Translate a text address into stuctured json.
|
besant st 10\hampton east. gic/ 3188
|
{"street_name": "besant", "street_type_code": "street", "number_first": "10", "locality_name": "hampton east", "state_abbreviation": "vic", "postcode": "3188"}
|
Translate a text address into stuctured json.
|
2 11-13.ormond street new south wz;es 2311
|
{"flat_number": "2", "number_first": "11", "number_last": "13", "street_name": "ormond", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2131"}
|
Translate a text address into stuctured json.
|
8 .brookhavenn street ,nsw
|
{"number_first": "8", "street_name": "brookhaven", "street_type_code": "street", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
22a ,whitehead st
|
{"number_first": "22", "number_first_suffix": "a", "street_name": "whitehead", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
bauer st /32 villa la salle ret vlge unit 67 qld/4215\so8thport
|
{"street_name": "bauer", "street_type_code": "street", "number_first": "32", "building_name": "villa la salle ret vlge", "flat_type": "unit", "flat_number": "67", "state_abbreviation": "qld", "postcode": "4215", "locality_name": "southport"}
|
Translate a text address into stuctured json.
|
26 /yettie road
|
{"number_first": "26", "street_name": "yettie", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
134\138,dennis road, 4127/ qld
|
{"number_first": "134", "number_last": "138", "street_name": "dennis", "street_type_code": "road", "postcode": "4127", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
528.military road new south wales
|
{"number_first": "528", "street_name": "military", "street_type_code": "road", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
belgrave road 60 139 /vicoria
|
{"street_name": "belgrave", "street_type_code": "road", "number_first": "60", "flat_number": "319", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
8 ,hanna st victoria
|
{"number_first": "8", "street_name": "hanna", "street_type_code": "street", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
sandgtae road .412 shortland 2307
|
{"street_name": "sandgate", "street_type_code": "road", "number_first": "412", "locality_name": "shortland", "postcode": "2307"}
|
Translate a text address into stuctured json.
|
country haven,nerriga rd 7019 new south wales \nerriga
|
{"building_name": "country haven", "street_name": "nerriga", "street_type_code": "road", "number_first": "7019", "state_abbreviation": "nsw", "locality_name": "nerriga"}
|
Translate a text address into stuctured json.
|
garrett s , murarrie
|
{"street_name": "garrett", "street_type_code": "street", "locality_name": "murarrie"}
|
Translate a text address into stuctured json.
|
430 etiwanda avv unit 5, milura
|
{"number_first": "430", "street_name": "etiwanda", "street_type_code": "avenue", "flat_type": "unit", "flat_number": "5", "locality_name": "mildura"}
|
Translate a text address into stuctured json.
|
gerrard street ,alexandria\2015. new south wales
|
{"street_name": "gerard", "street_type_code": "street", "locality_name": "alexandria", "postcode": "2015", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
aerodrome rozd .maroochydore\4558
|
{"street_name": "aerodrome", "street_type_code": "road", "locality_name": "maroochydore", "postcode": "4558"}
|
Translate a text address into stuctured json.
|
dewar street\ 6/queensland
|
{"street_name": "dewar", "street_type_code": "street", "number_first": "6", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
chestnut road 3177
|
{"street_name": "chestnut", "street_type_code": "road", "postcode": "3177"}
|
Translate a text address into stuctured json.
|
whitehorse rd vic
|
{"street_name": "whitehorse", "street_type_code": "road", "state_abbreviation": "vic"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.