Closed charlesLoder closed 1 year ago
When spelled "יְרוּשָׁלַיִם", the does not have the correct number of syllables
const str = `יְרוּשָׁלִָֽם`; const text = new Text(str); const test = text.syllables.map((s) => s.text); // [ 'יְ', 'רוּ', 'שָׁ', 'לִָֽם' ]
It should be 5 syllables.
Issue #26 fixed the issue of sequencing.
When spelled "יְרוּשָׁלַיִם", the does not have the correct number of syllables
It should be 5 syllables.
Issue #26 fixed the issue of sequencing.