]> git.openstreetmap.org Git - nominatim.git/commit
introduce name analyzer
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 24 Apr 2021 20:35:46 +0000 (22:35 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 09:30:51 +0000 (11:30 +0200)
commitfa2bc604685f4d9219844769b733d600d968deff
treec759473a9c7df4425707daded34fc8da69446efb
parente1c5673ac31831e1b0cca58e21ebe6622c372ea7
introduce name analyzer

The name analyzer is the actual work horse of the tokenizer. It
is instantiated on a thread-base and provides all functions for
analysing names and queries.
nominatim/indexer/indexer.py
nominatim/indexer/runners.py
nominatim/tokenizer/legacy_tokenizer.py
test/python/dummy_tokenizer.py
test/python/test_indexing.py