You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2013/08/14 10:29:48 UTC

[jira] [Updated] (UIMA-3186) Apply sofa-unaware analysis engines on different views without descriptor

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

Peter Klügl updated UIMA-3186:
------------------------------

    Description: 
The user has to wrap/configure the sofa-unaware analysis engine on descriptor level in order to apply it on a view other than _InitialView. If the descriptor of the analysis engine is not available (any more), then it is quite hard. Some improvement that eases this task would be helpful.

The following is for exmaple not possible right now:
{noformat}
ae.process(cas.getView("myView"));
{noformat}

  was:
The user has to wrap/configure the sofa-unaware analysis engine on descriptor level in order to apply it on a view other than _InitialView. If the descriptor of the analysis is not available (any more), then it is quite hard.  Some improvement that eases this task would be helpful.

The following is for exmaple not possible right now:
{noformat}
ae.process(cas.getView("myView"));
{noformat}

    
> Apply sofa-unaware analysis engines on different views without descriptor
> -------------------------------------------------------------------------
>
>                 Key: UIMA-3186
>                 URL: https://issues.apache.org/jira/browse/UIMA-3186
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.5.0SDK
>            Reporter: Peter Klügl
>             Fix For: 2.5.0SDK
>
>
> The user has to wrap/configure the sofa-unaware analysis engine on descriptor level in order to apply it on a view other than _InitialView. If the descriptor of the analysis engine is not available (any more), then it is quite hard. Some improvement that eases this task would be helpful.
> The following is for exmaple not possible right now:
> {noformat}
> ae.process(cas.getView("myView"));
> {noformat}

--
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