|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parser
A Viterbi parser.
| Method Summary | |
|---|---|
Tree |
getBestParse(java.util.List<java.lang.String> words)
Returns a best parse tree for the specified word sequence. |
| Method Detail |
|---|
Tree getBestParse(java.util.List<java.lang.String> words)
words - a sequence of word tokens
null if this parser cannot parse the specified sequence
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||