load_model

YmlProjectIo.load_model(file_name: str) glotaran.model.model.Model[source]

parse_yaml_file reads the given file and parses its content as YML.

Parameters

filename (str) – filename is the of the file to parse.

Returns

The content of the file as dictionary.

Return type

Model