|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViterbiParser
The interface for Viterbi parsers. Viterbi parsers support
getBestParse, which returns a best parse of the input, or
null
if no parse exists.
Method Summary | |
---|---|
Tree |
getBestParse()
Returns a best parse of the last sentence on which parse was
called, or null if none exists. |
Methods inherited from interface edu.stanford.nlp.parser.Parser |
---|
parse |
Method Detail |
---|
Tree getBestParse()
parse
was
called, or null if none exists.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |