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.


You do not have a java-enabled browser

The code comes in two class files. The first contains the GUI and the second the substantive part of the program.

  1. mhold.java
  2. cha3.java

Mike Hammond