Coder Social home page Coder Social logo

casutton / wordstorm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quimcastella/wordstorms

1.0 1.0 0.0 2.83 MB

create multiples of word clouds to compare documents visually

License: Apache License 2.0

Shell 0.10% Java 98.45% HTML 1.44%

wordstorm's Introduction

Word Storm

The objective of this project is to generate word storms, multiples of word clouds to afford visual comparison of groups of documents. Just as a storm is a group of clouds, a word storm is a group of word clouds. Each cloud in the storm represents a subset of the corpus. For example, a storm might contain one cloud per document, or alternatively one cloud to represent all the documents written in each year, or one cloud to represent each track of an academic conference, etc.

Word Storm

In order to make the clouds easy to compare, words that appear in different clouds are placed in similar locations and more informative words are emphasized. In this way, similar documents are be represented by visually similar clouds.

Create a Word Storm

This project allows you to create word storms from your texts, giving you options to personalize their appearance, so you can create beautiful figures to analyze your documents.

The algorithms to generate the storm are build on top of WordCram (web, gitHub), a flexible word cloud generator that creates beautiful clouds using the popular Wordle's layout.

Usage

  1. Set the path to the text files using 'io.DataPath.java'. The project takes the data from 'datapath/input/folder' and returns the storm in 'datapath/output/folder/parameters'
  2. Decide the cloud's size in 'AppletConf'.
  3. Decide the storm configuration using 'StormConf' (number of files, number of words, colors, angles...)
  4. Create a Storm!

Examples

See examples of usage in 'src/wslauncher':

  1. 'StormLauncher.java' to create a coordinated word storm.
  2. 'IndepLauncher.java' to create independent clouds.

wordstorm's People

Contributors

casutton avatar quimcastella avatar stijnbe avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.