openvenues/libpostal

A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 seconds ago
Added to GitGenius on September 14th, 2026
Created on March 3rd, 2015
Open Issues & Pull Requests: 299 (+0)
GitHub issues: Enabled
Number of forks: 470
Total Stargazers: 4,891 (+0)
Total Subscribers: 110 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.5 hours
Mean response time: 198.5 days
90th percentile: 1027.9 days
Tracked items: 28

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,299 days
Stale 30+ days: 16
Stale 90+ days: 16

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • parsing (1)

Most active issues this week

Detailed Description

libpostal is a C library for parsing and normalizing street addresses around the world using statistical natural language processing and open geographic data.

The library addresses the challenge that free-form addresses contain local conventions, abbreviations, and context that make them difficult to index and query with traditional full-text search. It converts human-readable addresses into clean normalized forms suitable for machine comparison and full-text indexing. The approach uses statistical NLP trained on OpenStreetMap data to understand location-based strings across multiple languages and regions, enabling consistent address handling internationally without requiring a full geocoding system.

The tool suits applications dealing with maps, place search, transportation, delivery services, and record linkage where address deduplication and normalization are prerequisites. It works as a preprocessing step to improve geocoding applications by standardizing addresses before they enter downstream systems. Anyone building location-based services that must handle addresses from multiple countries should consider libpostal, particularly if their current approach relies on simple string matching or language-specific rules that break down across borders.

The project maintains an active codebase with ongoing refinements to its statistical models and language support. Development includes regular updates to address parsing logic and expansion of international language coverage. The maintainers continue to incorporate improvements based on real-world address data and community feedback.