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

Public Member Functions

 DefaultCoreNlpServer ()
 
void setup (final Properties settings)
 
void reset ()
 
boolean bind ()
 
void unbind ()
 
long getCapabilities ()
 
String getDescription ()
 
Options getOptions ()
 
Properties getDefaultConfig (final Language lang)
 

Static Public Member Functions

static String makeDescription (final Properties properties, final Pipeline pipeline)
 
static TextAnalysis processText (final String text) throws IllegalArgumentException
 
static void main (final String[] args) throws MalformedURLException, IOException
 

Static Public Attributes

static Pipeline pipeline
 

Private Attributes

Properties settings
 

Static Private Attributes

static int instantiationCount
 

Detailed Description

Default pipeline server. Every binding attempt will result in an instantiation.

Author
Bernard Bou

Constructor & Destructor Documentation

◆ DefaultCoreNlpServer()

grammarscope.server.corenlp.DefaultCoreNlpServer.DefaultCoreNlpServer ( )

Constructor

Member Function Documentation

◆ bind()

boolean grammarscope.server.corenlp.DefaultCoreNlpServer.bind ( )

Load all submodules (segmenter, parser, analyzer, ...)

Returns
true if success

Implements grammarscope.server.iface.IServer.

Reimplemented in grammarscope.server.corenlp.SingletonCoreNlpServer.

◆ getCapabilities()

long grammarscope.server.corenlp.DefaultCoreNlpServer.getCapabilities ( )

Get server capabilities

Returns
long

Implements grammarscope.server.iface.IServer.

◆ getDefaultConfig()

Properties grammarscope.server.corenlp.DefaultCoreNlpServer.getDefaultConfig ( final Language  lang)

Get server config

Returns
properties

Implements grammarscope.server.iface.IServer.

◆ getDescription()

String grammarscope.server.corenlp.DefaultCoreNlpServer.getDescription ( )

Get server description

Returns
description

Implements grammarscope.server.iface.IServer.

◆ getOptions()

Options grammarscope.server.corenlp.DefaultCoreNlpServer.getOptions ( )

Get server options

Returns
options

Implements grammarscope.server.iface.IServer.

◆ main()

static void grammarscope.server.corenlp.DefaultCoreNlpServer.main ( final String[]  args) throws MalformedURLException, IOException
static

Main

Parameters
argsfiles
Exceptions
IOExceptionexception
MalformedURLExceptionexception

◆ makeDescription()

static String grammarscope.server.corenlp.DefaultCoreNlpServer.makeDescription ( final Properties  properties,
final Pipeline  pipeline 
)
static

Description

Returns
description

◆ processText()

static TextAnalysis grammarscope.server.corenlp.DefaultCoreNlpServer.processText ( final String  text) throws IllegalArgumentException
static

Process text

Parameters
texttext
Returns
text analysis
Exceptions
IllegalArgumentExceptionexception

◆ reset()

void grammarscope.server.corenlp.DefaultCoreNlpServer.reset ( )

◆ setup()

void grammarscope.server.corenlp.DefaultCoreNlpServer.setup ( final Properties  settings)

Pass config

Parameters
settingssettings

Implements grammarscope.server.iface.IServer.

◆ unbind()

void grammarscope.server.corenlp.DefaultCoreNlpServer.unbind ( )

Member Data Documentation

◆ instantiationCount

int grammarscope.server.corenlp.DefaultCoreNlpServer.instantiationCount
staticprivate

Instantiation count

◆ pipeline

Pipeline grammarscope.server.corenlp.DefaultCoreNlpServer.pipeline
static

◆ settings

Properties grammarscope.server.corenlp.DefaultCoreNlpServer.settings
private

Settings


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