LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
docs/CHANGELOG.md
docs/DEVELOPMENT.md
japhrase/__init__.py
japhrase/character_network.py
japhrase/checker.py
japhrase/chekhov_gun_detector.py
japhrase/cli.py
japhrase/collocation_scorer.py
japhrase/complexity_metrics.py
japhrase/config.py
japhrase/constants.py
japhrase/cooccurrence.py
japhrase/datasource.py
japhrase/demo.py
japhrase/dialogue_analyzer.py
japhrase/distribution_comparator.py
japhrase/document_vectorizer.py
japhrase/encoding.py
japhrase/ending_heatmap.py
japhrase/ending_repetition_police.py
japhrase/entropy_pacing.py
japhrase/evaluation.py
japhrase/evidence.py
japhrase/extracter.py
japhrase/formatters.py
japhrase/grammar_pattern_extractor.py
japhrase/incremental.py
japhrase/insight_generator.py
japhrase/metaphor_density_detector.py
japhrase/optimization.py
japhrase/orthography_checker.py
japhrase/parameter_optimizer.py
japhrase/patterns.py
japhrase/phrase_unifier.py
japhrase/prompt_optimizer.py
japhrase/scene_transition_detector.py
japhrase/segmenter.py
japhrase/sentence_variation.py
japhrase/similarity.py
japhrase/statistical_scorer.py
japhrase/stats_report.py
japhrase/stats_utils.py
japhrase/streaming_processor.py
japhrase/stylometry.py
japhrase/subject_pov_detector.py
japhrase/summarizer.py
japhrase/tempo_analyzer.py
japhrase/temporal_analyzer.py
japhrase/teniwoha_lint.py
japhrase/text_variant_detector.py
japhrase/use_cases.py
japhrase/utils.py
japhrase/utils_advanced.py
japhrase/utils_deduplication.py
japhrase/utils_robustness.py
japhrase/variant_cli.py
japhrase/vectorization_utils.py
japhrase/workflow.py
japhrase/writing_assistant.py
japhrase/writing_habit_detector.py
japhrase/writing_tools.py
japhrase.egg-info/PKG-INFO
japhrase.egg-info/SOURCES.txt
japhrase.egg-info/dependency_links.txt
japhrase.egg-info/entry_points.txt
japhrase.egg-info/requires.txt
japhrase.egg-info/top_level.txt
japhrase/applied/__init__.py
japhrase/applied/character_stylometry.py
japhrase/applied/ep_dashboard.py
japhrase/applied/habit_drift.py
japhrase/applied/jpen_divergence.py
japhrase/applied/part_health.py
japhrase/applied/preflight_stats.py
japhrase/contamination/__init__.py
japhrase/contamination/_detectors.py
japhrase/contamination/_scanner.py
japhrase/contamination/api.py
japhrase/contamination/profile.py
tests/__init__.py
tests/test_advanced_features.py
tests/test_applied.py
tests/test_applied_with_fixtures.py
tests/test_checker.py
tests/test_clean_install.py
tests/test_cli.py
tests/test_collocation_scorer.py
tests/test_complexity_metrics.py
tests/test_config.py
tests/test_constants.py
tests/test_contamination.py
tests/test_distribution_comparator.py
tests/test_encoding_robustness.py
tests/test_ending_heatmap.py
tests/test_extracter.py
tests/test_extracter_formatters_integration.py
tests/test_formatters.py
tests/test_full_integration.py
tests/test_grammar_pattern_extractor.py
tests/test_insight_generator.py
tests/test_parameter_optimizer.py
tests/test_patterns.py
tests/test_presets.py
tests/test_prompt_optimizer.py
tests/test_segmenter.py
tests/test_sentence_variation.py
tests/test_sharp_features.py
tests/test_similarity.py
tests/test_statistical_scorer.py
tests/test_statistical_scoring.py
tests/test_streaming_processor.py
tests/test_subject_pov_detector.py
tests/test_temporal_analyzer.py
tests/test_teniwoha_lint.py
tests/test_text_mining_modules.py
tests/test_text_variant_detector.py
tests/test_use_cases.py
tests/test_utils.py
tests/test_workflow.py
tests/test_writing_assistant.py
tests/test_writing_habit_detector.py
tests/test_writing_tools.py