From: <dfl...@us...> - 2013-09-04 14:29:47
|
Revision: 4062 http://sourceforge.net/p/dl-learner/code/4062 Author: dfleischhacker Date: 2013-09-04 14:29:43 +0000 (Wed, 04 Sep 2013) Log Message: ----------- Cleanup LinguisticUtil Modified Paths: -------------- trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/LinguisticUtil.java Modified: trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/LinguisticUtil.java =================================================================== --- trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/LinguisticUtil.java 2013-09-04 14:28:12 UTC (rev 4061) +++ trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/LinguisticUtil.java 2013-09-04 14:29:43 UTC (rev 4062) @@ -4,9 +4,6 @@ import org.dllearner.algorithms.isle.WordNet; import java.util.ArrayList; -import java.util.List; -import java.util.regex.Matcher; -import java.util.regex.Pattern; /** * Provides shortcuts to This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |