CorpusWorkflow#

class montreal_forced_aligner.db.CorpusWorkflow(**kwargs)[source]#

Bases: Base

Database class for storing information about a particular workflow (alignment, transcription, etc)

Parameters:
  • id (int) – Primary key

  • workflow_type (WorkflowType) – Workflow type

  • time_stamp (datetime.datetime) – Time stamp for the workflow run

  • score (float) – Log likelihood or other score for the workflow run

  • phone_intervals (list[PhoneInterval]) – Phone intervals linked to the workflow

  • word_intervals (list[WordInterval]) – Word intervals linked to the workflow