datamade/usaddress
:us: a python library for parsing unstructured United States address strings into address components observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 35
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4430
- days_rel: n/a
- days_push: 391
- n_releases_24m: 0
Adoption not part of the score
1636 stars · 308 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
usaddress is a Python library that parses unstructured United States address strings into labeled address components using a conditional random fields model. It provides parse and tag methods that split messy addresses into fields like AddressNumber, StreetName, and PlaceName, without validating or normalizing addresses.
Use cases
- parse unstructured US address strings into components
- split addresses into street, city, state, and zip columns
- extract address fields from messy data for cleaning
- tag address parts in a dataset before geocoding
- handle tricky addresses that rule-based parsers fail on
When to choose
- you need to parse free-form US addresses in Python
- your addresses are messy and rule-based parsers break down
- you want an MIT-licensed, pip-installable address parser
- you need labeled address components as input to geocoding or deduplication
When to avoid
- you need address validation or deliverability checks
- you need address normalization or standardization out of the box
- you need to parse non-US addresses
- you require perfect accuracy - the model is probabilistic
Facets
library · maturity active
nlp parser machine-learning developer-tools data-science python cross-platform address-parsing conditional-random-fields us-addresses geocoding-preprocessing probabilistic-parsing natural-language-processing
6 sources
- readme: https://github.com/datamade/usaddress · fetched 2026-08-28 · a57f63c5b8d2
- homepage: https://parserator.us/usaddress · fetched 2026-08-29 · b251cbe3b465
- site_page: https://parserator.us/api-docs · fetched 2026-08-29 · f153ed3f1e16
- site_page: https://parserator.us/about · fetched 2026-08-29 · 29d65184e564
- registry_pypi: https://pypi.org/pypi/usaddress/json · fetched 2026-08-29 · aad1ae2ef2ab
- site_page: https://parserator.us/pricing · fetched 2026-08-29 · 4e71b07cd726
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| datamade/usaddress | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="datamade/usaddress")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem