openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

nlp address parser doesn't recognize prefixes #284

Open slinkp opened 11 years ago

slinkp commented 11 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

slinkp commented 11 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/291 Reported by: slinkp