-
Now that qsv has a full-featured `fetch` command (redis caching, dynamic url-template formatting, throttling, cookies, headers, etc.), we can build the heavy-duty geocoder (#96) in earnest.
However…
-
Hi!
I was checking out libpostal, and saw something that could be improved.
---
#### My country is USA
---
#### Here's how I'm using libpostal
I'm trying to canonicalize addresses.
---
…
-
Cool work with spacy!
-
Hi!
There seems to be memory leak issue in `libpostal_parse_address`. The memory usage will increase over time when parsing the same address.
---
#### My country is
This issue is not specific…
-
Hi there,
I am having trouble installing and utilising MSYS2 to download the boost library due to my work proxy, so instead I have performed a git clone of the libpostal library into my C:\Workbenc…
-
Maybe it's worth to evaluate if an **optional** libpostal integration could improve search results. Talking to libpostal itself might be a bit too low level but we could use the same strategy as Pelia…
-
Executing the test the below error is returned:
```
$ dotnet test
MyProject -> XXX\MyProject\bin\Debug\net8.0\MyProject.dll
Checking for LibpostalData.zip
Unzipping LibpostalData.zip
…
-
## Issue description
I'm trying to package up https://github.com/openvenues/libpostal, which uses `curl` during its make, to download an external file.
Does this mean when we turn this into a Ni…
-
We may consider for future version to integrate libpostal into indexing step as well as into the search interface - to work with the normalised addresses and accept human input in various languages be…
-
I'm getting these error logs when I try to install postal on Fedora 34. I have installed libpostal ahead of time using:
- git clone https://github.com/openvenues/libpostal
- cd libpostal
- ./boot…