forked from GitHub/gf-core
numerals demo on the web
This commit is contained in:
43
demos/index-numbers.html
Normal file
43
demos/index-numbers.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
||||
<TITLE>Portable Numeral Translator</TITLE>
|
||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||
<P ALIGN="center"><CENTER><H1>Portable Numeral Translator</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>15 August 2008</I><BR>
|
||||
</FONT></CENTER>
|
||||
|
||||
<P>
|
||||
Here is the first GF application for the iPhone. It translates
|
||||
numerals from digits into number words in 15 languages. It works for
|
||||
numerals in the range 1-999,999. You can use the demo online in your iPhone's
|
||||
browser, or download and install it by using FileMagnet (from AppStore).
|
||||
</P>
|
||||
<P>
|
||||
The demo should work in any web browser supporting JavaScript, but it has been
|
||||
specially dimensioned for the iPhone screen. It is an application of a general
|
||||
technology, namely the compilation of GF grammars to JavaScript. Thus you can
|
||||
easily build similar applications from your own grammars.
|
||||
</P>
|
||||
<P>
|
||||
The
|
||||
<A HREF="http://www.cs.chalmers.se/~bringert/gf/translate/">full numeral translator</A>, which
|
||||
works in 88 language and permits arbitrary cross translations, cannot yet be ported
|
||||
to the iPhone because of memory problems.
|
||||
</P>
|
||||
<P>
|
||||
The current version has some encoding/font issues in Hebrew and Hindi.
|
||||
</P>
|
||||
<P>
|
||||
<A HREF="numbers/numbers.html">Use the translator online</A>
|
||||
</P>
|
||||
<P>
|
||||
<A HREF="numbers.tgz">Download the translator</A>. To install: unpack the file and move
|
||||
the directory <CODE>numbers</CODE> to your FileMagnet uploader.
|
||||
</P>
|
||||
|
||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -thtml index-numbers.txt -->
|
||||
</BODY></HTML>
|
||||
27
demos/index-numbers.txt
Normal file
27
demos/index-numbers.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
Portable Numeral Translator
|
||||
15 August 2008
|
||||
|
||||
Here is the first GF application for the iPhone. It translates
|
||||
numerals from digits into number words in 15 languages. It works for
|
||||
numerals in the range 1-999,999. You can use the demo online in your iPhone's
|
||||
browser, or download and install it by using FileMagnet (from AppStore).
|
||||
|
||||
The demo should work in any web browser supporting JavaScript, but it has been
|
||||
specially dimensioned for the iPhone screen. It is an application of a general
|
||||
technology, namely the compilation of GF grammars to JavaScript. Thus you can
|
||||
easily build similar applications from your own grammars.
|
||||
|
||||
The
|
||||
[full numeral translator http://www.cs.chalmers.se/~bringert/gf/translate/], which
|
||||
works in 88 language and permits arbitrary cross translations, cannot yet be ported
|
||||
to the iPhone because of memory problems.
|
||||
|
||||
The current version has some encoding/font issues in Hebrew and Hindi.
|
||||
|
||||
[Use the translator online numbers/numbers.html]
|
||||
|
||||
[Download the translator numbers.tgz]. To install: unpack the file and move
|
||||
the directory ``numbers`` to your FileMagnet uploader.
|
||||
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@ a letter in a language you don't know.
|
||||
number words in 88 languages.
|
||||
</P>
|
||||
<P>
|
||||
<B>NEW</B> <A HREF="index-numbers.html">Numeral translator for the iPhone</A>.
|
||||
</P>
|
||||
<P>
|
||||
<A HREF="http://www.cs.chalmers.se/~bringert/xv/pizza/">Pizza</A>: order a pizza by speaking
|
||||
to your web browser.
|
||||
</P>
|
||||
@@ -45,5 +48,5 @@ the <A HREF="../lib/resource/doc/synopsis.html">GF resource library</A>
|
||||
</P>
|
||||
|
||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -thtml demos/index.txt -->
|
||||
<!-- cmdline: txt2tags -thtml index.txt -->
|
||||
</BODY></HTML>
|
||||
|
||||
@@ -9,6 +9,8 @@ a letter in a language you don't know.
|
||||
[Numeral translator http://www.cs.chalmers.se/~bringert/gf/translate/]: see
|
||||
number words in 88 languages.
|
||||
|
||||
**NEW** [Numeral translator for the iPhone index-numbers.html].
|
||||
|
||||
[Pizza http://www.cs.chalmers.se/~bringert/xv/pizza/]: order a pizza by speaking
|
||||
to your web browser.
|
||||
|
||||
|
||||
@@ -53,6 +53,10 @@ June 2008
|
||||
</P>
|
||||
<H2>News</H2>
|
||||
<P>
|
||||
15 August 2008:
|
||||
<A HREF="demos/index-numbers.html">Numeral translator for the iPhone</A>
|
||||
</P>
|
||||
<P>
|
||||
27 June 2008:
|
||||
<A HREF="doc/gf3-release.html">release of GF 3.0</A> and this new web page; the old web page is
|
||||
<A HREF="../GF2/index.html">here</A>.
|
||||
|
||||
Reference in New Issue
Block a user