https://github.com/varnamproject/libvarnam-nodejs
Node.js port of libvarnam
https://github.com/varnamproject/libvarnam-nodejs
Last synced: about 2 months ago
JSON representation
Node.js port of libvarnam
- Host: GitHub
- URL: https://github.com/varnamproject/libvarnam-nodejs
- Owner: varnamproject
- Created: 2012-07-28T19:33:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T11:51:43.000Z (about 12 years ago)
- Last Synced: 2025-10-10T04:14:02.641Z (10 months ago)
- Language: C++
- Size: 1.19 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Varnam
A node module for an indic transliterator library called [varnam](https://github.com/navaneeth/libvarnam). This can be used to convert english to indic languages from javascript.
## How to build
You need the prerequisites of node-gyp to build this module
* Clone the repository
* `cd varnam-addon`
* `node-gyp configure build`
> Note: This is just a basic version and the api is not yet finalized.