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
- Raises
ValueError – Raised if the model does not exist.
Load a model.
name (str) – The name of the model.
The loaded model.
ValueError – Raised if the model does not exist.