mirror of
https://github.com/d0zingcat/rime-ice.git
synced 2026-06-07 23:26:49 +00:00
dict: 日常更新
This commit is contained in:
@@ -17,7 +17,8 @@ func Temp() {
|
||||
// GeneratePinyinTest("都挺长的")
|
||||
// GeneratePinyinTest("血条长")
|
||||
|
||||
findP(BasePath, "谁")
|
||||
// findP(ExtPath, "谁")
|
||||
Pinyin(ExtPath)
|
||||
}
|
||||
|
||||
// 列出字表中多音字的状况:是否参与自动注音
|
||||
@@ -137,4 +138,6 @@ func findP(dictPath string, ch string) {
|
||||
for _, line := range lines {
|
||||
file.WriteString(line + "\n")
|
||||
}
|
||||
|
||||
fmt.Println("done")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user