Revision: 17789
          http://sourceforge.net/p/gate/code/17789
Author:   ian_roberts
Date:     2014-04-09 16:12:18 +0000 (Wed, 09 Apr 2014)
Log Message:
-----------
Default value for the goldReasonFeatureName.

Modified Paths:
--------------
    
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/ne/EntityAnnotationJobBuilder.java

Modified: 
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/ne/EntityAnnotationJobBuilder.java
===================================================================
--- 
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/ne/EntityAnnotationJobBuilder.java
   2014-04-09 16:10:21 UTC (rev 17788)
+++ 
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/ne/EntityAnnotationJobBuilder.java
   2014-04-09 16:12:18 UTC (rev 17789)
@@ -180,8 +180,9 @@
 
   @Optional
   @RunTime
-  @CreoleParameter(comment = "Feature on gold snippet annotations explaining " 
+
-               "why the snippet's entities are correct")
+  @CreoleParameter(defaultValue = "reason",
+          comment = "Feature on gold snippet annotations explaining " +
+                       "why the snippet's entities are correct")
   public void setGoldReasonFeatureName(String goldReasonFeatureName) {
     this.goldReasonFeatureName = goldReasonFeatureName;
   }

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