]> git.openstreetmap.org Git - nominatim.git/commit
move PlaceInfo into data submodule
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 6 Jul 2022 08:54:47 +0000 (10:54 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 6 Jul 2022 08:54:47 +0000 (10:54 +0200)
commitbce93d60bd9480e4b1f6c9a899ee6b8d60485352
tree9dc36fe5b0968f839551aad1e9809ef8ffa1b36d
parent69e51aebab23787b572998ba183910921a16bc02
move PlaceInfo into data submodule

This data structure is shared between indexer and tokenizer.
14 files changed:
nominatim/data/place_info.py [moved from nominatim/indexer/place_info.py with 100% similarity]
nominatim/indexer/runners.py
nominatim/tokenizer/base.py
nominatim/tokenizer/icu_tokenizer.py
nominatim/tools/tiger_data.py
test/python/dummy_tokenizer.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_icu.py
test/python/tokenizer/test_legacy.py
test/python/tokenizer/test_place_sanitizer.py