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

Class CharacterKoreanRadicalBuilder

source code


Builds the character Korean radical mapping table from the Unihan database.

Nested Classes [hide private]

Inherited from CharacterRadicalBuilder: GENERATOR_CLASS, RadicalExtractor

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 = 'CharacterKoreanRadical'
Contains the name of the table provided by this module.
  COLUMN_SOURCE = 'kRSKorean'
Unihan table column providing content for the table.

Inherited from CharacterRadicalBuilder: COLUMN_TARGET, COLUMN_TARGET_TYPE

Inherited from UnihanDerivedBuilder: DEPENDS

Inherited from EntryGeneratorBuilder: COLUMNS, COLUMN_TYPES, INDEX_KEYS, PRIMARY_KEYS

Properties [hide private]

Inherited from object: __class__