Grammar & Mechanics
Comma Splice
Flags run-on sentences where two independent clauses are joined only by a comma.
What It Does
Detects sentences where a pronoun or name starts a new independent clause after a comma, without a conjunction.
Why It Matters
Comma splices are one of the most common grammar errors. While sometimes used intentionally for rhythm, they usually signal a missing period, semicolon, or conjunction.
What Gets Flagged
| Severity | Example | Why | Suggested Revision |
|---|---|---|---|
| Information | "She ran, he followed." | Two independent clauses = comma splice | "She ran. He followed." or "She ran, and he followed." |
Configuration
No configuration options. Skips dialogue lines and clauses connected by conjunctions.
Technical Details
- Source:
prose-craft - Scope: Line-level
- Method: Comma-split analysis + pronoun/conjunction detection