Iris is gone in favor of orion. Grep for 'iris' and you'll find just
a couple of references that I didn't grok.
This commit is contained in:
parent
efec654ee8
commit
b28e7e7c5c
10 changed files with 38 additions and 38 deletions
|
@ -23,7 +23,7 @@ word or a larger compound phrase. This
|
|||
entails a very time consuming process of looking up multiple combinations of
|
||||
syllables to determine which are found within a given dictionary.</p>
|
||||
<p>It partially automates that process by
|
||||
breaking up a sentence/paragraph entered in <a href="http://iris.lib.virginia.edu/tibet/tools/ewts.pdf" target="_blank">
|
||||
breaking up a sentence/paragraph entered in <a href="http://orion.lib.virginia.edu/thdl/tools/ewts.pdf" target="_blank">
|
||||
Extended Wylie</a> or Tibetan script
|
||||
into the biggest component parts it can find in multiple dictionary databases.
|
||||
Then for each component part found, it displays its stored definitions and
|
||||
|
@ -35,29 +35,29 @@ separately.</p>
|
|||
<ul>
|
||||
<li>
|
||||
Java servlet (using Roman script for input and Tibetan script for output)
|
||||
directly on a browser<p>The text is typed (or pasted) using <a href="http://iris.lib.virginia.edu/tibet/tools/ewts.pdf" target="_blank">
|
||||
directly on a browser<p>The text is typed (or pasted) using <a href="http://orion.lib.virginia.edu/thdl/tools/ewts.pdf" target="_blank">
|
||||
Extended Wylie</a> in a
|
||||
text box within a form. All of the processing is done on the server, and the
|
||||
results are returned in plain HTML. This allows the user to run this version on
|
||||
even the most basic browser without needing any additional software installed.
|
||||
Also, because the results are returned in HTML, features of HTML like
|
||||
hyperlinks, tables, and text formatting allow it to be skimmed more easily. The
|
||||
user can choose between seeing the Tibetan within the results in <a href="http://iris.lib.virginia.edu/tibet/tools/ewts.pdf" target="_blank">
|
||||
user can choose between seeing the Tibetan within the results in <a href="http://orion.lib.virginia.edu/thdl/tools/ewts.pdf" target="_blank">
|
||||
Extended Wylie</a> or in Tibetan script
|
||||
(<a href="http://iris.lib.virginia.edu/tibet/tools/tmw.html" target="_blank">using
|
||||
(<a href="http://orion.lib.virginia.edu/thdl/tools/tmw.html" target="_blank">using
|
||||
Tibetan Machine Web font now available for free</a>).<br>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
Java applet & application (using Tibetan script for both input and output)
|
||||
communicating to a servlet<p>The text is typed in <a href="http://iris.lib.virginia.edu/tibet/tools/ewts.pdf" target="_blank">
|
||||
communicating to a servlet<p>The text is typed in <a href="http://orion.lib.virginia.edu/thdl/tools/ewts.pdf" target="_blank">
|
||||
Extended Wylie</a>, but with the added
|
||||
value that optionally the user can choose to see it directly in the Tibetan script
|
||||
(<a href="http://iris.lib.virginia.edu/tibet/tools/tmw.html" target="_blank">using
|
||||
(<a href="http://orion.lib.virginia.edu/thdl/tools/tmw.html" target="_blank">using
|
||||
Tibetan Machine Web font now available for free</a>) as he types. We
|
||||
eventually plan to support other keyboard methods of entry as well. Here all the processing is also done on the server side, and the results
|
||||
are displayed interactively within the program's window. Again the user can choose
|
||||
to see the results in <a href="http://iris.lib.virginia.edu/tibet/tools/ewts.pdf" target="_blank">
|
||||
to see the results in <a href="http://orion.lib.virginia.edu/thdl/tools/ewts.pdf" target="_blank">
|
||||
Extended Wylie</a> or in the Tibetan script. </p>
|
||||
<p>Even though the application runs as a stand-alone application in the
|
||||
desktop's user, connection to the Internet is still necessary to access the
|
||||
|
@ -107,7 +107,7 @@ DictionarySearchHandheld.jar)</li>
|
|||
<li> '/' (shad), ';', '|', '!', ':', '[', ']', '^', '@', '#', '$', '%', '=', '<', '>',
|
||||
'(', ')', '{', '}', <i>blank line</i> (two enters in a row): may not show up in between
|
||||
component word or phrases (and hence is interpreted as marking the end of a
|
||||
component word or phrase). See <a href="http://iris.lib.virginia.edu/tibet/tools/ewts.pdf" target="_blank">
|
||||
component word or phrase). See <a href="http://orion.lib.virginia.edu/thdl/tools/ewts.pdf" target="_blank">
|
||||
Extended Wylie</a> documentation for the corresponding symbols in the
|
||||
Tibetan script.
|
||||
</li>
|
||||
|
@ -138,4 +138,4 @@ and will be looked up separately.</p>
|
|||
@see <a href="../text/package-summary.html">org.thdl.tib.text</a>
|
||||
@see <a href="../input/package-summary.html">org.thdl.tib.input</a>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue