davebren / Syllabification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syllabification

Syllabification takes words, and breaks them into syllables. Currently it only supports the spanish language.

Usage: System.out.println(new SyllabifiedWord("americano");

TODO: Support hyphenated and compound words (with spaces). Expand to other languages.

About


Languages

Language:Java 99.2%Language:Groovy 0.8%