Nominatim/nominatim/tokenizer
Sarah Hoffmann 83054af46f remove typing_extensions requirement
The typing_extensions package is only necessary now when running mypy.
It won't be used at runtime anymore.
2022-07-18 09:55:58 +02:00
..
sanitizers remove typing_extensions requirement 2022-07-18 09:55:58 +02:00
token_analysis remove typing_extensions requirement 2022-07-18 09:55:58 +02:00
__init__.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
base.py remove typing_extensions requirement 2022-07-18 09:55:58 +02:00
factory.py add type annotations to ICU tokenizer helper modules 2022-07-18 09:47:57 +02:00
icu_rule_loader.py remove typing_extensions requirement 2022-07-18 09:55:58 +02:00
icu_token_analysis.py remove typing_extensions requirement 2022-07-18 09:55:58 +02:00
icu_tokenizer.py add type annotations to special phrase importer 2022-07-18 09:54:29 +02:00
legacy_tokenizer.py add type annotations to special phrase importer 2022-07-18 09:54:29 +02:00
place_sanitizer.py add type hints for sanitizers 2022-07-18 09:47:57 +02:00