-
Notifications
You must be signed in to change notification settings - Fork 34
Installation
Lorenz Bühmann edited this page Dec 4, 2014
·
1 revision
DL-Learner uses Maven. You can easily include it in your Maven project by adding the following to your pom.xml.
Include our AKSW group repository:
<repository>
<id>snapshot.maven.aksw</id>
<url>http://maven.aksw.org/archiva/repository/snapshots/</url>
</repository>
Specify DL-Learner as dependency, most likely the components-core module:
<dependency>
<groupId>org.dllearner</groupId>
<artifactId>components-core</artifactId>
<version>insert version number here</version>
</dependency>
DL-Learner - Machine Learning@Semantic Web
Project