bug fix - "mthong"->"mtong" vs "tong" etc
This commit is contained in:
parent
76635f380a
commit
7c331c4651
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue