brain_pipe.parserΒΆ

Module for parsers.

Modules

brain_pipe.parser.base

Base parser class to convert information into pipelines, loaders and runners.

brain_pipe.parser.file

Parser based on TextDictParser that can parse files instead of dictionaries.

brain_pipe.parser.simple_dict

Parsers that can parse dictionaries contain only text.

brain_pipe.parser.template_text

Class that can parse text with template stings into Runners and Pipelines.

brain_pipe.parser.text

Class that can parse text into Runners and Pipelines.

brain_pipe.parser.yaml

Parsers for YAML files.