You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Georg Fette (JIRA)" <de...@uima.apache.org> on 2013/03/14 10:10:12 UTC

[jira] [Created] (UIMA-2745) TextMarker: Easy way to integrate short TextMarker Scripts directly in Java

Georg Fette created UIMA-2745:
---------------------------------

             Summary: TextMarker: Easy way to integrate short TextMarker Scripts directly in Java
                 Key: UIMA-2745
                 URL: https://issues.apache.org/jira/browse/UIMA-2745
             Project: UIMA
          Issue Type: New Feature
          Components: TextMarker
    Affects Versions: 2.0.0TextMarker
            Reporter: Georg Fette
            Priority: Minor


It would be great if it was possible to write a short bit of TextMarker-Script inside Java like:

TextMarkerShort.process(cas, "CW CW { -> MARK(MyAnnot) };");

Sometimes it is a bit oversized to create a whole TextMarker-Project only to accomplish a small annotation task. For that purpose a quick java-integration would be great.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira