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
npm install --save tiengviet-to-tieqviet
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'
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'
npm run test
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.
- 0.1.2 Initial release