Package | Description |
---|---|
edu.illinois.cs.cogcomp.pipeline.handlers.clausie | |
edu.illinois.cs.cogcomp.pipeline.main |
Modifier and Type | Method and Description |
---|---|
static BasicAnnotatorService |
ClauseAnnotatorFactory.buildPipeline()
create an AnnotatorService with default configuration.
|
static BasicAnnotatorService |
ClauseAnnotatorFactory.buildPipeline(ResourceManager rm) |
Modifier and Type | Class and Description |
---|---|
class |
SentencePipeline
Where possible, run
Annotator members over one sentence at a time and splice their
outputs together. |
Modifier and Type | Method and Description |
---|---|
static BasicAnnotatorService |
PipelineFactory.buildPipeline()
create an AnnotatorService with default configuration.
|
static BasicAnnotatorService |
PipelineFactory.buildPipeline(Boolean disableCache,
String... views)
create an AnnotatorService with the given view names in the argument.
|
static BasicAnnotatorService |
ExternalAnnotatorServiceFactory.buildPipeline(Map<String,Annotator> annotators)
create an AnnotatorService with default configuration.
|
static BasicAnnotatorService |
PipelineFactory.buildPipeline(ResourceManager rm)
create an AnnotatorService with components specified by the ResourceManager (to override
defaults in
PipelineConfigurator |
static BasicAnnotatorService |
ExternalAnnotatorServiceFactory.buildPipeline(ResourceManager rm,
Map<String,Annotator> annotators)
create an AnnotatorService with components specified by the ResourceManager (to override
defaults in
ExternalToolsConfigurator |
static BasicAnnotatorService |
PipelineFactory.buildPipeline(String... views) |
static BasicAnnotatorService |
PipelineFactory.buildPipelineWithAllViews()
create an AnnotatorService with all the possible views in the pipeline.
|
static BasicAnnotatorService |
PipelineFactory.buildPipelineWithAllViews(Boolean disableCache)
create an AnnotatorService with all the possible views in the pipeline.
|
Copyright © 2017. All rights reserved.