We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
多音解析有问题 hans := "重" a := pinyin.NewArgs() a.Heteronym = true fmt.Println(pinyin.Pinyin(hans, a))
结果:zhong chong tong 多出了一个tong
The text was updated successfully, but these errors were encountered:
多音解析有问题 hans := "重" a := pinyin.NewArgs() a.Heteronym = true fmt.Println(pinyin.Pinyin(hans, a)) 结果:zhong chong tong 多出了一个tong
在多音模式下,汉字“路”的拼音会多出一个luo
Sorry, something went wrong.
No branches or pull requests
多音解析有问题
hans := "重"
a := pinyin.NewArgs()
a.Heteronym = true
fmt.Println(pinyin.Pinyin(hans, a))
结果:zhong chong tong 多出了一个tong
The text was updated successfully, but these errors were encountered: