libpostal-rest
libpostal-rest copied to clipboard
Is this intended to be a filter? Comparing it to node-postal, I believe node-postal filters out others entirely. example: `ca` is ambiguous ```shell curl --silent -X POST -d '{ "query":...
Thank you, John, for this simple service: works like a charm and saved me at least a few hours of coding! P.S. GitHub should invent an additional way to say...
I just cloned the repository and go build returns errors for me: ```$ go build . github.com/openvenues/gopostal/expand: build constraints exclude all Go files in ...\pkg\mod\github.com\openvenues\[email protected]\expand github.com/openvenues/gopostal/parser: build constraints exclude all...
Hi, im trying to use the docker image but getting no logging output for running parses? docker-compose is set to: ``` version: '3.8' services: libpostal: image: libpostal-rest ports: - "7050:7050"...
I'd like to use the [senzing model](https://github.com/openvenues/libpostal#installation-with-an-alternative-data-model) with libpsotal-rest. Looks like it would need its own custom [gopostal lib](https://github.com/openvenues/gopostal). Interested in supporting the option? I hardly have any go experience...