Text analyzer

Get number of symbols, words, letters and sentences.

Words: 0

Letters: 0

Sentences: 0

Total symbols: 0

Counting words, letters, sentences, characters

When calculating, special algorithms are used that can diverge from the expected result.

Word count
To determine the number of words, the system breaks the text into blocks that are limited to characters: [space], ",", ".", "!", "?", ":", ";"

Counting letters
The number of letters helps to determine the special function of the programming language to find all unicode letters in the text.

Counting sentences
The system considers a text to be a sentence if one of the punctuation marks follows it: ".", "!", "?"

Total symbols
All symbols are considered here, including spaces. This value is the length of the text in characters.