extract_title {poldis} | R Documentation |
A lot of information is contained in the first sentence of a text. In political texts, for example, dates and locations are often contained in the first sentence of the text.
extract_title(v)
v |
Text vector. |
A list of the first sentences in text.
extract_title("This is the first sentence. This is the second sentence.")