double interWeight = new Double(tems[1]);
positions.add(pos);
interWeights.add(interWeight);
}
System.out.println("baseline combo model");
FeatureFunction ff = new BaselineComboFF(ngramStateID+1+featFunctions.size(), weight, positions, interWeights);
featFunctions.add(ff);
logger.info( String.format("Baseline combo model with weight: " + weight));
}else if(fds[0].compareTo("vconstituent") == 0 && fds.length == 2) {
/*