You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Reza Hay <re...@gmail.com> on 2017/06/13 11:15:00 UTC

How to use nested features?

Hi All,

I get compiler error message (Type "NSUBJ.Governor.pos" not defined in this script/block) for this Ruta (2.6.0) statement:
NSUBJ.Governor.pos == "VBZ" {->LOG("Successful")};

I thought I'm using FeatureMatchExpression. The typesystem I have imported is the DKPro typesystem. The type of NSUBJ.Governor is Token and "pos" is a feature of Token.

Any idea?

Regards,
Reza