I really hesitate to commit this because I'm not sure what it brings to the
table exactly and I fear that it makes the ACIP->Tibetan converter code a lot uglier. The TODO(DLC)[EWTS->Tibetan] comments littered throughout are part of the ugliness; they point to the ugliness. If each were addressed, cleanliness could perhaps be achieved. I've largely forgotten exactly what this change does, but it attempts to improve EWTS->Tibetan conversion. The lexer is probably really, really primitive. I concentrate here on converting a single tsheg bar rather than a whole document. Eclipse was used during part of my journey here and some imports were reorganized merely because I could. :) (Eclipse was needed when the usual ant build failed to run a new test EWTSTest. And I wanted its debugger.) Next steps: end-to-end EWTS tests should bring many problems to light. Fix those. Triage all the TODO comments. I don't know that I'll ever really trust the implementation. The tests are valuable, though. A clean implementation of EWTS->Tibetan in Jython might hold enough interest for me; I'd like to learn Python.
This commit is contained in:
parent
f64bae8ea6
commit
7198f23361
45 changed files with 1666 additions and 695 deletions
19
.classpath
19
.classpath
|
@ -1,15 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="output" path="eclipse_bin"/>
|
||||
<classpathentry kind="src" path="source"/>
|
||||
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||
<classpathentry kind="lib" path="extensions/jdom.jar"/>
|
||||
<classpathentry kind="lib" path="extensions/jmf.jar"/>
|
||||
<classpathentry kind="lib" path="extensions/xalan.jar"/>
|
||||
<classpathentry kind="lib" path="extensions/xercesImpl.jar"/>
|
||||
<classpathentry kind="lib" path="extensions/xml-apis.jar"/>
|
||||
<classpathentry kind="lib" path="extensions"/>
|
||||
<classpathentry kind="lib" path="F:/thdl/Jskad/extensions/drop-ins/QTJava.zip"/>
|
||||
<classpathentry kind="lib" path="F:/Program Files/Eclipse/eclipse/plugins/org.junit_3.7.0/junit.jar"/>
|
||||
<classpathentry kind="lib" path="F:/Program Files/j2sdkee1.3.1/lib/j2ee.jar"/> <!-- or you could use Tomcat's JAR. -DC -->
|
||||
<classpathentry kind="src" path="source"/>
|
||||
<classpathentry kind="lib" path="extensions/jdom.jar"/>
|
||||
<classpathentry kind="lib" path="extensions/to-be-installed-with-ant/junit.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="extensions"/>
|
||||
<classpathentry kind="lib" path="G:/Program Files/eclipse/plugins/org.eclipse.tomcat_4.1.30/servlet.jar"/>
|
||||
<classpathentry kind="output" path="bin_for_eclipse"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue