| Class | Description |
|---|---|
| AbstractFileReader | |
| AggregateCollectionReader |
Aggregates several collection reader.
|
| ConcatReader |
TODO
|
| FileReader |
Simply iterates a directory, and delegates to an
AnalysisEngine to
retrieve the actual file and process it.NOTE: no JCas.documentText is set yet, the first
AnalysisEngine must do that |
| FromFilelistReader |
Simply iterates a file list (provided as txt file), and delegates to an
AnalysisEngine to retrieve the actual file and process it.NOTE: NO JCas.documentText is set yet, the first
AnalysisEngine must do that |
| LdaCReader |
Reads a corpus in LDA-C format:
[M] [term_1]:[count] [term_2]:[count] ... |
| OneDocPerLineIdsReader |
CollectionReader that takes simple text files as input. |
| OneDocPerLineReader |
CollectionReader that takes a simple text file as input. |
| OneDocPerLineReader2 |
CollectionReader that takes a simple text file as input. |
| OneDocPerLineReader3 |
CollectionReader that takes simple text files as input. |
| SingleAbstractReader |
Reads a single sample abstract, pmId 1957687.
|
| SingleFileReader |
Simply reads a single file, and delegates to an
AnalysisEngine to
retrieve the actual file and process it.NOTE: no JCas.documentText is set yet, the first
AnalysisEngine must do that |
| TextArrayReader |
CollectionReader that takes a simple text array as input.
|
| TextFileReader |
Iterates the given directory, and parses the text of individual .txt files
into
JCases. |
| TextLineReader |
CollectionReader that takes a simple text file as input.
|
| TextReader |
CollectionReader that takes a simple text as input.
|
| XCollectionReader |
A simple collection reader that reads CASes in as XMIs from a directory in
the filesystem.
|
| ZipXmiCollectionReader |
A simple collection reader that reads CASes in as Zipped XMIs from a
directory in the filesystem.
|
Copyright © 2015 Bluebrain Project. All rights reserved.