Project

General

Profile

Task #678

Updated by Martin Ledvinka about 6 years ago

As a developer, I want the application to be able to generate document annotations based on term occurrences discovered by the text analysis service. The annotations should contain selectors which can be used to identify the text chunks representing the term occurrences in the document. 

 Acceptance criteria: 
 - Application contains a service whose input is the text annotation service output (in the agreed upon form). 
 - This service processes the annotation service output and for each identified term occurrence generates an annotation. 
 - The annotation contains at least two different selectors which can be used to identify the particular term occurrence in the document. 
 - The annotations are stored in the repository and are connected to their respective terms. 
 - Provenance data are added for the annotations. 
 - Tested.

Back