Learn R Programming

koRpus (version 0.11-5)

kRp.txt.freq,-class: S4 Class kRp.txt.freq

Description

This class is used for objects that are returned by freq.analysis.

Arguments

Slots

lang

A character string, naming the language that is assumed for the analized text in this object.

TT.res

A data.frame with a version of the fully tagged text (like TT.res in class kRp.tagged, plus frequency data).

desc

A list with detailed descriptive statistics on the analyzed text.

freq.analysis

A list with information on the word frequencies of the analyzed text.

Contructor function

Should you need to manually generate objects of this class (which should rarely be the case), the contructor function kRp_txt_freq(...) can be used instead of new("kRp.txt.freq", ...).