
Last chance! 50% off unlimited learning
Sale ends in
This is a generic function that prints the top words for each document for low, average, and high levels of sentiment-discourse
printTopWords(object, n = 10, lowerPercentile = 0.05, upperPercentile = 0.95)
Model output from sts
number of words to print to console for each topic
Percentile to calculate a representative negative sentiment document.
Percentile to calculate a representative positive sentiment document.
printTopWords.STS
for the method.