Calculation method
Divides word-count by sentence-count and rounds to two decimals; returns 0 when no sentences exist.
average-sentence-words
Average number of words per sentence.
When enabled, the report contains exactly one item with this metric_id in result.measurements.
result.measurements[]metric_id = "average-sentence-words"Divides word-count by sentence-count and rounds to two decimals; returns 0 when no sentences exist.
`value` contains the numeric result and `unit` is `words`. Absence means the variant was disabled.
The value depends on analyzer normalization and segmentation; it should be interpreted together with the other metrics and the text genre.
en1.0words{
"implementation_version": "1.0",
"metric_id": "average-sentence-words",
"unit": "words",
"value": 24
}
Complete request, response and error contracts, generated automatically from the code.