This is a simple-minded little java applet designed to see the linguistic
utility of Java. It's written in Java 1.0.
The program takes lowercase strings of vowels and consonants and imposes
CVC syllables. Complex onsets and codas are not allowed, and intervocalic
consonants are syllabified as onsets. This is all just for practice
and very much in flux.
The code comes in two class files. The first contains the GUI and the
second the substantive
part of the program.
- mhold.java
- cha3.java
Mike Hammond