]> git.openstreetmap.org Git - nominatim.git/commit
add sanitizer for TIGER tags
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 22 Nov 2022 16:10:21 +0000 (17:10 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 23 Nov 2022 09:37:27 +0000 (10:37 +0100)
commitfd3dec8efebd202352f20cbfebb36d955e0198c4
tree566b90d8b96230ca4bfeef920bd5467fc3a36013
parent55ee08f42b5e2b503a06f03c11a4fb3daf99ad29
add sanitizer for TIGER tags

Currently only takes over cleaning the tiger:county data. This was
done by the import until now.
.pylintrc
docs/customize/Tokenizers.md
nominatim/tokenizer/sanitizers/clean_tiger_tags.py [new file with mode: 0644]
settings/icu_tokenizer.yaml
test/python/tokenizer/sanitizers/test_clean_tiger_tags.py [new file with mode: 0644]