texttechnologylab / DockerUnifiedUIMAInterface

A UIMA-based tool for the scaled, uniform, distributed, platform-independent and easily reusable use of Natural Language Processing (NLP) methods using Docker.
https://texttechnologylab.github.io/DockerUnifiedUIMAInterface/
GNU Affero General Public License v3.0
11 stars 10 forks source link

Duui data reader #56

Closed CedricBorko closed 1 year ago

CedricBorko commented 1 year ago

Added an Interface for a "DataReader" that is used to create the InputStreams for the AsyncCollectionReader. I also added a builder utlity to the AsyncCollectionReader to remove the necessity for multiple (that many) constructors.

DUUIDropboxDataReader has been successfully tested on its own as well as in combination with the AsyncCollectionReader.