Jaroslaw Cwiklik | 2 Jul 21:13
Picon

Re: PEAR support in UIMA AS ?

Jorn, can you clarify the use case? Do you think that the uima AS deployment
descriptor should be extended to point to a pear descriptor?
Jerry
On Mon, Jun 29, 2009 at 7:52 AM, Jörn Kottmann <kottmann@...> wrote:

> Jaroslaw Cwiklik wrote:
>
>> Jorn, there is no direct support in uima-as for pears. Uima AS takes a
>> deployment descriptor that points to external files (Analysis Descriptors)
>> and deploys the components contained therein. Classpath must be modified
>> manually to point to resources and jar files.
>> Currently there is a bug in the uima AS code that prevents deployment of
>> more than one descriptor in the same jvm. I've discovered it while trying
>> to
>> test such deployment.
>>
> Do you think it would make sense to add pear support to
> UIMA AS ? In my opinion it would make the deployment and
> prior testing of an AAE easier.
>
> Jörn
>
Frederick R Reiss | 2 Jul 22:03
Picon
Favicon

AUTO: Frederick R Reiss is at SIGMOD (returning 07/03/2009)


I am out of the office until 07/03/2009.

I am at the SIGMOD 2009 conference.  It may take me a day or two to reply
to email.

Note: This is an automated response to your message  "Re: PEAR support in
UIMA AS ?" sent on 7/2/09 15:13:18.

This is the only notification you will receive while this person is away.
Picon
Favicon

Germany: 2nd UIMA <at> GSCL Workshop - Extended deadline - Final CFP

======================================================================== 
========

Final Call for Papers - EXTENDED DEADLINE: JULY, 9
Unstructured Information Management Architecture (UIMA)
2nd UIMA <at> GSCL Workshop

September 30, 2009
Potsdam, Germany

http://www.ling.uni-potsdam.de/acl-lab/gscl09/workshops.de.html

======================================================================== 
========

** NEWS: a one-hour beginners tutorial on UIMA will be held prior to  
the workshop at the same day **


For many decades, NLP has suffered from low software engineering  
standards
causing a limited degree of re-usability of code and interoperability  
of different
modules within larger NLP systems. While this did not really hamper  
success
in limited task areas (such as implementing a parser), it caused serious
problems for the emerging field of language technology where the  
focus is on
building complex integrated software systems, e.g., for information  
extraction
(Continue reading)

Jörn Kottmann | 3 Jul 11:31
Picon

Re: PEAR support in UIMA AS ?

Jaroslaw Cwiklik wrote:
> Jörn, can you clarify the use case? Do you think that the uima AS deployment
> descriptor should be extended to point to a pear descriptor?
>   
Yes that would be nice.

My use case is that we have a small analysis cluster which
runs on a few machines. The cluster should be capable to run
multiple UIMA AS applications.

Has IBM experience with running UIMA AS on a cluster ?

Right now I still try to figure out how to setup UIMA AS in away
it can run on a cluster. Hadoop style start/stop scripts for all nodes 
would be really
nice and a rsync script to copy over modifications made to one
node to the other nodes. Though maybe a JMX management application wold 
be even better.

My AAE resources are hosted on a http server and updated frequently. To get
them on the servers I use a script which downloads the resources with wget.
Is there a way to make UIMA AS to re-initialize the running AAE instances to
load the updated resources ?

Jörn

Jörn Kottmann | 3 Jul 14:23
Picon

Re: PEAR support in UIMA AS ?

Jörn Kottmann wrote:
> Jaroslaw Cwiklik wrote:
>> Jörn, can you clarify the use case? Do you think that the uima AS 
>> deployment
>> descriptor should be extended to point to a pear descriptor?
>>   
The SimpleServer just takes a pear file. That would be even better,
because then I do not have to install it on the server.

Jörn

Radwen ANIBA | 3 Jul 16:04
Picon

Combining Cas Readers

Hello everyone,

Well till now, according to UIMA docs, we only deal with a kind of document
(let's says text analysis) Collection readers than only deals with text
documents, is it possible in UIMA to combine within the same CPE several
types of inputs, and so collection readers. UIMA graphical description show
that it possible to combine inputs (audio, video, pdfs etc etc) but no
sample exploitation of that is available.

Do anyone already combined different type of inputs ?

If we have different text formats (xml, html, txt, etc etc) are these
subcategories of Text document ? I mean do we note under text document in
uima all parseable document ?

Thx

Radwen
Nikolay Georgiev | 3 Jul 18:09
Picon

Localization failed - Can't find the bundle

Hello everyone,

I'm just starting out with UIMA and tried to write my first Annotator 
following the example from "Getting Started". I did it and then I wanted 
to include throwing of ResourceInitializationException exceptions in the 
initialize() method, for which I was required a MESSAGE_DIGEST.

I saw how it is done in the uimaj-examples, and made the following 
changes to my code:

1. added the MESSAGE_DIGEST constant in the Annotator.
2. Made a new "resource" directory and added it to as a class folder of 
my project in Eclipse.
3. In the "resource" directory I added the *MESSAGE.properties file 
corresponding to the path of the MESSAGE_DIGEST constant.

Then I wanted to try out my annotator with the CAS Visual Debugger in 
Eclipse and modified its RUN Configuration:
Under "Classpath"->"User Entries" I included my annotator project.

Then and run my annotator and when the annotator throws an exception I 
get the following exception, saying that it can't find the message bundle:

====================================================
7/3/09 5:57:16 PM - 10: 
org.apache.uima.tools.cvd.MainFrame.handleException(575): SEVERE: 
EXCEPTION MESSAGE LOCALIZATION FAILED: 
java.util.MissingResourceException: Can't find bundle for base name 
somepackages.MyAnnotator_Messages, locale en_US
org.apache.uima.analysis_engine.AnalysisEngineProcessException: 
(Continue reading)

Nikolay Georgiev | 3 Jul 18:06
Picon

Localization failed - Can't find the bundle

Hello everyone,

I'm just starting out with UIMA and tried to write my first Annotator 
following the example from "Getting Started". I did it and then I wanted 
to include throwing of ResourceInitializationException exceptions in the 
initialize() method, for which I was required a MESSAGE_DIGEST.

I saw how it is done in the uimaj-examples, and made the following 
changes to my code:

1. added the MESSAGE_DIGEST constant in the Annotator.
2. Made a new "resource" directory and added it to as a class folder of 
my project in Eclipse.
3. In the "resource" directory I added the *MESSAGE.properties file 
corresponding to the path of the MESSAGE_DIGEST constant.

Then I wanted to try out my annotator with the CAS Visual Debugger in 
Eclipse and modified its RUN Configuration:
Under "Classpath"->"User Entries" I included my annotator project.

Then and run my annotator and when the annotator throws an exception I 
get the following exception, saying that it can't find the message bundle:

====================================================
7/3/09 5:57:16 PM - 10: 
org.apache.uima.tools.cvd.MainFrame.handleException(575): SEVERE: 
EXCEPTION MESSAGE LOCALIZATION FAILED: 
java.util.MissingResourceException: Can't find bundle for base name 
somepackages.MyAnnotator_Messages, locale en_US
org.apache.uima.analysis_engine.AnalysisEngineProcessException: 
(Continue reading)

Chavan, Girish | 3 Jul 21:28

RE: How to start the CAS Editor?

Hi,

I really dug deep into the cas editor code to see if I could use it in my project. The main component I am
interested in is the actual editor (org.apache.uima.caseditor.editor.AnnotationEditor). However
it is too tightly coupled with the caseditor plugin. Also it is a final class so I cant extend it so that I can
break those couplings.

What is the best way to use the AnnotationEditor in an RCP application without having to subscribe to the
corpus model enforced by the cas editor plugin.

My ideal solution is to be able to launch the AnnotationEditor with an AnnotationEditorInput that exposes
a CAS object and its associated Type system that I want to edit/display. The AnnotationEditor should have
setters/getters for the DocumentProvider and AnnotationPainter. That way I can have control over how
the annotations are displayed (AnnotationStyles).

I am planning to cannibalize the AnnotationEditor code if all else fails but asking the community first, id
prefer to have a cleaner use of the cas editor plugin in my project. 

Thoughts? Comments? Suggestions? Ideas?

Thanks,
Girish

-----Original Message-----
From: Jörn Kottmann [mailto:kottmann@...] 
Sent: Wednesday, June 24, 2009 4:41 PM
To: uima-user@...
Subject: Re: How to start the CAS Editor?

Kai Schlamp wrote:
(Continue reading)

Radwen ANIBA | 4 Jul 11:55
Picon

UIMA and Netbeans

Hello everyone,

Don't shoot me please :)))

I have just a question, Is there any plugin for UIMA under Netbeans, just
like Eclipse ?

Radwen

Gmane