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

Class CharacterRadicalBuilder

source code


Provides an abstract class for building a character radical mapping table using the Unihan database.

Nested Classes [hide private]
  RadicalExtractor
Generates the radical to character mapping from the Unihan table.
  GENERATOR_CLASS
Class defining the iterator for creating the table's data.
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]
  COLUMN_TARGET = 'RadicalIndex'
Column name for new data in created table.
  COLUMN_TARGET_TYPE = Integer()
Type of column for new data in created table.

Inherited from UnihanDerivedBuilder: COLUMN_SOURCE, DEPENDS

Inherited from EntryGeneratorBuilder: COLUMNS, COLUMN_TYPES, INDEX_KEYS, PRIMARY_KEYS

Inherited from TableBuilder: PROVIDES

Properties [hide private]

Inherited from object: __class__