summaryrefslogtreecommitdiff
path: root/src/ui/android
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-12-07 17:42:47 +0000
committeraarne <aarne@chalmers.se>2014-12-07 17:42:47 +0000
commitfae9df25179fba14d5acdfded6d7d31955b6f550 (patch)
tree5dbdf80574b6c76051efe5204019082dd0513760 /src/ui/android
parent82a7e22d2e19a131d996c3146d4edb52027425f7 (diff)
some edits in app help file
Diffstat (limited to 'src/ui/android')
-rw-r--r--src/ui/android/assets/help_content.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/android/assets/help_content.html b/src/ui/android/assets/help_content.html
index 0ea34df15..64c6d341f 100644
--- a/src/ui/android/assets/help_content.html
+++ b/src/ui/android/assets/help_content.html
@@ -14,10 +14,10 @@
<br>
<b>Confidence</b>: colour of output text
<ul>
-<li><span style="background-color:palegreen">Green</span>: Fully analysed, probably correct (but has alternatives)</li>
-<li><span style="background-color:yellow">Yellow</span>: A good guess, may be correct</li>
-<li><span style="background-color:pink">Light red</span>: A rough guess, probably incorrect</li>
-<li><span style="background-color:red">Dark red</span>: Word by word, usually incorrect</li>
+<li><span style="background-color:palegreen">Green</span>: semantic, probably correct (but has alternatives)</li>
+<li><span style="background-color:yellow">Yellow</span>: syntactic, often incorrect (has alternatives)</li>
+<li><span style="background-color:pink">Light red</span>: chunk-based, probably incorrect (has alternatives)</li>
+<li><span style="background-color:red">Dark red</span>: word-based, usually very bad</li>
</ul>
</p>
@@ -83,7 +83,7 @@ The following table gives a rough idea of what to expect:
<tr> <th>Finnish</th> <td bgcolor=yellow></td> <td bgcolor=yellow></td><td bgcolor=pink></td> <td bgcolor=yellow>in only</td></tr>
<tr> <th>French</th> <td bgcolor=pink></td> <td bgcolor=yellow></td><td bgcolor=red></td> <td bgcolor=palegreen></td></tr>
<tr> <th>German</th> <td bgcolor=pink></td> <td bgcolor=yellow></td><td bgcolor=pink></td> <td bgcolor=palegreen></td></tr>
-<tr> <th>Hindi</th> <td bgcolor=pink></td> <td bgcolor=pink></td> <td bgcolor=yellow></td> <td bgcolor=yellow>in only</td> </tr>
+<tr> <th>Hindi</th> <td bgcolor=pink></td> <td bgcolor=red></td> <td bgcolor=yellow></td> <td bgcolor=yellow>in only</td> </tr>
<tr> <th>Italian</th> <td bgcolor=pink></td> <td bgcolor=pink></td><td bgcolor=pink></td> <td bgcolor=palegreen></td></tr>
<tr> <th>Spanish</th> <td bgcolor=pink></td> <td bgcolor=yellow></td><td bgcolor=pink></td> <td bgcolor=palegreen></td></tr>
<tr> <th>Swedish</th> <td bgcolor=yellow></td> <td bgcolor=yellow></td> <td bgcolor=palegreen></td> <td bgcolor=yellow>in only</td></tr>