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

Class JyutpingSyllablesBuilder

source code


Builds a list of Jyutping syllables.

Nested Classes [hide private]

Inherited from CSVFileLoader: DefaultDialect

Instance Methods [hide private]

Inherited from CSVFileLoader: __init__, build, getCSVReader, remove

Inherited from TableBuilder: buildIndexObjects, buildTableObject, findFile

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]

Inherited from CSVFileLoader: byte_string_dialect, unicode_csv_reader, utf_8_encoder

Class Variables [hide private]
  PROVIDES = 'JyutpingSyllables'
Contains the name of the table provided by this module.
  TABLE_CSV_FILE_MAPPING = 'jyutpingsyllables.csv'
csv file path
  TABLE_DECLARATION_FILE_MAPPING = 'jyutpingsyllables.sql'
file path containing SQL create table code.

Inherited from CSVFileLoader: INDEX_KEYS

Inherited from TableBuilder: DEPENDS

Properties [hide private]

Inherited from object: __class__