Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 395 Bytes

Tshet-uinh Encoder Python

A Python library for the operating the basic structure of the Tshet-uinh phonological system

Install

$ pip install tshet-uinh-encoder

Usage

import TshetUinhEncoder as TE
print(TE.音韻地位.from描述('幫三凡入').)  # output: 咸

For detailed usage, see documentation.