API Docs
EN
MeasurementsActive

Maximum paragraph words

maximum-paragraph-words

Word length of the longest paragraph.

Usage of this metric

When enabled, the report contains exactly one item with this metric_id in result.measurements.

Location in the resultresult.measurements[]metric_id = "maximum-paragraph-words"

Calculation method

Takes the maximum paragraph word_count; returns 0 when no paragraph exists.

Result interpretation

`value` contains the numeric result and `unit` is `words`. Absence means the variant was disabled.

Limitations

The value depends on analyzer normalization and segmentation; it should be interpreted together with the other metrics and the text genre.

Dependencies

language
en
implementation_version
1.0
unit
words

Valid example

{
  "implementation_version": "1.0",
  "metric_id": "maximum-paragraph-words",
  "unit": "words",
  "value": 24
}