Menu

Tree [867588] wordcloud /
 History

HTTPS access


File Date Author Commit
 cloudy 2015-10-23 Sven Schrinner Sven Schrinner [867588] Added a required to the index.
 lib 2014-11-15 Sergey Pupyrev Sergey Pupyrev [d76c08] updating cmd tool
 webapp 2014-11-21 Sergey Pupyrev Sergey Pupyrev [e02951] adding missing jar
 .gitignore 2014-10-21 Sergey Sergey [2d4959] adding jar
 LICENSE 2014-01-05 spupyrev spupyrev [b76164] Initial commit
 README.md 2014-10-27 Sergey Sergey [5fcca1] migrating database

Read Me

Semantic Word Cloud Visualization

Cloudy is a system to create semantics-aware word cloud visualizations. A live version of this code is available, including a description of the algorithms implemented and several research papers describing how the system works.

Basic Setup and Usage Information

The system comes as a command line tool or via web interface. It can also be used as a java library.

Command line usage:

  1. Install Java SE Runtime Environment 8+

  2. Download cloudy.jar

  3. Prepare input text file and invoke the tool by running "java -jar cloudy.jar [options] [input file]" (without quotes). The options can be printed by running "java -jar cloudy.jar -?"

Using web interface:

  1. Install Java SE Runtime Environment 8+

  2. Install GWT library

  3. Download cloudy and webapp projects

  4. Follow the instructions on how to compile and deploy the web application

License

Code is released under the MIT License.