PASSAGE
Detect monotonous sentence-length rhythm.
Behavior¶
| Result | Input text | Why |
|---|---|---|
| Flag | A long paragraph where nearly every sentence has similar token length. | Low variation creates flat, synthetic rhythm. |
| Flag | Five to ten sentences all around the same size and pacing. | Statistical variance falls below the configured threshold. |
| Pass | Mixed sentence lengths with short emphatic lines and longer explanation. | Natural rhythm diversity is present. |
| Pass | A concise note with too few sentences for robust rhythm inference. | Rule does not apply when sample size is small. |
Severity¶
Medium; a useful style signal that is stronger with other findings.
Default configuration¶
cv_threshold0.3
min_sentences5
penalty-5