forked from syxu828/QuestionAnsweringOverFB
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.classpath
More file actions
23 lines (23 loc) · 1.42 KB
/
.classpath
File metadata and controls
23 lines (23 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="lib" path="target/lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="target/lib/ejml-0.23.jar"/>
<classpathentry kind="lib" path="target/lib/guava-19.0.jar"/>
<classpathentry kind="lib" path="target/lib/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="target/lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="target/lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="target/lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="target/lib/lucene-analyzers-common-5.2.0.jar"/>
<classpathentry kind="lib" path="target/lib/lucene-core-5.2.1.jar"/>
<classpathentry kind="lib" path="target/lib/lucene-queryparser-5.2.1.jar"/>
<classpathentry kind="lib" path="target/lib/RelationExtractor-1.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="target/lib/slf4j-api-1.6.6.jar"/>
<classpathentry kind="lib" path="target/lib/slf4j-log4j12-1.6.6.jar"/>
<classpathentry kind="lib" path="target/lib/stanford-corenlp-3.6.0.jar"/>
<classpathentry kind="lib" path="target/lib/stanford-english-corenlp-2016-01-10-models.jar"/>
<classpathentry kind="lib" path="target/lib/virtjdbc4_1.jar"/>
<classpathentry kind="lib" path="target/lib/xml-apis-1.0.b2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>