usaddress
usaddress copied to clipboard
A partial port of the Perl Geo::StreetAddress::US CPAN module to C#
Could you please add support for military addresses, as described here: https://pe.usps.com/text/pub28/28c2_010.htm
This will allow PMB's to parse correctly (currently failing)
Hi! Loving the address parser. I have found an edge case where it doesn't like parsing addresses where the state is CT and there is no punctuation in the address,...
I'm having some trouble with parsing addresses for large tech companies that don't use a numerical street number. For example, Microsoft and Apple: One Microsoft Way Redmond WA 98502-6399 One...
This is parsing very nicely for the most part but not when there is a directional in the Unit/Apt number. 355 8TH AVE APT 15E NewYork NY 10001 Number: 355...
I've tried to take a stab at fixing this, but I am not skilled enough at RegEx to solve it... If i understand the [USPS spec correctly](https://pe.usps.com/text/pub28/28apc_003.htm#ep538629), the secondary unit...
Odd address but apparently correct. I suggest when detecting Apartments the process should include the presence of a space between the street number and the alpha.
Hello, I'm trying to understand the parsing behavior in a scenario with a specific address: "741 N Main St Po Box 246, Cedarville, CA 96104". This is an address string...
**97327 Forest Ln, No. 228\nDallas, TX 75243**' Streetline value becomes "22 8" The expected value would be something like "97327 Forest Ln, No. 228"
This is a valid address - you can confirm it any address verification site. ``` 3360 County Road F Tekamah NE 68061 ``` When AddressParser takes this, it parses that...