]> git.openstreetmap.org Git - nominatim.git/commit
add framework for analysing housenumbers
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Feb 2022 10:15:43 +0000 (11:15 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Mar 2022 08:34:32 +0000 (09:34 +0100)
commita6903651fca8d73acbc99855a75e45b4ae50d164
tree1f88e8ef86032f3a351c9da1dab6665a85ae857e
parentb8c544cc98bec8174d28cf6895dd47ddb9c7b57b
add framework for analysing housenumbers

This lays the groundwork for adding variants for housenumbers.
When analysis is enabled, then the 'word' field in the word table
is used as usual, so that variants can be created. There will be
only one analyser allowed which must have the fixed name
'@housenumber'.
lib-php/tokenizer/icu_tokenizer.php
lib-sql/tokenizer/icu_tokenizer.sql
lib-sql/tokenizer/icu_tokenizer_tables.sql
nominatim/tokenizer/icu_tokenizer.py