Update chinese.py
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user