-
==26728== 1,077 bytes in 32 blocks are definitely lost in loss record 1,344 of 2,063
==26728== at 0x4C2BB4A: realloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==26728== by 0x4…
-
libpostal parses `pärnu, estonia` to:
```
> pärnu, estonia
Result:
{
"city": "paernu",
"country": "estonia"
}
```
-
SETUP:
ES version 2.4
Pelias branches: master
ISSUE:
I have imported data from whosonfirst-data-venue-us-ca and built using admin-only. The data imported 3.5M records into ES and is about 100M i…
Hoovs updated
7 years ago
-
Hi, rather new to this library and php read the installation guide but did not find any relevant information on whether I can install this library onto window based xampp, before I install the php bi…
-
Are the labels in all of the parsed address components unique for a single address? If so, it might be useful to create a type on `ParsedComponent[]` that can convert to and from a map, and marshall a…
-
_Last Name Comma First Name_ format like __SAMUELS, MITCHELL J__ is a pretty common format but it seems that the package doesn't support it.
Is there any plan on adding this feature?
-
We have to figure out the state of [Libpostal](https://github.com/openvenues/libpostal). Would be remarkable as an address parsing engine.
-
Thanks for developing this really useful project!
I'm struggling to do some of the basics, and I was hoping you could update the readme for more novice programmers. Basically I'd love a worked exampl…
-
Dear all,
I'd like to know if there is any solution to get PO boxes parsed with French Language ?
Here you can see two cases with my expected results.
For the moment, po boxes are detected as r…
-
While working on the parser using the Postgresql [module](https://github.com/pramsey/pgsql-postal) I found another strange thing, and I'm not sure wether it's just my "bad" data, the pgsql-postal modu…