4 releases

new 0.1.4 Nov 20, 2024
0.1.2 Nov 20, 2024
0.1.1 Nov 20, 2024
0.1.0 Nov 20, 2024

#1561 in Parser implementations

MIT license

21KB
480 lines

greek-syllables

This is an experimental Zero copy Ancient Greek word syllabification library.

use greek-syllables::syllables;
let syllables = syllables("στρατιοτης"); // ["στρα", "τι", "ο", "της"]

Each syllable has the lifetime of the input string provded.

This library is not yet fully tested and not guaranteed to be fully functional. Use at your own risk. Read the test code for more details on usage.

Dependencies

~355KB