.gitignore
LICENSE
MANIFEST.in
README.md
poetry.lock
pyproject.toml
pytest.ini
setup.py
.github/workflows/release.yml
.github/workflows/tests.yml
examples/01 - Custom Component.ipynb
examples/02 - CoNLL 2003.ipynb
examples/default-config.json
examples/restaurent_search.md
img/gradio.png
spacy_crfsuite/__init__.py
spacy_crfsuite/about.py
spacy_crfsuite/bilou.py
spacy_crfsuite/compat.py
spacy_crfsuite/conll.py
spacy_crfsuite/crf_extractor.py
spacy_crfsuite/eval.py
spacy_crfsuite/features.py
spacy_crfsuite/markdown.py
spacy_crfsuite/serve.py
spacy_crfsuite/test.py
spacy_crfsuite/tokenizer.py
spacy_crfsuite/train.py
spacy_crfsuite/utils.py
spacy_crfsuite/visualize.py
spacy_crfsuite.egg-info/PKG-INFO
spacy_crfsuite.egg-info/SOURCES.txt
spacy_crfsuite.egg-info/dependency_links.txt
spacy_crfsuite.egg-info/entry_points.txt
spacy_crfsuite.egg-info/requires.txt
spacy_crfsuite.egg-info/top_level.txt
tests/conftest.py
tests/test_conll.py
tests/test_dense_features.py
tests/test_example.py
tests/test_hyperopt.py
tests/test_markdown.py
tests/test_tokenizer.py