Package | Description |
---|---|
edu.illinois.cs.cogcomp.annotation | |
edu.illinois.cs.cogcomp.curator | |
edu.illinois.cs.cogcomp.ner | |
edu.illinois.cs.cogcomp.ner.tagger |
This package contains the command line tagger and associated required files and interfaces.
|
edu.illinois.cs.cogcomp.nlp.corpusreaders | |
edu.illinois.cs.cogcomp.nlp.corpusreaders.ereReader |
Classes here are used to read the LDC ERE data corpuse.
|
edu.illinois.cs.cogcomp.nlp.utility | |
edu.illinois.cs.cogcomp.pipeline.main | |
edu.illinois.cs.cogcomp.quant.driver | |
edu.illinois.cs.cogcomp.tokenizer |
Modifier and Type | Class and Description |
---|---|
class |
BasicTextAnnotationBuilder
A simple TextAnnotationBuilder that is meant to be used with pre-tokenized text (e.g.
|
Modifier and Type | Field and Description |
---|---|
protected TextAnnotationBuilder |
BasicAnnotatorService.textAnnotationBuilder
provides tokenization and sentence splitting to create a basic TextAnnotation object from
plain text String.
|
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. |
XmlTextAnnotationMaker(TextAnnotationBuilder taBuilder,
XmlDocumentProcessor xmlProcessor)
Specifies the behavior of the XmlTextAnnotationMaker: tokenization (via the TextAnnotationBuilder),
which xml tags to use for body text and for retained attributes
|
Modifier and Type | Class and Description |
---|---|
class |
CuratorTextAnnotationBuilder
A simple
TextAnnotation
builder, that uses CuratorClient to create a
TextAnnotation and populate it with
ViewNames.TOKENS and
ViewNames.SENTENCE views. |
Modifier and Type | Field and Description |
---|---|
protected TextAnnotationBuilder |
Main.tab
this helper can create text annotations from text.
|
Modifier and Type | Field and Description |
---|---|
protected TextAnnotationBuilder |
NamedEntityTagger.tab
this helper can create text annotations from text.
|
Constructor and Description |
---|
FileIOAnnotationJob(String inputfile,
String outputfile,
TextAnnotationBuilder tab,
NERAnnotator ann)
We must be provided an input and output file name.
|
Modifier and Type | Field and Description |
---|---|
protected TextAnnotationBuilder |
XmlFragmentWhitespacingDocumentReader.taBuilder |
Constructor and Description |
---|
CoNLLColumnFormatReader(String corpus,
String section,
String columnFile,
String predicateArgumentViewName,
TextAnnotationBuilder textAnnotationBuilder)
Initialize the reader.
|
Modifier and Type | Method and Description |
---|---|
static XmlTextAnnotationMaker |
EREDocumentReader.buildXmlTextAnnotationMaker(TextAnnotationBuilder textAnnotationBuilder,
EREDocumentReader.EreCorpus ereCorpus,
boolean throwExceptionOnXmlParseFail)
builds an
XmlTextAnnotationMaker expecting ERE annotation. |
Constructor and Description |
---|
EREDocumentReader(EREDocumentReader.EreCorpus ereCorpus,
TextAnnotationBuilder taBuilder,
String corpusRoot,
boolean throwExceptionOnXmlParseFailure)
build an EREDocumentReader configured for the specified ERE release, using provided TextAnnotationBuilder
(allows for non-English, non-UIUC tokenizer)
|
EREEventReader(EREDocumentReader.EreCorpus ereCorpus,
TextAnnotationBuilder taBldr,
String corpusRoot,
boolean throwExceptionOnXmlParseFailure)
constructor to allow arbitrary language/tokenization behavior via explicit TextAnnotationBuilder
|
EREMentionRelationReader(EREDocumentReader.EreCorpus ereCorpus,
TextAnnotationBuilder taBuilder,
String corpusRoot,
boolean throwExceptionOnXmlParseFailure)
Read mention-relation annotations -- including coreference -- from ERE corpus.
|
ERENerReader(EREDocumentReader.EreCorpus ereCorpus,
TextAnnotationBuilder textAnnotationBuilder,
String corpusRoot,
boolean throwExceptionOnXmlParseFailure,
boolean addNominalMentions,
boolean addFillers)
Reads Named Entity -- and possibly nominal mention -- annotation from an ERE-format corpus.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenizerTextAnnotationBuilder
A set of convenience methods for constructing TextAnnotations.
|
Constructor and Description |
---|
SentencePipeline(TextAnnotationBuilder textAnnotationBuilder,
Map<String,Annotator> viewProviders,
ResourceManager rm)
constructor with ResourceManager properties for caching behavior
|
Modifier and Type | Field and Description |
---|---|
static TextAnnotationBuilder |
Quantifier.taBuilder |
Modifier and Type | Method and Description |
---|---|
static TextAnnotationBuilder |
MultiLingualTokenizer.getTokenizer(String lang) |
Copyright © 2017. All rights reserved.