An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# tieqviet [![Build Status](https://travis-ci.org/phanan/tieqviet.svg?branch=master)](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)