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
1幢翻译结果为"1CHUANG",版本2.0.3
The text was updated successfully, but these errors were encountered:
柜的拼音错误翻为ju, 正确为gui. 版本com.github.promeg:tinypinyin:2.0.3
柜
ju
gui
com.github.promeg:tinypinyin:2.0.3
Sorry, something went wrong.
暂时可以这样解决 @qsjh898
Pinyin.init(Pinyin.newConfig() .with(new PinyinMapDict() { @Override public Map<String, String[]> mapping() { HashMap<String, String[]> map = new HashMap<>(); map.put("柜", new String[]{"GUI"}); return map; } }));
“哦”错误翻译为 "E",正确为 "O" ,版本com.github.promeg:tinypinyin:2.0.3
No branches or pull requests
1幢翻译结果为"1CHUANG",版本2.0.3
The text was updated successfully, but these errors were encountered: