From: Sarah Hoffmann Date: Wed, 22 Sep 2021 20:20:02 +0000 (+0200) Subject: move name matching into tokenizer module X-Git-Tag: v4.0.0~25^2~4 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/59fe74ddf6749d93c93e88b1aeff0eb59a8e03ec?hp=59fe74ddf6749d93c93e88b1aeff0eb59a8e03ec move name matching into tokenizer module Instead of requesting the match tokens from the tokenizer when looking for parent streets/places and address parts, hand in the saved tokens and ask if they match. This gives the tokenizer more freedom to decide how name matching should be done. ---