forked from masud-technope/BLIZZARD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
33 lines (33 loc) · 1.88 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
26
27
28
29
30
31
32
33
<?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/antlr-4.5.1-complete.jar"/>
<classpathentry kind="lib" path="lib/ca.usask.cs.srlab.pagerank.jar"/>
<classpathentry kind="lib" path="lib/ca.usask.cs.srlab.strict.jar"/>
<classpathentry kind="lib" path="lib/coderank.jar"/>
<classpathentry kind="lib" path="lib/commons-csv-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/deeplearning4j-nlp-0.8.0.jar"/>
<classpathentry kind="lib" path="lib/ejml-0.23.jar"/>
<classpathentry kind="lib" path="lib/javaparser-core-2.3.0.jar"/>
<classpathentry kind="lib" path="lib/jgraph-5.13.0.0.jar"/>
<classpathentry kind="lib" path="lib/jgrapht-core-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/jgrapht-ext-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/jgraphx-2.0.0.1.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-6.2.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-codecs-6.2.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-6.2.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-6.2.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-6.2.0.jar"/>
<classpathentry kind="lib" path="lib/samurai.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.17.jar"/>
<classpathentry kind="lib" path="lib/sqljdbc4.jar"/>
<classpathentry kind="lib" path="lib/stanford-postagger-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/stemmer-traceback.jar"/>
<classpathentry kind="lib" path="lib/xom.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>