else logger.info(String.format("WARNING: CUE %s%n FOR SCOPE %s%n ENCLOSING %s%n is neither a negation nor speculation cue%n", cueForScope, enclosingScope,assertForTI));
}
if (checkForEnabledFeature("statusRuleMixNMatchFeature"))
{
//Write out status rule features for this instance that are meant to be mixed with non status rule features
trainingInstance.addFeature("status_rule_mix_n_match_" + enclosingNegationScopeCnt + "negation_" + enclosingSpeculationScopeCnt + "spec_enclosing_scopes");
}
if (checkForEnabledFeature("statusRuleStandAloneFeature"))
{
//Write out status rule features for this instance that are meant to stand by themselves
switch (enclosingNegationScopeCnt)