API Docs
EN
MeasurementsActive

Average sentence words

average-sentence-words

Average number of words per sentence.

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 = "average-sentence-words"

Calculation method

Divides word-count by sentence-count and rounds to two decimals; returns 0 when no sentences exist.

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": "average-sentence-words",
  "unit": "words",
  "value": 24
}