.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
citation.cff
pyproject.toml
readme.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/01_bugs.md
.github/ISSUE_TEMPLATE/02_docs.md
.github/ISSUE_TEMPLATE/03_feature-request.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/dependabot_automerge.yml
.github/workflows/documentation.yml
.github/workflows/release.yml
.github/workflows/stale.yml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/news.rst
docs/wrap.pipeline_component.rst
docs/_static/favicon.ico
docs/_static/icon.png
docs/_static/icon_dark.png
src/spacy_wrap/__init__.py
src/spacy_wrap/about.py
src/spacy_wrap/architectures.py
src/spacy_wrap/pipeline_component_seq_clf.py
src/spacy_wrap/pipeline_component_tok_clf.py
src/spacy_wrap/util.py
src/spacy_wrap.egg-info/PKG-INFO
src/spacy_wrap.egg-info/SOURCES.txt
src/spacy_wrap.egg-info/dependency_links.txt
src/spacy_wrap.egg-info/entry_points.txt
src/spacy_wrap.egg-info/requires.txt
src/spacy_wrap.egg-info/top_level.txt
src/spacy_wrap/layers/__init__.py
src/spacy_wrap/layers/clf_transformer_model.py
tests/__init__.py
tests/test_seq_clf_transformer.py
tests/test_tok_clf_transformer.py