Modifier and Type | Method and Description |
---|---|
void |
AnnotatorService.addAnnotator(Annotator annotator)
Add a new
Annotator to the service. |
void |
BasicAnnotatorService.addAnnotator(Annotator annotator)
Add a new
Annotator to the service. |
protected abstract void |
Annotator.addView(TextAnnotation ta)
create and add the view named by getViewName() to the TextAnnotation argument.
|
boolean |
AnnotatorService.addView(TextAnnotation ta,
String viewName)
The standard way of adding a specific
View to a
TextAnnotation . |
boolean |
BasicAnnotatorService.addView(TextAnnotation textAnnotation,
String viewName)
DOES NOT CACHE THE ADDED VIEW!!!
|
TextAnnotation |
BasicAnnotatorService.addViewsAndCache(TextAnnotation ta,
Set<String> viewsToAnnotate,
boolean clientForceUpdate)
add all the specified views to the specified
TextAnnotation and cache it. |
TextAnnotation |
AnnotatorService.annotateTextAnnotation(TextAnnotation ta,
boolean replaceExistingViews)
Add the specified views to the TextAnnotation argument.
|
TextAnnotation |
BasicAnnotatorService.annotateTextAnnotation(TextAnnotation ta,
boolean replaceExistingViews)
Add the specified views to the TextAnnotation argument.
|
TextAnnotation |
AnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text)
A convenience method for creating a
TextAnnotation and adding
all the View s supported by
this AnnotatorService . |
TextAnnotation |
BasicAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text)
Creates a
TextAnnotation with all annotators provided to this AnnotatorService . |
TextAnnotation |
AnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Set<String> viewNames)
An overloaded version of
AnnotatorService.createAnnotatedTextAnnotation(String, String, String) that
adds only the View s
requested. |
TextAnnotation |
BasicAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Set<String> viewsToAnnotate) |
TextAnnotation |
AnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Tokenizer.Tokenization tokenization)
A convenience method for creating a
TextAnnotation and adding
all the View s supported by
this AnnotatorService . |
TextAnnotation |
BasicAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Tokenizer.Tokenization tokenization)
A convenience method for creating a
TextAnnotation and adding
all the View s supported by
this AnnotatorService . |
TextAnnotation |
AnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Tokenizer.Tokenization tokenization,
Set<String> viewNames)
An overloaded version of
AnnotatorService.createAnnotatedTextAnnotation(String, String, String, Tokenizer.Tokenization) that
adds only the View s
requested. |
TextAnnotation |
BasicAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Tokenizer.Tokenization tokenization,
Set<String> viewNames)
An overloaded version of
BasicAnnotatorService.createAnnotatedTextAnnotation(String, String, String) that
adds only the View s
requested. |
TextAnnotation |
AnnotatorService.createBasicTextAnnotation(String corpusId,
String docId,
String text)
A convenience method for creating a
TextAnnotation . |
TextAnnotation |
BasicAnnotatorService.createBasicTextAnnotation(String corpusId,
String docId,
String text)
Creates a basic
TextAnnotation with sentence and token views with the pre-tokenized
text by using the TextAnnotationBuilder . |
TextAnnotation |
AnnotatorService.createBasicTextAnnotation(String corpusId,
String docId,
String text,
Tokenizer.Tokenization tokenization)
A convenience method for creating a
TextAnnotation while
respecting the pre-tokenization of text passed in the form of
Tokenizer.Tokenization . |
TextAnnotation |
BasicAnnotatorService.createBasicTextAnnotation(String corpusId,
String docId,
String text,
Tokenizer.Tokenization tokenization)
A convenience method for creating a
TextAnnotation while
respecting the pre-tokenization of text passed in the form of
Tokenizer.Tokenization . |
View |
Annotator.getView(TextAnnotation ta)
Add the view named by getViewName() to the TextAnnotation argument, and return the View
|
protected void |
BasicAnnotatorService.throwNotCachedException(String corpusId,
String docId,
String text) |
Constructor and Description |
---|
BasicAnnotatorService(TextAnnotationBuilder textAnnotationBuilder,
Map<String,Annotator> viewProviders)
constructor that uses AnnotatorServiceConfigurator default configuration
|
BasicAnnotatorService(TextAnnotationBuilder textAnnotationBuilder,
Map<String,Annotator> viewProviders,
ResourceManager rm)
constructor with ResourceManager properties for caching behavior
|
BasicAnnotatorService(TextAnnotationBuilder textAnnotationBuilder,
Map<String,Annotator> viewProviders,
String cacheFile,
boolean throwExceptionIfNotCached,
boolean disableCache,
boolean forceUpdate)
Populates the AnnotatorService with
View providers and initializes cache manager, if caching enabled. |
Modifier and Type | Method and Description |
---|---|
void |
ChunkerAnnotator.addView(TextAnnotation record) |
Modifier and Type | Method and Description |
---|---|
void |
CommaLabeler.addView(TextAnnotation ta) |
Modifier and Type | Method and Description |
---|---|
TextAnnotation |
PreProcessor.preProcess(List<String[]> text) |
TextAnnotation |
PreProcessor.preProcess(String text) |
Modifier and Type | Method and Description |
---|---|
void |
TextAnnotation.addView(Annotator annotator)
Adds a view that is generated by a
Annotator |
Modifier and Type | Method and Description |
---|---|
void |
CuratorAnnotatorService.addAnnotator(Annotator annotator)
Add a new
Annotator to the service. |
void |
CuratorAnnotator.addView(TextAnnotation ta) |
boolean |
CuratorAnnotatorService.addView(TextAnnotation ta,
String viewName) |
TextAnnotation |
CuratorAnnotatorService.annotateTextAnnotation(TextAnnotation ta,
boolean replaceExistingViews)
Add the specified views to the TextAnnotation argument.
|
TextAnnotation |
CuratorAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text) |
TextAnnotation |
CuratorAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Set<String> viewNames) |
TextAnnotation |
CuratorAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Tokenizer.Tokenization tokenization) |
TextAnnotation |
CuratorAnnotatorService.createAnnotatedTextAnnotation(String corpusId,
String textId,
String text,
Tokenizer.Tokenization tokenization,
Set<String> viewNames) |
TextAnnotation |
CuratorAnnotatorService.createBasicTextAnnotation(String corpusId,
String docId,
String text) |
TextAnnotation |
CuratorAnnotatorService.createBasicTextAnnotation(String corpusId,
String docId,
String text,
Tokenizer.Tokenization tokenization) |
Modifier and Type | Method and Description |
---|---|
void |
DepAnnotator.addView(TextAnnotation ta) |
Modifier and Type | Method and Description |
---|---|
void |
Preprocessor.annotate(TextAnnotation ta) |
DepInst |
CONLLReader.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleGazetteerAnnotator.addView(TextAnnotation ta)
The view will consist of potentially overlapping constituents representing those tokens that
matched entries in the gazetteers.
|
static void |
GazetteerViewGenerator.main(String[] args)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DataReader.preprocess(TextAnnotation ta) |
Modifier and Type | Method and Description |
---|---|
void |
IllinoisLemmatizer.addView(TextAnnotation textAnnotation) |
Modifier and Type | Method and Description |
---|---|
static void |
Stanford_3_8_0_AnnotatorService.initialize() |
static void |
PathLSTM_AnnotatorService.initialize() |
static void |
ClausIE_AnnotatorService.initialize() |
Modifier and Type | Method and Description |
---|---|
protected void |
StanfordRelationsHandler.addView(TextAnnotation ta) |
protected void |
StanfordOpenIEHandler.addView(TextAnnotation ta) |
protected void |
StanfordCorefHandler.addView(TextAnnotation ta) |
void |
PathLSTMHandler.addView(TextAnnotation ta) |
void |
StanfordTrueCaseHandler.addView(TextAnnotation ta) |
void |
StanfordParseHandler.addView(TextAnnotation textAnnotation) |
void |
StanfordDepHandler.addView(TextAnnotation textAnnotation) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClausIEAnnotator.addView(TextAnnotation ta) |
static BasicAnnotatorService |
ClauseAnnotatorFactory.buildPipeline()
create an AnnotatorService with default configuration.
|
static BasicAnnotatorService |
ClauseAnnotatorFactory.buildPipeline(ResourceManager rm) |
Modifier and Type | Method and Description |
---|---|
boolean |
SentencePipeline.addView(TextAnnotation textAnnotation,
String viewName)
DOES NOT CACHE THE ADDED VIEW!!!
|
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.
|
void |
RunPipeline.RunPipelineOnDataset(Path dataDirectory,
Path outDirectory)
Runs a caching pipeline on an entire data set.
|
TextAnnotation |
RunPipeline.RunPipelineOnFile(String fileName) |
Constructor and Description |
---|
SentencePipeline(TextAnnotationBuilder textAnnotationBuilder,
Map<String,Annotator> viewProviders,
ResourceManager rm)
constructor with ResourceManager properties for caching behavior
|
Modifier and Type | Method and Description |
---|---|
static void |
Stanford_3_8_0_Server.main(String[] args) |
static void |
PathLSTM_Server.main(String[] args) |
static void |
ClausIE_Server.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
POSAnnotator.addView(TextAnnotation record)
annotates TextAnnotation with POS view and adds it to the TextAnnotation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PrepSRLAnnotator.addView(TextAnnotation ta) |
Modifier and Type | Method and Description |
---|---|
boolean |
Preprocessor.annotate(TextAnnotation ta)
Add the required views to the
TextAnnotation . |
void |
PrepSRLDataReader.preprocess(TextAnnotation ta) |
Modifier and Type | Method and Description |
---|---|
void |
Quantifier.addView(TextAnnotation ta) |
List<QuantSpan> |
Quantifier.getSpans(String text,
boolean standardized,
TextAnnotation inputTA) |
Modifier and Type | Method and Description |
---|---|
void |
TemporalChunkerAnnotator.addView(TextAnnotation record) |
Modifier and Type | Method and Description |
---|---|
protected void |
VerbSenseAnnotator.addView(TextAnnotation textAnnotation) |
Modifier and Type | Method and Description |
---|---|
void |
MentionAnnotator.addView(TextAnnotation ta) |
Copyright © 2017. All rights reserved.