Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
None
-
None
-
None
Description
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