Class RoomNumberAnnotatorDescriptor

java.lang.Object
org.apache.uima.fit.examples.tutorial.ex1.RoomNumberAnnotatorDescriptor

public class RoomNumberAnnotatorDescriptor extends Object
This class provides a main method which shows how to generate an XML descriptor file using the RoomNumberAnnotator class definition. The resulting XML descriptor file is the same as the one provided in the uimaj-examples except that instead of building the file in parallel with the class definition, it is now built completely by using the class definition.
  • Constructor Details

    • RoomNumberAnnotatorDescriptor

      public RoomNumberAnnotatorDescriptor()
  • Method Details