-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
18 lines (18 loc) · 927 Bytes
/
.classpath
File metadata and controls
18 lines (18 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="stanford-corenlp-3.8.0.jar"/>
<classpathentry kind="lib" path="ejml-0.23.jar"/>
<classpathentry kind="lib" path="jollyday.jar"/>
<classpathentry kind="lib" path="protobuf.jar"/>
<classpathentry kind="lib" path="xom.jar"/>
<classpathentry kind="lib" path="commons-io-2.6.jar"/>
<classpathentry kind="lib" path="jackson-core-2.9.3.jar"/>
<classpathentry kind="lib" path="jackson-annotations-2.9.3.jar"/>
<classpathentry kind="lib" path="jackson-databind-2.9.3.jar"/>
<classpathentry kind="lib" path="stanford-english-corenlp-models.jar"/>
<classpathentry kind="lib" path="edu.mit.jwi_2.4.0_jdk.jar"/>
<classpathentry kind="lib" path="simplenlg-v4.4.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>