API Docs
EN
MeasurementsActive

Sentence count

sentence-count

Number of sentences segmented by the analyzer.

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 = "sentence-count"

Calculation method

Counts sentences recognized by FreeLing/DiSeg, rather than simply counting full stops.

Result interpretation

`value` contains the numeric result and `unit` is `count`. 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
count

Valid example

{
  "implementation_version": "1.0",
  "metric_id": "sentence-count",
  "unit": "count",
  "value": 24
}