Skip to content

nk2028/tshet-uinh-encoder-python

Repository files navigation

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.