Skip to content

Some Chinese words are not included in the module #3

Open
@LLauryn

Description

@LLauryn

The library of Chinese grapheme-to-phoneme conversion is not complete. I have found part of missed Chinese words: 邓,吴,鄂,皖,蔡,萨,廖,宋,秦,刘,滧,闫,陕,郑,郝,犇,鹏,陇,祾,渭,邹,濮,梵,佟,韩,龚,洛,湘,婍,沂,隋,洣,潘,蒋,禹,喲,闽,湳,綪,睍,孻,汶,杭,吶,黔,渝,辽,銶,滇,灞,溁,浙,渤,邵,赣,淮,郸,彭,傣,蜀,沪,癍,郦,滕,滦,榣,姈,亳,漳,邢,涪,尧,昝,羲,媃,粤,鞑
from g2pc import G2pC
g2p = G2pC()
print(g2p("吴"))
e.g. When I input the text "邓小平", the result for "邓" is ('邓', 'nr', '邓', '邓', '', '邓').
When I input "吴", the result is ('吴', 'nr', '吴', '吴', '', '吴'), etc.
All of words I post have the same problem like the examples above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions