cal-sedra v1.1.0
cal-sedra
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 --saveFollowing bundles are available:
cal-sedra.js- UMD ES5 version for use in browser, node, etc.cal-sedra.min.js- minified version ofcal-sedra.jscal-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
For Sedra 3 to CAL conversion see: sedra-cal
License
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
or
Development
npm installnpm run buildAPI Reference
- calSedra
- .mapper : Mapper
- .toSedra ⇒ string
- .toSedraMap : Object.<string, string>
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