This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
forked from evllabs/JGAAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
60 lines (60 loc) · 2.58 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
60
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="unittests"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/external/weka.jar">
<attributes>
<attribute name="javadoc_location" value="http://weka.sourceforge.net/doc.stable/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/WordSegment.jar"/>
<classpathentry kind="lib" path="lib/external/commons-cli-1.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/cli/api-release/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/jscience-4.3.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://jscience.org/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/log4j-1.2.17.jar">
<attributes>
<attribute name="javadoc_location" value="http://logging.apache.org/log4j/1.2/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/reflections-0.9.8.jar">
<attributes>
<attribute name="javadoc_location" value="http://reflections.googlecode.com/svn-history/r142/trunk/reflections/javadoc/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/stanford-ner-2012-07-09.jar">
<attributes>
<attribute name="javadoc_location" value="http://www-nlp.stanford.edu/nlp/javadoc/javanlp/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/edu.mit.jwi_2.2.3.jar">
<attributes>
<attribute name="javadoc_location" value="http://projects.csail.mit.edu/jwi/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/stanford-postagger-2012-07-09.jar">
<attributes>
<attribute name="javadoc_location" value="http://www-nlp.stanford.edu/nlp/javadoc/javanlp/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/guava-17.0.jar">
<attributes>
<attribute name="javadoc_location" value="http://docs.guava-libraries.googlecode.com/git-history/release/javadoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/tika-app-1.5.jar">
<attributes>
<attribute name="javadoc_location" value="http://tika.apache.org/1.5/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/external/javassist-3.17.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>