instruction
stringclasses
1 value
input
stringlengths
4
117
output
stringlengths
26
310
Translate a text address into stuctured json.
glendemar glendemar rd\ 336 vic
{"building_name": "glendemar", "street_name": "glendemar", "street_type_code": "road", "number_first": "336", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
thungby road, 4487
{"street_name": "thungby", "street_type_code": "road", "postcode": "4487"}
Translate a text address into stuctured json.
macrthur street south australia
{"street_name": "mcarthur", "street_type_code": "street", "state_abbreviation": "sa"}
Translate a text address into stuctured json.
mikligan st walterhall
{"street_name": "milligan", "street_type_code": "street", "locality_name": "walterhall"}
Translate a text address into stuctured json.
57 /jerrail st
{"number_first": "57", "street_name": "jerrail", "street_type_code": "street"}
Translate a text address into stuctured json.
lanaghan xt\4 glenroy
{"street_name": "lanaghan", "street_type_code": "street", "number_first": "4", "locality_name": "glenroy"}
Translate a text address into stuctured json.
12\shantalla cr
{"number_first": "12", "street_name": "shantalla", "street_type_code": "crescent"}
Translate a text address into stuctured json.
gawler terrace \ 35 gawler south
{"street_name": "gawler", "street_type_code": "terrace", "number_first": "35", "locality_name": "gawler south"}
Translate a text address into stuctured json.
stone crescent.42\ queemsland
{"street_name": "stone", "street_type_code": "crescent", "number_first": "42", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
howard st 12 qld
{"street_name": "howard", "street_type_code": "street", "number_first": "12", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
324,3 kitchener road stafford heights/4053
{"number_first": "324", "flat_number": "3", "street_name": "kitchener", "street_type_code": "road", "locality_name": "stafford heights", "postcode": "4053"}
Translate a text address into stuctured json.
binna burra st/villawood new south wales
{"street_name": "binna burra", "street_type_code": "street", "locality_name": "villawood", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
marana close\nowra . new south wales
{"street_name": "marana", "street_type_code": "close", "locality_name": "nowra", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
minnie water rd. minnie water
{"street_name": "minnie water", "street_type_code": "road", "locality_name": "minnie water"}
Translate a text address into stuctured json.
sharow st
{"street_name": "sharow", "street_type_code": "street"}
Translate a text address into stuctured json.
herrick street 51\ mount gravatt/ 4122 .qld
{"street_name": "herrick", "street_type_code": "street", "number_first": "15", "locality_name": "mount gravatt", "postcode": "4122", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
high st,unit 19 ,530\nsw \maitland
{"street_name": "high", "street_type_code": "street", "flat_type": "unit", "flat_number": "19", "number_first": "530", "state_abbreviation": "nsw", "locality_name": "maitland"}
Translate a text address into stuctured json.
ann st 2136
{"street_name": "ann", "street_type_code": "street", "postcode": "2136"}
Translate a text address into stuctured json.
sydey street 5 16/ peninsul aterrace\ 4020/ qld
{"street_name": "sydney", "street_type_code": "street", "number_first": "5", "flat_number": "16", "building_name": "peninsula terrace", "postcode": "4020", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
ness rd,4 paplecross \wa 6153
{"street_name": "ness", "street_type_code": "road", "number_first": "4", "locality_name": "applecross", "state_abbreviation": "wa", "postcode": "6153"}
Translate a text address into stuctured json.
8 abbott street. balwyn north 3104
{"number_first": "8", "street_name": "abbott", "street_type_code": "street", "locality_name": "balwyn north", "postcode": "3104"}
Translate a text address into stuctured json.
204, roberrtson street/ 2161 guildford /new south wales
{"number_first": "204", "street_name": "robertson", "street_type_code": "street", "postcode": "2161", "locality_name": "guildford", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
11 ,christa avenue/ burwood east
{"number_first": "11", "street_name": "christa", "street_type_code": "avenue", "locality_name": "burwood east"}
Translate a text address into stuctured json.
wnda rd \39 3161
{"street_name": "wanda", "street_type_code": "road", "number_first": "39", "postcode": "3161"}
Translate a text address into stuctured json.
canterbury road,2200 .bznkstown/nsw
{"street_name": "canterbury", "street_type_code": "road", "postcode": "2200", "locality_name": "bankstown", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
11d/john street/ western australia/ 6210
{"number_first": "11", "number_first_suffix": "d", "street_name": "john", "street_type_code": "street", "state_abbreviation": "wa", "postcode": "6210"}
Translate a text address into stuctured json.
138, camp flat rd ,queensland \bli bli \4560
{"number_first": "138", "street_name": "camp flat", "street_type_code": "road", "state_abbreviation": "qld", "locality_name": "bli bli", "postcode": "4560"}
Translate a text address into stuctured json.
50\ muggleton strewt, sarina qld / 4737
{"number_first": "50", "street_name": "muggleton", "street_type_code": "street", "locality_name": "sarina", "state_abbreviation": "qld", "postcode": "4737"}
Translate a text address into stuctured json.
platform st nsw
{"street_name": "platform", "street_type_code": "street", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
11\ blelay rd beachmere .4510.queensladn
{"number_first": "111", "street_name": "bellay", "street_type_code": "road", "locality_name": "beachmere", "postcode": "4510", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
mason street \67\ vic wangaratta, 3677
{"street_name": "mason", "street_type_code": "street", "number_first": "67", "state_abbreviation": "vic", "locality_name": "wangaratta", "postcode": "3677"}
Translate a text address into stuctured json.
17.moorakyne av malvenr \vic
{"number_first": "17", "street_name": "moorakyne", "street_type_code": "avenue", "locality_name": "malvern", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
she oak cr ,fairhaven vic
{"street_name": "she oak", "street_type_code": "crescent", "locality_name": "fairhaven", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
17 hazelton street new south wales \2179
{"number_first": "17", "street_name": "hazelton", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2179"}
Translate a text address into stuctured json.
30 edwa5ds zt sebastopol
{"number_first": "30", "street_name": "edwards", "street_type_code": "street", "locality_name": "sebastopol"}
Translate a text address into stuctured json.
335 , eastbourne rd.the village gldn ,345/390
{"number_first": "335", "street_name": "eastbourne", "street_type_code": "road", "building_name": "the village glen", "flat_number": "345", "postcode": "3940"}
Translate a text address into stuctured json.
6 barriedale gr, frankston south
{"number_first": "6", "street_name": "barriedale", "street_type_code": "grove", "locality_name": "frankston south"}
Translate a text address into stuctured json.
cowpepr street warrawong
{"street_name": "cowper", "street_type_code": "street", "locality_name": "warrawong"}
Translate a text address into stuctured json.
rodda st /south australia
{"street_name": "rodda", "street_type_code": "street", "state_abbreviation": "sa"}
Translate a text address into stuctured json.
quinn court /2. unut7 /mount coolum.qld
{"street_name": "quinn", "street_type_code": "court", "number_first": "2", "flat_type": "unit", "flat_number": "7", "locality_name": "mount coolum", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
surfside dr.85\ catherine hlil vay ,nsw
{"street_name": "surfside", "street_type_code": "drive", "number_first": "85", "locality_name": "catherine hill bay", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
belbourie st, nsw
{"street_name": "belbourie", "street_type_code": "street", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
neul st 2230/new south wales \bundeena
{"street_name": "neil", "street_type_code": "street", "postcode": "2230", "state_abbreviation": "nsw", "locality_name": "bundeena"}
Translate a text address into stuctured json.
thomas st ,western ausrtalia sublaco
{"street_name": "thomas", "street_type_code": "street", "state_abbreviation": "wa", "locality_name": "subiaco"}
Translate a text address into stuctured json.
beverley street doncaster east
{"street_name": "beverley", "street_type_code": "street", "locality_name": "doncaster east"}
Translate a text address into stuctured json.
gill avenue nsw taree
{"street_name": "gill", "street_type_code": "avenue", "state_abbreviation": "nsw", "locality_name": "taree"}
Translate a text address into stuctured json.
hill st 61 b 6330
{"street_name": "hill", "street_type_code": "street", "number_first": "61", "number_first_suffix": "b", "postcode": "6330"}
Translate a text address into stuctured json.
lowanna drive \ buddina wueensland
{"street_name": "lowanna", "street_type_code": "drive", "locality_name": "buddina", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
ingham cct queensland ooroobool
{"street_name": "ingham", "street_type_code": "court", "state_abbreviation": "qld", "locality_name": "mooroobool"}
Translate a text address into stuctured json.
bellevue road
{"street_name": "bellevue", "street_type_code": "road"}
Translate a text address into stuctured json.
2 .hopman close/victoria wantirna south
{"number_first": "2", "street_name": "hopman", "street_type_code": "close", "state_abbreviation": "vic", "locality_name": "wantirna south"}
Translate a text address into stuctured json.
ormond st\395
{"street_name": "ormond", "street_type_code": "street", "postcode": "3195"}
Translate a text address into stuctured json.
lisgar street\nsw/ merrylands
{"street_name": "lisgar", "street_type_code": "street", "state_abbreviation": "nsw", "locality_name": "merrylands"}
Translate a text address into stuctured json.
brodie spark drive new south wales 2205 /wolli creek
{"street_name": "brodie spark", "street_type_code": "drive", "state_abbreviation": "nsw", "postcode": "2205", "locality_name": "wolli creek"}
Translate a text address into stuctured json.
moondyne ramble ravenswood,6208
{"street_name": "moondyne", "street_type_code": "ramble", "locality_name": "ravenswood", "postcode": "6208"}
Translate a text address into stuctured json.
marmion st, 6157 / western australia
{"street_name": "marmion", "street_type_code": "street", "postcode": "6157", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
barley cr.victoria. clyde north
{"street_name": "barley", "street_type_code": "crescent", "state_abbreviation": "vic", "locality_name": "clyde north"}
Translate a text address into stuctured json.
regent place /ne wsouth wales 2541\bomaderry
{"street_name": "regent", "street_type_code": "place", "state_abbreviation": "nsw", "postcode": "2541", "locality_name": "bomaderry"}
Translate a text address into stuctured json.
street farm ,trafford park rd .71/qld
{"building_name": "street farm", "street_name": "trafford park", "street_type_code": "road", "number_first": "71", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
kent st 2000.millers point /nsw
{"street_name": "kent", "street_type_code": "street", "postcode": "2000", "locality_name": "millers point", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
139 /pallas street, queensland, 4650
{"number_first": "139", "street_name": "pallas", "street_type_code": "street", "state_abbreviation": "qld", "postcode": "4650"}
Translate a text address into stuctured json.
wilton mews. cwnning vale/ 6155
{"street_name": "wilton", "street_type_code": "mews", "locality_name": "canning vale", "postcode": "6155"}
Translate a text address into stuctured json.
kidd st
{"street_name": "kidd", "street_type_code": "street"}
Translate a text address into stuctured json.
wanguri tce nt wanuri
{"street_name": "wanguri", "street_type_code": "terrace", "state_abbreviation": "nt", "locality_name": "wanguri"}
Translate a text address into stuctured json.
165. salford waters retireemnt vill/ 3 -9 ,salford st\vicforia point ,qld
{"flat_number": "165", "building_name": "salford waters retirement vill", "number_first": "3", "number_last": "9", "street_name": "salford", "street_type_code": "street", "locality_name": "victoria point", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
cannara st,benowa
{"street_name": "canara", "street_type_code": "street", "locality_name": "benowa"}
Translate a text address into stuctured json.
hurrey avenue .3754
{"street_name": "hurrey", "street_type_code": "avenue", "postcode": "3754"}
Translate a text address into stuctured json.
rawson street 2121
{"street_name": "rawson", "street_type_code": "street", "postcode": "2121"}
Translate a text address into stuctured json.
210\ bonnie doon ,lower bathurst street forbes new south wales
{"number_first": "210", "building_name": "bonnie doon", "street_name": "lower bathurst", "street_type_code": "street", "locality_name": "forbes", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
barton s6reet.2 /yankallila
{"street_name": "barton", "street_type_code": "street", "number_first": "2", "locality_name": "yankalilla"}
Translate a text address into stuctured json.
albert st,3218 .geelong west
{"street_name": "albert", "street_type_code": "street", "postcode": "3218", "locality_name": "geelong west"}
Translate a text address into stuctured json.
33 \ peppercorn drive .0286
{"number_first": "33", "street_name": "peppercorn", "street_type_code": "drive", "postcode": "2086"}
Translate a text address into stuctured json.
victoria terrace. 32216
{"street_name": "victoria", "street_type_code": "terrace", "postcode": "3216"}
Translate a text address into stuctured json.
giralia pwy,2a
{"street_name": "giralia", "street_type_code": "parkway", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
hayes road /5 hampton park
{"street_name": "hayes", "street_type_code": "road", "number_first": "5", "locality_name": "hampton park"}
Translate a text address into stuctured json.
pioner landing drive .loxton.south australia
{"street_name": "pioneer landing", "street_type_code": "drive", "locality_name": "loxton", "state_abbreviation": "sa"}
Translate a text address into stuctured json.
32/brady stret\south australia.5113.elizabeth downw
{"number_first": "32", "street_name": "brady", "street_type_code": "street", "state_abbreviation": "sa", "postcode": "5113", "locality_name": "elizabeth downs"}
Translate a text address into stuctured json.
grandvoew gr . vict9ria .rosanna
{"street_name": "grandview", "street_type_code": "grove", "state_abbreviation": "vic", "locality_name": "rosanna"}
Translate a text address into stuctured json.
petra street/25 a, wa
{"street_name": "petra", "street_type_code": "street", "number_first": "25", "number_first_suffix": "a", "state_abbreviation": "wa"}
Translate a text address into stuctured json.
95/ range road ,4613
{"number_first": "95", "street_name": "range", "street_type_code": "road", "postcode": "4613"}
Translate a text address into stuctured json.
ferguson st 40 -42
{"street_name": "ferguson", "street_type_code": "street", "number_first": "40", "number_last": "42"}
Translate a text address into stuctured json.
keleltt road .87.4107 ,salisbury
{"street_name": "kellett", "street_type_code": "road", "number_first": "87", "postcode": "4107", "locality_name": "salisbury"}
Translate a text address into stuctured json.
46\ lookout dr
{"number_first": "46", "street_name": "lookout", "street_type_code": "drive"}
Translate a text address into stuctured json.
prines hwy,51 sa/nairne
{"street_name": "princes", "street_type_code": "highway", "number_first": "51", "state_abbreviation": "sa", "locality_name": "nairne"}
Translate a text address into stuctured json.
scott street 20 22\ vic
{"street_name": "scott", "street_type_code": "street", "number_first": "20", "number_last": "22", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
reede street, 16 .unnit 14 \2205 .turrella
{"street_name": "reede", "street_type_code": "street", "number_first": "16", "flat_type": "unit", "flat_number": "14", "postcode": "2205", "locality_name": "turrella"}
Translate a text address into stuctured json.
link street 2
{"street_name": "link", "street_type_code": "street", "number_first": "2"}
Translate a text address into stuctured json.
sprlngfield rd / glackburn/3130 /victor8a
{"street_name": "springfield", "street_type_code": "road", "locality_name": "blackburn", "postcode": "3130", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
acacia av new south wales.2444
{"street_name": "acacia", "street_type_code": "avenue", "state_abbreviation": "nsw", "postcode": "2444"}
Translate a text address into stuctured json.
gordons road vic
{"street_name": "gordons", "street_type_code": "road", "state_abbreviation": "vic"}
Translate a text address into stuctured json.
monblu rd \vic 3160
{"street_name": "monbulk", "street_type_code": "road", "state_abbreviation": "vic", "postcode": "3160"}
Translate a text address into stuctured json.
nott st,norville\ queensland
{"street_name": "nott", "street_type_code": "street", "locality_name": "norville", "state_abbreviation": "qld"}
Translate a text address into stuctured json.
golf cct,59
{"street_name": "golf", "street_type_code": "circuit", "number_first": "59"}
Translate a text address into stuctured json.
180 franklin st,912,south australia
{"number_first": "180", "street_name": "franklin", "street_type_code": "street", "flat_number": "912", "state_abbreviation": "sa"}
Translate a text address into stuctured json.
cooper street
{"street_name": "cooper", "street_type_code": "street"}
Translate a text address into stuctured json.
3 /286 hawthorne road \hawthorne
{"flat_number": "3", "number_first": "286", "street_name": "hawthorne", "street_type_code": "road", "locality_name": "hawthorne"}
Translate a text address into stuctured json.
linton street n,57 wa / 6122
{"street_name": "linton", "street_type_code": "street", "street_suffix_code": "n", "number_first": "57", "state_abbreviation": "wa", "postcode": "6122"}
Translate a text address into stuctured json.
weston tsreet unit 6 / 63 nsw
{"street_name": "weston", "street_type_code": "street", "flat_type": "unit", "flat_number": "6", "number_first": "63", "state_abbreviation": "nsw"}
Translate a text address into stuctured json.
bellevue street. 2w02.newcastle wsst
{"street_name": "bellevue", "street_type_code": "street", "postcode": "2302", "locality_name": "newcastle west"}
Translate a text address into stuctured json.
273 grevillea,wheller on the park 28\the boulevard /chermside
{"flat_number": "273", "building_name": "grevillea,wheller on the park", "number_first": "28", "street_name": "the boulevard", "locality_name": "chermside"}