JMDICT_ATTRIBUTION.md
JMDICT_LICENSE.txt
LICENSE
MANIFEST.in
README.md
__init__.py
_types.py
build_database.py
database_path.py
deinflect.py
deinflect_rules.py
dictionary.py
example_usage.py
normalize.py
pyproject.toml
sorting.py
sqlite_dict.py
tokenizer.py
type_matching.py
variations.py
word_search.py
yoon.py
./__init__.py
./_types.py
./build_database.py
./database_path.py
./deinflect.py
./deinflect_rules.py
./dictionary.py
./example_usage.py
./normalize.py
./sorting.py
./sqlite_dict.py
./tokenizer.py
./type_matching.py
./variations.py
./word_search.py
./yoon.py
tentoku.egg-info/PKG-INFO
tentoku.egg-info/SOURCES.txt
tentoku.egg-info/dependency_links.txt
tentoku.egg-info/requires.txt
tentoku.egg-info/top_level.txt
tests/__init__.py
tests/run_all_tests.py
tests/test_basic.py
tests/test_comparison.py
tests/test_corpus.py
tests/test_deinflect.py
tests/test_dictionary.py
tests/test_edge_cases.py
tests/test_integration.py
tests/test_normalize.py
tests/test_regression.py
tests/test_sorting.py
tests/test_stress.py
tests/test_tokenize.py
tests/test_type_matching.py
tests/test_variations.py
tests/test_word_search.py
tests/test_yoon.py