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
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, {
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