Nominatim/nominatim/tokenizer
Sarah Hoffmann a0ed80d821 restore the tokenizer directory when missing
Automatically repopulate the tokenizer/ directory with the PHP stub
and the postgresql module, when the directory is missing. This allows
to switch working directories and in particular run the service
from a different maschine then where it was installed.
Users still need to make sure that .env files are set up correctly
or they will shoot themselves in the foot.

See #2515.
2022-03-20 11:31:42 +01:00
..
sanitizers add tests for get_string_list() 2022-02-07 11:22:24 +01:00
token_analysis housenumber analyzer: avoid creating too many variants 2022-03-01 09:34:32 +01:00
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
base.py add new command for cleaning word tokens 2022-01-20 20:05:15 +01:00
factory.py restore the tokenizer directory when missing 2022-03-20 11:31:42 +01:00
icu_rule_loader.py sanitizer: move helpers into a configuration class 2022-02-07 10:48:00 +01:00
icu_token_analysis.py handle unknown analyzer 2022-03-01 09:34:32 +01:00
icu_tokenizer.py restore the tokenizer directory when missing 2022-03-20 11:31:42 +01:00
legacy_tokenizer.py restore the tokenizer directory when missing 2022-03-20 11:31:42 +01:00
place_sanitizer.py sanitizer: move helpers into a configuration class 2022-02-07 10:48:00 +01:00