https://github.com/asg017/usaddress-rs
https://github.com/asg017/usaddress-rs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asg017/usaddress-rs
- Owner: asg017
- Created: 2023-12-15T23:47:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T17:21:45.000Z (over 1 year ago)
- Last Synced: 2025-02-26T17:45:51.278Z (2 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usaddress-rs
A Rust port of [usaddress](https://github.com/datamade/usaddress), a Python library for parsing US-based postal addresses. Uses the same `crfsuite` model under-the-hood.
Not done yet - a big work in progress! Once done, there will be:
- A low-level Rust library implementing a similar API to the Python one
- A SQLite extension
- A WASM library for running in the browser
- A small CLI tool