Reputation: 11
I have a java annotator and now I want to use it in UIMA. I followed the guide to make a new annotator in UIMA and now I do not know where to put my JAVA code, which folders to put my files and how they relate to the XML file. I am stuck. Can you help?
Upvotes: 1
Views: 100
Reputation: 1
first follow these steps:
1, Defining Types
Generating Java Source Files for CAS Types
Developing Your Annotator Code
Creating the XML Descriptor
Testing Your Annotator
and 4th point is your required answer after creating java annotator code
Upvotes: 0