.gitignore
CONTRIBUTING.md
HISTORY.md
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
.github/pull_request_template.md
examples/README.md
examples/example-adding-conll-to-docbin.py
examples/example-reading-conllu-file.py
examples/example-spacy-df-write-to-file.py
examples/example-stanza-headers.py
examples/example-use-own-indices.py
src/spacy_conll/__init__.py
src/spacy_conll/formatter.py
src/spacy_conll/parser.py
src/spacy_conll/utils.py
src/spacy_conll/version.py
src/spacy_conll.egg-info/PKG-INFO
src/spacy_conll.egg-info/SOURCES.txt
src/spacy_conll.egg-info/dependency_links.txt
src/spacy_conll.egg-info/entry_points.txt
src/spacy_conll.egg-info/requires.txt
src/spacy_conll.egg-info/top_level.txt
src/spacy_conll/cli/__init__.py
src/spacy_conll/cli/parse.py
tests/conftest.py
tests/en_ewt-ud-dev.conllu-sample.txt
tests/test.txt
tests/test_component.py
tests/test_conll.py
tests/test_conll_pd.py
tests/test_conll_str.py
tests/test_conllparser.py
tests/test_conllparser_conll_to_spacy.py
tests/test_conversion_maps.py
tests/test_disable_pandas.py
tests/test_ext_names_conll.py
tests/test_ext_names_conll_pd.py
tests/test_ext_names_conll_str.py
tests/test_field_names.py
tests/test_formatter.py
tests/test_is_tokenized.py
tests/test_load_from_entrypoint.py