CorpusWorkflow#
- class montreal_forced_aligner.db.CorpusWorkflow(**kwargs)[source]#
Bases:
BaseDatabase class for storing information about a particular workflow (alignment, transcription, etc)
- Parameters:
id (int) – Primary key
workflow_type (
WorkflowType) – Workflow typetime_stamp (
datetime.datetime) – Time stamp for the workflow runscore (float) – Log likelihood or other score for the workflow run
phone_intervals (list[
PhoneInterval]) – Phone intervals linked to the workflowword_intervals (list[
WordInterval]) – Word intervals linked to the workflow