[ 
https://issues.apache.org/jira/browse/UIMA-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Klügl resolved UIMA-2745.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1TextMarker

done. Added TextMarker.apply(CAS, String)
                
> 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
>            Assignee: Peter Klügl
>            Priority: Minor
>             Fix For: 2.0.1TextMarker
>
>
> 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

Reply via email to