Author: buildbot
Date: Wed May 30 11:51:33 2012
New Revision: 819612

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 30 11:51:33 2012
@@ -1 +1 @@
-1344207
+1344208

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.html
 Wed May 30 11:51:33 2012
@@ -245,21 +245,21 @@
 <li>The value of the 'dc:type' is well suited to select different style 
sheets. See the section for <a 
href="#fisetextannotation">fise:TextAnnotation</a> for detailed 
information.</li>
 <li>Note hat one </li>
 </ul>
-<p><strong>Processing Suggested Entities</strong></p>
+<h3 id="interact-with-suggested-entities">Interact with suggested Entities</h3>
 <p>In principle there are three different cases</p>
 <ol>
-<li>No suggestion: This indicates that a Named Entity was recognized during 
natural language processing, but to matching Entity was found within the 
knowledge base. In this case users might want to<ul>
+<li><strong>No suggestion</strong>: This indicates that a Named Entity was 
recognized during natural language processing, but to matching Entity was found 
within the knowledge base. In this case users might want to<ul>
 <li>manually search the knowledge base for an Entity. The Stanbol Entityhub 
Sites Endpoint can be used to implement this feature by sending a "GET 
http://{host}:{port}/entityhub/sites/find?name={name}"; (see the WebUI of your 
Stanbol instance for the detailed documentation).</li>
 <li>Create a new Entity based on the current TextAnnotation. In this case the 
'fise:selected-text' should be suggested as 'rdfs:label' and the 'dc:type' 
value could be used for the 'rdf:type'. New Entities can be added to the 
knowledge base by sending a "POST http://{host}:{port}/entityhub/entity"; with 
the RDF data of the Entity as content (see the WebUI of your Stanbol instance 
for the detailed documentation).</li>
 </ul>
 </li>
-<li>Distinct suggestion: This means that there is only a single suggestion 
with a high 'fise:confidence'. Also multiple suggestions where the first one as 
a high confidence and additional suggestions come with low confidence values 
may fit this description. In such situations <ul>
+<li><strong>Distinct suggestion</strong>: This means that there is only a 
single suggestion with a high 'fise:confidence'. Also multiple suggestions 
where the first one as a high confidence and additional suggestions come with 
low confidence values may fit this description. In such situations <ul>
 <li>the UI might want to automatically accept the suggestion</li>
 <li>allow users to show additional suggestion on request.</li>
 <li>undo automatic acceptance of the suggestion.</li>
 </ul>
 </li>
-<li>Ambiguous Suggestions: This situation is satisfied if multiple entities 
are suggested with a medium to high 'fise:confidence'. In those cases typically 
the user must provide additional input by<ul>
+<li><strong>Ambiguous Suggestions</strong>: This situation is satisfied if 
multiple entities are suggested with a medium to high 'fise:confidence'. This 
also applies to situations where there is no suggestion with an high 
'fise:confidence' value. In those cases typically the user must provide 
additional input by<ul>
 <li>selecting the correct entity</li>
 <li>rejecting all suggestions</li>
 <li>also manually searching and/or creating a new Entity as described for (1) 
would be possible interaction</li>


Reply via email to