## S3 method for class 'LexChar'summary(object, CharWord=TRUE, stats=TRUE, CharDoc=TRUE, Vocab=TRUE, file =NULL,...)
Arguments
object: object of TextData class
CharWord: if TRUE characteristic words of all the documents are shown (by default TRUE)
stats: if TRUE association statistics of lexical table are shown (by default TRUE)
CharDoc: if TRUE characteristic source-documents of all the aggregate-documents are shown (by default TRUE)
Vocab: if TRUE characteristic quantitative and qualitative variables of the words. CharWord and stats are provide
file: a connection, or a character string naming the file to print to in csv format. If NULL (the default), the results are not printed in a file
...: further arguments passed to or from other methods,...
Details
VocabqualiCharWord provides the qualitative variables and their categories. Vocabqualistats provides association statistics for vocabulary and qualitative variables. VocabquantiCharWord provides characteristic quantitative variables for each word. This summary.LexChart function provides the characteristic words for each quantitative variable. Vocabqualistats provides statistics for vocabulary and quantitative variables.