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