Home | Trees | Indices | Help |
|
---|
|
Defines an abstract ReadingConverter between two or more readingss for doing entity wise conversion.
Converters that simply convert one syllable at once can implement this class and merely need to overwrite convertBasicEntity()
|
|||
list of str |
|
||
str |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Converts a list of entities in the source reading to the given target reading. The default implementation will raise a NotImplementedError.
|
Converts a basic entity (e.g. a syllable) in the source reading to the given target reading. This method is called by convertEntities() and a single entity is given for conversion. The default implementation will raise a NotImplementedError.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:35 2009 | http://epydoc.sourceforge.net |