1.0.2 • Published 4 years ago

vietnamese-tonemarkless v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

License

MIT