LatGenFmllrArguments#

class montreal_forced_aligner.transcription.multiprocessing.LatGenFmllrArguments(job_name, db_string, log_path, dictionaries, feature_strings, model_path, decode_options, word_symbol_paths, hclg_paths, tmp_lat_paths)[source]#

Bases: MfaArguments

Arguments for LatGenFmllrFunction

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

  • model_path (Path) – Path to model file

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

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

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