We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pinyin -p
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.40.0
go1.14.3
gcc version 9.3.0
5.4.0-33-generic x86_64
The output of pinyin -p sometimes 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/[email protected]/data/dict/dictionary.txt" 2020/10/11 13:47:12 Gse dictionary loaded finished. yín xíng
Incorrect example:
$ pinyin -p 中国话 2020/10/11 13:46:54 Load the gse dictionary: "/home/tong/l/ws/Go/pkg/mod/github.com/go-ego/[email protected]/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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
v0.40.0
go1.14.3
gcc version 9.3.0
5.4.0-33-generic x86_64
Description
The output of
pinyin -p
sometimes 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/[email protected]/data/dict/dictionary.txt" 2020/10/11 13:47:12 Gse dictionary loaded finished. yín xíng
Incorrect example:
$ pinyin -p 中国话 2020/10/11 13:46:54 Load the gse dictionary: "/home/tong/l/ws/Go/pkg/mod/github.com/go-ego/[email protected]/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.
The text was updated successfully, but these errors were encountered: