| Interface | Description |
|---|---|
| ParserQuery |
| Class | Description |
|---|---|
| ArgUtils |
Utility methods or common blocks of code for dealing with parser
arguments, such as extracting Treebank information
|
| ParserAnnotations |
Parse time options for the Stanford lexicalized parser.
|
| ParserAnnotations.CandidatePartOfSpeechAnnotation |
This CoreMap key represents a regular expression which the parser
will try to match when assigning tags.
|
| ParserAnnotations.ConstraintAnnotation |
The CoreMap key for getting a list of constraints to apply when parsing.
|
| ParserConstraint |
A Constraint represents a restriction on possible parse trees to
consider.
|
| ParserGrammar |
An interface for the classes which store the data for a parser.
|
| ParserUtils |
Factor out some useful methods more than lexparser module may want.
|
| ParsingThreadsafeProcessor |
Takes a sentence and returns a ParserQuery with the given sentence parsed.
|
| Exception | Description |
|---|---|
| NoSuchParseException |