lepennec / ggwordcloud

A word cloud geom for ggplot2
https://lepennec.github.io/ggwordcloud/
GNU General Public License v3.0
172 stars 8 forks source link

rationalize for provision of new word data sets #2

Closed espinielli closed 5 years ago

espinielli commented 5 years ago

World clouds are a nice piece of visualization especially in slides. These usually terminate with a slide like "Thank you" or "Questions?" that could be rendered with a word cloud. I propose to rationalize the existing infrastructure of the 'Love' word data set to make it easy to add new ones. This is possible if there are 2 tables such as:

  1. language stats table (ISO 639-3 code, L1, L2), and
  2. the word dictionary (ISO 639-3 code, word).
lepennec commented 5 years ago

Thank you!