mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 03:54:06 +00:00
icu tokenizer: move transliteration rules in separate file
The tokenizer configuration has become difficult to handle due to the additional manual transliteration rules. Allow to have a separate rule file that is given to the ICU library as is.
This commit is contained in:
@@ -259,4 +259,5 @@ install(FILES settings/env.defaults
|
||||
settings/import-full.style
|
||||
settings/import-extratags.style
|
||||
settings/legacy_icu_tokenizer.json
|
||||
settings/icu_transliteration.rules
|
||||
DESTINATION ${NOMINATIM_CONFIGDIR})
|
||||
|
||||
Reference in New Issue
Block a user