gpy
                                
                                
                                
                                    gpy copied to clipboard
                            
                            
                            
                        Go 语言汉字转拼音工具
## Question What does the `Heteronym` (多音字模式) do? ``` $ pinyin 银行 yin xing $ pinyin -e 银行 yin xing ``` I was hoping that when the `Heteronym` (多音字模式) is...
- 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...
pinyin_dict.go中的0x5757没有yué这个读音
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210616094352-59db8d763f22 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The current implementation did not handle the Chinese symbol (、) character correctly, resulting in its removal from the text. This made the original text difficult to read. To address this...
Please provide Issues links to: - Issues: https://github.com/go-ego/gpy/issues/27 ## Description Update examples and README.md to make `usage` easier to understand
The previous approach to adding spaces was overly mechanical, indiscriminately inserting spaces without considering the context of surrounding characters. This resulted in unexpected spaces in the output. This commit refactors...
The current usage example is relatively simple. If you want to see the usage method at a glance, it is difficult. Hope that Readme.md and example can be improved to...