Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

JavaScript code examples to generate the derivatives of the Qieyun phonological system using qieyun-js (Node.js version)

License

Notifications You must be signed in to change notification settings

nk2028/qieyun-examples-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated: The functions of this project have been merged into qieyun-examples.


qieyun-examples-node

Install

npm install qieyun-examples-node@0.1.1

Usage

> const Qieyun = require('qieyun');
> const QieyunExamples = require('qieyun-examples-node');
> let 音韻地位 = Qieyun.query漢字('少')[0].音韻地位;
> QieyunExamples.kyonh(音韻地位);
'sjeux'
> QieyunExamples.baxter(音韻地位);
'syewX'
> QieyunExamples.unt_j(音韻地位);
'ɕe̋w'
> QieyunExamples.fanwan(音韻地位);
'shiu2';
> QieyunExamples.putonghua(音韻地位);
'shao3'
> QieyunExamples.gwongzau(音韻地位);
'siu2'