🔎 Address Parser: Libpostal and jpostal
Sophie_Lyons
Posts: 2,164 QUANTEXA TEAM
The Address Parser uses Libpostal. This is an open source library for parsing and normalizing street addresses using a natural language processing model trained on global open source address data. To improve the performance of Libpostal, the Address Parser repository includes functionalities built on top of Libpostal, including the following:
- Country-specific Parsers
- Custom regex to extract particular fields
- Reference files of common terms
- Normalization of Elements
Libpostal is written in C. Using Libpostal in Scala or Java requires bindings provided by jpostal.
🔎 Interested in learning more?
Why not explore these Community posts (did you know if you're logged in, you'll unlock even more resources):
Or further Documentation can be found on the Docs site:
Tagged:
1