| SplitSentences | R Documentation |
Split text into individual sentences using openNLP.
SplitSentences(text, nclusters = parallel::detectCores())
text |
Text to split into sentences. |
nclusters |
Number of clusters to use for running openNLP |
List of same size as text with each element a vector of sentences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.