| Class | Description |
|---|---|
| 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).
|
| AbstractIncrementalXmlCorpusReader |
A corpus reader that allows incremental processing of a corpus (so not assuming all documents are
read and instantiated on instantiating the reader).
|
| AbstractSRLAnnotationReader | |
| ACEReader |
Corpus reader for the ACE data-set.
|
| AnnotationReader<T> |
A fairly generic iterator that generates some kind of Annotation objects from some input source.
|
| CoNLLColumnFormatReader |
Assumes the input is formatted with one word per line as follows.
|
| CoNLLNerReader |
This reads column format CoNLL data for NER (from CoNLL 2002/2003 shared tasks).
|
| CorpusReaderConfigurator |
Created by mssammon on 6/21/16.
|
| NombankReader | |
| OntonotesReader |
Based on
edu.illinois.cs.cogcomp.lbj.coref.io.loaders.DocCoNLLLoader from the Coref
package. |
| PennTreebankPOSReader |
A simple reader for the bracketed version of the Penn Treebank corpus
|
| PennTreebankReader | |
| PropbankReader | |
| TreebankChunkReader |
Read the WSJ chunk data reader, generated by the file chunlink.pl in the directory treebank-2 in
the standard Penn Treebank distribution.
|
| XmlDocumentReader |
Generates an
XmlTextAnnotation object per file for a corpus consisting of files containing xml
fragments or full xml trees. |
| XmlFragmentWhitespacingDocumentReader |
Generates a TextAnnotation object per file for a corpus consisting of files containing xml
fragments.
|
| Enum | Description |
|---|---|
| PropbankReader.Aspects | |
| PropbankReader.Forms | |
| PropbankReader.Person | |
| PropbankReader.Tenses | |
| PropbankReader.Voices |
Copyright © 2017. All rights reserved.