From: <jen...@us...> - 2009-04-25 13:29:45
|
Revision: 1727 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1727&view=rev Author: jenslehmann Date: 2009-04-25 13:29:42 +0000 (Sat, 25 Apr 2009) Log Message: ----------- Protege plugin release preparations Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java trunk/src/dl-learner/org/dllearner/tools/protege/INSTALL Removed Paths: ------------- trunk/src/dl-learner/org/dllearner/tools/protege/protege-4.0.110.zip Modified: trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java =================================================================== --- trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java 2009-04-25 09:49:53 UTC (rev 1726) +++ trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java 2009-04-25 13:29:42 UTC (rev 1727) @@ -29,6 +29,7 @@ import java.net.URL; import java.net.URLConnection; import java.util.Collection; +import java.util.Date; import java.util.LinkedList; import org.dllearner.kb.sparql.SparqlEndpoint; @@ -114,7 +115,7 @@ counter++; if(counter % 1000 == 0) { - System.out.println(counter + " points processed. " + matches + " matches found."); + System.out.println(new Date().toString() + ": " + counter + " points processed. " + matches + " matches found."); } itemCount = 0; Modified: trunk/src/dl-learner/org/dllearner/tools/protege/INSTALL =================================================================== --- trunk/src/dl-learner/org/dllearner/tools/protege/INSTALL 2009-04-25 09:49:53 UTC (rev 1726) +++ trunk/src/dl-learner/org/dllearner/tools/protege/INSTALL 2009-04-25 13:29:42 UTC (rev 1727) @@ -1,16 +1,15 @@ Requirements ============ -Java 6 and the Protégé 4.0 Beta are required. (All other libraries are included in the release.) +Java 6 and the Protégé 4.0 Beta are required. (All other libraries are +included in the release.) Installation ============ -Put the DL-Learner-protege-plugin.jar in your plugin folder of Protégé. +Put the DL-Learner-protege-plugin.jar in your plugin folder of Protégé. +(The plugin is also included in the Protégé plugin repository, so you +can install it within Protégé.) Running Instructions ==================== -To use the plugin go to view --> class views and click on class descriptions (including DL-Learner plugin). -Put the new frame somewhere in the classes tab in Protégé and close the old class description view. All features are included in the plugin. - -If you have problems look at the screen cast: http://dl-learner.org/wiki/ProtegePlugin. - - +Please have a look at the wiki page and screen cast: +http://dl-learner.org/wiki/ProtegePlugin. Deleted: trunk/src/dl-learner/org/dllearner/tools/protege/protege-4.0.110.zip =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |