zhifu gao
2024-01-26 4f224c88068b66bcb6f81570da59d99c9bba8288
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)