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

Fix deprecation warnings due to invalid escape sequences. #274

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

Fixes #273

Lord-V15 commented 1 year ago

How do I install the library using this branch ?

NickCrews commented 7 months ago

EDIT: actually this won't work because it won't include the trained data

python -m pip install "usaddress @ git+https://github.com/tirkarthi/usaddress.git@70accf06879c099bb0d7259be7c98c613b98e8d0"

NickCrews commented 7 months ago

@derekeder Can you merge this tiny tiny fix?