You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Charles Jalin (JIRA)" <de...@uima.apache.org> on 2014/04/24 09:47:14 UTC

[jira] [Created] (UIMA-3771) Using common objects in several executions

Charles Jalin created UIMA-3771:
-----------------------------------

             Summary: Using common objects in several executions
                 Key: UIMA-3771
                 URL: https://issues.apache.org/jira/browse/UIMA-3771
             Project: UIMA
          Issue Type: Question
            Reporter: Charles Jalin
            Priority: Minor


Hello,

My question is how to access to the external object in every execution of analysis engine. I have a object that is slow for loading and it is used in my annotator. Is it possible create this object one time and send to every ae?.

Thanks for your attention.

Regards



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Re: [jira] [Created] (UIMA-3771) Using common objects in several executions

Posted by Johannes Darms <jo...@scai.fraunhofer.de>.
Hey Charles,

you can use External Resources [1] these objects are shared as long as analysis engine share the same UimaContext (respective the same ResourceManager).


Regards

Johannes


[1]https://uima.apache.org/d/uimaj-2.5.0/tutorials_and_users_guides.html#ugr.tug.aae.accessing_external_resource_files

----- Ursprüngliche Mail -----
Von: "Charles Jalin (JIRA)" <de...@uima.apache.org>
An: dev@uima.apache.org
Gesendet: Donnerstag, 24. April 2014 09:47:14
Betreff: [jira] [Created] (UIMA-3771) Using common objects in several executions

Charles Jalin created UIMA-3771:
-----------------------------------

             Summary: Using common objects in several executions
                 Key: UIMA-3771
                 URL: https://issues.apache.org/jira/browse/UIMA-3771
             Project: UIMA
          Issue Type: Question
            Reporter: Charles Jalin
            Priority: Minor


Hello,

My question is how to access to the external object in every execution of analysis engine. I have a object that is slow for loading and it is used in my annotator. Is it possible create this object one time and send to every ae?.

Thanks for your attention.

Regards



--
This message was sent by Atlassian JIRA
(v6.2#6252)