Class DSMain

java.lang.Object
  extended by DSMain

public class DSMain
extends java.lang.Object

This class is designed to provide some examples on how to use the the DictionarySyllabilizer class. It looks up a given word and counts the number of syllables. There are also some utility methods that allow users to access the dictionary.

Version:
April 7th, 2009
Author:
Nick Aschenbach (nick.aschenbach@gmail.com)

Constructor Summary
DSMain()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSMain

public DSMain()
Method Detail

main

public static void main(java.lang.String[] args)