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

Class CombinedResidualStrokeCountExtractor

source code

Generates the character to residual stroke count mapping.

Instance Methods [hide private]
 
__init__(self, tableEntries, preferredBuilder, quiet=False)
Initialises the CombinedResidualStrokeCountExtractor.
source code
 
generator(self)
Provides one entry per character and z-Variant.
source code
Method Details [hide private]

__init__(self, tableEntries, preferredBuilder, quiet=False)
(Constructor)

source code 

Initialises the CombinedResidualStrokeCountExtractor.

Parameters:
  • tableEntries (list of list) - list of characters with Z-variant
  • preferredBuilder (instance) - TableBuilder which forms are preferred over entries from the Unihan table
  • quiet (bool) - if true no status information will be printed