| Trees | Indices | Help |
|---|
|
|
object --+
|
SpeechSymbols
Contains raw information about the pronunciation of symbols. It does not handle inheritance of data from other sources, processing of text, etc. This is all handled by SpeechSymbolProcessor.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
IDENTIFIER_ESCAPES_INPUT = {"0": "\0", "t": "\t", "n": "\n", "
|
|||
IDENTIFIER_ESCAPES_OUTPUT = {v: k for k, v in IDENTIFIER_ESCAP
|
|||
LEVEL_INPUT = {"none": SYMLVL_NONE, "some": SYMLVL_SOME, "most
|
|||
LEVEL_OUTPUT = {v: k for k, v in LEVEL_INPUT.iteritems()}
|
|||
PRESERVE_INPUT = {"never": SYMPRES_NEVER, "always": SYMPRES_AL
|
|||
PRESERVE_OUTPUT = {v: k for k, v in PRESERVE_INPUT.iteritems()}
|
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor.
|
Load symbol information from a file.
|
Save symbol information to a file. |
|
|||
IDENTIFIER_ESCAPES_INPUT
|
IDENTIFIER_ESCAPES_OUTPUT
|
LEVEL_INPUT
|
PRESERVE_INPUT
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:57 2011 | http://epydoc.sourceforge.net |