]> git.openstreetmap.org Git - nominatim.git/history - src/nominatim_api/search/icu_tokenizer.py
split normalized word when transliteration is split up
[nominatim.git] / src / nominatim_api / search / icu_tokenizer.py
2025-09-08 Sarah Hoffmannsplit normalized word when transliteration is split up
2025-07-11 Sarah HoffmannMerge pull request #3779 from lonvia/fix-zero-devision...
2025-07-11 Sarah HoffmannMerge pull request #3777 from lonvia/harmonize-transiti...
2025-07-11 Sarah Hoffmanngive word break slight advantage towards continuation
2025-07-11 Sarah Hoffmannrebalance word transition penalties
2025-07-11 Sarah Hoffmannsimplify QueryNode penalty and initial assignment
2025-04-17 Sarah HoffmannMerge pull request #3719 from lonvia/query-direction
2025-04-11 Sarah Hoffmannreorganise token reranking
2025-04-11 Sarah Hoffmannmove partial token into a separate field in the query...
2025-03-19 Sarah HoffmannMerge pull request #3678 from lonvia/search-tweaks
2025-03-19 Sarah Hoffmannuse word_token length when penalizing against postcodes
2025-03-19 Sarah Hoffmannpostcode token should have transliterated term in word_...
2025-03-06 Sarah HoffmannMerge pull request #3664 from eumiro/consolidate-random
2025-03-05 Sarah HoffmannMerge pull request #3665 from lonvia/pattern-matching...
2025-03-04 Sarah Hoffmanncache all info of ICUQueryAnalyser in a single object
2025-03-04 Sarah Hoffmannshow token begin and end in debug output
2025-03-04 Sarah Hoffmannadd postcode parser
2025-03-04 Sarah Hoffmannmake word generation from query a class method
2025-03-04 Sarah Hoffmannsearch: merge QueryPart array with QueryNodes
2025-02-24 Sarah HoffmannMerge pull request #3658 from lonvia/minor-query-parsin...
2025-02-21 Sarah Hoffmannreplace TokenType enum with simple char constants
2025-02-21 Sarah Hoffmannreplace BreakType enum with simple char constants
2025-02-20 Sarah Hoffmannavoid yielding when extracting words from query
2025-02-20 Sarah Hoffmannremove word_number counting for phrases
2025-02-20 Sarah HoffmannMerge pull request #3655 from lonvia/remove-name-rankin...
2025-02-19 Sarah HoffmannMerge pull request #3653 from lonvia/trailing-spaces...
2025-02-19 Sarah Hoffmannstrip normalisation results of normal and special spaces
2025-02-17 Sarah HoffmannMerge pull request #3555 from IvanShift/patch-1
2025-01-10 Sarah HoffmannMerge pull request #3626 from lonvia/import-performance
2025-01-09 Sarah HoffmannMerge pull request #3629 from lonvia/additional-breaks
2025-01-07 Sarah Hoffmannadd inner word break penalty
2025-01-06 Sarah Hoffmannadd SOFT_PHRASE break and enable parsing
2024-12-16 Sarah HoffmannMerge pull request #3610 from lonvia/search-preprocessing
2024-12-13 Sarah Hoffmanngeneralize normalization step for search query
2024-11-11 Sarah HoffmannMerge pull request #3582 from lonvia/switch-to-flake
2024-11-10 Sarah Hoffmannfix style issue found by flake8
2024-09-24 Sarah HoffmannMerge pull request #3542 from lonvia/remove-legacy...
2024-09-22 Sarah Hoffmannremove support for unindexed tokens
2024-07-01 Sarah HoffmannMerge pull request #3458 from lonvia/python-package
2024-06-28 Sarah Hoffmannreduce from 3 to 2 packages
2024-06-26 Sarah Hoffmannsplit code into submodules