Open slinkp opened 12 years ago
Eg. "I live at 100 Highway 63 North" will parse as two useless addresses:
>>> parse_addresses('The mall is at 100 Highway 63 North') [('100 Highway', ''), ('63 North', '')]
See also #264, #128
Ticket imported from Trac: http://developer.openblockproject.org/ticket/291 Reported by: slinkp
Eg. "I live at 100 Highway 63 North" will parse as two useless addresses:
See also #264, #128