sentence_tokenize
Split text into sentences while handling abbreviations and tricky boundaries for accurate text segmentation in NLP workflows.
Instructions
Split text into sentences. Handles abbreviations (Mr., Dr., etc.) and tricky boundaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |