SplitDocs: Split text into seperate blocks.

Description Usage Arguments Examples

Description

This function allows you to seperate a string or a vector with strings into single sentences.

Usage

1
SplitDocs(documents, keep = ".?!:;_-", split = "[.:;!?]")

Arguments

documents,

string or vector with strings to split

keep,

defines special characters to be kept before splitting

split,

defines characters used to split the given string(s)

Examples

1
SplitDocs("Text: to be splitted into <single> blocks!!!")

joshua-heipel/tmbQuery documentation built on May 8, 2019, 3:47 p.m.