Sentences

Divide a bulk of text to sentences
//

Split to Sentences takes a bulk of text and splits it into sentences. The results can then be further processed by other Language Skills, to analyze the text by sentence.

Setup

Parameters

Request

Split text to sentences by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline { "input": "your input text here", "steps": [{ "skill": "sentences" }] }

Response

Splits the input text and returns a list of sentences

Supported Labels