datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.51k stars 303 forks source link

"E" street parsed incorrectly #290

Open dimaryaz opened 3 years ago

dimaryaz commented 3 years ago

Looks like streets named "E" cause problems (while other letters are ok), e.g.:

9940 E ST Oakland CA 94603

Screenshot from 2020-10-27 19-23-16

dimaryaz commented 3 years ago

On the other hand, this one works fine:

9635 E ST Oakland CA 94603

So weird.