https://github.com/phanan/tieqviet
A trivial module to convert Vietnamese into the new, experimental, IPA
https://github.com/phanan/tieqviet
Last synced: over 1 year ago
JSON representation
A trivial module to convert Vietnamese into the new, experimental, IPA
- Host: GitHub
- URL: https://github.com/phanan/tieqviet
- Owner: phanan
- License: mit
- Created: 2017-11-25T12:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T22:34:12.000Z (over 6 years ago)
- Last Synced: 2025-02-27T17:35:16.050Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 74
- Watchers: 7
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# tieqviet [](https://travis-ci.org/phanan/tieqviet)
> A for-fun module to convert Tiếng Việt into the newly suggested IPA – [more info in Vietnamese](https://thanhnien.vn/giao-duc/khi-tieng-viet-duoc-viet-thanh-tieq-viet-903068.html). A demo can be found [here](https://tieqviet.surge.sh/).
## Install
```
$ npm install tieqviet
```
## Usage
```js
const tieqViet = require('tieqviet');
tieqViet('Tiếng Việt giàu và đẹp. Đùa đấy ahihi đồ ngốk.');
// Tiếq Việt zàu và dẹp. Dùa dấy ahihi dồ qốk.
```
## License
MIT © [Phan An](https://github.com/phanan)