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:
MfaArgumentsArguments 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 runfeature_strings (dict[int, str]) – Mapping of dictionaries to feature generation strings
model_path (
Path) – Path to model filehclg_paths (dict[int, Path]) – Per dictionary HCLG.fst paths
tmp_lat_paths (dict[int, Path]) – Per dictionary temporary lattice paths