Nominatim/nominatim/tokenizer
Sarah Hoffmann d8ed1bfc60 move houseunumber handling to tokenizer
Normalization and token computation are now done in the tokenizer.
The tokenizer keeps a cache to the hundred most used house numbers
to keep the numbers of calls to the database low.
2021-04-30 11:30:51 +02:00
..
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
factory.py add migration for configurable tokenizer 2021-04-30 11:29:57 +02:00
legacy_tokenizer.py move houseunumber handling to tokenizer 2021-04-30 11:30:51 +02:00