geocoder-nlp
This is a geocoder C++ library that uses libpostal to parse the user request, normalize the parsed result, and search for the match in geocoder database.
The library includes demo program showing how to use it. Its also used as one of the geocoders in OSM Scout Server (https://github.com/rinigus/osmscout-server). For preparation of the SQLite database used by the geocoder, an importer from liboscmscout map database is provided.
When using country-based libpostal address parser and limiting number of languages used to process the search request, it is possible to use this geocoder on mobile platforms. The development of the geocoder is mainly targeting Sailfish OS applications with the tests running on Linux as well. Its expected that the geocoder would run on platforms supported by libpostal without any major changes.
To compile, adjust Makefile. The library can be used by incorporating
source code files in src subdirectory and ensuring that
thirdparty/sqlite3pp/headeronly_src is in the compiler's include
path.
In addition to libpostal, libsqlite3 is required for the geocoder to function. For importer, libosmscout is required in addition to the libraries mentioned above.
Databases
At present, the datasets required for the geocoder to function are distributed as a part of OSM Scout Server datasets .
If you use the geocoder with the full libpostal installation, you don't need to get the libpostal datasets from that location, but can use the datasets provided by libpostal. This is a default when there is no path specified for corresponding libpostal datasets.
To use country-specific datasets, you would have to get:
- libpostal language parser: postal/global
- libpostal country-specific database: postal/countries/SELECT THE NEEDED ONES
In addition, the prepared geocoder databases are available at geocoder/SELECT THE NEEDED ONES.
Acknowledgments
libpostal: https://github.com/openvenues/libpostal
libosmscout: http://libosmscout.sourceforge.net

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
