Significant changes were made to the type sysem for cTAKES (now Apache cTAKES [incubating]) to generalize it and align it with standards where possible. It includes semantic and syntactic types. http://incubator.apache.org/ctakes/
I suggest you look at ctakes-constituency-parser for an example of handling a syntax tree. The type system for the current release candidate is: https://svn.apache.org/repos/asf/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-type-system/src/main/resources/org/apache/ctakes/typesystem/types/TypeSystem.xml And the latest release under development is: https://svn.apache.org/repos/asf/incubator/ctakes/trunk/ctakes-type-system/src/main/resources/org/apache/ctakes/typesystem/types/TypeSystem.xml Here is the citation for the type system A common type system for clinical natural language processing. J Biomed Sem. 4:1. 2013. http://www.jbiomedsem.com/content/4/1/1/abstract Regards, James Masanz Senior Analyst/Programmer Department of Information Technology Phone: (507) 722-1727 [email protected] Mayo Clinic mayoclinic.org > -----Original Message----- > From: [email protected] [mailto:user- > [email protected]] On Behalf Of Prem > Devanbu > Sent: Friday, February 08, 2013 6:38 PM > To: [email protected] > Cc: Jui-Chung Wu > Subject: making hiearchical annotations in UIMA > > We want to annotated some text with a syntax tree, and we're having > trouble finding examples or tutorial content on how this should be done > within UIMA. Any pointers appreciated. > > Prem Devanbu > Professor, Computer Science > UC Davis > >
