LICENSE
README.md
pyproject.toml
segmenta/__init__.py
segmenta/config.py
segmenta/exceptions.py
segmenta/py.typed
segmenta/segmenta.py
segmenta.egg-info/PKG-INFO
segmenta.egg-info/SOURCES.txt
segmenta.egg-info/dependency_links.txt
segmenta.egg-info/entry_points.txt
segmenta.egg-info/requires.txt
segmenta.egg-info/top_level.txt
segmenta/cli/__init__.py
segmenta/cli/main.py
segmenta/embeddings/__init__.py
segmenta/embeddings/base.py
segmenta/embeddings/sentence_transformer.py
segmenta/embeddings/similarity.py
segmenta/llm/__init__.py
segmenta/llm/base.py
segmenta/llm/openai_provider.py
segmenta/llm/prompts/__init__.py
segmenta/llm/prompts/enrichment.py
segmenta/llm/prompts/granularity.py
segmenta/llm/prompts/validation.py
segmenta/models/__init__.py
segmenta/models/boundary.py
segmenta/models/chunk.py
segmenta/models/document.py
segmenta/models/enums.py
segmenta/models/result.py
segmenta/output/__init__.py
segmenta/output/base.py
segmenta/output/markdown_formatter.py
segmenta/parsers/__init__.py
segmenta/parsers/base.py
segmenta/parsers/factory.py
segmenta/parsers/markdown_parser.py
segmenta/parsers/pdf_parser.py
segmenta/parsers/text_parser.py
segmenta/pipeline/__init__.py
segmenta/pipeline/base.py
segmenta/pipeline/context.py
segmenta/pipeline/orchestrator.py
segmenta/pipeline/stages/__init__.py
segmenta/pipeline/stages/atomize_stage.py
segmenta/pipeline/stages/boundary_detect_stage.py
segmenta/pipeline/stages/boundary_validate_stage.py
segmenta/pipeline/stages/chunk_form_stage.py
segmenta/pipeline/stages/enrich_stage.py
segmenta/pipeline/stages/granularity_stage.py
segmenta/pipeline/stages/output_stage.py
segmenta/pipeline/stages/parse_stage.py
segmenta/pipeline/stages/segment_stage.py
segmenta/segmenters/__init__.py
segmenta/segmenters/paragraph.py
segmenta/utils/__init__.py
segmenta/utils/llm_debug_logger.py
segmenta/utils/retry.py
segmenta/utils/token_counter.py