instruction
stringclasses 1
value | input
stringlengths 4
117
| output
stringlengths 26
310
|
|---|---|---|
Translate a text address into stuctured json.
|
13, tynan st. 3 vic preston
|
{"number_first": "13", "street_name": "tynan", "street_type_code": "street", "flat_number": "3", "state_abbreviation": "vic", "locality_name": "preston"}
|
Translate a text address into stuctured json.
|
weyba rd, 566 noosavillle
|
{"street_name": "weyba", "street_type_code": "road", "postcode": "4566", "locality_name": "noosaville"}
|
Translate a text address into stuctured json.
|
1 , o'brien place/ 2350 armidale
|
{"number_first": "1", "street_name": "o'brien", "street_type_code": "place", "postcode": "2350", "locality_name": "armidale"}
|
Translate a text address into stuctured json.
|
heal street unit3.125
|
{"street_name": "heal", "street_type_code": "street", "flat_type": "unit", "flat_number": "3", "number_first": "125"}
|
Translate a text address into stuctured json.
|
232 stirling villas unit 11 ,albert steet.6017
|
{"number_first": "232", "building_name": "stirling villas", "flat_type": "unit", "flat_number": "11", "street_name": "albert", "street_type_code": "street", "postcode": "6017"}
|
Translate a text address into stuctured json.
|
deakin avenue\ 3500 victoria
|
{"street_name": "deakin", "street_type_code": "avenue", "postcode": "3500", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
pnotiac circuit,57/ warner.4500 .queenssland
|
{"street_name": "pontiac", "street_type_code": "circuit", "number_first": "57", "locality_name": "warner", "postcode": "4500", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
206.80.bentley park adie ct 6102
|
{"flat_number": "206", "number_first": "80", "building_name": "bentley park", "street_name": "adie", "street_type_code": "court", "postcode": "6102"}
|
Translate a text address into stuctured json.
|
31\wendouree road,6394 western asutralia
|
{"number_first": "31", "street_name": "wendouree", "street_type_code": "road", "postcode": "6394", "state_abbreviation": "wa"}
|
Translate a text address into stuctured json.
|
2 edinburgh ct \3059
|
{"number_first": "2", "street_name": "edinburgh", "street_type_code": "court", "postcode": "3059"}
|
Translate a text address into stuctured json.
|
unit 90.350 old northern rd.castle hill
|
{"flat_type": "unit", "flat_number": "90", "number_first": "350", "street_name": "old northern", "street_type_code": "road", "locality_name": "castle hill"}
|
Translate a text address into stuctured json.
|
380 crown str4et/surry hills new south wales
|
{"number_first": "380", "street_name": "crown", "street_type_code": "street", "locality_name": "surry hills", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
mill point road 58- 26 unit 5
|
{"street_name": "mill point", "street_type_code": "road", "number_first": "58", "number_last": "62", "flat_type": "unit", "flat_number": "5"}
|
Translate a text address into stuctured json.
|
walker stdeet,10, victoria
|
{"street_name": "walker", "street_type_code": "street", "number_first": "10", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
saddle rd tasmania
|
{"street_name": "saddle", "street_type_code": "road", "state_abbreviation": "tas"}
|
Translate a text address into stuctured json.
|
rendga close 2577 kangaroo valley new south wales
|
{"street_name": "rendga", "street_type_code": "close", "postcode": "2577", "locality_name": "kangaroo valley", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
alfs pinch rd
|
{"street_name": "alfs pinch", "street_type_code": "road"}
|
Translate a text address into stuctured json.
|
cecily stret 3\kallanugr, 4503
|
{"street_name": "cecily", "street_type_code": "street", "number_first": "3", "locality_name": "kallangur", "postcode": "4503"}
|
Translate a text address into stuctured json.
|
wellbank st 11. new south wales\ concoord
|
{"street_name": "wellbank", "street_type_code": "street", "number_first": "11", "state_abbreviation": "nsw", "locality_name": "concord"}
|
Translate a text address into stuctured json.
|
manuka av.8 \avondale \2530
|
{"street_name": "manuka", "street_type_code": "avenue", "number_first": "8", "locality_name": "avondale", "postcode": "2530"}
|
Translate a text address into stuctured json.
|
barwon road lane cove west
|
{"street_name": "barwon", "street_type_code": "road", "locality_name": "lane cove west"}
|
Translate a text address into stuctured json.
|
ashworth st
|
{"street_name": "ashworth", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
station st, new south wales / 2165
|
{"street_name": "station", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2165"}
|
Translate a text address into stuctured json.
|
4 / rodney st /siilkstone
|
{"number_first": "4", "street_name": "rodney", "street_type_code": "street", "locality_name": "silkstone"}
|
Translate a text address into stuctured json.
|
24\twynam rd \57\ lifestyle meridian/victoria
|
{"number_first": "24", "street_name": "twynam", "street_type_code": "road", "flat_number": "57", "building_name": "lifestyle meridian", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
25/atkin street.melton
|
{"number_first": "25", "street_name": "atkin", "street_type_code": "street", "locality_name": "melton"}
|
Translate a text address into stuctured json.
|
peats ferry road\ 207.442 / 446 a
|
{"street_name": "peats ferry", "street_type_code": "road", "flat_number": "207", "number_first": "442", "number_last": "446", "number_last_suffix": "a"}
|
Translate a text address into stuctured json.
|
kialia rd /5 2517\ new south wales
|
{"street_name": "kialoa", "street_type_code": "road", "number_first": "5", "postcode": "2517", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
institute rd . 121 south australiq /5134
|
{"street_name": "institute", "street_type_code": "road", "number_first": "112", "state_abbreviation": "sa", "postcode": "5134"}
|
Translate a text address into stuctured json.
|
john st, 35,3941 ,tootgarook, victoria
|
{"street_name": "john", "street_type_code": "street", "number_first": "35", "postcode": "3941", "locality_name": "tootgarook", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
benghasi avenue,golden square
|
{"street_name": "benghasi", "street_type_code": "avenue", "locality_name": "golden square"}
|
Translate a text address into stuctured json.
|
wateriew cr . gulfview heights souht australia
|
{"street_name": "waterview", "street_type_code": "crescent", "locality_name": "gulfview heights", "state_abbreviation": "sa"}
|
Translate a text address into stuctured json.
|
claremont rd\ dumaresq
|
{"street_name": "claremont", "street_type_code": "road", "locality_name": "dumaresq"}
|
Translate a text address into stuctured json.
|
fairlie st ,77307
|
{"street_name": "fairlie", "street_type_code": "street", "postcode": "7307"}
|
Translate a text address into stuctured json.
|
barringum cl \6,new south wales/ medowiee
|
{"street_name": "barringum", "street_type_code": "close", "number_first": "6", "state_abbreviation": "nsw", "locality_name": "medowie"}
|
Translate a text address into stuctured json.
|
15 4 /river road /vic, horsham
|
{"number_first": "15", "flat_number": "4", "street_name": "river", "street_type_code": "road", "state_abbreviation": "vic", "locality_name": "horsham"}
|
Translate a text address into stuctured json.
|
marie st\2w. vic boroonia
|
{"street_name": "marie", "street_type_code": "street", "number_first": "22", "state_abbreviation": "vic", "locality_name": "boronia"}
|
Translate a text address into stuctured json.
|
3 cosrgove st.2605/ curtin
|
{"number_first": "3", "street_name": "cosgrove", "street_type_code": "street", "postcode": "2605", "locality_name": "curtin"}
|
Translate a text address into stuctured json.
|
17 samuel street/ qld
|
{"number_first": "17", "street_name": "samuel", "street_type_code": "street", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
hampden st \ 3931
|
{"street_name": "hampden", "street_type_code": "street", "postcode": "3931"}
|
Translate a text address into stuctured json.
|
unit 608 , galada av\ 67 level six. 3052\parkbille victoria
|
{"flat_type": "unit", "flat_number": "608", "street_name": "galada", "street_type_code": "avenue", "number_first": "67", "level_type": "level", "level_number": "6", "postcode": "3052", "locality_name": "parkville", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
swift glen
|
{"street_name": "swift", "street_type_code": "glen"}
|
Translate a text address into stuctured json.
|
missenden rd\ new south wales
|
{"street_name": "missenden", "street_type_code": "road", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
danks street nsw \2017
|
{"street_name": "danks", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2017"}
|
Translate a text address into stuctured json.
|
dunkeld street\3.floreat
|
{"street_name": "dunkeld", "street_type_code": "street", "number_first": "3", "locality_name": "floreat"}
|
Translate a text address into stuctured json.
|
2. plenty road\ 506.3072 preston .victoria
|
{"number_first": "2", "street_name": "plenty", "street_type_code": "road", "flat_number": "506", "postcode": "3072", "locality_name": "preston", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
waterrside ircuit victodia
|
{"street_name": "waterside", "street_type_code": "circuit", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
belvedere dr/vic/pakenham
|
{"street_name": "belvedere", "street_type_code": "drive", "state_abbreviation": "vic", "locality_name": "pakenham"}
|
Translate a text address into stuctured json.
|
rosebrook vaenue \new south wales
|
{"street_name": "rosebrook", "street_type_code": "avenue", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
sexton street
|
{"street_name": "sexton", "street_type_code": "street"}
|
Translate a text address into stuctured json.
|
muchea south rd 137
|
{"street_name": "muchea south", "street_type_code": "road", "number_first": "137"}
|
Translate a text address into stuctured json.
|
601,glades dr 208 , robina ,queensland
|
{"number_first": "601", "street_name": "glades", "street_type_code": "drive", "flat_number": "208", "locality_name": "robina", "state_abbreviation": "qld"}
|
Translate a text address into stuctured json.
|
broadhurst lane wandong. vic
|
{"street_name": "broadhurst", "street_type_code": "lane", "locality_name": "wandong", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
kyle rd / sa, 553
|
{"street_name": "kyle", "street_type_code": "road", "state_abbreviation": "sa", "postcode": "5153"}
|
Translate a text address into stuctured json.
|
89 rowland hill highawy/ south australia ,5220.parndana
|
{"number_first": "89", "street_name": "rowland hill", "street_type_code": "highway", "state_abbreviation": "sa", "postcode": "5220", "locality_name": "parndana"}
|
Translate a text address into stuctured json.
|
kavanagh street 60 \unit 2514 3006/sotuhbank. vic
|
{"street_name": "kavanagh", "street_type_code": "street", "number_first": "60", "flat_type": "unit", "flat_number": "2514", "postcode": "3006", "locality_name": "southbank", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
harms av\ 5234 /sa
|
{"street_name": "harms", "street_type_code": "avenue", "postcode": "5234", "state_abbreviation": "sa"}
|
Translate a text address into stuctured json.
|
antill street / solstice\watson. 2602
|
{"street_name": "antill", "street_type_code": "street", "building_name": "solstice", "locality_name": "watson", "postcode": "2602"}
|
Translate a text address into stuctured json.
|
riverland drive 9
|
{"street_name": "riverland", "street_type_code": "drive", "number_first": "9"}
|
Translate a text address into stuctured json.
|
garden street 7 .30
|
{"street_name": "garden", "street_type_code": "street", "flat_number": "7", "number_first": "30"}
|
Translate a text address into stuctured json.
|
43 /lantana st , 3079
|
{"number_first": "43", "street_name": "lantana", "street_type_code": "street", "postcode": "3079"}
|
Translate a text address into stuctured json.
|
railway st, cookmaiddgera \ 2870
|
{"street_name": "railway", "street_type_code": "street", "locality_name": "cookamidgera", "postcode": "2870"}
|
Translate a text address into stuctured json.
|
clyde close/ taylors hill/victoria
|
{"street_name": "clyde", "street_type_code": "close", "locality_name": "taylors hill", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
dustwill st. 4740 eimeo
|
{"street_name": "dustwill", "street_type_code": "street", "postcode": "4740", "locality_name": "eimeo"}
|
Translate a text address into stuctured json.
|
lexcen cl/ 7 melton/3337
|
{"street_name": "lexcen", "street_type_code": "close", "number_first": "7", "locality_name": "melton", "postcode": "3337"}
|
Translate a text address into stuctured json.
|
king george street .eighth floor 6100
|
{"street_name": "king george", "street_type_code": "street", "level_number": "8", "level_type": "floor", "postcode": "6100"}
|
Translate a text address into stuctured json.
|
opey av
|
{"street_name": "opey", "street_type_code": "avenue"}
|
Translate a text address into stuctured json.
|
7/ 9 kenisngton road, unit8 .new south wales
|
{"number_first": "7", "number_last": "9", "street_name": "kensington", "street_type_code": "road", "flat_type": "unit", "flat_number": "8", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
11 undosa chqse jindalee
|
{"number_first": "11", "street_name": "undosa", "street_type_code": "chase", "locality_name": "jindalee"}
|
Translate a text address into stuctured json.
|
325,myocum road,new sout wales ewingsdale 2481
|
{"number_first": "325", "street_name": "myocum", "street_type_code": "road", "state_abbreviation": "nsw", "locality_name": "ewingsdale", "postcode": "2481"}
|
Translate a text address into stuctured json.
|
112,141 .nicholson st /victoria
|
{"flat_number": "112", "number_first": "141", "street_name": "nicholson", "street_type_code": "street", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
6 \ g9sford rd \ vic wyndham vale
|
{"number_first": "6", "street_name": "gosford", "street_type_code": "road", "state_abbreviation": "vic", "locality_name": "wyndham vale"}
|
Translate a text address into stuctured json.
|
wyreema rd 2259
|
{"street_name": "wyreema", "street_type_code": "road", "postcode": "2259"}
|
Translate a text address into stuctured json.
|
murray st. 2590
|
{"street_name": "murray", "street_type_code": "street", "postcode": "2590"}
|
Translate a text address into stuctured json.
|
54 prince of wales av mill ppark
|
{"number_first": "54", "street_name": "prince of wales", "street_type_code": "avenue", "locality_name": "mill park"}
|
Translate a text address into stuctured json.
|
pine avvebue surf beach/ vic
|
{"street_name": "pine", "street_type_code": "avenue", "locality_name": "surf beach", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
16,1 langton street vic glenroy
|
{"number_first": "16", "flat_number": "1", "street_name": "langton", "street_type_code": "street", "state_abbreviation": "vic", "locality_name": "glenroy"}
|
Translate a text address into stuctured json.
|
unit 3 38\ mullana ,jacob street \5118
|
{"flat_type": "unit", "flat_number": "3", "number_first": "38", "building_name": "mullana", "street_name": "jacob", "street_type_code": "street", "postcode": "5118"}
|
Translate a text address into stuctured json.
|
glenfern street.32
|
{"street_name": "glenfern", "street_type_code": "street", "number_first": "32"}
|
Translate a text address into stuctured json.
|
3 crampton court vic 3178,rowville
|
{"number_first": "3", "street_name": "crampton", "street_type_code": "court", "state_abbreviation": "vic", "postcode": "3178", "locality_name": "rowville"}
|
Translate a text address into stuctured json.
|
mithcell st \cleveland court ,4810
|
{"street_name": "mitchell", "street_type_code": "street", "building_name": "cleveland court", "postcode": "4810"}
|
Translate a text address into stuctured json.
|
23 mcaulay avenue/highfields,4532
|
{"number_first": "23", "street_name": "mcaulay", "street_type_code": "avenue", "locality_name": "highfields", "postcode": "4352"}
|
Translate a text address into stuctured json.
|
bembridge st/nsw. 2218
|
{"street_name": "bembridge", "street_type_code": "street", "state_abbreviation": "nsw", "postcode": "2218"}
|
Translate a text address into stuctured json.
|
sunshhine pde 92, new south wales
|
{"street_name": "sunshine", "street_type_code": "parade", "number_first": "92", "state_abbreviation": "nsw"}
|
Translate a text address into stuctured json.
|
17 lucy street,cambooya 4358
|
{"number_first": "17", "street_name": "lucy", "street_type_code": "street", "locality_name": "cambooya", "postcode": "4358"}
|
Translate a text address into stuctured json.
|
74.2 seymour st /38e4 rtaralfon
|
{"number_first": "74", "flat_number": "2", "street_name": "seymour", "street_type_code": "street", "postcode": "3844", "locality_name": "traralgon"}
|
Translate a text address into stuctured json.
|
37 greeves st 3182 ,st kilfa , vic
|
{"number_first": "37", "street_name": "greeves", "street_type_code": "street", "postcode": "3182", "locality_name": "st kilda", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
unit 2, albert street,6 preston
|
{"flat_type": "unit", "flat_number": "2", "street_name": "albert", "street_type_code": "street", "number_first": "6", "locality_name": "preston"}
|
Translate a text address into stuctured json.
|
price street, 6 / 8 . unit 11
|
{"street_name": "price", "street_type_code": "street", "number_first": "6", "number_last": "8", "flat_type": "unit", "flat_number": "11"}
|
Translate a text address into stuctured json.
|
nickol rd 37 b
|
{"street_name": "nickol", "street_type_code": "road", "number_first": "37", "number_first_suffix": "b"}
|
Translate a text address into stuctured json.
|
darley pllace/ 8 2602
|
{"street_name": "darley", "street_type_code": "place", "number_first": "8", "postcode": "2602"}
|
Translate a text address into stuctured json.
|
douglas rd / new south wales, 2641 .lavington
|
{"street_name": "douglas", "street_type_code": "road", "state_abbreviation": "nsw", "postcode": "2641", "locality_name": "lavington"}
|
Translate a text address into stuctured json.
|
1508, lygon st/570,carlton victoria 3053
|
{"flat_number": "1508", "street_name": "lygon", "street_type_code": "street", "number_first": "570", "locality_name": "carlton", "state_abbreviation": "vic", "postcode": "3053"}
|
Translate a text address into stuctured json.
|
st james st\6.victoria
|
{"street_name": "st james", "street_type_code": "street", "number_first": "6", "state_abbreviation": "vic"}
|
Translate a text address into stuctured json.
|
tarneit road\victoria hopperrs crossing
|
{"street_name": "tarneit", "street_type_code": "road", "state_abbreviation": "vic", "locality_name": "hoppers crossing"}
|
Translate a text address into stuctured json.
|
rockport road seaford heights/ south australia
|
{"street_name": "rockport", "street_type_code": "road", "locality_name": "seaford heights", "state_abbreviation": "sa"}
|
Translate a text address into stuctured json.
|
callistemonn cl ,15 nsw cavesb each
|
{"street_name": "callistemon", "street_type_code": "close", "number_first": "15", "state_abbreviation": "nsw", "locality_name": "caves beach"}
|
Translate a text address into stuctured json.
|
marathon bvd victoria 3604
|
{"street_name": "marathon", "street_type_code": "boulevard", "state_abbreviation": "vic", "postcode": "3064"}
|
Translate a text address into stuctured json.
|
robinia coury 4226
|
{"street_name": "robinia", "street_type_code": "court", "postcode": "4226"}
|
Translate a text address into stuctured json.
|
plateau cr ,queensland\4211 carrra
|
{"street_name": "plateau", "street_type_code": "crescent", "state_abbreviation": "qld", "postcode": "4211", "locality_name": "carrara"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.