TextFile#

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

Bases: Base

Database class for storing information about transcription files

Parameters:
  • file_id (int) – Foreign key to File

  • file (File) – Root file

  • text_file_path (Path) – Path to the transcription file

  • file_type (str) – Type of the transcription file (lab, TextGrid, etc)