Author: rwesten
Date: Wed May 30 11:51:27 2012
New Revision: 1344208
URL: http://svn.apache.org/viewvc?rev=1344208&view=rev
Log:
minor
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext?rev=1344208&r1=1344207&r2=1344208&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
Wed May 30 11:51:27 2012
@@ -187,18 +187,18 @@ Additionally:
* The value of the 'dc:type' is well suited to select different style sheets.
See the section for [fise:TextAnnotation](#fisetextannotation) for detailed
information.
* Note hat one
-__Processing Suggested Entities__
+### Interact with suggested Entities
In principle there are three different cases
-1. 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
+1. __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
* 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).
* 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).
-2. 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
+2. __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
* the UI might want to automatically accept the suggestion
* allow users to show additional suggestion on request.
* undo automatic acceptance of the suggestion.
-3. 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
+3. __Ambiguous Suggestions__: 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
* selecting the correct entity
* rejecting all suggestions
* also manually searching and/or creating a new Entity as described for
(1) would be possible interaction