Extract Text Statistics

Calculate a large variety of statistics from text via the TextDescriptives python package (v/2.8.4) and download the results as a .csv file. Includes descriptive statistics and metrics related to readability, information theory, text coherence and text quality. Source on GitHubopen an issue for feedback.

Hansen, L., Olsen, L. R., & Enevoldsen, K. (2023). TextDescriptives: A Python package for calculating a large variety of metrics from text. JOSS, 8(84), 5153

Input
Language
Model Size
Metrics

See the documentation for information on the available metrics.

FAQ

When the Split by newline option is enabled, the metrics calculation is performed separately for each paragraph. I.e. whenever there's a line break, we split the text.

When this option is disabled, the entire text is processed at once.

Some combinations of languages, model sizes, and metrics are not currently supported in the app. While we are working on this, you may currently see an error message after clicking Apply.

If you need this language and/or model size to work for your project, please open an issue. This may cause us to prioritize supporting your use case.