tsroten / dragonmapper

Identification and conversion functions for Chinese text processing
MIT License
54 stars 18 forks source link

Bug fix (Issue #30), "lüÈ/nüÈ" > "lüè/nüè" #38

Closed ctaguchi closed 4 months ago

ctaguchi commented 5 months ago

Fixed the file hanzi_pinyin_words.tsv to correctly output lüè/nüè (i.e., bug fix for Issue #30 ). Added a test in test_hanzi.py to test the bug fix.

tsroten commented 4 months ago

Thanks for your contribution!