segmentation {NLP} R Documentation

split the given text into multiple parts

Description

Usage

segmentation(text,
    delimiter = ".?!",
    chemical.name.rule = FALSE);

Arguments

text

-

Details

Authors

MLkit

Value

this function returns data object of type Paragraph.

clr value class

Examples


[Package NLP version 1.0.0.0 Index]