Home | Trees | Indices | Help |
|
---|
|
Provides an operator on readings with a single character per entity.
|
|||
list of str |
|
||
str |
|
||
bool |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Decomposes the given string into basic entities that can be mapped to one Chinese character each (exceptions possible). The given input string can contain other non reading characters, e.g. punctuation marks. The returned list contains a mix of basic reading entities and other characters e.g. spaces and punctuation marks. The default implementation will raise a NotImplementedError.
|
Composes the given list of basic entities to a string. The default implementation will raise a NotImplementedError.
|
Returns true if the given entity is recognised by the reading operator, i.e. it is a valid entity of the reading returned by decompose(). The default implementation will raise a NotImplementedError.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:39 2009 | http://epydoc.sourceforge.net |