-
Since the Python bindings now have their own repo, and since `scripts/setup.py` did not work when I tried it, I suggest removing `scripts/setup.py` from this repo.
Note: When I was trying to figure o…
-
There are opportunities for parallelism in C extensions when no Python object is being used in a segment of the C extension.
There are such cases in pypostal.
See https://github.com/openvenues/pyposta…
-
I keep running into errors while attempting to install the Python bindings (Ubuntu 14.04 + OS X Snow Leopard).
`pip install`ing (locally or from github) leads to:
```
building 'postal.text._norm…
-
or alternatively, the tokenizer should split on whitepace and commas
currently:
- `lancaster,pa` -> `lancasterpa`
should be:
- `lancaster,pa` -> `lancaster pa`
-
A module that takes a input query string and classify it as
- admin/poi search type
- address point search type
This module could be used in the API at the time of query parsing/ sanitizing stage an…
-
I haven't checked everything, but for example:
static ordinal_indicator_t *ordinal_indicator_read(FILE *f) {
size_t key_len;
if (!file_read_uint64(f, (uint64_t *)&key_len)) {
return N…
-
Hello, !
I got a failed test when running npm test. The 6 others are OK.
Ubuntu 15.04
Node v4.2.6
node-postal 0.3.0 (just cloned)
> node-postal@0.3.0 test /root/test/node-postal
> mocha ./test
ex…
-
Al,
Does the library recognize the US state abbreviations? Apparently not:
```
> ./libpostal "1 Main Street Reston VA 20333" en
1 main street reston vale 20333
> ./libpostal "1 Main Street Reston Vi…
-
El Capitan seems to be triggering build issues involving Snappy.
Running `brew install snappy` works without a problem (and seems to pass its internal tests), but then when we run `./configure` it wi…
-
we seem to have inherited the hash-delimited names from Quattroshapes:
eg. "Länsi- Ja Sisä-Suomen Avi#Västra Och Inre Finlands Rfv"
https://whosonfirst.mapzen.com/spelunker/id/404227417/#18/60.93970…