Scroll to navigation

WORDCLOUD_CLI(1) User Commands WORDCLOUD_CLI(1)

NAME

wordcloud_cli - little word cloud generator in Python

DESCRIPTION

usage: wordcloud_cli [-h] [--text file] [--regexp regexp] [--stopwords file]

[--imagefile file] [--fontfile path] [--mask file]
[--colormask file] [--contour_width width] [--contour_color color] [--relative_scaling rs] [--margin width] [--width width] [--height height] [--color color] [--background color] [--no_collocations] [--include_numbers] [--min_word_length min_word_length] [--prefer_horizontal ratio] [--scale scale] [--colormap map] [--mode mode] [--max_words N] [--min_font_size size] [--max_font_size size] [--font_step step] [--random_state seed] [--no_normalize_plurals] [--repeat] [--version]

A simple command line interface for wordcloud module.

optional arguments:

show this help message and exit
specify file of words to build the word cloud (default: stdin)
override the regular expression defining what constitutes a word
specify file of stopwords (containing one word per line) to remove from the given text after parsing
file the completed PNG image should be written to (default: stdout)
path to font file you wish to use (default: DroidSansMono)
mask to use for the image form
color mask to use for image coloring
if greater than 0, draw mask contour (default: 0)
use given color as mask contour color - accepts any value from PIL.ImageColor.getcolor
scaling of words by frequency (0 - 1)
spacing to leave around words
define output image width
define output image height
use given color as coloring for the image - accepts any value from PIL.ImageColor.getcolor
use given color as background color for the image - accepts any value from PIL.ImageColor.getcolor
do not add collocations (bigrams) to word cloud (default: add unigrams and bigrams)
include numbers in wordcloud?
only include words with more than X letters
ratio of times to try horizontal fitting as opposed to vertical
scaling between computation and drawing
matplotlib colormap name
use RGB or RGBA for transparent background
maximum number of words
smallest font size to use
maximum font size for the largest word
step size for the font
random seed
whether to remove trailing 's' from words
whether to repeat words and phrases
show program's version number and exit

AUTHOR


This manpage was written by Nilesh Patra for the Debian distribution and
can be used for any other usage of the program.

November 2020 wordcloud_cli 1.8.1