LICENSE
README.md
pyproject.toml
src/cotstruct/__init__.py
src/cotstruct.egg-info/PKG-INFO
src/cotstruct.egg-info/SOURCES.txt
src/cotstruct.egg-info/dependency_links.txt
src/cotstruct.egg-info/requires.txt
src/cotstruct.egg-info/top_level.txt
src/cotstruct/classifier/__init__.py
src/cotstruct/classifier/feature_extractor.py
src/cotstruct/classifier/hybrid_classifier.py
src/cotstruct/classifier/mlp_classifier.py
src/cotstruct/classifier/prototype_matcher.py
src/cotstruct/classifier/router.py
src/cotstruct/classifier/sentence_segmentation.py
src/cotstruct/classifier/step_classifier.py
src/cotstruct/classifier/step_types.py
src/cotstruct/classifier/mlp_weights/mlp_coarse.npz
src/cotstruct/classifier/mlp_weights/mlp_fine.npz
src/cotstruct/classifier/mlp_weights/mlp_multilabel.npz
src/cotstruct/classifier/mlp_weights/mlp_multilabel_thresholds.json
src/cotstruct/data/__init__.py
src/cotstruct/data/benchmark_corpus.json
src/cotstruct/data/benchmark_corpus.py
src/cotstruct/evaluation/__init__.py
src/cotstruct/evaluation/evaluator.py
src/cotstruct/evaluation/report.py
src/cotstruct/metrics/__init__.py
src/cotstruct/metrics/sim_struct.py
src/cotstruct/metrics/stability_metrics.py
src/cotstruct/signature/__init__.py
src/cotstruct/signature/entity_extractor.py
src/cotstruct/signature/path_signature.py
src/cotstruct/utils/__init__.py
src/cotstruct/utils/alignment.py
src/cotstruct/utils/config.py
src/cotstruct/utils/stats.py
src/cotstruct/visualization/__init__.py
src/cotstruct/visualization/plot_metrics.py
tests/test_batch.py
tests/test_benchmark.py
tests/test_classifier.py
tests/test_entity_extractor.py
tests/test_evaluation.py
tests/test_feature_extractor.py
tests/test_hybrid_classifier.py
tests/test_integration.py
tests/test_mlp_classifier.py
tests/test_path_signature.py
tests/test_prototype_matcher.py
tests/test_router.py
tests/test_sentence_segmentation.py
tests/test_sim_struct.py
tests/test_stability_metrics.py