-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libpostal integration #9
Comments
Target use: remove from query the house number. |
…d query and index, with debug times (#9).
…. Removed search by displayName. (#9)
Libpostal is C library, which requires 2.1 GB data for parsing address. We have decided to not use this library directly, but only remove numbers from the query, if original query will not succeed. libpostal changes are in the separate branch |
Reopening - for implementation of the search in postal addresses. |
There is libpostal 1.0: It has many new features and very good coverage now. |
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 better.
https://github.com/geometalab/OSMNames/wiki/libpostal-overview
https://github.com/openvenues/libpostal
in our case integrated via python binding:
https://github.com/openvenues/pypostal
The text was updated successfully, but these errors were encountered: