TextProcApplication 1.0.0-SNAPSHOT API
Module | Description |
---|---|
es.uvigo.esei.sing.textproc.abstracttppstep |
This module provides a skeletal implementation of a TextProc processing step
in the form of an abstract class, to keep code DRY and consistent between
steps.
|
es.uvigo.esei.sing.textproc.logging |
The TextProc logging facilities, that rely on the
java.logging
package. |
es.uvigo.esei.sing.textproc.main |
The TextProc main and entity classes module.
|
es.uvigo.esei.sing.textproc.persistence |
The TextProc persistence access layer, using Java Persistence API.
|
es.uvigo.esei.sing.textproc.step |
The TextProc processing step API, including unprocessed document types, step
interfaces and abstract classes, and process definition document handling
logic.
|