edu.stanford.nlp.sequences
Interface LatticeWriter<IN extends CoreMap>


public interface LatticeWriter<IN extends CoreMap>

This interface is used for writing lattices out of SequenceClassifiers.

Author:
Michel Galley

Method Summary
 void printLattice(DFSA tagLattice, List<IN> doc, PrintWriter out)
          This method prints the output lattice (typically, Viterbi search graph) of the classifier to a PrintWriter.
 

Method Detail

printLattice

void printLattice(DFSA tagLattice,
                  List<IN> doc,
                  PrintWriter out)
This method prints the output lattice (typically, Viterbi search graph) of the classifier to a PrintWriter.



Stanford NLP Group