tsroten/dragonmapper

weird output from to_pinyin

Closed this issue · 1 comments

The following code

print dragonmapper.hanzi.to_pinyin(u'女')
print dragonmapper.hanzi.to_pinyin(u'女人')

outputs:

n̈ǔ
nǚren

where i think it should be:


nǚren

@BrunoVanDamme Thanks for pointing out this bug. Not sure how that data slipped in there.