summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/app.html25
-rw-r--r--demos/images/app-disamb.pngbin0 -> 237790 bytes
-rw-r--r--demos/images/app-table.pngbin0 -> 225338 bytes
-rw-r--r--demos/images/app-trans.pngbin0 -> 135365 bytes
4 files changed, 18 insertions, 7 deletions
diff --git a/demos/app.html b/demos/app.html
index f10985e04..010366417 100644
--- a/demos/app.html
+++ b/demos/app.html
@@ -1,15 +1,19 @@
<html>
<body>
-<h1>The Language Compiler - a mobile translation app for Android</h1>
+<h1>The Human Language Compiler - a mobile translation app for Android</h1>
+
+<center>
+<img src="images/app-trans.png" width=200>
+</center>
<p>
-Here you can soon download a <a href="./App11.apk">test version</a>;
-also coming to PlayStore soon.
+Here you can download a <a href="http://grammaticalframework.org/~aarne/GFHLC.apk">test version</a>;
+also coming to Play Store soon.
</p>
<p>
-The Language Compiler is a human language translator based on
+The Human Language Compiler is a translator for human language based on
programming language technology. Therefore it is compact in size
and gives control on quality, indicating confidence with colours:
<ul>
@@ -33,7 +37,7 @@ and gives control on quality, indicating confidence with colours:
</p>
<p>
-The Languge Compiler works completely off-line, without
+The Human Languge Compiler works completely off-line, without
internet connection, although being on-line may give you better
speech input and output.
The app is small (around 23 MB for all languages).
@@ -41,8 +45,9 @@ We do not show ads.
</p>
<p>
-The Language Compiler translates both speech and text.
-It works between any pair of the supported languages.
+The Human Language Compiler translates both speech and text.
+It works between any pair of the supported languages, which means 110
+language pairs at the moment.
However, it works optimally <b>from English</b> and also from Swedish.
From other languages it can be slow and give more red results.
But expect frequent updates and improvements!
@@ -69,5 +74,11 @@ built by <a href="http://www.digitalgrammars.com/">Digital Grammars</a>.
in the green area!</i>
</p>
+<center>
+<img src="images/app-table.png" width=160>
+<img src="images/app-disamb.png" width=160>
+</center>
+
+
</body>
</html>
diff --git a/demos/images/app-disamb.png b/demos/images/app-disamb.png
new file mode 100644
index 000000000..dbce5a59d
--- /dev/null
+++ b/demos/images/app-disamb.png
Binary files differ
diff --git a/demos/images/app-table.png b/demos/images/app-table.png
new file mode 100644
index 000000000..162cfea16
--- /dev/null
+++ b/demos/images/app-table.png
Binary files differ
diff --git a/demos/images/app-trans.png b/demos/images/app-trans.png
new file mode 100644
index 000000000..5ebe0fbf8
--- /dev/null
+++ b/demos/images/app-trans.png
Binary files differ