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

Fix stress #150

Closed charlesLoder closed 8 months ago

charlesLoder commented 8 months ago

Removes stress from final syllable when the Word is in construct.

e.g.

new Text("כָּל־הָעָ֖ם").syllables.map((s) => s.isAccented);
// [ false, false, true ]