]> git.openstreetmap.org Git - nominatim.git/commit
add support for external sanitizer modules
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Jul 2022 14:10:19 +0000 (16:10 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Jul 2022 14:10:19 +0000 (16:10 +0200)
commit6d41046b152bb9380766edce12379b7c3c585c0a
treeeed497221c62e06172aec05ee8e6deccbd6e7b9e
parent7b7203c14973fb3395bd4d745e580c2bc9be0d6c
add support for external sanitizer modules
nominatim/tokenizer/icu_rule_loader.py
nominatim/tokenizer/place_sanitizer.py
test/python/config/test_config_load_module.py
test/python/tokenizer/sanitizers/test_clean_housenumbers.py
test/python/tokenizer/sanitizers/test_clean_postcodes.py
test/python/tokenizer/sanitizers/test_split_name_list.py
test/python/tokenizer/sanitizers/test_strip_brace_terms.py
test/python/tokenizer/sanitizers/test_tag_analyzer_by_language.py
test/python/tokenizer/test_place_sanitizer.py