-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
28 lines (22 loc) · 1.15 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
README
======
DL-Learner is a tool to learn Description Logic concepts from positive and
negative examples. Equivalently, it can learn OWL classes given objects as
positive and negative instances.
Homepage: http://dl-learner.org
Sourceforge.net Project Page: http://sourceforge.net/projects/dl-learner/
Bugs & Feature Requests: http://sourceforge.net/tracker/?group_id=203619
Mailing Lists: http://sourceforge.net/mail/?group_id=203619
Latest Release: http://sourceforge.net/projects/dl-learner/files/
Documentation for DL-Learner (e.g. various configuration options) can be found
in the "doc" directory and at http://dl-learner.org. We recommend to read
doc/manual.pdf to get started.
DL-Learner is Open Source and licensed under the GNU General Public License 3.
(Copyright (c) 2007-2011, 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)
* Jena (Jena license, (c) Copyright Hewlett-Packard)
* Protege (licensed under MPL)