-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
19 lines (19 loc) · 1.1 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="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/stanford-classifier-2.1.7.jar" sourcepath="lib/stanford-classifier-2.1.7-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/TutorialRecommender/lib/stanford-classifier-2.1.7-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jsoup-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/opennlp-maxent-3.0.2-incubating.jar"/>
<classpathentry kind="lib" path="lib/opennlp-tools-1.5.2-incubating.jar"/>
<classpathentry kind="lib" path="lib/opennlp-uima-1.5.2-incubating.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/stanford-corenlp-1.3.4.jar" sourcepath="lib/stanford-corenlp-1.3.4-sources.jar"/>
<classpathentry kind="lib" path="lib/xom.jar"/>
<classpathentry kind="lib" path="lib/stanford-corenlp-1.3.4-models.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>