mlrl.testbed.experiments.input.sources.source_text module

Author Michael Rapp (michael.rapp.ml@gmail.com)

Provides classes that allow reading textual input data from a text file.

class mlrl.testbed.experiments.input.sources.source_text.TextFileSource(directory: Path)

Bases: TextualFileSource

Allows to read textual input data from a text file.

SUFFIX_TEXT = 'txt'