You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
v0.40.0go1.14.3gcc version 9.3.05.4.0-33-generic x86_64Description
The output of
pinyin -psometimes are not correct.Correct example:
$ pinyin -p 银行 2020/10/11 13:47:09 Load the gse dictionary: "/home/tong/l/ws/Go/pkg/mod/github.com/go-ego/gse@v0.50.3/data/dict/dictionary.txt" 2020/10/11 13:47:12 Gse dictionary loaded finished. yín xíngIncorrect example:
$ pinyin -p 中国话 2020/10/11 13:46:54 Load the gse dictionary: "/home/tong/l/ws/Go/pkg/mod/github.com/go-ego/gse@v0.50.3/data/dict/dictionary.txt" 2020/10/11 13:46:56 Gse dictionary loaded finished. zhng gu huàsomehow the 韵母 of the first two letters are incorrect.
Please double-check. thx.