Rupert Westenthaler created STANBOL-632:
-------------------------------------------
Summary: Add post-processing EnhancementEngine for rule based
adding of fise:confidence-level information
Key: STANBOL-632
URL: https://issues.apache.org/jira/browse/STANBOL-632
Project: Stanbol
Issue Type: Sub-task
Reporter: Rupert Westenthaler
It is expected that not all EnhancementEngines will initially support the
fise:confidence-level feature.
This engine would use (implement) the following default rule set
* ignore Enhancements with an existing "confidence-level" assignment
* TextAnnotations with a confidence value > 0.8 => confident
* TextAnnotations with a confidence value < 0.8 > 0.5 => suggestion
* TextAnnotations with a confidence value < 0.5 => uncertain
* TextAnnotations with a single linked EntityAnnotation with a
confidence > 0.8 => confident
* TextAnnotations with a several linked EntityAnnotation with a
confidence > 0.8 => ambiguous *)
* TextAnnotations with several linked EntityAnnotations with a
confidence > 0.5 but no one > 0.8 => ambiguous *)
* TextAnnotations with a single linked EntityAnnotation with a
confidence < 0.8 > 0.5 => suggestion
* TextAnnotations with EntityAnnotations with confidence values < 0.5
=> uncertain
* TopicAnnotation with a confidence value > 0.8 => confident
* TopicAnnotation with a confidence value < 0.8 > 0.5 => suggestion
* TopicAnnotation with a confidence value < 0.5 => uncertain
*) NOTE that in those cases only EntityAnnotations with a confidence
value > 0.5 would be marked as "ambiguous". Additional
EntityAnnotations with confidence values < 0.5 would be marked as
"uncertain"
In addition the configuration should allow users to configure what Enhancement
should be processed by
defining
* Enhancement type (enable/disable TextAnnotations, EntityAnnotations,
TopicAnnotations)
* Enhancements of Engines (enable/disable based on Engine names)
* Set the ranges for "confident" (default >= 0,8); "suggestion" (default >=0,5
<0,8); uncertain (default < 0,5)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira