Skip to content

Convert from CAL code to Sedra 3 ASCII transliteration

License

Notifications You must be signed in to change notification settings

peshitta/cal-sedra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cal-sedra

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

Convert from CAL code to Sedra 3 ASCII transliteration

Installation

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

npm install cal-sedra --save

Following bundles are available:

  • cal-sedra.js - UMD ES5 version for use in browser, node, etc.
  • cal-sedra.min.js - minified version of cal-sedra.js
  • cal-sedra.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-sedra/-/cal-sedra-1.1.0.tgz

More information

Peshitta App

Beth Mardutho

CAL

For Sedra 3 to CAL conversion see: sedra-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

calSedra.mapper : Mapper

CAL to Sedra aramaic mapper

Kind: static constant of calSedra

calSedra.toSedra ⇒ string

Convert from CAL to Sedra 3 transliteration

Kind: static constant of calSedra
Returns: string - the input word converted to Sedra 3 representation

Param Type Description
word string input word in CAL code transliteration

calSedra.toSedraMap : Object.<string, string>

CAL to Sedra map

Kind: static constant of calSedra

About

Convert from CAL code to Sedra 3 ASCII transliteration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published