Home | Trees | Indices | Help |
|
---|
|
Provides an operator for the Cantonese romanisation Jyutping made by the Linguistic Society of Hong Kong (LSHK).
See Also:
|
|||
|
|||
list |
|
||
str |
|
||
str |
|
||
tuple |
|
||
set of str |
|
||
tuple of str |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
dict |
|
|
|||
Inherited from |
|
|||
READING_NAME =
Unique name of reading |
|||
readingEntityRegex = re.compile(r' Regular Expression for finding romanisation entities in input. |
|
|||
Inherited from |
|
Creates an instance of the JyutpingOperator.
|
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. The default implementation will raise a NotImplementedError.
|
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. The default implementation will raise a NotImplementedError.
|
Splits the given plain syllable into onset (initial) and rhyme (final). The syllabic nasals m, ng will be regarded as being finals.
To Do (Impl): Finals ing, ik, ung, uk differ from other finals with same vowels. What semantics/view do we want to provide on the syllable parts? |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:38 2009 | http://epydoc.sourceforge.net |