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

Public Member Functions

synchronized boolean bind ()
 
void unbind ()
 
Pipeline getPipeline ()
 
- Public Member Functions inherited from grammarscope.server.corenlp.DefaultCoreNlpServer
 DefaultCoreNlpServer ()
 
void setup (final Properties settings)
 
void reset ()
 
long getCapabilities ()
 
String getDescription ()
 
Options getOptions ()
 
Properties getDefaultConfig (final Language lang)
 

Static Public Member Functions

static synchronized SingletonCoreNlpServer getInstance ()
 
- Static Public Member Functions inherited from grammarscope.server.corenlp.DefaultCoreNlpServer
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
 

Private Member Functions

 SingletonCoreNlpServer ()
 

Static Private Member Functions

static synchronized boolean unbound ()
 

Static Private Attributes

static SingletonCoreNlpServer instance
 
static boolean bound
 

Additional Inherited Members

- Static Public Attributes inherited from grammarscope.server.corenlp.DefaultCoreNlpServer
static Pipeline pipeline
 

Detailed Description

Singleton server. Every client will bind to server. That doesn't mean we need a server instance for each client.

Author
Bernard Bou

Constructor & Destructor Documentation

◆ SingletonCoreNlpServer()

grammarscope.server.corenlp.SingletonCoreNlpServer.SingletonCoreNlpServer ( )
private

Private constructor

Member Function Documentation

◆ bind()

synchronized boolean grammarscope.server.corenlp.SingletonCoreNlpServer.bind ( )

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

Returns
true if success

Reimplemented from grammarscope.server.corenlp.DefaultCoreNlpServer.

◆ getInstance()

static synchronized SingletonCoreNlpServer grammarscope.server.corenlp.SingletonCoreNlpServer.getInstance ( )
static

Factory

Returns
instance

◆ getPipeline()

Pipeline grammarscope.server.corenlp.SingletonCoreNlpServer.getPipeline ( )

Get pipeline

Returns
pipeline

◆ unbind()

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

◆ unbound()

static synchronized boolean grammarscope.server.corenlp.SingletonCoreNlpServer.unbound ( )
staticprivate

Is unbound

Returns
true if was unbound

Member Data Documentation

◆ bound

boolean grammarscope.server.corenlp.SingletonCoreNlpServer.bound
staticprivate

Whether single instance is already bound

◆ instance

SingletonCoreNlpServer grammarscope.server.corenlp.SingletonCoreNlpServer.instance
staticprivate

The single instance


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