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.
|
Constructor and Description |
---|
XmlDocumentReader(ResourceManager rm,
XmlTextAnnotationMaker xmlTextAnnotationMaker)
Instantiate a reader for an xml corpus.
|
Modifier and Type | Method and Description |
---|---|
static XmlTextAnnotationMaker |
EREDocumentReader.buildEreXmlTextAnnotationMaker(String ereCorpusVal,
boolean throwExceptionOnXmlParseFailure)
builds an XmlTextAnnotationMaker that handles the source files from the specified ERE release
|
static XmlTextAnnotationMaker |
EREDocumentReader.buildXmlTextAnnotationMaker(EREDocumentReader.EreCorpus ereCorpus,
boolean throwExceptionOnXmlParseFail)
builds an
XmlTextAnnotationMaker for reading ERE format English corpus. |
static XmlTextAnnotationMaker |
EREDocumentReader.buildXmlTextAnnotationMaker(TextAnnotationBuilder textAnnotationBuilder,
EREDocumentReader.EreCorpus ereCorpus,
boolean throwExceptionOnXmlParseFail)
builds an
XmlTextAnnotationMaker expecting ERE annotation. |
Constructor and Description |
---|
EREDocumentReader(ResourceManager rm,
XmlTextAnnotationMaker xmlTextAnnotationMaker) |
Copyright © 2017. All rights reserved.