| Package | Description |
|---|---|
| ch.epfl.bbp.uima.ae.serialization | |
| ch.epfl.bbp.uima.cr |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryCasReader
Reads CASes from a serialized, compressed binary format, in a
StructuredDirectory, that has been created with
BinaryCasWriter.REM: it is recommended to specify LargeDirectoryIterator as BlueUima.PARAM_DIRECTORY_ITERATOR, e.g. |
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
class |
TextFileReader
Iterates the given directory, and parses the text of individual .txt files
into
JCases. |
class |
XCollectionReader
A simple collection reader that reads CASes in as XMIs from a directory in
the filesystem.
|
class |
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.