]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/env.defaults
add Python part for new ICU-based tokenizer
[nominatim.git] / settings / env.defaults
index 5fbeb0a27393575b4bfbd9dc15a8aa6e8941086d..cf1f5108c4ac1ff839c6a4336e9070833af00cc5 100644 (file)
@@ -46,6 +46,12 @@ NOMINATIM_LANGUAGES=
 # Changing this value requires a reimport.
 NOMINATIM_TERM_NORMALIZATION=":: NFD (); [[:Nonspacing Mark:] [:Cf:]] >;  :: lower (); [[:Punctuation:][:Space:]]+ > ' '; :: NFC ();"
 
+# Configuration file for the tokenizer.
+# The content depends on the tokenizer used. If left empty the default settings
+# for the chooseen tokenizer will be used. The configuration can only be set
+# on import and not be changed afterwards.
+NOMINATIM_TOKENIZER_CONFIG=
+
 # Search in the Tiger house number data for the US.
 # Note: The tables must already exist or queries will throw errors.
 # Changing this value requires to run ./utils/setup --create-functions --setup-website.