Revision: 17813
          http://sourceforge.net/p/gate/code/17813
Author:   markagreenwood
Date:     2014-04-11 12:54:36 +0000 (Fri, 11 Apr 2014)
Log Message:
-----------
fixed a bug which caused, in odd cases, some pronominal info to be lost

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/coref/Coreferencer.java

Modified: gate/trunk/src/main/gate/creole/coref/Coreferencer.java
===================================================================
--- gate/trunk/src/main/gate/creole/coref/Coreferencer.java     2014-04-11 
12:46:02 UTC (rev 17812)
+++ gate/trunk/src/main/gate/creole/coref/Coreferencer.java     2014-04-11 
12:54:36 UTC (rev 17813)
@@ -225,6 +225,7 @@
           List<List<Integer>> matchesList = new ArrayList<List<Integer>>();
           matchesMap.put(getAnnotationSetName(), matchesList);
           matchesList.add(matches);
+          document.getFeatures().put(DOCUMENT_COREF_FEATURE_NAME, matchesMap);
         }// if else
       }// if matches == null
 

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


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to