This commit is contained in:
PingFeng Luo 2022-01-05 14:56:00 +08:00
parent f7b44da375
commit 25575254d5

View File

@ -52,7 +52,7 @@ def process_line(
word_syllables[ word_syllables[
pre_index * new_char_syllables_num + expand_index pre_index * new_char_syllables_num + expand_index
] += " " ] += " "
+ str(char_syllables[expand_index]) +str(char_syllables[expand_index])
word_syllables_num *= new_char_syllables_num word_syllables_num *= new_char_syllables_num
for word_syallable in word_syllables: for word_syallable in word_syllables: