mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
text in app help
This commit is contained in:
@@ -1,5 +1,35 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>Sorry, we can't help you</p>
|
||||
<p>
|
||||
Colours indicate confidence:
|
||||
<ul>
|
||||
<li><b>Green</b>:
|
||||
semantic translation, should be correct.
|
||||
But not necessarily the only correct one.
|
||||
</li>
|
||||
<li><b>Yellow</b>:
|
||||
syntactic translation, should be grammatically correct.
|
||||
But can be very strange in its interpretation and choice of words.
|
||||
</li>
|
||||
<li><b>Light red</b>:
|
||||
chunk translation, probably incorrect.
|
||||
Builds the translation from small pieces.
|
||||
</li>
|
||||
<li><b>Dark red</b>:
|
||||
word-by-word translation, almost certainly incorrect.
|
||||
Builds the translation word by word.
|
||||
</li>
|
||||
</ul>
|
||||
Translation works best <b>from English</b> and also from Swedish. From other languages it can be slow and give more red.
|
||||
But expect frequent updates and improvements!
|
||||
</p>
|
||||
<p>
|
||||
<b>Single word translation</b> with key button: click at the word to see grammatical information.
|
||||
</p>
|
||||
<p>
|
||||
Powered by <a href="http://www.grammaticalframework.org/">GF</a>,
|
||||
built by <a href="http://www.digitalgrammars.com/">Digital Grammars</a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user