View source: R/uncontract_negations.R
uncontract_negations | R Documentation |
Uncontrtact negations, e.g., "don't" to "do not"
uncontract_negations(x, negation_forms = "default")
x |
The |
negation_forms |
A |
The string
with uncontracted negations.
txt <- c("I don`t want this.", "I won`t accept it.") uncontract_negations(txt) #[1] "I do not want this." "I will not accept it."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.