sentence_tokenize
Split text into sentences by accurately handling abbreviations like Mr. and Dr. and complex boundary conditions, ensuring reliable sentence segmentation.
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 |