Nominatim/nominatim/tokenizer
Sarah Hoffmann d14a585cc9 pylint: disable no-self-use check
This checker encourages bad behaviour (namely changing the static
status of a function during inheritence) and will be made optional
in upcoming versions of pylint.
2022-05-11 10:25:00 +02:00
..
sanitizers add tests for get_string_list() 2022-02-07 11:22:24 +01:00
token_analysis pylint: avoid explicit use of format() function 2022-05-11 09:48:56 +02:00
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
base.py add new command for cleaning word tokens 2022-01-20 20:05:15 +01:00
factory.py restore the tokenizer directory when missing 2022-03-20 11:31:42 +01:00
icu_rule_loader.py sanitizer: move helpers into a configuration class 2022-02-07 10:48:00 +01:00
icu_token_analysis.py handle unknown analyzer 2022-03-01 09:34:32 +01:00
icu_tokenizer.py pylint: disable no-self-use check 2022-05-11 10:25:00 +02:00
legacy_tokenizer.py pylint: disable no-self-use check 2022-05-11 10:25:00 +02:00
place_sanitizer.py sanitizer: move helpers into a configuration class 2022-02-07 10:48:00 +01:00