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

Website not using current version? #306

Open bertday opened 3 years ago

bertday commented 3 years ago

First off, hello DataMade team and thank you for this awesome library!

I noticed that when I try to parse 1 COUNTY ROAD A at the usaddress website, it parses differently than when I clone the master branch and pass the same address to usaddress.tag(). Specifically, the website incorrectly thinks COUNTY ROAD is a StreetNamePreType, but the library built from source gets it right as a StreetName.

I just wanted to flag this since it seems like the sandbox on the website might have the latest and greatest model from source.

Thank you and let me know if I can be helpful with this at all :)