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

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

    [ https://issues.apache.org/jira/browse/UIMA-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13602225#comment-13602225 ] 

Richard Eckart de Castilho commented on UIMA-2745:
--------------------------------------------------

It should be possible to slightly extend the DKPro Core TextMarker convenience-component [1] to accept a script parameter. It would need to write the script to the proper location on disk before invoking the process method of the actual TextMarker component.

[1] http://code.google.com/p/dkpro-core-asl/source/browse/de.tudarmstadt.ukp.dkpro.core-asl/trunk/de.tudarmstadt.ukp.dkpro.core.textmarker-asl/src/test/java/de/tudarmstadt/ukp/dkpro/core/textmarker/TextMarkerTest.java
                
> 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