File | Date | Author | Commit |
---|---|---|---|
cloudy | 2015-10-23 |
![]() |
[867588] Added a required to the index. |
lib | 2014-11-15 |
![]() |
[d76c08] updating cmd tool |
webapp | 2014-11-21 |
![]() |
[e02951] adding missing jar |
.gitignore | 2014-10-21 |
![]() |
[2d4959] adding jar |
LICENSE | 2014-01-05 |
![]() |
[b76164] Initial commit |
README.md | 2014-10-27 |
![]() |
[5fcca1] migrating database |
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.
The system comes as a command line tool or via web interface. It can also be used as a java library.
Install Java SE Runtime Environment 8+
Download cloudy.jar
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 -?"
Install Java SE Runtime Environment 8+
Install GWT library
Follow the instructions on how to compile and deploy the web application
Code is released under the MIT License.