zhengr's picture
init
c02bdcd
raw
history blame contribute delete
162 Bytes
from typing import Callable
def normalizer_zh_tn() -> Callable[[str], str]:
from tn.chinese.normalizer import Normalizer
return Normalizer().normalize