0.1.2 • Published 6 years ago

tiengviet-to-tieqviet v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Bộ chuyển đổi tiếng việt phỏng theo nghiên cứu của PGS.TS Bùi Hiền (For fun :D). Module sử dụng Typescript

Installation

npm install --save tiengviet-to-tieqviet

Usage

Nodejs

var tieqviet = require('tiengviet-to-tieqviet');
console.log(tieqviet.convert('Luật giáo dục'));
Output should be 'Luật záo zụk'

TypeScript

import * as tieqviet from 'tiengviet-to-tieqviet';
console.log(tieqviet.convert('Luật giáo dục'));
Output should be 'Luật záo zụk'

Test

npm run test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.2 Initial release