Newer
Older
= WordcloudGenerator
== Presentation
WordcloudGenerator is a basic web application able to compute a word cloud from a text file.
== Requirements and dependencies
The application is developed using the R language, and requires the following R packages :
- `tm`, to analyse the text file.
- `wordcloud`, to create the word cloud.
- `shiny`, to provide the web interface.
In addition, the application requires that the https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home[libxml2] native C library to be available in the execution environment, in its development version.
Note that *libxml2 must be installed in your environment _before_ installing the required R packages listed above!*
[CAUTION]
====
Be careful, the libxml2 development library has a different package name depending on your environment:
* _deb_: `libxml2-dev` (Debian, Ubuntu, Alpine, etc)
* _rpm_: `libxml2-devel` (Fedora, CentOS, RHEL)
* _csw_: `libxml2_dev` (Solaris)