zhifu gao
2024-05-28 ba3a3bf4e67e861b833092d05d7c3842ea670cbc
funasr/tokenizer/phoneme_tokenizer.py
@@ -238,9 +238,7 @@
    """
    def __init__(
        self, descritive=False, group_vowels=False, to_syl=False, no_space=False
    ):
    def __init__(self, descritive=False, group_vowels=False, to_syl=False, no_space=False):
        self.descritive = descritive
        self.group_vowels = group_vowels
        self.to_syl = to_syl