AccStatsArguments#

class montreal_forced_aligner.alignment.multiprocessing.AccStatsArguments(job_name, db_string, log_path, dictionaries, feature_strings, ali_paths, acc_paths, model_path)[source]#

Bases: MfaArguments

Arguments for AccStatsFunction

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

  • ali_paths (dict[int, Path]) – Per dictionary alignment paths

  • acc_paths (dict[int, Path]) – Per dictionary accumulated stats paths

  • model_path (Path) – Path to model file