text2sentences: text2sentences

View source: R/helper_text2sentences.R

text2sentencesR Documentation

text2sentences

Description

Converts floating text to a vector with sentences via fine-tuned regular expressions.

Usage

text2sentences(x)

Arguments

x

text string to process.

Value

Character vector with sentences compiled from floating text.

Examples

x<-"Some text with result (t(18)=1.2, p<.05). This shows how text2sentences works."
text2sentences(x)

ingmarboeschen/JATSdecoder documentation built on April 5, 2025, 2:07 a.m.