diff options
| author | aarne <aarne@chalmers.se> | 2014-06-15 14:12:55 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-06-15 14:12:55 +0000 |
| commit | 11d8df739e71164977cb6f80ba83167714dcec1a (patch) | |
| tree | b7088952ce40196d07f74859dfab5d1594925f7e /demos/translation.t2t | |
| parent | d6252d1c16d59ad26db0d08a531cddf39864d9db (diff) | |
updated demos/translation.t2t with link to app and explanation of colours
Diffstat (limited to 'demos/translation.t2t')
| -rw-r--r-- | demos/translation.t2t | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/demos/translation.t2t b/demos/translation.t2t index 70d65d068..6b12e1daa 100644 --- a/demos/translation.t2t +++ b/demos/translation.t2t @@ -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== |
