DecodeArguments#

class montreal_forced_aligner.transcription.multiprocessing.DecodeArguments(job_name, session, log_path, working_directory, model_path, decode_options, hclg_paths)[source]#

Bases: MfaArguments

Arguments for DecodeFunction

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

  • dictionaries (list[int]) – List of dictionary ids

  • feature_strings (dict[int, str]) – Mapping of dictionaries to feature generation strings

  • decode_options (dict[str, Any]) – Decoding options

  • model_path (Path) – Path to model file

  • lat_paths (dict[int, Path]) – Per dictionary lattice paths

  • word_symbol_paths (dict[int, Path]) – Per dictionary word symbol table paths

  • hclg_paths (dict[int, Path]) – Per dictionary HCLG.fst paths