mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
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.
This commit is contained in:
@@ -5,7 +5,7 @@ bdd:
|
||||
cd bdd && behave -DREMOVE_TEMPLATE=1
|
||||
|
||||
icu:
|
||||
cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=legacy_icu
|
||||
cd bdd && behave -DREMOVE_TEMPLATE=1 -DTOKENIZER=icu
|
||||
|
||||
php:
|
||||
cd php && phpunit ./
|
||||
|
||||
Reference in New Issue
Block a user