| Package | Description |
|---|---|
| grammarscope.glue.corenlp | |
| grammarscope.server.corenlp |
| Modifier and Type | Field and Description |
|---|---|
private static Pipeline |
DocumentFactory.pipeline
Stanford pipeline
|
private Pipeline |
Server.pipeline
Pipeline
|
| Modifier and Type | Method and Description |
|---|---|
private static Pipeline |
Server.makePipeline(java.util.Properties properties)
Make pipeline
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentFactory.set(Pipeline pipeline)
Set pipeline to use
|
| Modifier and Type | Field and Description |
|---|---|
static Pipeline |
DefaultCoreNlpServer.pipeline
Pipeline
|
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
SingletonCoreNlpServer.getPipeline()
Get pipeline
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DefaultCoreNlpServer.makeDescription(java.util.Properties properties,
Pipeline pipeline)
Description
|
| Constructor and Description |
|---|
PipelineAnnotation(Pipeline pipeline,
java.lang.String text)
Constructor
|