diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-08-15 15:28:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-08-15 15:28:09 +0000 |
| commit | 38cdd440016282ddcfebee15861883086a7ad212 (patch) | |
| tree | 6041a5e3ef4df6cdcca886734fabf4801c855f05 /demos/index-numbers.txt | |
| parent | ba78322409e2086a83c03b7b32e84940a24030b0 (diff) | |
numerals demo on the web
Diffstat (limited to 'demos/index-numbers.txt')
| -rw-r--r-- | demos/index-numbers.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/demos/index-numbers.txt b/demos/index-numbers.txt new file mode 100644 index 000000000..1909e6af6 --- /dev/null +++ b/demos/index-numbers.txt @@ -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. + + + |
