I think i wasn't clear enough, and i should be more specific.
I have a type system in which all words have been annotated as Tokens. I am
calling a RUTA script from a java class, and that script has only one rule:
Token Token {-> Problem}
However, with this script, no Problems are created. When I try
Token {-> Problem}
I get one problem for each Token, which is what I expected. Why can't I
create annotations using rules with more than one word?
Thanks
2015-05-26 14:49 GMT-03:00 Diego Buoro <[email protected]>:
> Hello guys,how are you doing?
>
> I would like to know once i have called RUTA from a Java project, how can
> i mark consecutive tokens as a "Problem" (the name of my annotation, in
> this case)?
>
> Thanks in advice!
>