Skip to content

pinyin -p output sometimes incorrect #20

New issue

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

Open
suntong opened this issue Oct 11, 2020 · 0 comments
Open

pinyin -p output sometimes incorrect #20

suntong opened this issue Oct 11, 2020 · 0 comments

Comments

@suntong
Copy link
Contributor

suntong commented Oct 11, 2020

  • Ego version (or commit ref): v0.40.0
  • Go version: go1.14.3
  • Gcc version: gcc version 9.3.0
  • Operating system and bit: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant