work on pip package

This commit is contained in:
mrfakename
2025-05-06 18:59:32 -07:00
parent 54da683d36
commit a5746eaab6
36 changed files with 2928 additions and 1251 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Authors:
# 2019.5 Zhiyang Zhou (https://github.com/Joee1995/chn_text_norm.git)
# 2019.9 - 2022 Jiayu DU
#copy from https://github.com/coqui-ai/TTS/blob/dbf1a08a0d4e47fdad6172e433eeb34bc6b13b4e/TTS/tts/layers/xtts/zh_num2words.py
# copy from https://github.com/coqui-ai/TTS/blob/dbf1a08a0d4e47fdad6172e433eeb34bc6b13b4e/TTS/tts/layers/xtts/zh_num2words.py
import argparse
import csv
import os
@@ -1206,4 +1206,4 @@ if __name__ == "__main__":
ndone += 1
if ndone % args.log_interval == 0:
print(f"text norm: {ndone} lines done.", file=sys.stderr, flush=True)
print(f"text norm: {ndone} lines done in total.", file=sys.stderr, flush=True)
print(f"text norm: {ndone} lines done in total.", file=sys.stderr, flush=True)