MANIFEST.in
README.md
requirements.txt
setup.py
docs/COMPONENTS.md
docs/FAQ.md
docs/HOWTO.md
docs/PIPELINE_OVERVIEW.md
docs/PROJECT_STRUCTURE.md
docs/tech_spec/0.md
docs/tech_spec/1.md
docs/tech_spec/2.md
docs/tech_spec/3.md
docs/tech_spec/4.md
docs/tech_spec/5.md
docs/tech_spec/6.md
docs/tech_spec/7.md
docs/tech_spec/implementation_plan.md
docs/tech_spec/metadata_adapter_alignment.md
docs/tech_spec/metadata_adapter_patch_spec.md
examples/service_fastapi.py
examples/simple_example.py
smart_chunker_engine/__init__.py
smart_chunker_engine/boundary_segmenter.py
smart_chunker_engine/exporter.py
smart_chunker_engine/initial_split.py
smart_chunker_engine/iterative_refine.py
smart_chunker_engine/metablock.py
smart_chunker_engine/metadata_builder.py
smart_chunker_engine/metrics.py
smart_chunker_engine/pipeline.py
smart_chunker_engine/pre_normalize.py
smart_chunker_engine/sentence_refine.py
smart_chunker_engine/stats_gate.py
smart_chunker_engine/tfidf_layer.py
smart_chunker_engine/token_pos.py
smart_chunker_engine/triple_cluster.py
smart_chunker_engine/triple_extractor.py
smart_chunker_engine/window_segment.py
smart_chunker_engine.egg-info/PKG-INFO
smart_chunker_engine.egg-info/SOURCES.txt
smart_chunker_engine.egg-info/dependency_links.txt
smart_chunker_engine.egg-info/requires.txt
smart_chunker_engine.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_boundary_segmenter.py
tests/test_evaluate_boundaries.py
tests/test_initial_split.py
tests/test_iterative_refine.py
tests/test_iterative_refine_prod.py
tests/test_metablock.py
tests/test_metadata_builder.py
tests/test_metrics.py
tests/test_metrics_scripts.py
tests/test_pipeline.py
tests/test_pre_normalize.py
tests/test_sentence_refine.py
tests/test_stats_gate.py
tests/test_tfidf_layer.py
tests/test_token_pos.py
tests/test_triple_cluster.py
tests/test_triple_extractor.py
tests/test_window_segment.py