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.