FmllrRescoreArguments#
- class montreal_forced_aligner.transcription.multiprocessing.FmllrRescoreArguments(job_name, db_string, log_path, dictionaries, feature_strings, model_path, fmllr_options, tmp_lat_paths, final_lat_paths)[source]#
Bases:
MfaArgumentsArguments for
FmllrRescoreFunction- 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 filetmp_lat_paths (dict[int, Path]) – Per dictionary temporary lattice paths
final_lat_paths (dict[int, Path]) – Per dictionary lattice paths