See: Description
| Interface | Description |
|---|---|
| TextInputter |
Interface for retrieving text from a possibly segmented input source.
|
| Class | Description |
|---|---|
| CompressedXMLTextInputter |
XML Text inputter which stored XML text in compressed form.
|
| DefaultTextInputter |
Default text inputter.
|
| DiskBasedXMLTextInputter |
Text inputter which reads text from a TEI or EEBO XML fileL.
|
| FirstTokenURLTextInputter |
Text inputter which reads only the first token in each line from a URL.
|
| GapFixer |
Adds displayable content for certain gap elements in XML file.
|
| GapFixer.GapProcessor |
JDOM element processor which fixes
|
| OrigFixer |
Fixes <orig> element and surrounding elements.
|
| OrigFixer.OrigProcessor |
JDOM element processor which fixes
|
| SimpleXMLTextInputter |
Text inputter which reads text from a URL.
|
| TextInputterFactory |
TextInputter factory.
|
| URLTextInputter |
Text inputter which reads text from a URL.
|
| XMLTextInputter |
Text inputter which reads text from a TEI or EEBO XML file.
|
The inputter package contains classes for reading text files to be adorned by MorphAdorner.
All MorphAdorner inputters must implement the
TextInputter
interface. The
TextInputterFactory
provides the mechanism for instantiating a default or specified instance
of an inputter implementation.