Added an unfinished ACIP->Tibetan converter. Once it works properly
for ACIP, it'll easily be made to work as a perfect EWTS Wylie->Tibetan converter. It has an extensive suite of tests for the existing functionality.
This commit is contained in:
parent
39e0435b6b
commit
e21d3774a9
14 changed files with 8709 additions and 21 deletions
31
source/org/thdl/tib/text/ttt/package.html
Normal file
31
source/org/thdl/tib/text/ttt/package.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!--
|
||||
|
||||
@(#)package.html
|
||||
|
||||
Copyright 2003 Tibetan and Himalayan Digital Library
|
||||
|
||||
This software is the confidential and proprietary information of
|
||||
the Tibetan and Himalayan Digital Library. You shall use such
|
||||
information only in accordance with the terms of the license
|
||||
agreement you entered into with the THDL.
|
||||
|
||||
-->
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Provides classes and methods for converting Latin transliteration of
|
||||
Tibetan text into Tibetan.
|
||||
<p>
|
||||
This package (whose name, ttt, stands for transliteration-to-Tibetan)
|
||||
contains methods for converting ACIP transliteration into Tibetan
|
||||
Machine Web and methods for converting EWTS transliteration into
|
||||
Tibetan Machine Web. It has extensive tests, though probably not
|
||||
mentioned in these Javadoc documents.
|
||||
</p>
|
||||
<h2>Related Documentation</h2>
|
||||
@see <a href="../package-summary.html">org.thdl.tib.text</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue