Yabin Li
2024-01-17 dcc310e1a8ff75df5b8d091a9e26883b85b8afec
funasr/tokenizer/char_tokenizer.py
@@ -59,4 +59,4 @@
    def tokens2text(self, tokens: Iterable[str]) -> str:
        tokens = [t if t != self.space_symbol else " " for t in tokens]
        return "".join(tokens)
        return "".join(tokens)