N+D+Ya, not N+D+ya, w+Wa, not w+wa .. use W, R, and Y where appropriate.
This commit is contained in:
parent
1ec668c018
commit
9a247f5932
2 changed files with 15 additions and 3 deletions
|
@ -407,6 +407,16 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
validInputSequences.put(ntk, anyOldObjectWillDo);
|
||||
}
|
||||
|
||||
charSet.add("Y");
|
||||
charSet.add("R");
|
||||
charSet.add("W");
|
||||
|
||||
// Useless because none is two or more characters, but for
|
||||
// completeness we put these in since EWTS allows w+W etc.
|
||||
validInputSequences.put("Y", anyOldObjectWillDo);
|
||||
validInputSequences.put("R", anyOldObjectWillDo);
|
||||
validInputSequences.put("W", anyOldObjectWillDo);
|
||||
|
||||
sTok = null;
|
||||
|
||||
top_vowels = new HashSet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue