-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
208 1/2 W GOODALL STAddresses with 1/2 in the street number #12
Comments
Thanks for reporting this Matt. Until now I thought fractional addresses only existing in the fictional world of Harry Potter. I'll have a look at whether this is something that is possible to handle, and if it is we'll include that address in the suite of tests and implement a change. |
They are common when all the numbers are allocated on a block, then a
|
Ah got it. I think here in Australia, they do a similar thing but would give the properties A and B assignments, i.e. 208A, 208B. |
As a work around, this module will parse the "1/2" in the property identifier https://github.com/kimryan/Lingua-EN-AddressParse |
Thanks for the cross-reference @kimryan |
I'm working with addresses that have "1/2" in the street number. For example:
208 1/2 W GOODALL ST MARION IL 62959-229
I'm getting the following results:
{ text: '208 1/2 W GOODALL ST APT B MARION, IL 62959', parts: [], unit: 1, country: undefined, number: '208/2', street: 'W GOODALL ST', regions: [ 'APT B MARION', 'IL 62959' ] }
Is there anything that I am doing incorrectly? Or is this type of address just not supported.
The text was updated successfully, but these errors were encountered: