Skip to content

Commit

Permalink
fix(norm): 不能读出啊和呃的bug (#783)
Browse files Browse the repository at this point in the history
Co-authored-by: dragon <[email protected]>
Co-authored-by: 源文雨 <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 7859309 commit 8e6e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/normalizer/zh.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
def normalizer_zh_tn() -> Callable[[str], str]:
from tn.chinese.normalizer import Normalizer

return Normalizer().normalize
return Normalizer(remove_interjections=False).normalize

0 comments on commit 8e6e6c9

Please sign in to comment.