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/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_currency_parser.py
tests/test_date_parser.py
tests/test_decimal_parser.py
tests/test_detector.py
tests/test_itn.py
tests/test_kannada_itn.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_telugu_detector.py
tests/test_telugu_itn.py
tests/test_telugu_parsers.py
tests/test_time_parser.py
tests/test_tokenizer.py