powered by
nsentence(x, ...)## S3 method for class 'character': nsentence(x, ...)## S3 method for class 'corpus': nsentence(x, ...)
## S3 method for class 'character': nsentence(x, ...)
## S3 method for class 'corpus': nsentence(x, ...)
tokenize
# simple example txt <- c(text1 = "This is a sentence: second part of first sentence.", text2 = "A word. Repeated repeated.") nsentence(txt)
Run the code above in your browser using DataLab