edu.stanford.nlp.sequences
Class ViterbiSearchGraphBuilder
java.lang.Object
edu.stanford.nlp.sequences.ViterbiSearchGraphBuilder
public class ViterbiSearchGraphBuilder
- extends Object
- Author:
- Michel Galley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViterbiSearchGraphBuilder
public ViterbiSearchGraphBuilder()
getGraph
public static DFSA getGraph(SequenceModel ts,
Index<String> classIndex)
Stanford NLP Group