Java edu.stanford.nlp.parser.lexparser LexicalizedParserQuery fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.parser.lexparser LexicalizedParserQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.parser.lexparser LexicalizedParserQuery.

The text is from its open source code.

Method

List>getKBestPCFGParses(int k)
Returns the trees (and scores) corresponding to the k-best derivations of the sentence.
booleanparse(HTKLatticeReader lr)
Parse a (speech) lattice with the PCFG parser.
booleanparse(List sentence)
Parse a sentence represented as a List of tokens.