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