WordCloud.WordCloud
— ModuleThe WordCloud.jl package is a flexible, faithful and efficient word cloud generator in Julia.
using WordCloud
wc = wordcloud("It's easy to generate a beautiful word cloud.") |> generate!
-paint(wc, "wordcloud.svg")
Please visit the repository at: https://github.com/guo-yong-zhi/WordCloud.jl