load_result

YmlProjectIo.load_result(result_path: str) glotaran.project.result.Result[source]

Create a Result instance from the specs defined in a file.

Parameters

result_path (str | PathLike[str]) – Path containing the result data.

Returns

Result instance created from the saved format.

Return type

Result