Revision: 18268
http://sourceforge.net/p/gate/code/18268
Author: markagreenwood
Date: 2014-08-21 12:02:57 +0000 (Thu, 21 Aug 2014)
Log Message:
-----------
roled back a couple of stupid commits
Modified Paths:
--------------
gate/trunk/plugins/Learning/src/gate/learning/NLPFeaturesOfDoc.java
gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java
gate/trunk/src/main/gate/gui/docview/TextualDocumentView.java
Modified: gate/trunk/plugins/Learning/src/gate/learning/NLPFeaturesOfDoc.java
===================================================================
--- gate/trunk/plugins/Learning/src/gate/learning/NLPFeaturesOfDoc.java
2014-08-21 11:59:47 UTC (rev 18267)
+++ gate/trunk/plugins/Learning/src/gate/learning/NLPFeaturesOfDoc.java
2014-08-21 12:02:57 UTC (rev 18268)
@@ -623,7 +623,6 @@
if(singleAnnSet != null) {
AnnotationSet coverAnnSet = singleAnnSet.get(
tokenStartOffset, tokenEndOffset);
- System.out.println("****************: "+coverAnnSet);
Iterator<Annotation> overlappingIterator = coverAnnSet.iterator();
if(overlappingIterator.hasNext()) {
Annotation superannotation = overlappingIterator.next();
Modified:
gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java
===================================================================
--- gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java
2014-08-21 11:59:47 UTC (rev 18267)
+++ gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java
2014-08-21 12:02:57 UTC (rev 18268)
@@ -462,7 +462,7 @@
* This test has been disabled (02/Apr/2014, IR) as it produces different
* numbers when run on Java 6 vs Java 7.
*/
- public void testSVMRelationLearning() throws GateException, IOException {
+ public void dont_testSVMRelationLearning() throws GateException, IOException
{
System.out.print("Testing the SVM with linear kernel on relation
extraction...");
// Initialisation relation-learning
File scHome = new File(new File(learningHome, "test"),
"relation-learning");
Modified: gate/trunk/src/main/gate/gui/docview/TextualDocumentView.java
===================================================================
--- gate/trunk/src/main/gate/gui/docview/TextualDocumentView.java
2014-08-21 11:59:47 UTC (rev 18267)
+++ gate/trunk/src/main/gate/gui/docview/TextualDocumentView.java
2014-08-21 12:02:57 UTC (rev 18268)
@@ -32,7 +32,6 @@
import java.awt.event.FocusEvent;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
-import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs