/qieyun-examples-node

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

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

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'