Thank you! Knowing now that it's a do-it-yourself thing, I might also try adding those expressions to a RegexAnnotator that I'm using: It allows the expressions to be added and combined in an external file.
https://logiciels.lina.univ-nantes.fr/redmine/.../uima-tokens-regex-documen tation.pdf It took me a while to get it working but it allows a kind of meta regex against strings but also against the value of attributes such as POS. Just like Stanford's TokensRegex - Peter On 7/13/16, 12:19 PM, "Finan, Sean" <sean.fi...@childrens.harvard.edu> wrote: >Pattern.compile( ".*Principal Date\\D+(\\d+) (\\d+).*", DOTALL );