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

Class CEDICTGRWordIndexBuilder

source code


Builds the word index of the CEDICT-GR dictionary.

Nested Classes [hide private]

Inherited from WordIndexBuilder: WordEntryGenerator

Instance Methods [hide private]

Inherited from WordIndexBuilder: __init__, getGenerator

Inherited from EntryGeneratorBuilder: build, 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 = 'CEDICTGR_Words'
Contains the name of the table provided by this module.
  DEPENDS = ['CEDICTGR']
Contains the names of the tables needed for the build process.
  TABLE_SOURCE = 'CEDICTGR'
Dictionary source
  HEADWORD_SOURCE = 'Headword'
Source of headword

Inherited from WordIndexBuilder: COLUMNS, COLUMN_TYPES, INDEX_KEYS

Inherited from EntryGeneratorBuilder: PRIMARY_KEYS

Properties [hide private]

Inherited from object: __class__