forked from SmartDataAnalytics/DL-Learner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (23 loc) · 1.24 KB
/
README
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
DL-Learner is a framework to perform machine learning rich semantic background
knowledge (usually in description logics, hence the "DL" in its name). Please
check the website for details and examples. Post to the mailing list if help
is needed.
Website: http://dl-learner.org
Bugs & Feature Requests: https://github.com/AKSW/DL-Learner/issues
Mailing Lists: http://sourceforge.net/mail/?group_id=203619
Latest Release: https://github.com/AKSW/DL-Learner/releases
Documentation for DL-Learner:
* please visit http://dl-learner.org for general information
* manual: http://dl-learner.org/files/dl-learner-manual.pdf
* components & config options: http://tiny.cc/dllearner-options
* Javadoc: http://dl-learner.org/javadoc
DL-Learner is Open Source and licensed under the GNU General Public License 3.
(Copyright (c) 2007-2015, Jens Lehmann).
DL-Learner uses several other libraries. An incomplete list is as follows:
* OWL API (licensed under LGPL)
* Pellet (licensed under AGPL 3 , (c) Clark & Parsia LLC)
* FaCT++ (licensed under LGPL, (c) The Victoria University of Manchester)
* HermiT (licensed under LGPL)
* Apache Jena (Apache License, Version 2.0)
Use DL-Learner in other tools:
* Protégé (http://dl-learner.org/community/protege-plugin/)