Skip to content

anhlx412/tiengviet-to-tieqviet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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