cjklib.reading.converter.PinyinBrailleConverter:
PinyinBrailleConverter defines a converter between the Chinese
romanisation Hanyu Pinyin (with tone marks as numbers) and
the Braille system for Mandarin.
cjklib.reading.converter.PinyinIPAConverter:
Provides a converter between the Mandarin Chinese romanisation
Hanyu Pinyin and the International Phonetic Alphabet
(IPA) for Standard Mandarin.
cjklib.build.CharacterVariantBMPBuilder:
Builds a character variant mapping table from the Unihan database
for characters from the Basic Multilingual Plane (BMP) with code
values between U+0000 and U+FFFF.
cjklib.build.SlimUnihanBMPBuilder:
Builds a slim version of the Unihan database from the Unihan file
provided by Unicode for characters from the Basic Multilingual
Plane (BMP) with code values between U+0000 and U+FFFF.
cjklib.build.UnihanBMPBuilder:
Builds the Unihan database from the Unihan file provided by Unicode
for characters from the Basic Multilingual Plane (BMP) with code
values between U+0000 and U+FFFF.
cjklib.build.SlimUnihanBMPBuilder:
Builds a slim version of the Unihan database from the Unihan file
provided by Unicode for characters from the Basic Multilingual
Plane (BMP) with code values between U+0000 and U+FFFF.
cjklib.build.IICoreSetBuilder:
Builds a simple list of all characters in IICore (Unicode
International Ideograph Core).
cjklib.build.UnihanDerivedBuilder:
Provides an abstract class for building a table with a relation
between a Chinese character and another column using the Unihan
database.