Skip to content

Releases: gosom/address-parser-go-rest

v1.0.2 - libpostal raw components

22 Apr 11:36
Compare
Choose a tag to compare

Returns also the raw components as parsed by libpostal

v1.0.1: keeps only first encouter of house_number

28 Mar 20:01
Compare
Choose a tag to compare

Libpostal sometimes returns multiple components for house_number. The service only returns the first one.
In most of the times this will be the correct house_number

Initial Release: Address Parser Go REST 1.0.0

09 Mar 19:25
Compare
Choose a tag to compare

This is the initial release of Address Parser Go REST, a REST API that provides address parsing functionality using the libpostal library. With this API, users can easily parse addresses into their individual components without the need for libpostal to be included as a dependency in their projects.

This release includes a Dockerfile for building and running the API, as well as Swagger documentation to help users navigate the API endpoints. We would like to acknowledge the contributors of the libpostal library and the Go bindings used in this project.

If you encounter any issues or have feedback to provide, please create a new issue on the GitHub repository. We hope you find this API useful in your projects!