Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 679 Bytes

phonology.rst

File metadata and controls

34 lines (22 loc) · 679 Bytes

Phonology

You could use from sinophone.phonology import * to import all the phonology-related interfaces.

Syllable

You could abbreviate sinophone.phonology.syllable.<something> to sinophone.phonology.<something>.

.. automodule:: sinophone.phonology.syllable
    :members:
    :show-inheritance:
    :inherited-members:
    :special-members: __init__


Phonology

You could abbreviate sinophone.phonology.phonology.<something> to sinophone.phonology.<something>.

.. automodule:: sinophone.phonology.phonology
    :members:
    :show-inheritance:
    :inherited-members:


Indices