Hi all and thanks for the good job on TextMarker. I would like to write a rule using a FEATURE condition that compares a feature of the matched annotation with a REGEXP as second argument. For example, rather than : Lemma{FEATURE("lemma","human")}; I would like to write something like that : Lemma{FEATURE("lemma",REGEXP(".*human.*"))}; Is there a way to do that with TextMarker language ?