Skip to content

module chuyen tu tieng viet co dau sang tieng viet khong dau

Notifications You must be signed in to change notification settings

hotrungnhan/vietnamese-tonemarkless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

module chuyen tu tieng viet co dau sang tieng viet khong dau

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published