What the results show
- Words — every run of non-space characters, so hyphenated terms and numbers each count as one word.
- Characters — the total length of your text, counting spaces and line breaks. The No spaces figure strips all whitespace, which is the limit many forms and platforms actually measure.
- Sentences and paragraphs — sentences are split on
.,!, and?; paragraphs are blocks of text separated by a blank line. - Lines — how many newline-delimited lines your text spans, useful for lists and code.
- Reading time — an estimate of how long the passage takes to read aloud or silently.
How it works
Every count is computed on your device from the raw text as you type. Words come from splitting on whitespace, characters from the string length (with a second pass that removes spaces), and sentences and paragraphs from simple, punctuation-based rules. Nothing is grammar-aware — the goal is a fast, transparent estimate that matches how most editors count.
Reading time uses an average silent reading speed of 200 words per minute. Divide the word count by 200 and you get the minutes; short passages show < 1 min, and longer ones are rounded up to the next whole minute.