getSentencesFromText: getSentencesFromText

Description Usage Arguments Details Value Author(s) Examples

Description

Given text, this extracts all the sentences based on sent_detect.

Usage

1

Arguments

text

Text to be split into sentences

Details

Given text, this extracts all the sentences based on sent_detect.

Value

A data.frame with one row per sentence detected

Author(s)

Jared P. Lander

Examples

1
getSentencesFromText(c('This is one sentence in a single element.', 'This element will hold multiple sentences. This is the second. And this is the third and last.'))

jaredlander/TextInfo documentation built on May 18, 2019, 3:46 p.m.