vietnamese-tonemarkless
v1.0.2
Published
module chuyen tu tieng viet co dau sang tieng viet khong dau
Downloads
9
Maintainers
Readme
Foobar
A small module for converting vietnamese string to tonemarkless vietnamese. For searching purpose in mongodb ,you should made a new Fields and save tonemarkless string in there.
Installation
npm install vietnamese-tonemarkless
Usage
const removeMark = require("vietnamese-tonemarkless");
let str = removeMark("Hoàng xa,Trường xa là của Việt Nam");
console.log(str);
//hoang xa,truong xa la cua viet nam
//certainly
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.