Skip to content
Redmoon Calculators
텍스트 분석 All languages

Repeated Words / Echo Finder

근접 반복 감지 — 구성 가능한 N단어 창 내에서 같은 단어가 재사용된 곳을 찾습니다. 의도하지 않은 메아리를 잡아내는 편집자 도구.

사용 시기

Use the repeated-words finder when editing fiction, essays, or any prose where close repetition reads as a stylistic mistake. Particularly powerful for technical writers who unconsciously reuse jargon.

비교

Word Frequency surfaces *what* is overused; Repeated Words surfaces *where* the repetition is too close. Use both when editing.

0 chars

작동 방식

The finder records every position of every content word in the text, then surfaces pairs of occurrences that fall within a configurable window (default 50 words).

It excludes function words (the, of, and) by default since they're expected to repeat constantly.

Results are sorted by closest distance — the word with the tightest repetition is on top.

자주 묻는 질문

What's a good window size?

Default 50 words catches paragraph-level repeats. Use 20 for sentence-level only; 100 for page-level.

Why are short words excluded?

Short words are usually function words (the, of, and) that repeat constantly. Min length 4 filters them out by default.

Is some repetition okay?

Yes — for emphasis, parallelism, or anaphora. The tool flags candidates; you decide.

실제 예시

입력

"The garden was beautiful. The garden bloomed early. The garden smelled sweet."

출력

"garden" used 3 times — closest pair just 4 words apart.

"Garden" is repeated within a tight window. A copy editor would diversify: "the plot", "the beds", "the borders".

흔한 함정

  • Some repetition is deliberate — for emphasis, parallelism, or anaphora.
  • Window size is a heuristic — 50 words catches paragraph-level repeats; 20 catches sentence-level only.
  • Function words ("the", "and") repeat constantly; keep the stopword filter on.
  • Domain terms ("API", "database") often must repeat in technical docs — adjust expectations.

관련 도구

피드백 보내기

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