TextStats, the text decomposer Description
This tool obtains statistics on the specified text. It allows you to collect next data:
- Quantity of every letter in the text (in descending order)
- Quantity of every digit (in descending order)
- Quantity of every character (in descending order)
- Percentage of letters, digits and characters
- Quantity of words with their lengths (in descending order)
- Maximum, minimum and average word lengths
- Quantity of sentences with their lengths in letters and words (in descending order)
- Maximum, minimum and average lengths of sentences
The text can be loaded from file under UTF8, UTF16 and CP1251 encodings (auto-detection by preamble). Statistics can also be saved to file
- Quantity of every letter in the text (in descending order)
- Quantity of every digit (in descending order)
- Quantity of every character (in descending order)
- Percentage of letters, digits and characters
- Quantity of words with their lengths (in descending order)
- Maximum, minimum and average word lengths
- Quantity of sentences with their lengths in letters and words (in descending order)
- Maximum, minimum and average lengths of sentences
The text can be loaded from file under UTF8, UTF16 and CP1251 encodings (auto-detection by preamble). Statistics can also be saved to file
Open up