Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejZamazal committed Jun 15, 2015
1 parent 8eb3a8c commit c9eb30d
Show file tree
Hide file tree
Showing 17 changed files with 16,449 additions and 0 deletions.
1,527 changes: 1,527 additions & 0 deletions de.sti.debug_stiUnsure_0.15.csv

Large diffs are not rendered by default.

3,101 changes: 3,101 additions & 0 deletions en.sti.debug_stiUnsure_0.15.csv

Large diffs are not rendered by default.

1,149 changes: 1,149 additions & 0 deletions nl.sti.debug_stiUnsure_0.15.csv

Large diffs are not rendered by default.

7,555 changes: 7,555 additions & 0 deletions ontology.owl

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions parameters-hSVM2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
min_instances_for_class|100
sti_types_dataset|en.lhd.inference.2015.nt.gz
DBpedia_ontology|ontology.owl
lang_short_abstracts|enwiki-20150205-short-abstracts.nt.gz
lang_article_categories|enwiki-20150205-article-categories.nt.gz
#for English non-transitive, for other languages transitive one:
lang_instance_types|enwiki-20150205-instance-types.nt.gz
6 changes: 6 additions & 0 deletions parameters-hSVM2STI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hypoutput_log_dbpedia_manualexclusion|"en.hypoutput.log.dbpedia.manualexclusion.nt"
sti_debug|en.sti.debug
debug_hSVM|en.debug.hSVM
DBpedia_ontology|ontology.owl
sti_types_dataset|en.lhd.inference.2015.nt.gz
sti_debug_stiUnsure|en.sti.debug_stiUnsure_0.15.csv
63 changes: 63 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cz.vse.swoe.hsvm</groupId>
<artifactId>hSVM2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>hSVM2</name>
<description>Automation of hSVM (hSVM2).</description>
<dependencies>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>2.13.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-osgi</artifactId>
<version>2.13.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-bind</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-tools</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>tw.edu.ntu.csie</groupId>
<artifactId>libsvm</artifactId>
<version>3.17</version>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit c9eb30d

Please sign in to comment.