I did this stuff back in August. It's all in support of EWTS->Tibetan
conversion. The tag 'TODO(DLC)[EWTS->Tibetan]' exists all over the place. EWTS->Tibetan isn't here yet; lexing isn't here yet; this is mainly a refactoring so that the ACIP->Tibetan code can be reused to do EWTS->Tibetan. I'm committing this because tests pass (it shouldn't be breaking anything), because I want a checkpoint, and because the laptop this sandbox was on isn't my preferred development environment.
This commit is contained in:
parent
83f499b7a8
commit
37bf9a736d
26 changed files with 43219 additions and 98 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
The contents of this file are subject to the THDL Open Community License
|
||||
|
||||
// give B+DE to be very friendly to machines.The contents of this file are subject to the THDL Open Community License
|
||||
Version 1.0 (the "License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License on the THDL web site
|
||||
(http://www.thdl.org/).
|
||||
|
@ -202,7 +203,7 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
|
||||
/** comma-delimited list of supported non-Tibetan consonants, such
|
||||
* as Sanskrit consonants: */
|
||||
private static final String otherConsonants // va and fa are treated pretty-much like Sanskrit.
|
||||
private static final String otherConsonants // va and fa are treated pretty-much like Sanskrit. // TODO(DLC)[EWTS->Tibetan]: now are v and f in EWTS?
|
||||
= "T,Th,D,N,Sh,v,f";
|
||||
|
||||
/** comma-delimited list of supported numbers (superscribed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue