kimryan/StreetAddressParser
extract components of a street address from free format text
This tool helps you clean up and standardize lists of street addresses. You provide raw, unstructured address text (like from a customer database or a web form), and it breaks down each address into its individual components (like street name, house number, postcode, and suburb). This is ideal for anyone working with large datasets of addresses who needs to ensure consistency and accuracy.
No commits in the last 6 months.
Use this if you need to systematically extract and standardize address details from free-form text for tasks like data cleansing, mail preparation, or customer relationship management.
Not ideal if you primarily need to validate addresses against official postal databases or generate directions, as it focuses on parsing rather than verification or mapping.
Stars
7
Forks
3
Language
Perl
License
—
Category
Last pushed
Jan 06, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/kimryan/StreetAddressParser"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PyThaiNLP/nlpo3
Thai natural language processing library in Rust, with Python and Node bindings.
forzagreen/n2words
Convert numerical numbers to written numbers, in 52+ languages.
greyblake/whatlang-rs
Natural language detection library for Rust. Try demo online: https://whatlang.org/
wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
pemistahl/lingua-rs
The most accurate natural language detection library for Rust, suitable for short text and...