--max_tagcloud_words

Switch

--max_tagcloud_words

Description

Specify the maximum number of words to appear in a tagcloud.

Argument and Default Value

Integer value. Default value is 100.

Other Switches

Required Switches:

Example Commands

Using the packaged dla_tutorial dataset (see Differential Language Analysis (DLA) Tutorial): correlates 1grams with age and gender, controlling for whether the user is a student, then renders word clouds capped at 25 words.

dlatkInterface.py -d dla_tutorial -t msgs -c user_id -f 'feat$1gram$msgs$user_id$16to16' \
--outcome_table blog_outcomes --outcomes age gender --tagcloud --make_wordclouds \
--output_name ./dla_tutorial_output --outcome_controls is_student --max_tagcloud_words 25