]> git.openstreetmap.org Git - nominatim.git/commit
Added --no-replace command for special phrases importation and added corresponding...
authorAntoJvlt <antonin.jolivat@gmail.com>
Mon, 17 May 2021 10:40:50 +0000 (12:40 +0200)
committerAntoJvlt <antonin.jolivat@gmail.com>
Mon, 17 May 2021 11:25:06 +0000 (13:25 +0200)
commit8b8dfc46ebee5f78a91685dc83dc9382d21aad0e
treeae66f83cdf40fdb1c08e4db612c27ca396387ae2
parent06aab389ede19c9d2a63630ddf0bae3bdc173f63
Added --no-replace command for special phrases importation and added corresponding tests
nominatim/clicmd/special_phrases.py
nominatim/tokenizer/legacy_icu_tokenizer.py
nominatim/tokenizer/legacy_tokenizer.py
nominatim/tools/special_phrases/sp_importer.py
test/python/dummy_tokenizer.py
test/python/test_cli.py
test/python/test_tokenizer_legacy.py
test/python/test_tokenizer_legacy_icu.py
test/python/test_tools_import_special_phrases.py
test/python/test_tools_sp_csv_loader.py
test/python/test_tools_sp_wiki_loader.py