CreateHclgArguments#
- class montreal_forced_aligner.transcription.multiprocessing.CreateHclgArguments(job_name, session, log_path, lexicon_compiler, working_directory, small_arpa_path, medium_arpa_path, big_arpa_path, model_path, tree_path, hclg_options)[source]#
Bases:
MfaArguments
Arguments for
CreateHclgFunction
- Parameters:
job_name (int) – Integer ID of the job
session (
sqlalchemy.orm.scoped_session
or str) – SqlAlchemy scoped session or string for database connectionslog_path (
Path
) – Path to save logging information during the runworking_directory (
Path
) – Current working directorysmall_arpa_path (
Path
) – Path to small ARPA filemedium_arpa_path (
Path
) – Path to medium ARPA filebig_arpa_path (
Path
) – Path to big ARPA filemodel_path (
Path
) – Acoustic model path