LICENSE
README.md
pyproject.toml
src/indic_itn/__init__.py
src/indic_itn/base.py
src/indic_itn/detector.py
src/indic_itn/loader.py
src/indic_itn/main.py
src/indic_itn/rewriter.py
src/indic_itn/tokenizer.py
src/indic_itn.egg-info/PKG-INFO
src/indic_itn.egg-info/SOURCES.txt
src/indic_itn.egg-info/dependency_links.txt
src/indic_itn.egg-info/requires.txt
src/indic_itn.egg-info/top_level.txt
src/indic_itn/config/__init__.py
src/indic_itn/config/defaults.py
src/indic_itn/core/__init__.py
src/indic_itn/core/engine.py
src/indic_itn/core/entity_detector.py
src/indic_itn/core/exceptions.py
src/indic_itn/core/pipeline.py
src/indic_itn/core/registry.py
src/indic_itn/core/span.py
src/indic_itn/core/span_replacer.py
src/indic_itn/core/token.py
src/indic_itn/core/tokenizer.py
src/indic_itn/entities/__init__.py
src/indic_itn/entities/base.py
src/indic_itn/entities/currency.py
src/indic_itn/entities/date.py
src/indic_itn/entities/decimal.py
src/indic_itn/entities/number.py
src/indic_itn/entities/ordinal.py
src/indic_itn/entities/otp.py
src/indic_itn/entities/percentage.py
src/indic_itn/entities/phone.py
src/indic_itn/entities/time.py
src/indic_itn/languages/base.py
src/indic_itn/languages/hindi/__init__.py
src/indic_itn/languages/hindi/normalizer.py
src/indic_itn/languages/kannada/__init__.py
src/indic_itn/languages/kannada/normalizer.py
src/indic_itn/languages/tamil/__init__.py
src/indic_itn/languages/tamil/normalizer.py
src/indic_itn/languages/telugu/__init__.py
src/indic_itn/languages/telugu/normalizer.py
src/indic_itn/normalization/__init__.py
src/indic_itn/normalization/postprocess.py
src/indic_itn/normalization/punctuation.py
src/indic_itn/normalization/whitespace.py
src/indic_itn/parsers/__init__.py
src/indic_itn/parsers/base.py
src/indic_itn/parsers/currency.py
src/indic_itn/parsers/date.py
src/indic_itn/parsers/decimal.py
src/indic_itn/parsers/number.py
src/indic_itn/parsers/otp.py
src/indic_itn/parsers/percentage.py
src/indic_itn/parsers/phone.py
src/indic_itn/parsers/time.py
src/indic_itn/resources/hi/keywords.json
src/indic_itn/resources/hi/numbers.json
src/indic_itn/resources/hi/ordinals.json
src/indic_itn/resources/hi/temporal.json
src/indic_itn/resources/kn/keywords.json
src/indic_itn/resources/kn/numbers.json
src/indic_itn/resources/kn/ordinals.json
src/indic_itn/resources/kn/temporal.json
src/indic_itn/resources/ta/keywords.json
src/indic_itn/resources/ta/numbers.json
src/indic_itn/resources/ta/ordinals.json
src/indic_itn/resources/ta/temporal.json
src/indic_itn/resources/te/keywords.json
src/indic_itn/resources/te/numbers.json
src/indic_itn/resources/te/ordinals.json
src/indic_itn/resources/te/temporal.json
tests/test_architecture.py
tests/test_code_mixing.py
tests/test_critical_acceptance.py
tests/test_currency_parser.py
tests/test_date_parser.py
tests/test_decimal_parser.py
tests/test_detector.py
tests/test_golden_fixtures.py
tests/test_hindi_itn.py
tests/test_hindi_parsers.py
tests/test_invariants.py
tests/test_itn.py
tests/test_kannada_itn.py
tests/test_language_extension.py
tests/test_native_digits.py
tests/test_number_parser.py
tests/test_otp_parser.py
tests/test_percentage_parser.py
tests/test_phone_parser.py
tests/test_resources.py
tests/test_rewriter.py
tests/test_tamil_itn.py
tests/test_telugu_detector.py
tests/test_telugu_itn.py
tests/test_telugu_parsers.py
tests/test_time_parser.py
tests/test_tokenizer.py