Sentence, word, and paragraph splitting
The tool splits text into sentences on end punctuation (period, question mark, exclamation point), counts words between splits, and treats blank-line breaks as paragraph boundaries. Average sentence length is total words divided by sentence count. Because splitting is punctuation-based, abbreviations like 'Dr.' or decimal numbers can be misread as sentence breaks and inflate the sentence count.