Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ColinLeverger/simple-wordcloud-r

Yet another Wordcloud generator in R
https://github.com/ColinLeverger/simple-wordcloud-r

Last synced: 3 months ago
JSON representation

Yet another Wordcloud generator in R

Awesome Lists containing this project

README

        

# Yet another Wordcloud generator in R

I am playing with R at the moment, and I wrote a script to create a wordcloud with my personal website.

The result can be seen below:

![Wordcloud colinleverger.fr](colinleverger.fr.png)

# TODO

* Add parameters (?) to handle more complex websites. For the moment, the script is OK with plain html websites… But when there is more complexity it is not downloading the entire website, for some reason—I did not take time to dig into it.
* Add parameters to handle websites with multiple pages. Indeed, my web portfolio consists on a unique page…