dict: 注音 ext 词库 #317

This commit is contained in:
Dvel
2023-06-26 15:39:10 +08:00
parent d7b400c410
commit c647c6cefd
15 changed files with 162495 additions and 162294 deletions

View File

@@ -31,7 +31,7 @@ func main() {
// _type: 1 只有汉字 2 汉字+注音 3 汉字+注音+权重 4 汉字+权重
rime.Check(rime.HanziPath, 3)
rime.Check(rime.BasePath, 3)
rime.Check(rime.ExtPath, 4)
rime.Check(rime.ExtPath, 3)
rime.Check(rime.TencentPath, 4)
fmt.Println("--------------------------------------------------")
@@ -40,7 +40,7 @@ func main() {
// 排序,顺便去重
rime.Sort(rime.HanziPath, 3)
rime.Sort(rime.BasePath, 3)
rime.Sort(rime.ExtPath, 4)
rime.Sort(rime.ExtPath, 3)
rime.Sort(rime.TencentPath, 4)
}