aaronhktan / jyut-dict

A free, open-source, offline Cantonese Dictionary for Windows, Mac, and Linux. Qt, SQLite. C++ and Python.
https://jyutdictionary.com
MIT License
126 stars 8 forks source link

#148: Improve romanization generation for dictionaries #150

Closed aaronhktan closed 8 months ago

aaronhktan commented 8 months ago

Description

This commit fixes PInyin generation where Pinyin containing "v"s gets incorrectly converted to "u:". An example of such a conversion is UV being converted into "uu:". This commit also generates Jyutping for CEDICT-style entries using pinyin_jyutping_sentence and pycantonese.

Closes #148.

Type of change

Checklist: