Measure the constraint, not the quality.

A short field may have a character limit. A written brief may set a word range. In those situations, counting is useful because it checks a concrete requirement.

It cannot tell whether the draft is clear, accurate, interesting or necessary. A shorter passage is not automatically better, and reaching a target count does not make a piece complete.

Word boundaries are not always universal.

Different tools may treat hyphenated words, apostrophes, numbers or punctuation differently. Languages without spaces need language-aware segmentation rather than a simple split at spaces.

LAMPIF uses browser word segmentation where available and a simpler fallback in older browsers. The result is a practical count, not a guarantee that every publishing platform will produce the same number.

Characters have more than one definition.

The counter shows Unicode code points. A visible symbol can consist of more than one code point, as can an accented combination or an emoji sequence. Some platforms count UTF-16 code units instead.

For a strict publishing limit, confirm the result in the destination field. A count from another tool should not override that platform’s own validation.

Reading time is an assumption.

The reading estimate uses 200 words per minute as a chosen reference rate. It is not a measurement of the reader, the difficulty of the material or the time needed to understand a diagram.

Technical instructions, unfamiliar language and material that needs reflection can take longer. A skimming reader may move faster. Treat the estimate as context, not a deadline.

Tidy the surface, then edit the meaning.

Whitespace cleanup can remove repeated spaces or excessive blank lines. Case controls can help with a specific format. Neither action checks facts or improves the argument.

After using those controls, reread the piece in its intended context. Keep the sentence that does the job, remove what does not, and let the count describe the result rather than dictate every edit.

Open the word counter.

Technical reference

MDN: Language-aware text segmentation.

Questions about a tool? Visit the help center or contact [email protected].