CreateHclgArguments#

class montreal_forced_aligner.transcription.multiprocessing.CreateHclgArguments(job_name, session, log_path, lexicon_compiler, working_directory, small_arpa_path, medium_arpa_path, big_arpa_path, model_path, tree_path, hclg_options)[source]#

Bases: MfaArguments

Arguments for CreateHclgFunction

Parameters:
  • job_name (int) – Integer ID of the job

  • session (sqlalchemy.orm.scoped_session or str) – SqlAlchemy scoped session or string for database connections

  • log_path (Path) – Path to save logging information during the run

  • working_directory (Path) – Current working directory

  • small_arpa_path (Path) – Path to small ARPA file

  • medium_arpa_path (Path) – Path to medium ARPA file

  • big_arpa_path (Path) – Path to big ARPA file

  • model_path (Path) – Acoustic model path

  • hclg_options (dict[str, Any]) – HCLG options