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.
// Documentation // Playground
SETUP
Request
Generate sentences by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"text": "your input text here",
"steps": [
{ "id": "1", "skill": "sentences", "input": "0" }
]
}
Response
Outputs the text cut into sentences