309310311312313314315316317318319
} else { MaxLatticeDefault lattice = new MaxLatticeDefault (model, input, null, cacheSizeOption.value()); answers = lattice.bestOutputSequences(k).toArray(new Sequence[0]); } return answers; } /**