Skip to content
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

Open
MattJGlick opened this issue May 20, 2015 · 5 comments
Open

208 1/2 W GOODALL STAddresses with 1/2 in the street number #12

MattJGlick opened this issue May 20, 2015 · 5 comments

Comments

@MattJGlick
Copy link

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.

@DamonOehlman
Copy link
Owner

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.

@markstos
Copy link
Collaborator

They are common when all the numbers are allocated on a block, then a
residence is split, as with an upstairs apartment.
On May 20, 2015 7:50 PM, "Damon Oehlman" [email protected] wrote:

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.


Reply to this email directly or view it on GitHub
#12 (comment)
.

@DamonOehlman
Copy link
Owner

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.

@kimryan
Copy link

kimryan commented Sep 30, 2016

As a work around, this module will parse the "1/2" in the property identifier https://github.com/kimryan/Lingua-EN-AddressParse

@markstos
Copy link
Collaborator

Thanks for the cross-reference @kimryan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants