Nominatim/nominatim/tokenizer
Sarah Hoffmann 81eed0680c recreate word table when refreshing counts
The counting touches a large part of the word table, leaving
bloated tables and indexes. Thus recreate the table instead and
swap it in.
2024-02-04 21:35:10 +01:00
..
sanitizers update to modern mkdocstrings python handler 2023-08-25 21:40:20 +02:00
token_analysis update to modern mkdocstrings python handler 2023-08-25 21:40:20 +02:00
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
base.py recreate word table when refreshing counts 2024-02-04 21:35:10 +01:00
factory.py use data paths from new nominatim.paths 2022-11-27 12:15:41 +01:00
icu_rule_loader.py harmonize spelling 2022-07-29 10:52:01 +02:00
icu_token_analysis.py harmonize spelling 2022-07-29 10:52:01 +02:00
icu_tokenizer.py recreate word table when refreshing counts 2024-02-04 21:35:10 +01:00
legacy_tokenizer.py recreate word table when refreshing counts 2024-02-04 21:35:10 +01:00
place_sanitizer.py move PlaceName into the generic data module 2022-07-29 11:42:20 +02:00