Skip to content

Commit f3c6b25

Browse files
Sergey PupyrevSergey Pupyrev
Sergey Pupyrev
authored and
Sergey Pupyrev
committed
initial commit
1 parent fc6f3ef commit f3c6b25

File tree

339 files changed

+96553
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+96553
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
*.jar
55
*.war
66
*.ear
7+
8+
# settings
9+
.metadata
10+
todo

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
swcv
1+
Semantic Word Cloud Visualization
22
=====
3+
SWCV is a system to create semantics-aware word cloud visualizations. A [live version of this code](http://wordcloud.cs.arizona.edu) is available, including a description of the algorithms implemented and a research paper describing how the system works.
34

4-
Semantic Word Cloud Visualization
5+
Basic Setup
6+
--------
7+
TODO
8+
9+
License
10+
--------
11+
Code is released under the [MIT License](LICENSE).

cloudy/.classpath

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="resources"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
6+
<attributes>
7+
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="cloudy/src/matchings"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="lib" path="lib/jgrapht-jdk1.6.jar"/>
11+
<classpathentry kind="lib" path="lib/jgraph.jar"/>
12+
<classpathentry kind="lib" path="lib/apache-opennlp-1.5.2-incubating/jwnl-1.3.3.jar"/>
13+
<classpathentry kind="lib" path="lib/apache-opennlp-1.5.2-incubating/opennlp-maxent-3.0.2-incubating.jar"/>
14+
<classpathentry kind="lib" path="lib/apache-opennlp-1.5.2-incubating/opennlp-tools-1.5.2-incubating.jar"/>
15+
<classpathentry kind="lib" path="lib/apache-opennlp-1.5.2-incubating/opennlp-uima-1.5.2-incubating.jar"/>
16+
<classpathentry kind="lib" path="lib/core.jar"/>
17+
<classpathentry kind="lib" path="lib/lucene-analyzers-common-4.2.1.jar"/>
18+
<classpathentry kind="lib" path="lib/lucene-core-4.2.1.jar"/>
19+
<classpathentry kind="lib" path="lib/batik-1.7/batik-anim.jar"/>
20+
<classpathentry kind="lib" path="lib/batik-1.7/batik-awt-util.jar"/>
21+
<classpathentry kind="lib" path="lib/batik-1.7/batik-bridge.jar"/>
22+
<classpathentry kind="lib" path="lib/batik-1.7/batik-codec.jar"/>
23+
<classpathentry kind="lib" path="lib/batik-1.7/batik-css.jar"/>
24+
<classpathentry kind="lib" path="lib/batik-1.7/batik-dom.jar"/>
25+
<classpathentry kind="lib" path="lib/batik-1.7/batik-ext.jar"/>
26+
<classpathentry kind="lib" path="lib/batik-1.7/batik-extension.jar"/>
27+
<classpathentry kind="lib" path="lib/batik-1.7/batik-gui-util.jar"/>
28+
<classpathentry kind="lib" path="lib/batik-1.7/batik-gvt.jar"/>
29+
<classpathentry kind="lib" path="lib/batik-1.7/batik-parser.jar"/>
30+
<classpathentry kind="lib" path="lib/batik-1.7/batik-rasterizer.jar"/>
31+
<classpathentry kind="lib" path="lib/batik-1.7/batik-script.jar"/>
32+
<classpathentry kind="lib" path="lib/batik-1.7/batik-slideshow.jar"/>
33+
<classpathentry kind="lib" path="lib/batik-1.7/batik-squiggle.jar"/>
34+
<classpathentry kind="lib" path="lib/batik-1.7/batik-svg-dom.jar"/>
35+
<classpathentry kind="lib" path="lib/batik-1.7/batik-svggen.jar"/>
36+
<classpathentry kind="lib" path="lib/batik-1.7/batik-svgpp.jar"/>
37+
<classpathentry kind="lib" path="lib/batik-1.7/batik-swing.jar"/>
38+
<classpathentry kind="lib" path="lib/batik-1.7/batik-transcoder.jar"/>
39+
<classpathentry kind="lib" path="lib/batik-1.7/batik-ttf2svg.jar"/>
40+
<classpathentry kind="lib" path="lib/batik-1.7/batik-util.jar"/>
41+
<classpathentry kind="lib" path="lib/batik-1.7/batik-xml.jar"/>
42+
<classpathentry kind="lib" path="lib/batik-1.7/batik.jar"/>
43+
<classpathentry kind="lib" path="lib/batik-1.7/js.jar"/>
44+
<classpathentry kind="lib" path="lib/batik-1.7/pdf-transcoder.jar"/>
45+
<classpathentry kind="lib" path="lib/batik-1.7/xalan-2.6.0.jar"/>
46+
<classpathentry kind="lib" path="lib/batik-1.7/xerces_2_5_0.jar"/>
47+
<classpathentry kind="lib" path="lib/batik-1.7/xml-apis-ext.jar"/>
48+
<classpathentry kind="lib" path="lib/batik-1.7/xml-apis.jar"/>
49+
<classpathentry kind="lib" path="lib/ws4j-1.0.1.jar"/>
50+
<classpathentry kind="lib" path="lib/kstem-3.4.jar"/>
51+
<classpathentry kind="lib" path="lib/pdfbox-1.8.2.jar"/>
52+
<classpathentry kind="lib" path="lib/fontbox-1.8.2.jar"/>
53+
<classpathentry kind="lib" path="lib/javaml-0.1.7.jar"/>
54+
<classpathentry kind="output" path="bin"/>
55+
</classpath>

cloudy/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/bin
2+
.settings

cloudy/.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>cloudy</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

0 commit comments

Comments
 (0)