.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
src/news_deframe/__init__.py
src/news_deframe/cli.py
src/news_deframe/schemas.py
src/news_deframe.egg-info/PKG-INFO
src/news_deframe.egg-info/SOURCES.txt
src/news_deframe.egg-info/dependency_links.txt
src/news_deframe.egg-info/entry_points.txt
src/news_deframe.egg-info/requires.txt
src/news_deframe.egg-info/scm_file_list.json
src/news_deframe.egg-info/scm_version.json
src/news_deframe.egg-info/top_level.txt
src/news_deframe/analysis/__init__.py
src/news_deframe/analysis/actor_resolution.py
src/news_deframe/analysis/claim_verifier.py
src/news_deframe/analysis/claims.py
src/news_deframe/analysis/consensus.py
src/news_deframe/analysis/entity_matrix.py
src/news_deframe/analysis/event.py
src/news_deframe/analysis/framing_clusters.py
src/news_deframe/analysis/schemas.py
src/news_deframe/diff/__init__.py
src/news_deframe/diff/aligner.py
src/news_deframe/diff/coverage.py
src/news_deframe/evaluation/__init__.py
src/news_deframe/evaluation/__main__.py
src/news_deframe/evaluation/evaluator.py
src/news_deframe/evaluation/gold_datasets.py
src/news_deframe/evaluation/metrics.py
src/news_deframe/formatters/__init__.py
src/news_deframe/formatters/console.py
src/news_deframe/formatters/event_console.py
src/news_deframe/formatters/json_export.py
src/news_deframe/parser/__init__.py
src/news_deframe/parser/article_loader.py
src/news_deframe/parser/entities.py
src/news_deframe/parser/predicate_normalization.py
src/news_deframe/parser/spacy_loader.py
src/news_deframe/parser/svo.py
tests/__init__.py
tests/test_actor_resolution.py
tests/test_analysis.py
tests/test_article_loader.py
tests/test_claim_equivalence_regression.py
tests/test_claim_verifier.py
tests/test_cleanup_post_decomposition_and_predicates.py
tests/test_cli_analyze.py
tests/test_corpora.py
tests/test_decomposition_boundary_regression.py
tests/test_diff.py
tests/test_entities.py
tests/test_evaluation_layer.py
tests/test_event_console_formatter.py
tests/test_real_world_actor_regression.py
tests/test_svo.py
tests/test_svo_actor_regression.py
tests/fixtures/incident_01_a.txt
tests/fixtures/incident_01_b.txt
tests/fixtures/incident_en_01_a.txt
tests/fixtures/incident_en_01_b.txt