November 2017
Beginner
316 pages
6h 40m
English
A wordcloud plot can be a great tool when you want to showcase the most used or most prominent word from a given collection of words or sentences. This can be very helpful when analyzing on Twitter posts or even blog posts.
First, we create a corpus for the wordcloud to operate on. The following sentences are taken from Wikipedia:
corpus = [ "Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. Julia’s Base library, largely written in Julia itself, also integrates mature, best-of-breed ...
Read now
Unlock full access