游雁
2023-02-13 b004ceca7aaa59febe868616cce911dcd03a6dcf
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)