diff options
| author | aarne <aarne@chalmers.se> | 2014-12-04 20:30:50 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-12-04 20:30:50 +0000 |
| commit | db97a2b0e4ec8e13933efdfc12541771c44fbcca (patch) | |
| tree | b1e450fc8d75dccba6e962290966d88973a32442 /src/ui | |
| parent | 2cca456da95e6b42f223c7241e4f831acfc71384 (diff) | |
quick reference text prepended to app help file
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/android/assets/help_content.html | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/src/ui/android/assets/help_content.html b/src/ui/android/assets/help_content.html index 00f74f2ef..45281ce2d 100644 --- a/src/ui/android/assets/help_content.html +++ b/src/ui/android/assets/help_content.html @@ -1,7 +1,30 @@ <html> - <body> +<body> <p> +<b>Speech input</b>: Press microphone icon and talk. +<br> +<b>Text input</b>: Select "keyboard" from menu, press keyboard icon. +<br> +<b>Correction</b>: Press input text. +<br> +<b>Alternatives</b>: Press output text +<br> +<b>Grammar info</b>: Press any of alternatives. +<br> +<b>Confidence</b>: colour of output text +<ul> +<li><span style="background-color:palegreen">Green</span>: Probably correct (but not the only one)</li> +<li><span style="background-color:yellow">Yellow</span>: May be correct</li> +<li><span style="background-color:pink">Light red</span>: Rough, probably incorrect</li> +<li><span style="background-color:red">Dark red</span>: If all else fails, usually incorrect</li> +</ul> +</p> + +<hr> + +<h2>More details</h2> +<p> The Human Language Compiler is a translator for human language based on programming language technology: grammars and semantics. Therefore it is compact in size and gives control on quality. |
