Am 18.03.2014 13:56, schrieb Peter Klügl: > Hi, > > my first guess is that you need to add the Ruta type system > (BasicTypeSystem, which imports InternalTypeSystem) to your analysis > engine or to your type system, depending how you run your pipeline or > create the CAS to be processed. > > More comments below... > > Am 18.03.2014 13:37, schrieb James Baker: >> Hi, >> >> I have a series of UIMA Ruta rules that I wish to run from within my own >> UIMA annotator. This is described here, but I can't get it to work: >> http://uima.apache.org/d/ruta-current/tools.ruta.book.html#ugr.tools.ruta.integration > I will add a mention about the type system to the documentation. >
Ah... there is already a mention in the documentation: "We also take care that the Ruta basic typesystem is loaded when our annotator is initialized. The Ruta typesystem descriptors are available from ruta-core/src/main/resources/org/apache/uima/ruta/engine/" Missed that... Peter
