1.0.0 • Published 4 years ago

vietnamese-non-tonemark v1.0.0

Weekly downloads
-
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 shold made a new property and save tonemarkless string in there.

Installation

npm install vietnamese-tonemarkless

Usage

const removeMark = require("vietnamese-tonemarkless");
let str = removeMark("Tiếng việt không dấu");
console.log(str);
//tieng viet khong dau

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

1.0.0

4 years ago