discard rubbish, GEO, NUMBERS, NAME, TYPE
This is useful for parsing Australian street addresses.
It discards initial rubbish, then extracts:
BND or CNR, which is useful for geolocating by boundaries
Numbers. If you use the regex Python library, you could get a list of numbers preceding a street name
Name, e.g. Bourke...
Submitted by Daniel Vianna - 7 years ago