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

Class RadicalExtractor

source code

Generates the radical to character mapping from the Unihan table.

Instance Methods [hide private]
 
__init__(self, rsEntries, quiet=False)
Initialises the RadicalExtractor.
source code
 
generator(self)
Provides one entry per radical and character.
source code
Method Details [hide private]

__init__(self, rsEntries, quiet=False)
(Constructor)

source code 

Initialises the RadicalExtractor.

Parameters:
  • rsEntries (list of tuple) - character radical entries from the Unihan database
  • quiet (bool) - if true no status information will be printed