游雁
2023-02-13 7a6d64fd23629bbb5ccc26c707f6e14005708ff3
funasr/runtime/python/onnxruntime/paraformer/rapid_paraformer/utils.py
@@ -22,8 +22,8 @@
class TokenIDConverter():
    def __init__(self, token_list: Union[Path, str],
                 unk_symbol: str = "<unk>",):
    def __init__(self, token_list: Union[List, str],
                 ):
        check_argument_types()
        # self.token_list = self.load_token(token_path)