--tagcloud

Switch

--tagcloud

Description

Produces data for making Wordle-style tag clouds. For a topic-based tagcloud see --topic_tagcloud.

Argument and Default Value

No argument. Boolean switch, default: False.

Other Switches

Required Switches:

Optional 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.

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