]> git.openstreetmap.org Git - nominatim.git/commit
add wrapper class for place data passed to tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Sep 2021 08:37:54 +0000 (10:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Sep 2021 09:54:07 +0000 (11:54 +0200)
commit231250f2eb272b77d54e4b4b18bd85a80413ac34
treed74a6f899f3ea2af9dc88928a9eb6c86b22b2722
parentd44a428b744916a21c2d82d654f1358efe027d21
add wrapper class for place data passed to tokenizer

This is mostly for convenience and documentation purposes.
nominatim/indexer/place_info.py [new file with mode: 0644]
nominatim/indexer/runners.py
nominatim/tokenizer/base.py
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/legacy_tokenizer.py
nominatim/tools/tiger_data.py
test/python/dummy_tokenizer.py
test/python/test_tokenizer_icu.py
test/python/test_tokenizer_legacy.py