Modifier and Type | Field and Description |
---|---|
protected Map<String,Annotator> |
BasicAnnotatorService.viewProviders
A way to define externally provided views.
|
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. |
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 | Class and Description |
---|---|
class |
ChunkerAnnotator
Wraps the Illinois Chunker (Shallow Parser) in an illinois-core-utilities Annotator
|
Modifier and Type | Class and Description |
---|---|
class |
CommaLabeler
An interface for providing a comma
PredicateArgumentView |
Modifier and Type | Method and Description |
---|---|
void |
TextAnnotation.addView(Annotator annotator)
Adds a view that is generated by a
Annotator |
Modifier and Type | Class and Description |
---|---|
class |
CuratorAnnotator
A single annotator object, corresponding to a
Curator.Client 's annotator. |
Modifier and Type | Method and Description |
---|---|
void |
CuratorAnnotatorService.addAnnotator(Annotator annotator)
Add a new
Annotator to the service. |
Modifier and Type | Class and Description |
---|---|
class |
DepAnnotator |
Modifier and Type | Class and Description |
---|---|
class |
BrownClusterViewGenerator
Use this class to create a brown cluster view for your text.
|
class |
ClauseViewGenerator
Creates a
SpanLabelView with clause information using the parse tree. |
class |
GazetteerViewGenerator
Deprecated.
|
class |
HeadFinderDependencyViewGenerator |
class |
PorterStemmer
Deprecated.
Use
illinois-lemmatizer instead |
class |
PseudoParse
Create a pseudo parse view from the clauses, shallow parse and the part of speech views.
|
class |
SimpleGazetteerAnnotator
This class contains all the gazetteer data and the tree used to search for term and phrase
matches.
|
class |
WordNetLemmaViewGenerator
Deprecated.
Use
illinois-lemmatizer instead |
class |
WordNetPlusLemmaViewGenerator
Deprecated.
Use
illinois-lemmatizer instead |
Modifier and Type | Class and Description |
---|---|
class |
NERAnnotator
Generate NER annotations using the Annotator API.
|
Modifier and Type | Class and Description |
---|---|
class |
IllinoisLemmatizer |
Modifier and Type | Class and Description |
---|---|
class |
POSFromParse
Generates a part-of-speech view using the pre-terminals from a parse tree.
|
Modifier and Type | Class and Description |
---|---|
class |
PathLSTMHandler |
class |
StanfordCorefHandler
Do co-reference with Stanford CoreNLP
|
class |
StanfordDepHandler
A wrapper for Stanford dependency parser in an illinois-core-utilities Annotator, for use as a
pipeline component.
|
class |
StanfordOpenIEHandler
Do openIE with Stanford CoreNLP
|
class |
StanfordParseHandler
A wrapper for Stanford dependency parser in an illinois-core-utilities Annotator, for use as a
pipeline component.
|
class |
StanfordRelationsHandler
Relation-mention detection with Stanford CoreNLP
|
class |
StanfordTrueCaseHandler
Recognizes the true case of tokens in text where this information was lost, e.g., all upper case text.
|
Modifier and Type | Class and Description |
---|---|
class |
ClausIEAnnotator |
Modifier and Type | Method and Description |
---|---|
void |
SentencePipeline.processBySentence(Annotator annotator,
TextAnnotation textAnnotation)
Process each sentence individually.
|
Modifier and Type | Method and Description |
---|---|
static BasicAnnotatorService |
ExternalAnnotatorServiceFactory.buildPipeline(Map<String,Annotator> annotators)
create an AnnotatorService with default configuration.
|
static BasicAnnotatorService |
ExternalAnnotatorServiceFactory.buildPipeline(ResourceManager rm,
Map<String,Annotator> annotators)
create an AnnotatorService with components specified by the ResourceManager (to override
defaults in
ExternalToolsConfigurator |
Constructor and Description |
---|
SentencePipeline(TextAnnotationBuilder textAnnotationBuilder,
Map<String,Annotator> viewProviders,
ResourceManager rm)
constructor with ResourceManager properties for caching behavior
|
Modifier and Type | Class and Description |
---|---|
class |
ServerClientAnnotator
Client to make calls to the remote pipeline server
|
Modifier and Type | Class and Description |
---|---|
class |
POSAnnotator
Wraps the Illinois part-of-speech tagger in an illinois-core-utilites Annotator, to be a pipeline
component.
|
Modifier and Type | Class and Description |
---|---|
class |
PrepSRLAnnotator
An
Annotator that adds a TokenLabelView for Prepositional SRL. |
Modifier and Type | Class and Description |
---|---|
class |
Quantifier |
Modifier and Type | Class and Description |
---|---|
class |
TemporalChunkerAnnotator
Created by zhilifeng on 10/2/16.
|
Modifier and Type | Class and Description |
---|---|
class |
VerbSenseAnnotator |
Modifier and Type | Class and Description |
---|---|
class |
MentionAnnotator
This class gives a given TextAnnotation a new View ViewNames.MENTION
The View contains Constituents that are annotated mentions of the given TextAnnotation
The annotator requires POS View to work.
|
Copyright © 2017. All rights reserved.