Home | Trees | Indices | Help |
---|
|
object --+ | MarkupManagement
|
|||
Inherited from |
|
|||
|
|||
String |
|
||
int |
|
||
String. |
|
||
|
|||
int |
|
||
int |
|
||
|
|||
|
|||
String. |
|
||
|
|
|||
openMark =
|
|||
closeMark =
|
|||
marks =
|
|||
emphasisVals =
|
|||
units =
|
|||
ssmlOpener =
|
|||
ssmlCLoser =
|
|||
markupOpeningLen = 2
|
|||
splitter = re.compile(r'
|
|||
letterChecker = re.compile(r'
|
|||
digitChecker = re.compile(r'
|
|
|||
Inherited from |
|
Given appropriate information, enclose parts of a string in a SpeakEasy speech markup. Note that these are the less intrusive markups (an opening char plus a char identifying the type of markup (speech rate, pitch, volume, level, silence length).
|
Remove one SpeakEasy markup from a string.
|
Given a string and position within the string, Find the immediately enclosing markup, and return its magnitude.
|
Change magnitude part of an existing markup.
|
Given a string and a cursor position into it, return the cursor position of the nearest opening markup char.
|
Given a string, a start position within the string, and a number of words, return number of chars to end of start plus numWords words.
|
Return True if theStr contains a legal speech markup opening at cursorPos. Else throw error with illuminating text.
|
Given a string with SpeakEasy markups, replace all SpeakEasy markups with official W3C SSML.
|
|
ssmlOpener
|
ssmlCLoser
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 26 18:08:31 2012 | http://epydoc.sourceforge.net |