feat = getPhraseFeaturesForPattern(label, word);
else
feat = this.getFeatures(label, word, patternsThatExtractedPat, allSelectedPatterns);
RVFDatum<String, ScorePhraseMeasures> d = new RVFDatum<String, ScorePhraseMeasures>(feat, Boolean.FALSE.toString());
score = logcl.probabilityOf(d);
if (flipsign)
score = 1 - score;
} else if (scoreClassifierType.equals(ClassifierType.RF)) {