]> git.openstreetmap.org Git - nominatim.git/commit
extend word statistics to address index
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 13 Mar 2024 14:10:25 +0000 (15:10 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Mar 2024 10:25:48 +0000 (11:25 +0100)
commitbb5de9b955e9ff676ea4d3c73cdfa94c60854857
tree0ea5a6e3574a95f65cd276857ca8cf1be75de14a
parent9c48726691b42a75ed658f83e44e899d6db54a40
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.
nominatim/api/search/query.py
nominatim/clicmd/refresh.py
nominatim/clicmd/setup.py
nominatim/tokenizer/icu_tokenizer.py