construct_output_tiers#

montreal_forced_aligner.textgrid.construct_output_tiers(session, file_id, workflow, cleanup_textgrids, clitic_marker, include_original_text)[source]#

Construct aligned output tiers for a file

Parameters:
  • session (Session) – SqlAlchemy session

  • file_id (int) – Integer ID for the file

Returns:

Aligned tiers

Return type:

Dict[str, Dict[str,List[CtmInterval]]]