--DDLATagcloud
Switch
--DDLATagcloud
Description
Makes a tagcloud file from --DDLA output, using deltaR for size and r_INDEX for color. Aliased as --DDLAWordcloud.
Argument and Default Value
No argument. Boolean switch, default: False.
Details
Known issue — always crashes, since it depends on --DDLA, which is itself always broken. This switch's handler only runs inside the same if args.ddlaFiles: block as --DDLA, after ddla = DDLA(...) — but that line always raises TypeError: 'module' object is not callable first (see the Known issue on --DDLA), so this switch's own code is never reached.
Other Switches
Required Switches:
--DDLA (currently broken — see that page)
Example Commands
Not usable as of this writing — see Known issue above.