Update chinese.py

main
RVC-Boss 2 years ago committed by GitHub
parent 2e834b305f
commit 73cf11e04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,7 @@ pinyin_to_symbol_map = {
for line in open(os.path.join(current_file_path, "opencpop-strict.txt")).readlines() for line in open(os.path.join(current_file_path, "opencpop-strict.txt")).readlines()
} }
import jieba.posseg as psg import jieba_fast.posseg as psg
rep_map = { rep_map = {

Loading…
Cancel
Save