Skip to content
New issue

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

翻译不准确 #32

Open
qsjh898 opened this issue Jun 27, 2018 · 3 comments
Open

翻译不准确 #32

qsjh898 opened this issue Jun 27, 2018 · 3 comments

Comments

@qsjh898
Copy link

qsjh898 commented Jun 27, 2018

1幢翻译结果为"1CHUANG",版本2.0.3

@alx696
Copy link

alx696 commented Aug 22, 2018

的拼音错误翻为ju, 正确为gui. 版本com.github.promeg:tinypinyin:2.0.3

@alx696
Copy link

alx696 commented Aug 22, 2018

暂时可以这样解决 @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;
          }
        }));

@LeonHover
Copy link

“哦”错误翻译为 "E",正确为 "O" ,版本com.github.promeg:tinypinyin:2.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants