![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| Server () | |
| void | setup (final Properties settings) |
| void | reset () |
| boolean | bind () |
| void | unbind () |
| long | getCapabilities () |
| String | getDescription () |
| Options | getOptions () |
| IDocumentFactory | makeDocumentFactory () |
| RelationModel | makeRelationModel () |
| Properties | getDefaultConfig (final Language lang) |
Static Private Member Functions | |
| static Pipeline | makePipeline (final Properties properties) |
Private Attributes | |
| Pipeline | pipeline |
| Properties | settings |
Server (pipeline implementation)
| grammarscope.glue.corenlp.Server.Server | ( | ) |
Constructor
| boolean grammarscope.glue.corenlp.Server.bind | ( | ) |
Load all submodules (segmenter, parser, analyzer, ...)
Implements grammarscope.server.iface.IServer.
Reimplemented in grammarscope.glue.corenlp.DefaultArtifactsCoreNlpServer.
| long grammarscope.glue.corenlp.Server.getCapabilities | ( | ) |
| Properties grammarscope.glue.corenlp.Server.getDefaultConfig | ( | final Language | lang | ) |
| String grammarscope.glue.corenlp.Server.getDescription | ( | ) |
| Options grammarscope.glue.corenlp.Server.getOptions | ( | ) |
| IDocumentFactory grammarscope.glue.corenlp.Server.makeDocumentFactory | ( | ) |
|
staticprivate |
Make pipeline
| properties | properties to build pipeline from |
| RelationModel grammarscope.glue.corenlp.Server.makeRelationModel | ( | ) |
| void grammarscope.glue.corenlp.Server.reset | ( | ) |
Reset
Implements grammarscope.server.iface.IServer.
| void grammarscope.glue.corenlp.Server.setup | ( | final Properties | settings | ) |
| void grammarscope.glue.corenlp.Server.unbind | ( | ) |
Unbind
Implements grammarscope.server.iface.IServer.
|
private |
Pipeline
|
private |
Settings reference
1.8.17