charlesLoder/hebrew-transliteration

Maqqaf after shureq is dropped

Closed this issue · 2 comments

When a maqqaf is after a shureq (e.g. "נַשְּׁקוּ־בַ֡ר"), it is dropped.

console.log(heb.transliterate(`נַשְּׁקוּ־בַ֡ר`));
// expected: naššǝqû-bar
// received: naššǝqûbar

See original issue.

This is caused b/c the maqqaf is part of the Cluster.

Should it be?