count_lines
Counts lines, words, sentences, paragraphs, and characters in text, returning metrics like duplicate-line detection, longest word, reading time, and line-ending style.
Instructions
Count lines, words, sentences, paragraphs and characters in a chunk of text. Returns sixteen text metrics including duplicate-line detection, longest word, reading and speaking time estimates, and the dominant line-ending style (LF, CRLF or CR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | UTF-8 text. Max 1 MB. |