.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
.github/workflows/ci.yml
src/spacy_och/__init__.py
src/spacy_och/config.cfg
src/spacy_och/examples.py
src/spacy_och/lex_attrs.py
src/spacy_och/stop_words.py
src/spacy_och.egg-info/PKG-INFO
src/spacy_och.egg-info/SOURCES.txt
src/spacy_och.egg-info/dependency_links.txt
src/spacy_och.egg-info/entry_points.txt
src/spacy_och.egg-info/requires.txt
src/spacy_och.egg-info/top_level.txt
src/spacy_och/lookups/__init__.py
src/spacy_och/lookups/och_numbers_lookup.json
src/spacy_och/lookups/och_phonemes_lookup.json
src/spacy_och/lookups/och_pinyin_lookup.json
src/spacy_och/lookups/och_variants_lookup.json
tests/__init__.py
tests/test_lang.py
tests/test_lookups.py