zhifu gao
2024-04-02 edb96561762d42baa167397f85ccbb8cc8bfa4cc
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