zhifu gao
2024-01-31 dec1c875b2fcf0161755b93717d3eac856c6d15d
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)