Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Apr 19, 2024
1 parent 192e3e7 commit a4c04eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# qieyun-encoder-python
# Qieyun Encoder Python

A Python library for the operating the basic structure of the Qieyun phonological system

Expand All @@ -7,3 +7,12 @@ A Python library for the operating the basic structure of the Qieyun phonologica
```sh
$ pip install qieyun-encoder
```

## Usage

```python
import QieyunEncoder as QE
print(QE.音韻地位.from描述('幫三凡入').攝) # output: 咸
```

For detailed usage, see [documentation](https://qieyun-encoder-python.readthedocs.io).

0 comments on commit a4c04eb

Please sign in to comment.