line, JoshuaConfiguration.lmOrder, weight));
} else if ("latticecost".equals(fds[0]) && fds.length == 2) {
double weight = Double.parseDouble(fds[1].trim());
this.featureFunctions.add(
new SourcePathFF(
this.featureFunctions.size(), weight));
if (logger.isLoggable(Level.FINEST))
logger.finest(String.format(
"Line: %s\nAdd Source lattice cost, weight: %.3f",
line, weight));