CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
centering_lgram.egg-info/PKG-INFO
centering_lgram.egg-info/SOURCES.txt
centering_lgram.egg-info/dependency_links.txt
centering_lgram.egg-info/entry_points.txt
centering_lgram.egg-info/requires.txt
centering_lgram.egg-info/top_level.txt
lgram/__init__.py
lgram/analyzer.py
lgram/benchmark.py
lgram/brown_calibration.py
lgram/cache.py
lgram/cli.py
lgram/core.py
lgram/corpus_modern.py
lgram/corpus_samples.py
lgram/discourse.py
lgram/exceptions.py
lgram/fetch_wikipedia.py
lgram/gcdc_benchmark.py
lgram/genre_calibrator.py
lgram/model_registry.py
lgram/plugins.py
lgram/utils.py
lgram/data/__init__.py
lgram/data/gender_map.json
lgram/essay/__init__.py
lgram/essay/cefr_calibration.py
lgram/essay/deep_grammar.py
lgram/essay/efl.py
lgram/essay/export.py
lgram/essay/grader.py
lgram/essay/layer1_content.py
lgram/essay/layer2_cohesion.py
lgram/essay/layer3_surface.py
lgram/essay/layer4_calibration.py
lgram/essay/layer5_confidence.py
lgram/essay/layer_grammar.py
lgram/essay/layer_llm_content.py
lgram/essay/layer_mechanics.py
lgram/essay/metrics.py
lgram/essay/models.py
lgram/essay/prefilter.py
lgram/essay/typology.py
lgram/essay/utils.py
lgram/models/__init__.py
lgram/models/centering_theory.py
tests/__init__.py
tests/test_analyzer.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_edges.py
tests/test_efficiency.py
tests/test_efl.py
tests/test_essay.py
tests/test_gcdc.py
tests/test_genre_calibrator.py
tests/test_lgram.py