-
Notifications
You must be signed in to change notification settings - Fork 16
/
.classpath
59 lines (59 loc) · 3.6 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/scala"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/snowball.jar"/>
<classpathentry kind="lib" path="lib/jwnl.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/weka.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/opennlp-maxent-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/opennlp-tools-1.3.jar"/>
<classpathentry kind="lib" path="lib/xom.jar"/>
<classpathentry kind="lib" path="lib/lingpipe-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/jgrapht-jdk1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="lib/commons-lang3-3.1-sources.jar"/>
<classpathentry kind="lib" path="lib/cleartk-ml-crfsuite-0.2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/de.tudarmstadt.ukp.dkpro.core.api.resources-asl-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/spring-core-3.1.0.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/uimaj-core-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/ant-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/stax-utils.jar"/>
<classpathentry kind="lib" path="lib/cglib-nodep-2.2.3.jar" sourcepath="lib/cglib-src-2.2.3.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/jacana/lib/cglib-docs-2.2.3.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/LBFGS.jar" sourcepath="lib/LBFGS-java-src.jar"/>
<classpathentry kind="lib" path="lib/trove-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/stringmetric-core.jar"/>
<classpathentry kind="lib" path="lib/colt.1.2.0.jar"/>
<classpathentry kind="lib" path="lib/mahout-collections-1.0.jar"/>
<classpathentry kind="lib" path="lib/trove.jar"/>
<classpathentry kind="lib" path="src/web"/>
<classpathentry kind="lib" path="lib/lift-json_2.10-2.5-RC4.jar"/>
<classpathentry kind="lib" path="lib/guava-16.0.1.jar"/>
<classpathentry kind="lib" path="lib/transducer.jar"/>
<classpathentry kind="lib" path="lib/paranamer-2.1.jar"/>
<classpathentry kind="lib" path="lib/tiscaf_2.10-0.9-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/ejml-0.23.jar"/>
<classpathentry kind="lib" path="lib/joda-time.jar"/>
<classpathentry kind="lib" path="lib/jollyday.jar"/>
<classpathentry kind="lib" path="lib/stanford-corenlp-3.3.0.jar" sourcepath="lib/stanford-corenlp-3.3.0-sources.jar"/>
<classpathentry kind="lib" path="lib/stanford-corenlp-2013-11-12-models-case-and-caseless.jar"/>
<classpathentry kind="lib" path="lib/reverb-core-1.4.3-SNAPSHOT-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/ws4j-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/concurrentlinkedhashmap-lru-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/extjwnl-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/extjwnl-utilities-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/extjwnl-data-wn31-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>