instruction
stringclasses
1 value
input
stringlengths
6
109
output
stringlengths
27
306
Translate a text address into stuctured json.
king st vic
{"street_name": "king", "street_type_code": "street", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
stirling street. bunbury \western astralia
{"street_name": "stirling", "street_type_code": "street", "locality_name": "bunbury", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
boisdalle st maffra. 3860 .vic
{"street_name": "boisdale", "street_type_code": "street", "locality_name": "maffra", "postcode": "3860", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
duncraig road/ 12, 6023 duncraig
{"street_name": "duncraig", "street_type_code": "road", "number_first": "12", "postcode": "6023", "locality_name": "duncraig"}
Translate a text address into stuctured json.
gentian drive queensland
{"street_name": "gentian", "street_type_code": "drive", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
1 ,george julius avenue.516 .zetland 2017
{"number_first": "1", "street_name": "george julius", "street_type_code": "avenue", "flat_number": "516", "locality_name": "zetland", "postcode": "2017"}
Translate a text address into stuctured json.
huntleys point road/ nws
{"street_name": "huntleys point", "street_type_code": "road", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
ashburner st 12 ,nt 830
{"street_name": "ashburner", "street_type_code": "street", "number_first": "12", "state_abbreviation": "nt", "postcode": "830"}
Translate a text address into stuctured json.
27\lakins rd/mansfield
{"number_first": "27", "street_name": "lakins", "street_type_code": "road", "locality_name": "mansfield"}
Translate a text address into stuctured json.
14.bridge dr 2048\ stanmore nsw
{"number_first": "14", "street_name": "bridge", "street_type_code": "road", "postcode": "2048", "locality_name": "stanmore", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
room163/palms retirement village , morris rd\ 77 93 /4022/rothwell
{"flat_type": "room", "flat_number": "163", "building_name": "palms retirement village", "street_name": "morris", "street_type_code": "road", "number_first": "77", "number_last": "93", "postcode": "4022", "locality_name": "rothwell"}
Translate a text address into stuctured json.
unit1 .16 hanbury street 2304 mayfield .nsw
{"flat_type": "unit", "flat_number": "1", "number_first": "16", "street_name": "hanbury", "street_type_code": "street", "postcode": "2304", "locality_name": "mayfield", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
belmont grove
{"street_name": "belmont", "street_type_code": "grove"}
Translate a text address into stuctured json.
36 / hanmer st,3016
{"number_first": "36", "street_name": "hanmer", "street_type_code": "street", "postcode": "3016"}
Translate a text address into stuctured json.
yates place 2440 .west kempsey
{"street_name": "yates", "street_type_code": "place", "postcode": "2440", "locality_name": "west kempsey"}
Translate a text address into stuctured json.
north rocsk road 2151
{"street_name": "north rocks", "street_type_code": "road", "postcode": "2151"}
Translate a text address into stuctured json.
wattle street ,barcaldine .4725
{"street_name": "wattle", "street_type_code": "street", "locality_name": "barcaldine", "postcode": "4725"}
Translate a text address into stuctured json.
barmah-sheppartoh road 3634
{"street_name": "barmah-shepparton", "street_type_code": "road", "postcode": "3634"}
Translate a text address into stuctured json.
atkinson road\ new soth walee 2229 taren point
{"street_name": "atkinson", "street_type_code": "road", "state_abbreviation": "nsw", "postcode": "2229", "locality_name": "taren point"}
Translate a text address into stuctured json.
hepburn street. vic
{"street_name": "hepburn", "street_type_code": "street", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
32. callen vaneue 2262 \san reo
{"number_first": "32", "street_name": "callen", "street_type_code": "avenue", "postcode": "2262", "locality_name": "san remo"}
Translate a text address into stuctured json.
daly st south yarra
{"street_name": "daly", "street_type_code": "street", "locality_name": "south yarra"}
Translate a text address into stuctured json.
murray street/ victoria
{"street_name": "murray", "street_type_code": "street", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
12 /glenvale court.queensland /4053.everton hills
{"number_first": "12", "street_name": "glenvale", "street_type_code": "court", "state_abbreviation": "qld", "postcode": "4053", "locality_name": "everton hills"}
Translate a text address into stuctured json.
goewr st
{"street_name": "gower", "street_type_code": "street"}
Translate a text address into stuctured json.
randle rd\ buccan conservation park / queensland
{"street_name": "randle", "street_type_code": "road", "building_name": "buccan conservation park", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
21 .emily avenue
{"number_first": "21", "street_name": "emily", "street_type_code": "avenue"}
Translate a text address into stuctured json.
sherwo0d los angelos road 333
{"building_name": "sherwood", "street_name": "los angelos", "street_type_code": "road", "number_first": "333"}
Translate a text address into stuctured json.
1q6 ,angas rd/5041
{"number_first": "116", "street_name": "angas", "street_type_code": "road", "postcode": "5041"}
Translate a text address into stuctured json.
22/5. guy st,awuchope nsw
{"number_first": "22", "flat_number": "5", "street_name": "guy", "street_type_code": "street", "locality_name": "wauchope", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
7 \ bickner way wa , par elia
{"number_first": "7", "street_name": "bickner", "street_type_code": "way", "state_abbreviation": "wa", "locality_name": "parmelia"}
Translate a text address into stuctured json.
1.cressbrook court/ newtown. queenslland
{"number_first": "1", "street_name": "cressbrook", "street_type_code": "court", "locality_name": "newtown", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
4 neon way \wollert .3750
{"number_first": "4", "street_name": "neon", "street_type_code": "way", "locality_name": "wollert", "postcode": "3750"}
Translate a text address into stuctured json.
rose st, 2388
{"street_name": "rose", "street_type_code": "street", "postcode": "2388"}
Translate a text address into stuctured json.
hampden street nsw\north rocks
{"street_name": "hampden", "street_type_code": "street", "state_abbreviation": "nsw", "locality_name": "north rocks"}
Translate a text address into stuctured json.
19. wright st .victoria
{"number_first": "19", "street_name": "wright", "street_type_code": "street", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
herndon cl/6107
{"street_name": "herndon", "street_type_code": "close", "postcode": "6107"}
Translate a text address into stuctured json.
reserve,assembly dr/ 101 \victoria. dandenong south
{"building_name": "reserve", "street_name": "assembly", "street_type_code": "drive", "number_first": "101", "state_abbreviation": "vic", "locality_name": "dandenong south"}
Translate a text address into stuctured json.
fephdahn st/ 9 queensland\ 4343
{"street_name": "feldhahn", "street_type_code": "street", "number_first": "9", "state_abbreviation": "qld", "postcode": "4343"}
Translate a text address into stuctured json.
rail corridor rd ,5462
{"street_name": "rail corridor", "street_type_code": "road", "postcode": "5462"}
Translate a text address into stuctured json.
dixon po8nt rd 7020
{"street_name": "dixon point", "street_type_code": "road", "postcode": "7020"}
Translate a text address into stuctured json.
perpetual street 3029
{"street_name": "perpetual", "street_type_code": "street", "postcode": "3029"}
Translate a text address into stuctured json.
rotherham street.3b \ 3216 vic belmont
{"street_name": "rotherham", "street_type_code": "street", "number_first": "3", "number_first_suffix": "b", "postcode": "3216", "state_abbreviation": "vic", "locality_name": "belmont"}
Translate a text address into stuctured json.
avalon parade nsw,qvallon beach
{"street_name": "avalon", "street_type_code": "parade", "state_abbreviation": "nsw", "locality_name": "avalon beach"}
Translate a text address into stuctured json.
lake road .2287 wallsend\new south wales
{"street_name": "lake", "street_type_code": "road", "postcode": "2287", "locality_name": "wallsend", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
159 . frederick st . unit212 new sout hwales\ 2216\ rockdale
{"number_first": "159", "street_name": "frederick", "street_type_code": "street", "flat_type": "unit", "flat_number": "212", "state_abbreviation": "nsw", "postcode": "2216", "locality_name": "rockdale"}
Translate a text address into stuctured json.
hesse street campsite 112, queenscliff vic
{"street_name": "hesse", "street_type_code": "street", "building_name": "campsite 112", "locality_name": "queenscliff", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
prosper valey 4d. vic/3870
{"street_name": "prosper valley", "street_type_code": "road", "state_abbreviation": "vic", "postcode": "3870"}
Translate a text address into stuctured json.
kent street, 414 shop1/2000
{"street_name": "kent", "street_type_code": "street", "number_first": "414", "flat_type": "shop", "flat_number": "1", "postcode": "2000"}
Translate a text address into stuctured json.
congdon street .wa/ 6011
{"street_name": "congdon", "street_type_code": "street", "state_abbreviation": "wa", "postcode": "6011"}
Translate a text address into stuctured json.
gilbert street
{"street_name": "gilbert", "street_type_code": "street"}
Translate a text address into stuctured json.
portofino the piazza\nsw
{"building_name": "portofino", "street_name": "the piazza", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
hepburn avenue/ 281 6025
{"street_name": "hepburn", "street_type_code": "avenue", "number_first": "281", "postcode": "6025"}
Translate a text address into stuctured json.
20\mitcjell street wa
{"number_first": "20", "street_name": "mitchell", "street_type_code": "street", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
level twenty-two \120\collins street /vic
{"level_type": "level", "level_number": "22", "number_first": "120", "street_name": "collins", "street_type_code": "street", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
twilight street 4069
{"street_name": "twilight", "street_type_code": "street", "postcode": "4069"}
Translate a text address into stuctured json.
kingfisher pde. 4701
{"street_name": "kingfisher", "street_type_code": "parade", "postcode": "4701"}
Translate a text address into stuctured json.
wynua st.fawkner/3060
{"street_name": "wyuna", "street_type_code": "street", "locality_name": "fawkner", "postcode": "3060"}
Translate a text address into stuctured json.
29\coppefleaf way\nsw
{"number_first": "29", "street_name": "copperleaf", "street_type_code": "way", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
12.charm way. atwell
{"number_first": "12", "street_name": "charm", "street_type_code": "way", "locality_name": "atwell"}
Translate a text address into stuctured json.
kavanwgh cr 22a,3038 \victoria
{"street_name": "kavanagh", "street_type_code": "crescent", "number_first": "22", "number_first_suffix": "a", "postcode": "3038", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
22 24\ ruthefrord street 6 \oyrkeys knob
{"number_first": "22", "number_last": "24", "street_name": "rutherford", "street_type_code": "street", "flat_number": "6", "locality_name": "yorkeys knob"}
Translate a text address into stuctured json.
level fjfteen st georges tce \216 wa
{"level_type": "level", "level_number": "15", "street_name": "st georges", "street_type_code": "terrace", "number_first": "216", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
myall st, tea gardens
{"street_name": "myall", "street_type_code": "street", "locality_name": "tea gardens"}
Translate a text address into stuctured json.
unit96 71 83 beach street.oxley anchorag3 cvan pk/harrington
{"flat_type": "unit", "flat_number": "96", "number_first": "71", "number_last": "83", "street_name": "beach", "street_type_code": "street", "building_name": "oxley anchorage cvan pk", "locality_name": "harrington"}
Translate a text address into stuctured json.
quuinn grove. victoria. 033
{"street_name": "quinn", "street_type_code": "grove", "state_abbreviation": "vic", "postcode": "3033"}
Translate a text address into stuctured json.
edmunds af hay point
{"street_name": "edmunds", "street_type_code": "avenue", "locality_name": "hay point"}
Translate a text address into stuctured json.
floor one .rda court /wa
{"level_type": "floor", "level_number": "1", "street_name": "rand", "street_type_code": "court", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
kings avenue 103 new south wales 2260
{"street_name": "kings", "street_type_code": "avenue", "number_first": "103", "state_abbreviation": "nsw", "postcode": "2260"}
Translate a text address into stuctured json.
bolger way
{"street_name": "bolger", "street_type_code": "way"}
Translate a text address into stuctured json.
8 hotham awy 6232/ eaton,wa
{"number_first": "8", "street_name": "hotham", "street_type_code": "way", "postcode": "6232", "locality_name": "eaton", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
clemems lane 3737, myrtleford vic
{"street_name": "clemens", "street_type_code": "lane", "postcode": "3737", "locality_name": "myrtleford", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
anson street 69
{"street_name": "anson", "street_type_code": "street", "number_first": "69"}
Translate a text address into stuctured json.
patrick cr saratoga, 2251
{"street_name": "patrick", "street_type_code": "crescent", "locality_name": "saratoga", "postcode": "2251"}
Translate a text address into stuctured json.
bell street .coburg .victoria
{"street_name": "bell", "street_type_code": "street", "locality_name": "coburg", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
evans avenue.noth mqckay
{"street_name": "evans", "street_type_code": "avenue", "locality_name": "north mackay"}
Translate a text address into stuctured json.
23 ,athelstane drjve ringwood nortn
{"number_first": "23", "street_name": "athelstane", "street_type_code": "drive", "locality_name": "ringwood north"}
Translate a text address into stuctured json.
boundary street , singleton /new south wales
{"street_name": "boundary", "street_type_code": "street", "locality_name": "singleton", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
vickery street . 3145, victoria
{"street_name": "vickery", "street_type_code": "street", "postcode": "3145", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
vista st .nsw
{"street_name": "vista", "street_type_code": "street", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
castletown quays castletown,western australia
{"street_name": "castletown", "street_type_code": "quays", "locality_name": "castletown", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
3661 , 1601 turbot street the republic apartments spring hill /4000
{"number_first": "361", "flat_number": "1601", "street_name": "turbot", "street_type_code": "street", "building_name": "the republic apartments", "locality_name": "spring hill", "postcode": "4000"}
Translate a text address into stuctured json.
duporth cresc4nt dakabin
{"street_name": "duporth", "street_type_code": "crescent", "locality_name": "dakabin"}
Translate a text address into stuctured json.
4 hendereonn street\queensland\ 4701
{"number_first": "45", "street_name": "henderson", "street_type_code": "street", "state_abbreviation": "qld", "postcode": "4701"}
Translate a text address into stuctured json.
vieste dr\tasmania
{"street_name": "vieste", "street_type_code": "drive", "state_abbreviation": "tas"}
Translate a text address into stuctured json.
15 ,blay rd
{"number_first": "15", "street_name": "blay", "street_type_code": "road"}
Translate a text address into stuctured json.
dfufield road /qld
{"street_name": "duffield", "street_type_code": "road", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
unit 5, toorak road. 1349 camberwell/3124
{"flat_type": "unit", "flat_number": "5", "street_name": "toorak", "street_type_code": "road", "number_first": "1349", "locality_name": "camberwell", "postcode": "3124"}
Translate a text address into stuctured json.
18 /karoola rd . tas. 7015
{"number_first": "18", "street_name": "karoola", "street_type_code": "road", "state_abbreviation": "tas", "postcode": "7015"}
Translate a text address into stuctured json.
kendall cr \2445
{"street_name": "kendall", "street_type_code": "crescent", "postcode": "2445"}
Translate a text address into stuctured json.
hedges avenue schern haus 4218
{"street_name": "hedges", "street_type_code": "avenue", "building_name": "schern haus", "postcode": "4218"}
Translate a text address into stuctured json.
unit 4 52 epsom rd / knesington\vif /3031
{"flat_type": "unit", "flat_number": "4", "number_first": "52", "street_name": "epsom", "street_type_code": "road", "locality_name": "kensington", "state_abbreviation": "vic", "postcode": "3031"}
Translate a text address into stuctured json.
shaw place redland o nthe bay,4165 /red,and bay
{"street_name": "shaw", "street_type_code": "place", "building_name": "redland on the bay", "postcode": "4165", "locality_name": "redland bay"}
Translate a text address into stuctured json.
17 burleigh av nssw
{"number_first": "17", "street_name": "burleigh", "street_type_code": "avenue", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
taverner square , victoria
{"street_name": "taverner", "street_type_code": "square", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
6 ilfracombe avenue /5048 .south australia
{"number_first": "6", "street_name": "ilfracombe", "street_type_code": "avenue", "postcode": "5048", "state_abbreviation": "sa"}
Translate a text address into stuctured json.
145 pattterson road cape schanck victoria
{"number_first": "145", "street_name": "patterson", "street_type_code": "road", "locality_name": "cape schanck", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
red knob rd 3887 \nowa noaa
{"street_name": "red knob", "street_type_code": "road", "postcode": "3887", "locality_name": "nowa nowa"}
Translate a text address into stuctured json.
tomaree road 2315 nsw.shoal bay
{"street_name": "tomaree", "street_type_code": "road", "postcode": "2315", "state_abbreviation": "nsw", "locality_name": "shoal bay"}
Translate a text address into stuctured json.
siganto dr. helensvale
{"street_name": "siganto", "street_type_code": "drive", "locality_name": "helensvale"}