LabelTree {Xplortext} | R Documentation |
Hierarchical words (LabelTree)
Description
Extracts the hierarchical characteristic words associated to the nodes of a hierarchical tree; the characteristic words of each node are extracted, then each word is associated to the node that it best characterizes.
Usage
LabelTree(object, proba=0.05)
Arguments
object |
object of LexHCca or LexCHCca class |
proba |
threshold on the p-value when the characteristic words are computed (by default 0.05) |
Value
Returns a list including:
hierWord |
list of the characteristic words associated to the nodes of a hierarchical tree; only the non-empty nodes are included |
Author(s)
Monica Bécue-Bertaut, Ramón Alvarez-Esteban ramon.alvarez@unileon.es, Josep-Anton Sánchez-Espigares, Belchin Kostov
References
Bécue-Bertaut, M., Kostov, B., Morin, A., & Naro, G. (2014). Rhetorical Strategy in Forensic Speeches: Multidimensional Statistics-Based Methodology. Journal of Classification,31,85-106. doi:10.1007/s00357-014-9148-9.
Lebart, L., Salem, A., & Berry, L. (1998). Exploring textual data. (D. Kluwer, Ed.). doi:10.1007/978-94-017-1525-6.
See Also
Examples
data(open.question)
res.TD<-TextData(open.question,var.text=c(9,10), var.agg="Age_Group", Fmin=10, Dmin=10,
stop.word.tm=TRUE)
res.LexCA<-LexCA(res.TD, graph=FALSE)
res.LexCHCca<-LexCHCca(res.LexCA, nb.clust=4, min=3)
res.LabelTree<-LabelTree(res.LexCHCca)