Skip to content

Commit

Permalink
Rename qieyun -> tshet-uinh
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Sep 9, 2024
1 parent f92f0af commit 9d57ef6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
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).
2 changes: 1 addition & 1 deletion check.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import fs from 'fs';

import { 音韻地位 } from 'qieyun';
import { 音韻地位 } from 'tshet-uinh';

const hanPattern =
/[\u3006\u3007\u4e00-\u9fff\u3400-\u4dbf\u{20000}-\u{2a6df}\u{2a700}-\u{2b73f}\u{2b740}-\u{2b81f}\u{2b820}-\u{2ceaf}\u{2ceb0}-\u{2ebef}\u{30000}-\u{3134f}]/u;
Expand Down
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
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"
}
}

0 comments on commit 9d57ef6

Please sign in to comment.