Re: Using external engines in RUTA scripts

2013-06-26 Thread Fouad HAMDI
Hi Peter, Thank you for these information, I think I get the idea behind this notion of view now, it was not very clear for me before. Best regards, Fouad Le 26 juin 2013 à 18:33, Peter Klügl a écrit : > Hi, > > the TikaAnnotator creates a new view "textView" that contains the > MarkupAnnota

Re: Using external engines in RUTA scripts

2013-06-26 Thread Peter Klügl
Hi, On 26.06.2013 09:33, Fouad HAMDI wrote: > Hi, > > I am trying to use the Tika Annotator within RUTA scripts. > > Here is my current script: > > PACKAGE test; > > ENGINE tika.MarkupAnnotator; > > TYPESYSTEM tika.MarkupAnnotationTypeSystem; > DECLARE Link; > > Document{-> EXEC(MarkupAnnotator, {

Using external engines in RUTA scripts

2013-06-26 Thread Fouad HAMDI
Hi, I am trying to use the Tika Annotator within RUTA scripts. Here is my current script: PACKAGE test; ENGINE tika.MarkupAnnotator; TYPESYSTEM tika.MarkupAnnotationTypeSystem; DECLARE Link; Document{-> EXEC(MarkupAnnotator, {MarkupAnnotation})}; MarkupAnnotation { FEATURE("name", "a") -> MA