parent
0335b8c17a
commit
6fe77e7400
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -0,0 +1,4 @@
|
||||
// ... existing code ...
|
||||
# 在加载模型后添加自定义词典
|
||||
jieba.load_userdict("custom_dict.txt") # 文件中包含: 花呗 n
|
||||
// ... existing code ...
|
@ -0,0 +1 @@
|
||||
花呗
|
Loading…
Reference in new issue