Modifier and Type | Method and Description |
---|---|
ACEParserResult |
APELocal.getMultiOutput(String text,
Lexicon lexicon,
OutputType... outputTypes) |
ACEParserResult |
APESocket.getMultiOutput(String text,
Lexicon lexicon,
OutputType... outputTypes) |
ACEParserResult |
APEWebservice.getMultiOutput(String aceText,
Lexicon lexicon,
OutputType... outputTypes) |
abstract ACEParserResult |
ACEParser.getMultiOutput(String text,
Lexicon lexicon,
OutputType... outputTypes)
Returns multiple outputs for the given ACE text using the given lexicon.
|
ACEParserResult |
ACEParser.getMultiOutput(String text,
OutputType... outputTypes)
Returns multiple outputs for the given ACE text using no lexicon.
|
Modifier and Type | Method and Description |
---|---|
static String |
SyntaxBoxes.getBoxesHtml(ACEParserResult parserResult)
This method takes the syntax tree of a parsing result and generates the HTML representation of the
syntax boxes showing all three types of boxes.
|
static String |
SyntaxBoxes.getBoxesHtml(ACEParserResult parserResult,
boolean showS,
boolean showVP,
boolean showNP)
This method takes the syntax tree of a parsing result and generates the HTML representation of the
syntax boxes.
|
Copyright © 2013. All Rights Reserved.