0.1.10 • Published 3 years ago

umschrift v0.1.10

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Umschrift

A tool for transliterating liturgical Hebrew texts to German. It is an augmentation of havarot.

about

This schema for transliteration was developed by Rabbi Zsolt. Its purpose is to transliterate litrugical Hebrew into German orthography.

install

npm

npm install umschrift

local

Download or clone this repository.

cd unschrift
npm install
npm run build

example

const umschrift = require("umschrift");
const Text = umschrift.Text;
const heb = new Text("שָׁלֹום");
const transliteration = heb.transliterate();
transliteration;
// schalom

Schema

Consonants

For consonants with slashes, the left hand side reprsents the unmarked (i.e. spirantized) form, and the right side is the marked form.

ConsonantTransliterationConsonantTransliteration
אמ םm
בb/wנ ןn
גgסss
דdע-
הhפ ףp/v/f
וwצ ץz
זsקk
חchרr
טtשׂss
יjשׁsch
כ ךk/chתt
לl

Vowels

VowelTransliterationVowelTransliteration
◌ַ patakhaי◌ִ hireq yodi
◌ַ furtive patakha◌ָ qamets katano
◌ָ qametsa◌ֹ holemo
ה◌ָ final qamets heaוֹ full holemo
יו◌ָ three 3ms sufxaw◌ֻ short qibbutsu
◌ֶ segole◌ֻ long qibbutsu
◌ֵ tsereeוּ shurequ
י◌ֵ tsere yode◌ֳ khatef qametso
י◌ֶ segol yode◌ֲ khatef patakha
◌ִ short hiriqi◌ֱ khatef segole
◌ִ long hiriqi◌ְ vocal shewae
0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago