雾聪
2024-01-08 2acef4bdaea588adee3098a057a395937dff4e6a
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