-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
15 lines (15 loc) · 892 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/stanford-postagger.jar" sourcepath="lib/stanford-postagger.jar"/>
<classpathentry kind="lib" path="lib/libsvm.jar"/>
<classpathentry kind="lib" path="lib/wlsvm.jar"/>
<classpathentry kind="lib" path="lib/weka.jar" sourcepath="lib/weka-src.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/ark-tweet-nlp-0.3.2.jar"/>
<classpathentry kind="lib" path="lib/liblinear-1.92.jar"/>
<classpathentry kind="lib" path="lib/LibLINEAR.jar"/>
<classpathentry kind="lib" path="lib/snowball-stemmers-1.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>