Skip to content

Library that clusters greek letters around vowels with the intention to count the number of syllabes in the input. It doesn't syllabize properly in regards to the consonants, but if you want to implement it it's a pretty easy fix. It just needs a dictionary of the consonant groups that have words starting from them and a rule to divide twin lett…

License

Notifications You must be signed in to change notification settings

mknull/greek_syllabes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

greek_syllabes

Βιβλιοθήκη για να μετρά Ελληνικές συλλαβές. Δεν συλλαβίζει με ακρίβεια, αλλα μετρά τις συλλαβές σωστά.

This is a library that counts the number of syllabes in greek text by batching letters around vowels/valid vowel clusters and counting the batches. It doesn't syllabize properly in regards to the consonants, but if you want to implement it it's a pretty easy fix. It just needs a dictionary of the consonant groups that have words starting from them so you can batch at valid consonant clusters and a rule to divide twin letters in their respective syllabes.

Available functions are listed in main.

About

Library that clusters greek letters around vowels with the intention to count the number of syllabes in the input. It doesn't syllabize properly in regards to the consonants, but if you want to implement it it's a pretty easy fix. It just needs a dictionary of the consonant groups that have words starting from them and a rule to divide twin lett…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published