From: <jen...@us...> - 2008-03-07 08:44:26
|
Revision: 692 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=692&view=rev Author: jenslehmann Date: 2008-03-07 00:44:10 -0800 (Fri, 07 Mar 2008) Log Message: ----------- added ORE tool package Added Paths: ----------- trunk/src/dl-learner/org/dllearner/tools/ trunk/src/dl-learner/org/dllearner/tools/ore/ trunk/src/dl-learner/org/dllearner/tools/ore/ORE.java Added: trunk/src/dl-learner/org/dllearner/tools/ore/ORE.java =================================================================== --- trunk/src/dl-learner/org/dllearner/tools/ore/ORE.java (rev 0) +++ trunk/src/dl-learner/org/dllearner/tools/ore/ORE.java 2008-03-07 08:44:10 UTC (rev 692) @@ -0,0 +1,30 @@ +/** + * Copyright (C) 2007-2008, Jens Lehmann + * + * This file is part of DL-Learner. + * + * DL-Learner is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * DL-Learner is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ +package org.dllearner.tools.ore; + +/** + * Start class for the ontology repair and enrichment tool. + * + * @author Lorenz Bühmann. + * + */ +public class ORE { + +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |