LICENSE
README.md
pyproject.toml
setup.py
seqscore/__init__.py
seqscore/conll.py
seqscore/encoding.py
seqscore/model.py
seqscore/processing.py
seqscore/scoring.py
seqscore/util.py
seqscore/validation.py
seqscore.egg-info/PKG-INFO
seqscore.egg-info/SOURCES.txt
seqscore.egg-info/dependency_links.txt
seqscore.egg-info/entry_points.txt
seqscore.egg-info/requires.txt
seqscore.egg-info/top_level.txt
seqscore/scripts/__init__.py
seqscore/scripts/seqscore.py
tests/test_conll_format.py
tests/test_conversion_click.py
tests/test_count_click.py
tests/test_encoding.py
tests/test_extract_text_click.py
tests/test_model.py
tests/test_process_click.py
tests/test_repair_click.py
tests/test_scoring.py
tests/test_scoring_click.py
tests/test_seqscore_main.py
tests/test_summarize_click.py
tests/test_utils.py
tests/test_validation.py
tests/test_validation_click.py