zhifu gao
2024-03-27 2297d7515afbf7a081132f11cfc9e225d1c784e3
funasr/tokenizer/word_tokenizer.py
@@ -14,7 +14,6 @@
        delimiter: str = None,
        non_linguistic_symbols: Union[Path, str, Iterable[str]] = None,
        remove_non_linguistic_symbols: bool = False,
        **kwargs,
    ):
        self.delimiter = delimiter