edu.stanford.nlp.sequences
Interface LatticeWriter


public interface LatticeWriter

This interface is used for writing lattices out of SequenceClassifiers.

Author:
Michel Galley

Method Summary
 void printLattice(DFSA tagLattice, List<CoreLabel> 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<CoreLabel> doc,
                  PrintWriter out)
This method prints the output lattice (typically, Viterbi search graph) of the classifier to a PrintWriter.



Stanford NLP Group