游雁
2023-12-21 f920ca62984a6b73b8d755b906c8bbda18d8e275
funasr/tokenizer/word_tokenizer.py
@@ -14,6 +14,7 @@
        delimiter: str = None,
        non_linguistic_symbols: Union[Path, str, Iterable[str]] = None,
        remove_non_linguistic_symbols: bool = False,
        **kwargs,
    ):
        self.delimiter = delimiter