updated demos/translation.t2t with link to app and explanation of colours

This commit is contained in:
aarne
2014-06-15 14:12:55 +00:00
parent 9b785463f0
commit 42bb22df0c

View File

@@ -12,11 +12,21 @@ Powered by multilingual grammars
#GFWCT
==Download an app==
==Download the app==
**Coming soon**: //link to an Android app, with a barcode.//
[App description and download page ./app.html]
==Colours==
- **Green: semantic translation**, should be correct.
But not necessarily the only correct one.
- **Yellow: syntactic translation**, should be grammatically correct.
But can be very strange in its interpretation and choice of words.
- **Light red: chunk translation**, probably incorrect.
Builds the translation from small pieces.
- **Dark red: word-by-word translation**, almost certainly incorrect.
Builds the translation word by word and returns unknown words verbatim.
==What you can expect==