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

  • db_string (str) – String for database connections

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

  • working_directory (Path) – Current working directory

  • words_path (Path) – Path to words symbol table

  • carpa_path (Path) – Path to .carpa file

  • 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

  • disambig_L_path (Path) – Path to disambiguated lexicon file

  • disambig_int_path (Path) – Path to disambiguation symbol integer file

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

  • words_mapping (dict[str, int]) – Words mapping