charlesLoder / havarotjs

A Typescript package for getting syllabic data about Hebrew text with niqqud.
https://www.npmjs.com/package/havarotjs
MIT License
12 stars 6 forks source link

Final aleph should not close syllable #107

Closed charlesLoder closed 1 year ago

charlesLoder commented 1 year ago

A word ending in an aleph should not be a closed syllable

new Text("בָּרָא").syllables.map(s => s.isClosed);
// [false, false] this is the correct output