--- language: - yue pretty_name: "Cantonese (yue) G2P Dataset - zoengjyutgaai-saamgwokjinji" tags: - g2p license: cc0-1.0 task_categories: - text2text-generation --- # g2p Dataset (zoengjyutgaai-saamgwokjinji) - Cantonese (yue) ## Description The Cantonese (yue) language corpus for the G2P (Grapheme-to-Phoneme) task consists of 29,889 Cantonese sentences collected from [hon9kon9ize/zoengjyutgaai_saamgwokjinji_jyutping_crossValidated](https://huggingface.co/datasets/hon9kon9ize/zoengjyutgaai_saamgwokjinji_jyutping_crossValidated), which used [ToJyutping](https://github.com/CanCLID/ToJyutping) + [hon9kon9ize/wav2vec2bert-jyutping](https://huggingface.co/hon9kon9ize/wav2vec2bert-jyutping) for cross validation, aiming to reduce the error rate of Jyutping conversion. This dataset is formatted to align with the [CPP (Chinese Polyphones with Pinyin)](https://github.com/kakaobrain/g2pM?tab=readme-ov-file#the-cpp-dataset) structure, along with corresponding phonetic transcriptions for randomly selected polyphonic characters. ## Languages - Cantonese (yue) # File Descriptions *.sent: Contains words/sentences, with one polyphonic character wrapped by an ANCHOR_CHAR (▁) [Not underscore] per line. Only one polyphonic character is marked per sentence, distributed randomly for maximum coverage and even distribution. *.lb: Matches the .sent file, with each line containing the Jyutping transcription of the marked polyphonic character in .sent. *.pos: Matches the .sent file, with each line containing the POS tag of the marked polyphonic character in .sent, generated using `g2pW-Cantonese/scripts/tag_pos.py`. (See [original project](https://huggingface.co/datasets/Naozumi0512/g2p-Cantonese-aggregate#original-project)) ## Data Source - [hon9kon9ize/zoengjyutgaai_saamgwokjinji_jyutping_crossValidated](https://huggingface.co/datasets/hon9kon9ize/zoengjyutgaai_saamgwokjinji_jyutping_crossValidated) - [CanCLID/zoengjyutgaai_saamgwokjinji](https://huggingface.co/datasets/CanCLID/zoengjyutgaai_saamgwokjinji) ## Original Project https://github.com/Naozumi520/g2pW-Cantonese https://huggingface.co/Naozumi0512/g2pW-Cantonese ## License Follows the original source materials (CC0-1.0).