Package | Description |
---|---|
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.corpusreaders.ontonotes | |
edu.illinois.cs.cogcomp.pipeline.main | |
edu.illinois.cs.cogcomp.verbsense.data | |
org.cogcomp.md |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIncrementalCorpusReader<T>
A corpus reader that allows incremental processing of a corpus (so not assuming all documents are
read and instantiated on instantiating the reader).
|
class |
AbstractSRLAnnotationReader |
class |
ACEReader
Corpus reader for the ACE data-set.
|
class |
CoNLLColumnFormatReader
Assumes the input is formatted with one word per line as follows.
|
class |
CoNLLNerReader
This reads column format CoNLL data for NER (from CoNLL 2002/2003 shared tasks).
|
class |
NombankReader |
class |
OntonotesReader
Based on
edu.illinois.cs.cogcomp.lbj.coref.io.loaders.DocCoNLLLoader from the Coref
package. |
class |
PennTreebankReader |
class |
PropbankReader |
class |
TreebankChunkReader
Read the WSJ chunk data reader, generated by the file chunlink.pl in the directory treebank-2 in
the standard Penn Treebank distribution.
|
class |
XmlDocumentReader
Generates an
XmlTextAnnotation object per file for a corpus consisting of files containing xml
fragments or full xml trees. |
class |
XmlFragmentWhitespacingDocumentReader
Generates a TextAnnotation object per file for a corpus consisting of files containing xml
fragments.
|
Modifier and Type | Class and Description |
---|---|
class |
EREDocumentReader
Strips all useless XML markup from an ERE xml document leaving the original text and where
needed, appropriate attribute values.
|
class |
EREEventReader
Read Event annotations from ERE corpus.
|
class |
EREMentionRelationReader
Reads ERE data and instantiates TextAnnotations with the corresponding Mention and Relation
views, as well as a Named Entity view.
|
class |
ERENerReader
Reads ERE data and instantiates TextAnnotations with the corresponding NER view.
|
Modifier and Type | Class and Description |
---|---|
class |
OntonotesNamedEntityReader
This class will traverse a directory hierarchy searching for any file with a
certain file extension.
|
class |
OntonotesTreebankReader
This class will traverse a directory hierarchy searching for any file with a
certain file extension.
|
Modifier and Type | Method and Description |
---|---|
void |
RunPipeline.RunPipelineWithCorpusReader(AnnotationReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
VerbSensePropbankReader |
Modifier and Type | Class and Description |
---|---|
class |
ColumnFormatReader
This is a reader similar to ACEReader
It reads column formatted files and returns TextAnnotations.
|
Copyright © 2017. All rights reserved.