Package cjklib :: Module build :: Class CharacterHangulBuilder
[hide private]
[frames] | no frames]

Class CharacterHangulBuilder

source code


Builds the character Hangul mapping table from the Unihan database.

Nested Classes [hide private]

Inherited from CharacterReadingBuilder: GENERATOR_CLASS, SimpleReadingSplitter

Instance Methods [hide private]

Inherited from UnihanDerivedBuilder: __init__, build, getGenerator

Inherited from EntryGeneratorBuilder: getEntryDict, remove

Inherited from TableBuilder: buildIndexObjects, buildTableObject, findFile

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  PROVIDES = 'CharacterHangul'
Contains the name of the table provided by this module.
  COLUMN_SOURCE = 'kHangul'
Unihan table column providing content for the table.

Inherited from CharacterReadingBuilder: COLUMN_TARGET, COLUMN_TARGET_TYPE, DEPENDS

Inherited from EntryGeneratorBuilder: COLUMNS, COLUMN_TYPES, INDEX_KEYS, PRIMARY_KEYS

Properties [hide private]

Inherited from object: __class__