-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1.24 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="apache-opennlp-1.5.3/lib/opennlp-maxent-3.0.3.jar"/>
<classpathentry kind="lib" path="apache-opennlp-1.5.3/lib/opennlp-tools-1.5.3.jar"/>
<classpathentry kind="lib" path="apache-opennlp-1.5.3/lib/opennlp-uima-1.5.3.jar"/>
<classpathentry kind="lib" path="ejml-v0.26-libs/EJML-core-0.26-sources.jar"/>
<classpathentry kind="lib" path="ejml-v0.26-libs/EJML-core-0.26.jar"/>
<classpathentry kind="lib" path="ejml-v0.26-libs/EJML-equation-0.26-sources.jar"/>
<classpathentry kind="lib" path="ejml-v0.26-libs/EJML-equation-0.26.jar"/>
<classpathentry kind="lib" path="commons-io-2.4/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="src/en-sent.bin"/>
<classpathentry kind="lib" path="src/en-pos-maxent.bin"/>
<classpathentry kind="lib" path="src/en-token.bin"/>
<classpathentry kind="lib" path="lucene/lucene-analyzers-common-4.10.2.jar"/>
<classpathentry kind="lib" path="lucene/lucene-core-4.10.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>