]> git.openstreetmap.org Git - nominatim.git/commit
rename legacy_icu tokenizer to icu tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 17 Aug 2021 21:11:47 +0000 (23:11 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 17 Aug 2021 21:11:47 +0000 (23:11 +0200)
commit118858a55e5ec522d870842532d26ff0276c85ba
tree8ef4462b8f1c01977e4293961141bfb3a0178959
parent656c1291b15d7f81f87768a7a1eafb7f2d0223d5
rename legacy_icu tokenizer to icu tokenizer

The new icu tokenizer is now no longer compatible with the old
legacy tokenizer in terms of data structures. Therefore there
is also no longer a need to refer to the legacy tokenizer in the
name.
CMakeLists.txt
docs/admin/Tokenizers.md
lib-php/tokenizer/icu_tokenizer.php [moved from lib-php/tokenizer/legacy_icu_tokenizer.php with 100% similarity]
lib-sql/tokenizer/icu_tokenizer.sql [moved from lib-sql/tokenizer/legacy_icu_tokenizer.sql with 100% similarity]
nominatim/tokenizer/icu_tokenizer.py [moved from nominatim/tokenizer/legacy_icu_tokenizer.py with 98% similarity]
settings/icu_tokenizer.yaml [moved from settings/legacy_icu_tokenizer.yaml with 100% similarity]
test/Makefile
test/bdd/steps/nominatim_environment.py
test/bdd/steps/steps_db_ops.py
test/python/test_tokenizer_icu.py [moved from test/python/test_tokenizer_legacy_icu.py with 96% similarity]