-
Notifications
You must be signed in to change notification settings - Fork 12
/
.classpath
25 lines (25 loc) · 1.38 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-math-2.2.jar"/>
<classpathentry kind="lib" path="lib/freemarker.jar"/>
<classpathentry kind="lib" path="lib/guava-r09.jar"/>
<classpathentry kind="lib" path="lib/JWPL_API_0.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene_3x.jar"/>
<classpathentry kind="lib" path="lib/lucene-smartcn-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-snowball-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-wikipedia-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.15-bin.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/weka-wrapper.jar"/>
<classpathentry kind="lib" path="lib/weka.jar"/>
<classpathentry kind="lib" path="lib/wikipedia-parser.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.6.20.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>