]> git.openstreetmap.org Git - nominatim.git/commit
handle postcodes properly on word table updates
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 21 Jun 2022 20:05:35 +0000 (22:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Jun 2022 21:42:31 +0000 (23:42 +0200)
commit612d34930b603997acce2772e7264b509bb8aed6
tree330bb80f2640015ba3a08cc1757481e98e08236a
parent5be320368c6695498c4fed7cbba44220d3c91b17
handle postcodes properly on word table updates

update_postcodes_from_db() needs to do the full postcode treatment
in order to derive the correct word table entries.
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/token_analysis/postcodes.py
test/bdd/steps/steps_db_ops.py
test/python/tokenizer/test_icu.py
test/python/tokenizer/token_analysis/test_analysis_postcodes.py [new file with mode: 0644]