嘉渊
2023-04-28 7fd63d75fb4dc6182b0d5ba96b7a6b9da9332d22
update
1个文件已修改
2 ■■■ 已修改文件
funasr/tasks/asr.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/tasks/asr.py
@@ -440,7 +440,7 @@
                token_type=args.token_type,
                token_list=args.token_list,
                bpemodel=args.bpemodel,
                non_linguistic_symbols=args.non_linguistic_symbols,
                non_linguistic_symbols=args.non_linguistic_symbols if hasattr(args, "non_linguistic_symbols") else None,
                text_cleaner=args.cleaner,
                g2p_type=args.g2p,
                split_with_space=args.split_with_space if hasattr(args, "split_with_space") else False,