count_paragraphs
Count paragraphs in text by detecting blank line separators. Analyze document structure and assess text segmentation for NLP tasks.
Instructions
Count paragraphs in text (separated by blank lines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |