Learn R Programming

Rtextrankr (version 1.0.0)

xplit: Separate text into sentence list by delimiter. Example will be shown in github.

Description

Separate text into sentence list by delimiter. Example will be shown in github.

Usage

xplit(text)

Arguments

text
The long character string including delimiter([.|!|?|blank line]).

Value

The list of character string seperated by delimiter.