Description Usage Arguments Value Author(s) References See Also Examples
This function returns the legitimate sentences (if they exist) from a text string.
1 | text2sentences(text, session=getCurlHandle())
|
text |
A string (hopefully) containing sentences. |
session |
This is the CURLHandle object giving the structure for the options and that will process the command. For curlMultiPerform, this is an object of class code MultiCURLHandle-class. |
A list containing
sentences |
A string identifying the sentences in the text. |
Ryan Elmore
http://www.datasciencetoolkit.org/developerdocs#text2sentences
curlPerform
,
getCurlHandle
,
dynCurlReader
1 2 3 4 5 6 | ## Not run:
sentences <- "But this does, it contains enough words. So does this
one, it appears correct. This is long and complete enough too."
text2sentences(sentences)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.