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

Class EDICTBuilder

source code


Builds the EDICT dictionary.

Nested Classes [hide private]

Inherited from EDICTFormatBuilder: TableGenerator

Instance Methods [hide private]

Inherited from EDICTFormatBuilder: __init__, build, buildFTS3CreateTableStatement, buildFTS3Tables, getArchiveContentName, getFileHandle, getGenerator, insertFTS3Tables, remove, testFTS3

Inherited from EntryGeneratorBuilder: getEntryDict

Inherited from TableBuilder: buildIndexObjects, buildTableObject, findFile

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

Class Variables [hide private]
  PROVIDES = 'EDICT'
Contains the name of the table provided by this module.
  FILE_NAMES = ['edict.gz', 'edict.zip', 'edict']
Names of file containing the edict formated dictionary.
  ENCODING = 'euc-jp'
Encoding of the dictionary file.
  IGNORE_LINES = 1
Number of starting lines to ignore.

Inherited from EDICTFormatBuilder: COLUMNS, COLUMN_TYPES, ENTRY_REGEX, FILTER, FULLTEXT_COLUMNS, INDEX_KEYS, PRIMARY_KEYS

Inherited from TableBuilder: DEPENDS

Properties [hide private]

Inherited from object: __class__