CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
charboundary/__init__.py
charboundary/constants.py
charboundary/encoders.py
charboundary/features.py
charboundary/models.py
charboundary/onnx_support.py
charboundary/remote_models.py
charboundary/segmenters.py
charboundary/utils.py
charboundary.egg-info/PKG-INFO
charboundary.egg-info/SOURCES.txt
charboundary.egg-info/dependency_links.txt
charboundary.egg-info/entry_points.txt
charboundary.egg-info/requires.txt
charboundary.egg-info/top_level.txt
charboundary/cli/__init__.py
charboundary/cli/analyze.py
charboundary/cli/best_model.py
charboundary/cli/main.py
charboundary/cli/train.py
charboundary/resources/__init__.py
charboundary/resources/legal_abbreviations.json
charboundary/resources/small_model.skops.xz
charboundary/resources/onnx/.gitkeep
charboundary/resources/onnx/README.md
charboundary/resources/onnx/__init__.py
charboundary/resources/onnx/small_model.onnx.xz
tests/test_benchmarks.py
tests/test_constants.py
tests/test_encoders.py
tests/test_features.py
tests/test_init.py
tests/test_models.py
tests/test_onnx.py
tests/test_onnx_dependency.py
tests/test_segmenters.py
tests/test_skops.py