load_model

Project.load_model(name: str) glotaran.model.model.Model[source]

Load a model.

Parameters

name (str) – The name of the model.

Returns

The loaded model.

Return type

Model

Raises

ValueError – Raised if the model does not exist.