<p dir="ltr">Hi,</p>
<p dir="ltr">I want to use GATE to populate my ontology per annotation. Each annotation is a class. Meaning that I built a gate pipeline to annotate my documents l, that is a collection of tweets. Each tweet is annotated as a sentence and then within each sentence, I have the other annotations. e.g. </p>
<p dir="ltr">Tweet: #Ausopen Rafa won Rajor! Such a match</p>
<p dir="ltr"><Sentence> AusOpen <Player> Rafa </Player> won <Player>Rajor</Player> ! Such a match </Sentence> </p>
<p dir="ltr">I have written the code from the Jape example, however I still cannot get the annotation within each sentence tag.<br>
Question: How I can get the annotation within another annotation to populate my ontology? </p>
<p dir="ltr">Many thanks for your help.</p>
<p dir="ltr">Lida</p>