mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
8171fe4571
Sanatizer functions allow to transform name and address tags before they are handed to the tokenizer. Theses transformations are visible only for the tokenizer and thus only have an influence on the search terms and address match terms for a place. Currently two sanitizers are implemented which are responsible for splitting names with multiple values and removing bracket additions. Both was previously hard-coded in the tokenizer. |
||
---|---|---|
.. | ||
sanitizers | ||
__init__.py | ||
base.py | ||
factory.py | ||
icu_name_processor.py | ||
icu_rule_loader.py | ||
icu_tokenizer.py | ||
icu_variants.py | ||
legacy_tokenizer.py | ||
place_sanitizer.py |