LICENSE
README.md
pyproject.toml
kotobacore/__init__.py
kotobacore/_version.py
kotobacore/analyzer.py
kotobacore/errors.py
kotobacore/schema.py
kotobacore.egg-info/PKG-INFO
kotobacore.egg-info/SOURCES.txt
kotobacore.egg-info/dependency_links.txt
kotobacore.egg-info/entry_points.txt
kotobacore.egg-info/requires.txt
kotobacore.egg-info/top_level.txt
kotobacore/cli/__init__.py
kotobacore/cli/main.py
kotobacore/compat/__init__.py
kotobacore/compat/karuizawa_compat.py
kotobacore/dictionary/__init__.py
kotobacore/dictionary/external.py
kotobacore/dictionary/loader.py
kotobacore/emotion/__init__.py
kotobacore/emotion/detector.py
kotobacore/intent/__init__.py
kotobacore/intent/classifier.py
kotobacore/normalizer/__init__.py
kotobacore/normalizer/unicode_normalizer.py
kotobacore/output/__init__.py
kotobacore/rag/__init__.py
kotobacore/rag/optimizer.py
kotobacore/resources/dict/Japanese-SNS-Emotion-Examples-v1.txt
kotobacore/resources/dict/emotion.csv
kotobacore/resources/dict/emotion_examples.csv
kotobacore/resources/dict/entity.csv
kotobacore/resources/dict/intent_rules.csv
kotobacore/resources/dict/normalization.csv
kotobacore/resources/dict/slang.csv
kotobacore/resources/dict/stopwords.csv
kotobacore/semantic/__init__.py
kotobacore/semantic/builder.py
kotobacore/semantic/chunker.py
kotobacore/tokenizer/__init__.py
kotobacore/tokenizer/base.py
kotobacore/tokenizer/karuizawa_backend.py
kotobacore/tokenizer/token_normalizer.py
tests/test_cli.py
tests/test_dictionary.py
tests/test_emotion.py
tests/test_external_dict.py
tests/test_import.py
tests/test_integration.py
tests/test_intent.py
tests/test_normalizer.py
tests/test_rag.py
tests/test_schema.py
tests/test_semantic.py
tests/test_token_normalizer.py
tests/test_tokenizer.py
tests/test_version.py