-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 847 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/joda-time-2.3.jar"/>
<classpathentry kind="lib" path="lib/liblinear-1.8.jar"/>
<classpathentry kind="lib" path="lib/libsvm-3.17.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/maltparser-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/stanford-corenlp-1.3.3-models.jar"/>
<classpathentry kind="lib" path="lib/stanford-corenlp-1.3.3.jar"/>
<classpathentry kind="lib" path="lib/stanford-tregex-2.0.5.jar"/>
<classpathentry kind="lib" path="lib/xom-1.2.5.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>