|
static LexicalizedParser | load (final ObjectInputStream inputStream) |
|
◆ Parser()
grammarscope.server.parser.Parser.Parser |
( |
final String |
parserModel, |
|
|
final String[] |
extraFlags |
|
) |
| |
Constructor
- Parameters
-
parserModel | parser model (null defaults to englishRNN) |
extraFlags | parser extra flags |
◆ getConstituencyParseModel()
String grammarscope.server.parser.Parser.getConstituencyParseModel |
( |
| ) |
|
◆ getOptions()
String grammarscope.server.parser.Parser.getOptions |
( |
| ) |
|
◆ isValid()
boolean grammarscope.server.parser.Parser.isValid |
( |
| ) |
|
◆ load()
static LexicalizedParser grammarscope.server.parser.Parser.load |
( |
final ObjectInputStream |
inputStream | ) |
|
|
staticprotected |
Load the parser
- Parameters
-
inputStream | serialized parser input stream |
- Returns
- LexicalizedParser
◆ parse()
Tree grammarscope.server.parser.Parser.parse |
( |
final List< CoreLabel > |
sentence | ) |
|
◆ parseSentences()
List<Tree> grammarscope.server.parser.Parser.parseSentences |
( |
final List< List< CoreLabel >> |
sentences | ) |
|
◆ model
final String grammarscope.server.parser.Parser.model |
|
protected |
◆ parser
LexicalizedParser grammarscope.server.parser.Parser.parser |
|
protected |
The documentation for this class was generated from the following file:
- grammarscope/server/src/main/java/grammarscope/server/parser/Parser.java