Skip to content
Redmoon Calculators
글쓰기 유틸리티 All languages

Sentence & Paragraph Counter

무료 문장 및 단락 카운터. 총계, 단락당 평균 문장 수, 가장 긴 단락, 단락 길이 히스토그램을 표시합니다.

사용 시기

Use the sentence and paragraph counter for blog editing, content audit, web copy review, or any context where paragraph length affects readability. Essential for long-form writers checking pacing.

비교

Single-purpose counter that complements the comprehensive stats already shown in the sidebar. Useful when paragraph structure (not just word count) is what you're auditing.

0 chars

작동 방식

The counter tokenizes paragraphs (default: blocks separated by blank lines) and sentences within each paragraph.

Outputs total counts, average sentences per paragraph, longest paragraph (and its position), and a per-paragraph length histogram.

Toggle single-newline mode if your source treats each line break as a paragraph break.

자주 묻는 질문

Why isn't my paragraph count right?

By default, paragraphs are separated by blank lines (double newlines). Toggle single-newline mode if your text uses single line breaks for paragraphs.

What's a good paragraph length?

For web/blog reading, 3-5 sentences per paragraph. Academic and book prose often runs longer. Very long paragraphs scare web readers.

How does sentence detection work?

End punctuation (. ! ?) followed by whitespace and a capital letter. Abbreviations and decimals can confuse the detector.

실제 예시

입력

A blog post with 8 paragraphs and 32 sentences.

출력

32 sentences across 8 paragraphs — avg 4.0 sentences / ¶. Longest ¶: 7 sentences.

Most blog posts read best at 3-5 sentences per paragraph. The longest paragraph (7 sentences) is a candidate for splitting.

흔한 함정

  • Paragraph detection depends on newline conventions — toggle single-newline mode if your source uses single line breaks.
  • Sentence detection breaks on abbreviations and code samples.
  • Very long paragraphs scare web readers — aim for 3-5 sentences per paragraph.
  • Headers and bullet items often count as single-sentence paragraphs.

관련 도구

피드백 보내기

모든 메시지를 읽습니다. 무엇을 개선하면 좋을지, 좋았던 점은 무엇인지 알려주세요.