LICENSE
README.md
pyproject.toml
spell_exploder/__init__.py
spell_exploder/_version.py
spell_exploder/exceptions.py
spell_exploder.egg-info/PKG-INFO
spell_exploder.egg-info/SOURCES.txt
spell_exploder.egg-info/dependency_links.txt
spell_exploder.egg-info/requires.txt
spell_exploder.egg-info/top_level.txt
spell_exploder/analyzers/__init__.py
spell_exploder/analyzers/adaptive_evolution.py
spell_exploder/analyzers/complexity_index.py
spell_exploder/analyzers/keyword_erp.py
spell_exploder/analyzers/valence_model.py
spell_exploder/core/__init__.py
spell_exploder/core/compression.py
spell_exploder/core/entropy.py
spell_exploder/core/information.py
spell_exploder/core/nlp.py
spell_exploder/extractors/__init__.py
spell_exploder/extractors/action_frames.py
spell_exploder/extractors/noun_dependencies.py
spell_exploder/extractors/sentence_parser.py
spell_exploder/graphs/__init__.py
spell_exploder/io/__init__.py
spell_exploder/io/exporters.py
spell_exploder/io/readers.py
spell_exploder/results/__init__.py
spell_exploder/results/complexity.py
spell_exploder/results/evolution.py
spell_exploder/results/keyword.py
spell_exploder/results/valence.py
spell_exploder/utils/__init__.py
spell_exploder/utils/imports.py
spell_exploder/utils/smoothing.py
spell_exploder/utils/statistics.py
spell_exploder/visualization/__init__.py
spell_exploder/visualization/plots.py
tests/test_adaptive_evolution.py
tests/test_api_and_exporters.py
tests/test_complexity_index.py
tests/test_core_compression.py
tests/test_core_entropy.py
tests/test_core_information.py
tests/test_core_nlp.py
tests/test_extractors.py
tests/test_io.py
tests/test_keyword_erp.py
tests/test_results.py
tests/test_utils.py
tests/test_valence_model.py
tests/test_visualization.py