edu.stanford.nlp.sequences
Class ViterbiSearchGraphBuilder

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

public class ViterbiSearchGraphBuilder
extends Object

Author:
Michel Galley, Sarah Spikes (sdspikes@cs.stanford.edu) - cleanup and filling in types

Constructor Summary
ViterbiSearchGraphBuilder()
           
 
Method Summary
static DFSA<String,Integer> 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<String,Integer> getGraph(SequenceModel ts,
                                            Index<String> classIndex)


Stanford NLP Group