PASSAGE
Detect high copula-sentence density - an encyclopedic AI chain pattern.
Behavior¶
| Result | Input text | Why |
|---|---|---|
| Flag | "Python is a language. Lists are mutable. Dicts are mappings. Sets are | unordered. Tuples are immutable. Generators are lazy." Over half the sentences open with a copula verb. |
| Pass | "Python handles this with generators. You can use a list comprehension. | This avoids materialising the whole sequence." Copula density stays well below the threshold. |
Severity¶
Medium; a single passage-level flag with concentrated penalty.
Default configuration¶
min_sentences6
penalty-3
threshold0.5