Revision: 18457
          http://sourceforge.net/p/gate/code/18457
Author:   ian_roberts
Date:     2014-11-14 14:53:57 +0000 (Fri, 14 Nov 2014)
Log Message:
-----------
Clarified intention in comments

Modified Paths:
--------------
    
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/classification/MajorityVoteClassificationConsensus.java

Modified: 
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/classification/MajorityVoteClassificationConsensus.java
===================================================================
--- 
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/classification/MajorityVoteClassificationConsensus.java
      2014-11-14 02:21:15 UTC (rev 18456)
+++ 
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/classification/MajorityVoteClassificationConsensus.java
      2014-11-14 14:53:57 UTC (rev 18457)
@@ -224,7 +224,12 @@
           }
 
           // construct replacement "options" structure containing only
-          // the options that were used in the judgments set
+          // the options that were used in the judgments set. We have to
+          // take care to (a) only include options that were in the
+          // original "options" feature, and not judgments that picked
+          // one of the task-wide common options, and (b) do our best to
+          // keep the options in the same order as they were in the
+          // original entity.
           Object origOptions = origEntity.getFeatures().get("options");
           try {
             if(origOptions instanceof Collection<?>) {

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


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to