Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segolate nouns with sof pasuq not accented correctly #108

Closed
charlesLoder opened this issue Apr 13, 2023 · 0 comments · Fixed by #110
Closed

Segolate nouns with sof pasuq not accented correctly #108

charlesLoder opened this issue Apr 13, 2023 · 0 comments · Fixed by #110
Milestone

Comments

@charlesLoder
Copy link
Owner

const str = `הָאָֽרֶץ׃`;
const text = new Text(str);
console.table(text.syllables.map((s) => [s.text, s.isAccented,  s.isClosed]));

┌─────────┬───────┬───────┬───────┐
 (index)    0      1      2   
├─────────┼───────┼───────┼───────┤
    0      'הָ'   false  false 
    1      'אָֽ'   false  false 
    2     'רֶץ׃'  true   true  
└─────────┴───────┴───────┴───────┘

The second syllable should be accented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant