]> git.openstreetmap.org Git - nominatim.git/commit
move postcode matcher in a separate file
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 6 Jun 2022 21:37:04 +0000 (23:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Jun 2022 21:42:31 +0000 (23:42 +0200)
commit80ea13437df4c6d57ea503adbdfc9928de8d859c
tree9abccabbb8f807926205087619f1d33a2dee54eb
parentbf86b45178ff69dbe87942840543d67168577401
move postcode matcher in a separate file
nominatim/data/__init__.py [new file with mode: 0644]
nominatim/data/postcode_format.py [new file with mode: 0644]
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/sanitizers/clean_postcodes.py
test/python/tokenizer/test_icu.py