There are regex statements set up to handle single word streets (S BLACKSTONE AVE), but they currently don't detect multi-word street names (S DR MARTIN LUTHER KING JR DR). We need to modify the regex to detect these cases. Other functions inside the address_processing module may need to be tweaked to accept the changes.
There are regex statements set up to handle single word streets (S BLACKSTONE AVE), but they currently don't detect multi-word street names (S DR MARTIN LUTHER KING JR DR). We need to modify the regex to detect these cases. Other functions inside the address_processing module may need to be tweaked to accept the changes.