Revision: 19606
          http://sourceforge.net/p/gate/code/19606
Author:   markagreenwood
Date:     2016-09-28 13:25:39 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------
the corpse has now been fixed (with a large nail) into the upright position :)

Modified Paths:
--------------
    
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/DCTParser.java
    
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java

Modified: 
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/DCTParser.java
===================================================================
--- 
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/DCTParser.java
  2016-09-28 01:22:42 UTC (rev 19605)
+++ 
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/DCTParser.java
  2016-09-28 13:25:39 UTC (rev 19606)
@@ -89,8 +89,10 @@
        
        // get the document
                gate.Document doc = getDocument();
-               doc.getFeatures().clear();
                
+               //why oh why was this happening?
+               //doc.getFeatures().clear();
+               
         AnnotationSet outputAS = (outputASName == null) ?
                 document.getAnnotations() :
                 document.getAnnotations(outputASName);

Modified: 
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
===================================================================
--- 
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
  2016-09-28 01:22:42 UTC (rev 19605)
+++ 
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
  2016-09-28 13:25:39 UTC (rev 19606)
@@ -318,6 +318,8 @@
            }
 
                gate.Document doc = getDocument();
+               
+               //why oh why was this being done
                doc.getFeatures().clear();
                
                String output = "";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to