text2sentences {JATSdecoder} | R Documentation |
Converts floating text to a vector with sentences via fine-tuned regular expressions.
text2sentences(x)
x |
text string to process. |
Character vector with sentences compiled from floating text.
x<-"Some text with result (t(18)=1.2, p<.05). This shows how text2sentences works."
text2sentences(x)