Skip to content

Commit

Permalink
Adding missing lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaingshu Bosu committed Nov 29, 2018
1 parent 85c6fb7 commit 113e634
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 33 deletions.
62 changes: 31 additions & 31 deletions .classpath
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/commons-cli-1.4.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libs/excel/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="libs/excel/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/excel/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-examples-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-excelant-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-ooxml-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-ooxml-schemas-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-scratchpad-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="libs/mtj-1.0-snapshot.jar"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.41.jar"/>
<classpathentry kind="lib" path="libs/NeuralNetwork.jar"/>
<classpathentry kind="lib" path="libs/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="libs/SMOTE.jar"/>
<classpathentry kind="lib" path="libs/snowball-stemmer-1.3.0.581.1.jar"/>
<classpathentry kind="lib" path="libs/stanford-corenlp-3.8.0.jar"/>
<classpathentry kind="lib" path="libs/stanford-parser.jar"/>
<classpathentry kind="lib" path="libs/stanford-postagger.jar"/>
<classpathentry kind="lib" path="libs/weka-src.jar"/>
<classpathentry kind="lib" path="libs/weka.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/excel/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="libs/excel/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libs/excel/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="libs/excel/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/excel/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-examples-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-excelant-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-ooxml-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-ooxml-schemas-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/poi-scratchpad-3.17.jar"/>
<classpathentry kind="lib" path="libs/excel/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.41.jar"/>
<classpathentry kind="lib" path="libs/SMOTE.jar"/>
<classpathentry kind="lib" path="libs/snowball-stemmer-1.3.0.581.1.jar"/>
<classpathentry kind="lib" path="libs/stanford-corenlp-3.8.0.jar"/>
<classpathentry kind="lib" path="libs/stanford-parser.jar"/>
<classpathentry kind="lib" path="libs/stanford-postagger.jar"/>
<classpathentry kind="lib" path="libs/weka-src.jar"/>
<classpathentry kind="lib" path="libs/weka.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/commons-cli-1.4.jar"/>
<classpathentry kind="lib" path="libs/mtj-1.0-snapshot.jar"/>
<classpathentry kind="lib" path="libs/NeuralNetwork.jar"/>
<classpathentry kind="lib" path="libs/opencsv-2.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 4 additions & 2 deletions .gitignore
Expand Up @@ -11,13 +11,15 @@
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.csss
*.css
*.html
*.tar.gz
*.rar
*.scss

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Binary file added jar-in-jar-loader.zip
Binary file not shown.
Binary file added libs/NeuralNetwork.jar
Binary file not shown.
Binary file added libs/SMOTE.jar
Binary file not shown.
Binary file added libs/commons-cli-1.4.jar
Binary file not shown.
Binary file added libs/excel/commons-codec-1.10.jar
Binary file not shown.
Binary file added libs/excel/commons-collections4-4.1.jar
Binary file not shown.
Binary file added libs/excel/commons-logging-1.2.jar
Binary file not shown.
Binary file added libs/excel/curvesapi-1.04.jar
Binary file not shown.
Binary file added libs/excel/junit-4.12.jar
Binary file not shown.
Binary file added libs/excel/log4j-1.2.17.jar
Binary file not shown.
Binary file added libs/excel/poi-3.17.jar
Binary file not shown.
Binary file added libs/excel/poi-examples-3.17.jar
Binary file not shown.
Binary file added libs/excel/poi-excelant-3.17.jar
Binary file not shown.
Binary file added libs/excel/poi-ooxml-3.17.jar
Binary file not shown.
Binary file added libs/excel/poi-ooxml-schemas-3.17.jar
Binary file not shown.
Binary file added libs/excel/poi-scratchpad-3.17.jar
Binary file not shown.
Binary file added libs/excel/xmlbeans-2.6.0.jar
Binary file not shown.
Binary file added libs/mtj-1.0-snapshot.jar
Binary file not shown.
Binary file added libs/mysql-connector-java-5.1.41.jar
Binary file not shown.
Binary file added libs/opencsv-2.3.jar
Binary file not shown.
Binary file added libs/snowball-stemmer-1.3.0.581.1.jar
Binary file not shown.
Binary file added libs/stanford-corenlp-3.8.0.jar
Binary file not shown.
Binary file added libs/stanford-parser.jar
Binary file not shown.
Binary file added libs/stanford-postagger.jar
Binary file not shown.
Binary file added libs/weka-src.jar
Binary file not shown.
Binary file added libs/weka.jar
Binary file not shown.
Binary file added sentise.jar
Binary file not shown.

0 comments on commit 113e634

Please sign in to comment.