Nominatim/nominatim/tokenizer
Sarah Hoffmann bb5de9b955 extend word statistics to address index
Word frequency in names is not sufficient to interpolate word
frequency in the address because names of towns, states etc. are
much more frequently used than, say street names.
2024-03-18 11:25:48 +01:00
..
sanitizers Correct some typos 2024-02-26 18:13:30 +01:00
token_analysis update to modern mkdocstrings python handler 2023-08-25 21:40:20 +02:00
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
base.py recreate word table when refreshing counts 2024-02-04 21:35:10 +01:00
factory.py use data paths from new nominatim.paths 2022-11-27 12:15:41 +01:00
icu_rule_loader.py harmonize spelling 2022-07-29 10:52:01 +02:00
icu_token_analysis.py harmonize spelling 2022-07-29 10:52:01 +02:00
icu_tokenizer.py extend word statistics to address index 2024-03-18 11:25:48 +01:00
legacy_tokenizer.py make Python frontend default and PHP optional 2024-02-19 18:39:01 +01:00
place_sanitizer.py move PlaceName into the generic data module 2022-07-29 11:42:20 +02:00