Home | Trees | Indices | Help |
|
---|
|
Provides an operator for the Mandarin Wade-Giles romanisation.
Features:
|
|||
|
|||
list |
|
||
str |
|
||
list of str |
|
||
str |
|
||
tuple |
|
||
set of str |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
dict |
|
|
|||
Inherited from |
|
|||
READING_NAME =
Unique name of reading |
|||
DB_ASPIRATION_APOSTROPHE =
Default apostrophe used by Wade-Giles syllable data in database. |
|||
TO_SUPERSCRIPT =
Mapping of tone numbers to superscript numbers. |
|||
FROM_SUPERSCRIPT =
Mapping of superscript numbers to tone numbers. |
|||
Inherited from |
|
|||
Inherited from |
|
Creates an instance of the WadeGilesOperator.
|
Returns the reading operator's default options. The default implementation returns an empty dictionary. The keyword 'dbConnectInst' is not regarded a configuration option of the operator and is thus not included in the dict returned.
|
Returns a set of tones supported by the reading. These tones don't necessarily reflect the tones of the underlying language but may defer to reflect notational or other features. The default implementation will raise a NotImplementedError.
|
Composes the given list of basic entities to a string by applying a hyphen between syllables.
|
Removes hyphens between two syllables for a given decomposition.
|
Gets the entity with tone mark for the given plain entity and tone. The default implementation will raise a NotImplementedError.
|
Splits the entity into an entity without tone mark (plain entity) and the entity's tone. The default implementation will raise a NotImplementedError.
|
Gets the list of plain entities supported by this reading. Different to getReadingEntities() the entities will carry no tone mark. Syllables will use the user specified apostrophe to mark aspiration.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:40 2009 | http://epydoc.sourceforge.net |