edu.stanford.nlp.sequences
Class ViterbiSearchGraphBuilder

java.lang.Object
  extended by edu.stanford.nlp.sequences.ViterbiSearchGraphBuilder

public class ViterbiSearchGraphBuilder
extends Object

Author:
Michel Galley

Constructor Summary
ViterbiSearchGraphBuilder()
           
 
Method Summary
static DFSA getGraph(SequenceModel ts, Index<String> classIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViterbiSearchGraphBuilder

public ViterbiSearchGraphBuilder()
Method Detail

getGraph

public static DFSA getGraph(SequenceModel ts,
                            Index<String> classIndex)


Stanford NLP Group