zhifu gao
2024-01-24 1c8376ea7e3be1150991bd225ab8cbf2c5b3df93
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)