Revision: 19329
          http://sourceforge.net/p/gate/code/19329
Author:   adamfunk
Date:     2016-05-19 13:40:29 +0000 (Thu, 19 May 2016)
Log Message:
-----------
Fixing bug; inputAnnotationTypes had been omitted from pass-through to DF bank

Modified Paths:
--------------
    gate/trunk/plugins/TermRaider/src/gate/termraider/bank/TfIdfTermbank.java

Modified: 
gate/trunk/plugins/TermRaider/src/gate/termraider/bank/TfIdfTermbank.java
===================================================================
--- gate/trunk/plugins/TermRaider/src/gate/termraider/bank/TfIdfTermbank.java   
2016-05-19 01:22:00 UTC (rev 19328)
+++ gate/trunk/plugins/TermRaider/src/gate/termraider/bank/TfIdfTermbank.java   
2016-05-19 13:40:29 UTC (rev 19329)
@@ -183,6 +183,7 @@
       FeatureMap dfbParameters = Factory.newFeatureMap();
       dfbParameters.put("inputASName", this.inputASName);
       dfbParameters.put("languageFeature", this.languageFeature);
+      dfbParameters.put("inputAnnotationTypes", this.inputAnnotationTypes);
       dfbParameters.put("inputAnnotationFeature", this.inputAnnotationFeature);
       dfbParameters.put("corpora", this.corpora);
       dfbParameters.put("debugMode", this.debugMode);

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


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to