GrammarScope  4.0.0
Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
grammarscope.server.parser.Parser Class Reference
Inheritance diagram for grammarscope.server.parser.Parser:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.server.parser.Parser:
Collaboration graph
[legend]

Public Member Functions

 Parser (final String parserModel, final String[] extraFlags)
 
boolean isValid ()
 
String getOptions ()
 
List< Tree > parseSentences (final List< List< CoreLabel >> sentences)
 
Tree parse (final List< CoreLabel > sentence)
 
String getConstituencyParseModel ()
 

Static Protected Member Functions

static LexicalizedParser load (final ObjectInputStream inputStream)
 

Protected Attributes

LexicalizedParser parser
 
final String model
 

Detailed Description

Parser

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Parser()

grammarscope.server.parser.Parser.Parser ( final String  parserModel,
final String[]  extraFlags 
)

Constructor

Parameters
parserModelparser model (null defaults to englishRNN)
extraFlagsparser extra flags

Member Function Documentation

◆ getConstituencyParseModel()

String grammarscope.server.parser.Parser.getConstituencyParseModel ( )

Get constituency parse model

Returns
model

Implements grammarscope.server.parser.iface.IParser.

◆ getOptions()

String grammarscope.server.parser.Parser.getOptions ( )

Get options

Returns
options as string

Implements grammarscope.server.parser.iface.IParser.

◆ isValid()

boolean grammarscope.server.parser.Parser.isValid ( )

Whether this parser is valid

Returns
true if this parser is valid

Implements grammarscope.server.parser.iface.IParser.

◆ load()

static LexicalizedParser grammarscope.server.parser.Parser.load ( final ObjectInputStream  inputStream)
staticprotected

Load the parser

Parameters
inputStreamserialized parser input stream
Returns
LexicalizedParser

◆ parse()

Tree grammarscope.server.parser.Parser.parse ( final List< CoreLabel >  sentence)

Parse sentence

Parameters
sentencesentence to parse
Returns
parse tree

Implements grammarscope.server.parser.iface.IParser.

◆ parseSentences()

List<Tree> grammarscope.server.parser.Parser.parseSentences ( final List< List< CoreLabel >>  sentences)

Parse sentences

Parameters
sentencessentences to parse
Returns
list of parse trees

Implements grammarscope.server.parser.iface.IParser.

Member Data Documentation

◆ model

final String grammarscope.server.parser.Parser.model
protected

Model

◆ parser

LexicalizedParser grammarscope.server.parser.Parser.parser
protected

Stanford Lexicalized Parser


The documentation for this class was generated from the following file: