LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
cfg/visualization.yml
cfg/warehouse.yml
cfg/ablation/openai_baseline.yml
cfg/ablation/openai_context.yml
cfg/ablation/qwen3_baseline.yml
cfg/ablation/qwen3_context.yml
cfg/extraction/evaluation/evaluate.yml
cfg/extraction/inference/anthropic.yml
cfg/extraction/inference/dimensions.yml
cfg/extraction/inference/extract.yml
cfg/extraction/inference/hf.yml
cfg/extraction/inference/openai.yml
cfg/extraction/inference/reflection.yml
cfg/extraction/postprocess/spatial.yml
cfg/extraction/postprocess/temporal.yml
cfg/extraction/training/train.yml
cfg/preprocess/chunking.yml
cfg/preprocess/parsing.yml
cfg/preprocess/scraping.yml
scripts/deploy_ms_swift.sh
scripts/install_postgres.sh
scripts/stop_ms_swift.sh
stindex/__init__.py
stindex/cli.py
stindex.egg-info/PKG-INFO
stindex.egg-info/SOURCES.txt
stindex.egg-info/dependency_links.txt
stindex.egg-info/entry_points.txt
stindex.egg-info/not-zip-safe
stindex.egg-info/requires.txt
stindex.egg-info/top_level.txt
stindex/analysis/__init__.py
stindex/analysis/clustering.py
stindex/analysis/dimension_analyzer.py
stindex/analysis/export.py
stindex/analysis/story_detection.py
stindex/eval/__init__.py
stindex/eval/generate_dataset.py
stindex/eval/metrics.py
stindex/exe/__init__.py
stindex/exe/evaluate.py
stindex/exe/extract.py
stindex/exe/utils.py
stindex/extraction/__init__.py
stindex/extraction/context_manager.py
stindex/extraction/dimension_loader.py
stindex/extraction/dimensional_extraction.py
stindex/extraction/utils.py
stindex/llm/__init__.py
stindex/llm/anthropic.py
stindex/llm/manager.py
stindex/llm/ms_swift.py
stindex/llm/openai.py
stindex/llm/prompts/__init__.py
stindex/llm/prompts/dimensional_extraction.py
stindex/llm/prompts/reflection.py
stindex/llm/response/__init__.py
stindex/llm/response/dimension_models.py
stindex/llm/response/models.py
stindex/pipeline/__init__.py
stindex/pipeline/pipeline.py
stindex/postprocess/__init__.py
stindex/postprocess/categorical_validator.py
stindex/postprocess/reflection.py
stindex/postprocess/spatial/__init__.py
stindex/postprocess/spatial/geocoder.py
stindex/postprocess/spatial/osm_context.py
stindex/postprocess/temporal/__init__.py
stindex/postprocess/temporal/relative_resolver.py
stindex/preprocess/__init__.py
stindex/preprocess/chunking.py
stindex/preprocess/input_models.py
stindex/preprocess/parsing.py
stindex/preprocess/processor.py
stindex/preprocess/scraping.py
stindex/utils/__init__.py
stindex/utils/config.py
stindex/utils/constants.py
stindex/visualization/__init__.py
stindex/visualization/html_report.py
stindex/visualization/map_generator.py
stindex/visualization/plot_generator.py
stindex/visualization/statistical_summary.py
stindex/visualization/visualizer.py
stindex/warehouse/__init__.py
stindex/warehouse/chunk_labeler.py
stindex/warehouse/etl.py
stindex/warehouse/docker/init-db.sh