forked from amiangshu/SentiSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
31 lines (31 loc) · 1.86 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/excel/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libs/excel/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="libs/excel/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/excel/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-examples-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-excelant-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-ooxml-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-ooxml-schemas-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-scratchpad-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.41.jar"/>
<classpathentry kind="lib" path="libs/SMOTE.jar"/>
<classpathentry kind="lib" path="libs/snowball-stemmer-1.3.0.581.1.jar"/>
<classpathentry kind="lib" path="libs/stanford-corenlp-3.8.0.jar"/>
<classpathentry kind="lib" path="libs/stanford-parser.jar"/>
<classpathentry kind="lib" path="libs/stanford-postagger.jar"/>
<classpathentry kind="lib" path="libs/weka-src.jar"/>
<classpathentry kind="lib" path="libs/weka.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/commons-cli-1.4.jar"/>
<classpathentry kind="lib" path="libs/mtj-1.0-snapshot.jar"/>
<classpathentry kind="lib" path="libs/NeuralNetwork.jar"/>
<classpathentry kind="lib" path="libs/opencsv-2.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>