-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.classpath
16 lines (16 loc) · 850 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/stanford-postagger.jar"/>
<classpathentry kind="lib" path="lib/LBJ2Library.jar"/>
<classpathentry kind="lib" path="lib/LBJChunk.jar"/>
<classpathentry kind="lib" path="lib/LBJPOS.jar"/>
<classpathentry kind="lib" path="lib/stanford-ner-2012-11-11.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-demo-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.7.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>