Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhendong authored Nov 11, 2024
1 parent 04f0b26 commit f150051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion montreal_forced_aligner/command_line/align_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def align_one_cli(context, **kwargs) -> None:
ignore_case=c.get("ignore_case", True),
)
else:
tokenizer = generate_language_tokenizer(acoustic_model.meta["language"])
tokenizer = generate_language_tokenizer(acoustic_model.language)
file_name = sound_file_path.stem
file = FileData.parse_file(file_name, sound_file_path, text_file_path, "", 0)
file_ctm = HierarchicalCtm([])
Expand Down

0 comments on commit f150051

Please sign in to comment.