powered by
Paste the text in koRpus objects.
kRp.text.paste(txt, replace = c(hon.kRp = "", hoff.kRp = "\n\n", p.kRp = "\n\n"))
An object of class kRp.txt.trans, kRp.tagged, kRp.txt.freq or kRp.analysis.
kRp.txt.trans
kRp.tagged
kRp.txt.freq
kRp.analysis
A named character vector to define replacements for koRpus' internal headline and paragraph tags.
koRpus
An atomic character vector.
This function takes objects of either class kRp.tagged, kRp.txt.freq or kRp.analysis and pastes only the actual text as is.
# NOT RUN { tagged.text.obj <- freq.analysis("/some/text.txt", corp.freq=my.LCC.data) kRp.text.paste(tagged.text.obj) # }
Run the code above in your browser using DataLab