yes and no.

Yes, this is exactly what this specification was intended to do.

No (or maybe yes) - this spec is passed to the annotator, and it's up to the
annotator designer to use it to control what annotations they compute.  So
please look at the CTakes source code for the annotator(s) that are producing
this, and see if they make use of it.

Or, just ask on the CTakes user list.

-Marshall

On 3/16/2020 2:39 AM, dhinesh (Jira) wrote:
>     [ 
> https://issues.apache.org/jira/browse/UIMA-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17059984#comment-17059984
>  ] 
>
> dhinesh commented on UIMA-6201:
> -------------------------------
>
> Thanks Richard.Thanks Richard.
> I need one more clarification. is it possiple to restrict output annotations 
> from the capabilities tag or anyother tag inside the analysis engine.xml 
> file.Version: Apache UIMA SDK Version 2.10.2example<capabilities> 
> <capability> <inputs /> <outputs> <type 
> allAnnotatorFeatures="true">org.apache.ctakes.typesystem.type.syntax.PRT 
> </type> <type 
> allAnnotatorFeatures="true">org.apache.ctakes.typesystem.type.syntax.PP 
> </type> <type 
> allAnnotatorFeatures="true">org.apache.ctakes.typesystem.type.OntologyConcept 
> </type> </outputs> </capability></capabilities>
>
>> Analysis engine Enhancement
>> ---------------------------
>>
>>                 Key: UIMA-6201
>>                 URL: https://issues.apache.org/jira/browse/UIMA-6201
>>             Project: UIMA
>>          Issue Type: Question
>>          Components: UIMA
>>            Reporter: dhinesh
>>            Priority: Major
>>
>> Hi Friends,
>> can any one suggest me how to filter specific class annotations from the 
>> chunk of annotations.
>> For Example
>> I am getting output as
>> org.apache.ctakes.typesystem.type.syntax.PRT
>> org.apache.ctakes.typesystem.type.syntax.PP
>> org.apache.ctakes.typesystem.type.OntologyConcept
>> etc
>> I need output only as
>> org.apache.ctakes.typesystem.type.OntologyConcept
>> Where do I restrict for my specific class annotations in analysis engine.
>> Thanks
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)

Reply via email to