.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
.github/workflows/ci.yml
src/phony/__init__.py
src/phony/pipeline.py
src/phony/scorer.py
src/phony/tokens.py
src/phony/training.py
src/spacy_phony.egg-info/PKG-INFO
src/spacy_phony.egg-info/SOURCES.txt
src/spacy_phony.egg-info/dependency_links.txt
src/spacy_phony.egg-info/entry_points.txt
src/spacy_phony.egg-info/requires.txt
src/spacy_phony.egg-info/top_level.txt
tests/__init__.py
tests/test_pipeline.py
tests/test_scorer.py
tests/test_tokens.py
tests/test_training.py
tests/training/test_training.py