mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
dict: 注音 ext 词库 #317
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user