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
What does the Heteronym (多音字模式) do?
Heteronym
$ pinyin 银行 yin xing $ pinyin -e 银行 yin xing
I was hoping that when the Heteronym (多音字模式) is on, the second output would be
yin hang
The text was updated successfully, but these errors were encountered:
Use pinyin -p 银行.
pinyin -p 银行
Sorry, something went wrong.
Not working:
$ pinyin -p 银行 yin xing $ pinyin -e -p 银行 yin xing
I now have a feeling that the Heteronym (多音字模式) mode is broken.
Take a look at https://github.com/go-cc/cc2py#examples
The output of its 多音字模式 is:
$ echo "中国人的〖中国银行〗,很.行.。" | cc2py -i -p -t 3 zhōng/zhòng guó rén de/dì/dí 〖zhōng/zhòng guó yín xíng/háng/xìng/hàng/héng 〗,hěn .xíng/háng/xìng/hàng/héng .。
I was wondering what this line does
gpy/tools/pinyin/main.go
Line 84 in c1449e7
and now I think it should be for the 多音字模式 .
No branches or pull requests
Question
What does the
Heteronym
(多音字模式) do?I was hoping that when the
Heteronym
(多音字模式) is on, the second output would beyin hang
The text was updated successfully, but these errors were encountered: