Skip to content

peshitta/cal-phonetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cal-phonetic

npm version npm module downloads Build Status License: MIT Dependency Status Coverage Status Gitter

CAL code to Latin phonetic transliteration

Installation

In order to use this library, Node.js should be installed. Then run:

npm install cal-phonetic --save

Following bundles are available:

  • cal-phonetic.js - UMD ES5 version for use in browser, node, etc.
  • cal-phonetic.min.js - minified version of cal-phonetic.js
  • cal-phonetic.esm.js - ES6 module version, suitable for bundling with other libraries and applications

The package could also be downloaded directly from: https://registry.npmjs.org/cal-phonetic/-/cal-phonetic-1.0.3.tgz

More information

Peshitta App

Beth Mardutho

CAL

License

MIT

Contributing

The final goal for this work is to learn the Word of God as recorded by Peshitta. You are welcomed to improve this implementation or provide feedback. Please feel free to Fork, create a Pull Request or submit Issues.

To read quick updates about Peshitta app or post questions or feedback, follow @peshittap at @peshittapor Gitter

Development

npm install
npm run build

API Reference

calPhonetic.mapper : Mapper

Phonetic Mapper

Kind: static constant of calPhonetic

calPhonetic.toPhonetic ⇒ string

Convert from CAL to Phonetic Latin

Kind: static constant of calPhonetic
Returns: string - the input word converted to phonetic Latin

Param Type Description
word string input word in CAL code transliteration

About

Transliterate CAL code to Latin phonetic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published