From: <jen...@us...> - 2009-05-28 06:23:25
|
Revision: 1777 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1777&view=rev Author: jenslehmann Date: 2009-05-28 06:23:15 +0000 (Thu, 28 May 2009) Log Message: ----------- typo Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java Modified: trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java =================================================================== --- trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java 2009-05-28 05:44:58 UTC (rev 1776) +++ trunk/src/dl-learner/org/dllearner/scripts/matching/DBpediaLinkedGeoData.java 2009-05-28 06:23:15 UTC (rev 1777) @@ -141,7 +141,7 @@ String matchStr = "<" + dp.getUri() + "> <http://www.w3.org/2002/07/owl#sameAs> <" + matchURI + "> .\n"; fos.write(matchStr.getBytes()); matches++; - matchPerClass.put(poiClass, noMatchPerClass.get(poiClass)+1); + matchPerClass.put(poiClass, matchPerClass.get(poiClass)+1); } // System.out.println(poiClass); counter++; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |