Skip to content
Redmoon Calculators
文本分析 EN only

Sentence Complexity Analyzer

免费句子复杂性分析器。测量平均从句深度、从属从句数量、简单/复合/复杂句子分类、被动语态率,并显示最长的解析结构。

未针对 简体中文 设计

该工具针对英语(和一些相近语言)校准。简体中文 的结果可能不准确。

何时使用

Use when your text feels hard to read but you can't pinpoint why. A high clause depth combined with high passive count is the classic recipe for "dense" prose.

与其他指标对比

Where readability formulas give a single grade, this tool tells you what *kind* of complexity drives it — subordination, coordination, or length.

0 chars

工作原理

Each sentence is tokenized and counted for subordinating connectives ("because", "although"), coordinating connectives ("and", "but"), and passive constructions.

Clause depth is roughly 1 + subordinate clause count. Sentences with no connectives are "simple"; with only coordination they're "compound"; with any subordination they're "complex".

Splits surfaced are sentences over 35 words or with three or more subordinate clauses — typical candidates for trimming.

常见问题

What does clause depth measure?

Roughly how many clauses each sentence contains. A sentence with two subordinate clauses has depth 3.

What grade level does this map to?

Not directly — use a readability formula for that. This tool is about syntactic complexity, which can be high in clear writing or low in unclear writing.

Why does it flag passive voice?

Heavy passive voice and deep subordination both increase parsing load. The split suggestions surface sentences that combine both.

示例

输入

Although the meeting ran long, we covered every agenda item. Decisions were made. The team left energized.

输出

Avg clause depth: 1.67 — Simple. Mix: 2 simple, 0 compound, 1 complex.

One subordinate clause ("Although the meeting ran long") gives sentence 1 a depth of 2; the other two are depth 1. The blend reads as varied but accessible.

常见陷阱

  • Heuristic detection — does not parse syntax fully.
  • Dialogue confuses the simple/compound classifier (heavy "and" usage).
  • Long sentences without subordination are not flagged — only deep nesting is.

相关工具

发送反馈

我们会阅读每一条消息。告诉我们可以改进什么或你喜欢什么。