incomplete_replace(text.var, scan.mode = FALSE)incomp(text.var, scan.mode = FALSE)
TRUE
only scans and reports incomplete
sentences.Returns a text variable (character sting) with incomplete sentence
marks (.., ..., .?, ..?, en & em dash etc.) replaced with "|". If scan mode
is TRUE
returns a data frame with incomplete sentence location.
Replaces incomplete sentence end marks (.., ..., .?, ..?, en & em dash etc.)
with "|"
.
## <strong>Not run</strong>: # x <- c("the...", "I.?", "you.", "threw..", "we?") # incomplete_replace(x) # incomp(x) # incomp(x, scan.mode = TRUE) # ## <strong>End(Not run)</strong>