Nominatim/nominatim
Sarah Hoffmann 28ee3d0949 move linking of places to the preparation stage
Linked places may bring in extra names. These names need to be
processed by the tokenizer. That means that the linking needs
to be done before the data is handed to the tokenizer. Move finding
the linked place into the preparation stage and update the name
fields. Everything else is still done in the indexing stage.
2021-08-20 22:44:17 +02:00
..
clicmd split up large setup function 2021-08-15 12:24:13 +02:00
db convert word info column to json before copying 2021-07-28 11:31:47 +02:00
indexer move linking of places to the preparation stage 2021-08-20 22:44:17 +02:00
tokenizer rename legacy_icu tokenizer to icu tokenizer 2021-08-17 23:11:47 +02:00
tools allow multiple files for the import command 2021-08-14 21:42:21 +02:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
cli.py move add-data subcommand into a separate file 2021-07-25 18:14:12 +02:00
config.py remove default parameter for namedtuple 2021-07-06 22:57:42 +02:00
errors.py fix linting issues 2021-01-30 16:42:25 +01:00
version.py increase minimum version for PostgreSQL to 9.5 2021-07-19 10:21:19 +02:00