bug fix - "mthong"->"mtong" vs "tong" etc

This commit is contained in:
micha3lp 2006-08-13 00:55:07 +00:00
parent 76635f380a
commit 7c331c4651
1 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ public class Pronounciation
*/
static Enumeration getStandardEnumeration ()
{
//Vector<String> vec = new Vector<String> () ;
Vector vec = new Vector () ;
vec.add ( "THDL" ) ;
@ -86,7 +85,7 @@ public class Pronounciation
private Pattern pattern ;
private static final String vowelSet = "aeiou" ;
private static final String consonantSet = "bBcCdDfghjklmnNpPrsStvwXzZ" ;
private static final String consonantSet = "bBcCdDfgGhjkKlmnNpPrsStTvwXzZ" ;
/**
* constructior