Revision: 4042
http://sourceforge.net/p/dl-learner/code/4042
Author: dfleischhacker
Date: 2013-09-03 16:53:18 +0000 (Tue, 03 Sep 2013)
Log Message:
-----------
Fix typos
Modified Paths:
--------------
trunk/components-core/src/main/java/org/dllearner/algorithms/isle/WordSenseDisambiguation.java
Modified: trunk/components-core/src/main/java/org/dllearner/algorithms/isle/WordSenseDisambiguation.java
===================================================================
--- trunk/components-core/src/main/java/org/dllearner/algorithms/isle/WordSenseDisambiguation.java 2013-09-03 16:48:52 UTC (rev 4041)
+++ trunk/components-core/src/main/java/org/dllearner/algorithms/isle/WordSenseDisambiguation.java 2013-09-03 16:53:18 UTC (rev 4042)
@@ -9,7 +9,7 @@
import java.util.Set;
/**
- * Abstract class for
+ * Abstract class for the word sense disambiguation component.
*
* @author Daniel Fleischhacker
*/
@@ -17,7 +17,7 @@
OWLOntology ontology;
/**
- * Initialize the word sense disambiguation to use the given ontology.
+ * Initializes the word sense disambiguation to use the given ontology.
*
* @param ontology the ontology to disambiguate on
*/
@@ -26,7 +26,7 @@
}
/**
- * Chooses the correct entity for the given annotation from a set of candidate enties.
+ * Chooses the correct entity for the given annotation from a set of candidate entities.
*
* @param annotation the annotation to find entity for
* @param candidateEntities the set of candidate entities
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|