Skip to content

Instantly share code, notes, and snippets.

View tim-minter's full-sized avatar

Tim Minter tim-minter

View GitHub Profile
@tim-minter
tim-minter / README.md
Last active April 11, 2017 16:37 — forked from dceejay/README.md
Dynamic Word Cloud

Forked from dceejay's twitter version. Converted to use IBM Connections instead of Twitter. "Intelligent" stop list added. Changed to use the on-line D3 source as opposed to a local copy (needs v3 to work. v4 does not work with this code).

This flow generatates a dynamic Word Cloud type graphic. It takes the output of an IBM Connections Search node as input, and uses d3 to generate a Word Cloud based on the relative frequency of words found.

It includes a stop list to exclude common words and exclude the search term and words in the search term your are searching on.

As well as the flow you also need to download and save this web page