-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# qieyun-text-label | ||
# tshet-uinh-text-label | ||
|
||
A corpus of Chinese texts labelled with their phonological position of the Qieyun phonological system | ||
|
||
## Usage | ||
|
||
``` | ||
https://cdn.jsdelivr.net/gh/nk2028/qieyun-text-label@<commit-sha>/index.txt | ||
https://cdn.jsdelivr.net/gh/nk2028/tshet-uinh-text-label@<commit-sha>/index.txt | ||
``` | ||
|
||
## View the data | ||
|
||
Open the [《切韻》音系自動推導器](https://nk2028.shn.hk/qieyun-autoderiver/), then select 為預設文章注音 (add pronunciation to the default articles). | ||
Open the [《切韻》音系自動推導器](https://nk2028.shn.hk/tshet-uinh-autoderiver/), then select 為預設文章注音 (add pronunciation to the default articles). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{ | ||
"name": "tshet-uinh-text-label", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"test": "node check.js" | ||
}, | ||
"devDependencies": { | ||
"qieyun": "^0.15.0-beta.1" | ||
"tshet-uinh": "^0.15.0" | ||
} | ||
} |