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
应该输出首字母“S”,可是输出的是”D“。 版本1.0.2存在此问题
The text was updated successfully, but these errors were encountered:
这个“石”是一个多音字,还可能读dan 而d排在s前面,因此你从new ChineseChar(‘石’).Pinyins[0]取到的就是DAN4
new ChineseChar(‘石’).Pinyins[0]
Sorry, something went wrong.
对于多音字只能自己取正确的音
No branches or pull requests
应该输出首字母“S”,可是输出的是”D“。
版本1.0.2存在此问题
The text was updated successfully, but these errors were encountered: