-
Adding new abbreviations to libpostal involves 4 steps:
1. Edit a text file in [dictionaries](https://github.com/openvenues/libpostal/tree/master/resources/dictionaries)
2. Run `python scripts/geodata…
-
Hi there: I hit a snag when trying to follow the setup instructions. At the "python setup.py install" step, I got an error message that indicates the compiler can't find libpostal/libpostal.h.
libpos…
-
> addresses "The Book Club 100-106 Leonard St, Shoreditch, London, Greater London, England, EC2A 4RH, United Kingdom")
> poster:::parse_addr(addresses)
Leads to:
> ==3391== Invalid r…
-
If I install the package with `python setup.py install` I get an `ImportError: cannot import name '_parser'`. If I `python setup.py develop` however, it works.
This is on Ubuntu using Python 2.7.6 or…
-
Al,
In the normalize_options structure, I see a bit mask address_components, which is by default set to ADDRESS_HOUSE_NUMBER | ADDRESS_STREET | ADDRESS_UNIT. This looks like a way of controlling some…
-
Hi,
libpostal and this gem look really interesting. I notice that it's [not on rubygems.org yet](https://rubygems.org/search?utf8=%E2%9C%93&query=ruby_postal). I know I can add it to my Gemfile via a…
-
> normalise_addr("Quatre-vignt-douze Ave des Champs-Élysées")
> [1] "92 avenue des champs-elysees"
> q(save="no")
leads to
> ==3443==
> ==3443== HEAP SUMMARY:
> ==3443== in use at exit: 783,157…
-
I keep running into a Segmentation Fault whenever I require `ruby_postal/parser`. I have no idea why this is happening. Any assistance to help me diagnose the error would be much appreciated.
**Ruby v…
-
I just installed on a Debian system, following the step-by-step instructions in the readme. Then I tried running the parser from the command line, and got this error:
```
# ./address_parser
Loading m…
eater updated
8 years ago
-
Example:
`http://localhost:3100/v1/search?input=30 warwickshire rd, pa`
will be parsed properly:
```
query: {
input: "3437 warwickshire rd, pa",
parsed_input: {
name: "3437 warwickshire rd"…