From: Sarah Hoffmann Date: Thu, 3 Apr 2025 07:04:48 +0000 (+0200) Subject: Merge pull request #3702 from lonvia/remove-tokenizer-dir X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/2ce2d031fa3d56a915671d46172dd08b4cc43b87 Merge pull request #3702 from lonvia/remove-tokenizer-dir Remove automatic setup of tokenizer directory So far the tokenizer factory would create a directory for private data for the tokenizer and then hand in the directory location to the tokenizer. ICU tokenizer doesn't need any extra data anymore, so it doesn't make sense to create a directory which then remains empty. If a tokenizer needs such a directory in the future, it needs to create it on its own and make sure to handle the situation correctly where no project directory is used at all. --- 2ce2d031fa3d56a915671d46172dd08b4cc43b87