<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.apache.uima.general">
    <title>gmane.comp.apache.uima.general</title>
    <link>http://blog.gmane.org/gmane.comp.apache.uima.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1469"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1467"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1462"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1458"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1455"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1454"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1453"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1448"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1426"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1412"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1406"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1394"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.uima.general/1383"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1469">
    <title>Imports with '_pear.xml' in aggregate prevent annotators to work on the right Sofa</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1469</link>
    <description>Hi, 
 
I have to integrate 2 annotators in 
an aggregate, the first creates a new Sofa and the second work on this created 
Sofa. 
 
My problem is that when I use the 
Annotators descriptors in the imports everything works, but when I specify the 
‘_pear.xml’ descriptors the second annotator continue to work on the ‘DEFAULT’ 
Sofa. 
 
For example with this descriptor my 
second annotator (InfomagicXipFrench) annotates the Sofa ‘txt’ : 

 
&lt;?xml version="1.0" 
encoding="UTF-8"?&gt;
&lt;analysisEngineDescription 
xmlns="http://uima.apache.org/resourceSpecifier"&gt;
  &lt;frameworkImplementation&gt;org.apache.uima.java&lt;/frameworkImplementation&gt;
  
&lt;primitive&gt;false&lt;/primitive&gt;
  
&lt;delegateAnalysisEngineSpecifiers&gt;
    &lt;delegateAnalysisEngine 
key="XmlStripAnnotator"&gt;
      &lt;import 
location="../../XmlStripAnnotator/XmlStripAnnotator_pear.xml"/&gt;
    
&lt;/delegateAnalysisEngine&gt;
    &lt;delegateAnalysisEngine 
key="InfomagicXipFrench"&gt;
      &lt;import 
location="../../InfomagicXipFrench/desc/InfomagicXipFrench.xml"/&gt;
    
&lt;</description>
    <dc:creator>Baptiste Gaillard</dc:creator>
    <dc:date>2008-10-07T14:32:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1467">
    <title>Imports with '_pear.xml' in aggregate prevent annotators to work on the right Sofa</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1467</link>
    <description>Hi, 

 

I have to integrate 2 annotators in an aggregate, the first creates a new
Sofa and the second work on this created Sofa. 

 

My problem is that when I use the Annotators descriptors in the imports
everything works, but when I specify the '_pear.xml' descriptors the second
annotator continue to work on the 'DEFAULT' Sofa. 

 

For example with this descriptor my second annotator (InfomagicXipFrench)
annotates the Sofa 'txt' : 

 

&lt;?xml version="1.0" encoding="UTF-8"?&gt;

&lt;analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier"&gt;

  &lt;frameworkImplementation&gt;org.apache.uima.java&lt;/frameworkImplementation&gt;

  &lt;primitive&gt;false&lt;/primitive&gt;

  &lt;delegateAnalysisEngineSpecifiers&gt;

    &lt;delegateAnalysisEngine key="XmlStripAnnotator"&gt;

      &lt;import
location="../../XmlStripAnnotator/XmlStripAnnotator_pear.xml"/&gt;

    &lt;/delegateAnalysisEngine&gt;

    &lt;delegateAnalysisEngine key="InfomagicXipFrench"&gt;

      &lt;import
location="../../InfomagicXipFrench/desc/InfomagicXipFrench.xml"/&gt;

    &lt;/delegateAn</description>
    <dc:creator>Baptiste.GAILLARD-s/S/64wAxt+H1Tvi1vFFB9BPR1lH4CV8&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-10-07T13:42:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1465">
    <title>VNS Server with private IP</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1465</link>
    <description>Hi,

I just came across an issue while setting up a VINCI Service on a server
that doesn't have a public IP.

The server that host the Vinci Service is accesible through a public IP, but
doesn't actually know it. (Load Balancer)

Here is the scheme of the process.

The CPE call the VNS Host through a public IP

CPE ---------- Internet ------- Load Balancer --------&gt; VNS Server (
192.168.0.1:9000)

For now everything is ok.

The VNS Server then send to the CPE the IP and Port of the service that the
CPE wanted to call.

CPE &lt;---------- Internet ------- Load Balancer -------- VNS Server

The the CPE try to call the service via 192.168.0.1:10000 but this IP is not
reachable from internet.

I tried to get around this by setting up the variable VNS_HOST to the domain
that linked to the public IP, but it didn't worked.
The VNS Server still convert the domain into an IP.

I also tried to set the VNS_HOST to the public IP, but their is a security
feature on Load balancers that you can not call yourself with the publ</description>
    <dc:creator>Nassim Jammal</dc:creator>
    <dc:date>2008-10-07T09:02:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1462">
    <title>Order of CASes after multiplier</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1462</link>
    <description>I can't find this documented anywhere, but I observe empirically that
components downstream of a CAS multiplier receive all of the new CASes
generated by that multiplier before receiving the original CAS that was
the input to the multiplier.  Can I rely on that order?

-Aaron

</description>
    <dc:creator>Aaron Kaplan</dc:creator>
    <dc:date>2008-10-02T19:48:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1458">
    <title>[UIMA] How to remove a feature structure from a CAS</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1458</link>
    <description>Hello,
I am developing an interactive annotator, which should produce a corpus of
annotated documents for AE training. Since a human annotator can decide to
remove an annotation, I would like to know if there were an API for remove a
feature structure from the CAS after it was created.

Manuel Fiorelli
</description>
    <dc:creator>Manuel Fiorelli</dc:creator>
    <dc:date>2008-10-02T12:51:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1455">
    <title>CFP open for ApacheCon Europe 2009</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1455</link>
    <description>If you only have thirty seconds:

The Call for Papers for ApacheCon Europe 2009, to be held in
Amsterdam, from 23rd to 27th March, is now open! Submit your proposals
at http://eu.apachecon.com/c/aceu2009/cfp/ before 24th October.

Remember that early bird prices for ApacheCon US 2008, to be held in
New Orleans, from 3rd to 7th November, will go up this Friday, at
midnight Eastern time!

Sponsorship opportunities for ApacheCon US 2008 and ApacheCon EU 2009
are still available. If you or your company are interested in becoming
a sponsor, please contact Delia Frees at delia-tNYnu+yeWK6aMJb+Lgu22Q&lt; at &gt;public.gmane.org for
details.

*******

If you want all the details:

ApacheCon Europe 2009 - Leading the Wave of Open Source
Amsterdam, The Netherlands
23rd to 27th March, 2009

Call for Papers Opens for ApacheCon Europe 2009

The Apache Software Foundation (ASF) invites submissions to its
official conference, ApacheCon Europe 2009. To be held 23rd to 27th
March, 2009 at the Mövenpick Hotel Amsterdam City Centre, Apa</description>
    <dc:creator>Thilo Goetz</dc:creator>
    <dc:date>2008-10-02T11:57:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1454">
    <title>[UIMA] Annotated corpus</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1454</link>
    <description>Hi,
I know that the UIMA architecture provides the CAS (common analysis system)
to share analysis data about a single artifact. Is there a standard way to
store an annotated corpus, which could be used, for example, to train an AE?

Regards,
Manuel Fiorelli
</description>
    <dc:creator>Manuel Fiorelli</dc:creator>
    <dc:date>2008-09-29T19:06:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1453">
    <title>FYI: New UIMA Development Environment available on Alphaworks -- LanguageWare Resource Workbench</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1453</link>
    <description>
Hello all,

My apologies for the wide broadcast, however I wanted to let everyone know
of a new development environment that is now available on Alphaworks. It is
an Eclipse Workbench that allows you to create UIMA Annotators without
writing a line of code (for the lazy folks like me that don't want to
bother ;-)  We have also uploaded a Demonstrator that contains a lot of
dictionaries, rules, UIMA pipelines, etc. that you can use to bootstrap
your development process, and some instructional videos to get you
up-and-running.

I would love to hear your feedback and hopefully it may prove to be useful
for some of you.

Below is the announcement:


   This week, the IBM® LanguageWare®  team announces the availability of an
   innovative LanguageWare NLP development environment, the "IBM
   LanguageWare Resource Workbench". This Workbench, which will be
   delivered with a Demonstrator that contains a comprehensive set of
   language and domain models across English, Spanish, Portuguese, German,
   Arabic, an</description>
    <dc:creator>Marie Wallace</dc:creator>
    <dc:date>2008-09-29T12:47:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1451">
    <title>image support on uima</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1451</link>
    <description>hi,
is it possible to take images as input to uima framework in eclipse.if
yes then how ?.i want to use uima as to store and manage and then
analyze a big amount of image data for information extraction.is there
any any builtin support for images in uima as i have read in uima
related documents.

</description>
    <dc:creator>rohan singh</dc:creator>
    <dc:date>2008-09-26T14:32:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1448">
    <title>Automatic Generation of class files (JCasGen) from Maven</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1448</link>
    <description>Hello,

I'm currently working on a distributed project involving UIMA. At this stage,
sometimes modifications to the UIMA descriptor files are absolutely necessary
and, unfortunately, this confuses our VCS. Whenever JCasGen is run from within
Eclipse or similar, it updates *all* generated class files, which leads the VCS
to treating them as new commits. The problem here is, when editing the
descriptors on different branches, while the merging of the descriptor files
goes well most of the time, the merging of the class files fails most of the
time. This leaves the merger with several dozen conflicts.

The current policy is to then just delete those files and run JCasGen on the
merged branch. Of course, the actual problem here is, that one shouldn't really
track those files in the first place.

But the matter is slightly more delicate. After checking out the project from
version control, the project should be readily compilable, without further
setup. That's why we're using Maven to fetch all dependencies and </description>
    <dc:creator>Александър Л. Димитров</dc:creator>
    <dc:date>2008-09-17T17:02:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1442">
    <title>request for suggestion about uima</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1442</link>
    <description>hi ,
                                        i want to use uima as basic
framework for image analysis and then by extracting the information from the
uima ,i want to use them for further processing.
so please i am in middle of exploring uima. if any of you from other side
can help me , it will be very kind.right now i am not able to figure out
what algorithm uima is using for image analysis,and how i can use it.


thank you,

rohan singh
</description>
    <dc:creator>rohan singh</dc:creator>
    <dc:date>2008-09-21T11:30:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1436">
    <title>UIMA Cas Editor source link</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1436</link>
    <description>Hi,

upon not finding a pre-built package of the CAS Editor for Mac OS, I
wanted to build my own. Unfortunately, the source link seems to be
wrong, pointing to the 'uima-as-2.2.2-incubating' dir instead of
'caseditor-2.2.2-incubating'.

Just a typo but I thought I'd report it anyway.

Best,
Ramon

</description>
    <dc:creator>Ramon Ziai</dc:creator>
    <dc:date>2008-09-18T13:48:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1426">
    <title>CAS Editor questions</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1426</link>
    <description>
I spent some time today trying out the CAS Editor and came away with a 
few questions:

1) Is it possible to open CAS Editor within Eclipse?  It seems like this 
should be easy to do - but I don't understand how this is done. 
2) How can I set the classpath so that I can e.g. load a type system 
that imports by name other types?  It would be nice if I could add the 
classpath given to a java project. 

I am able to get the tool running using the provided executable - but it 
would sure be nice if I could figure out the above two problems I am 
having. 

Thanks,
Philip



</description>
    <dc:creator>Philip Ogren</dc:creator>
    <dc:date>2008-09-10T23:44:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1412">
    <title>Multi-threaded CAS Consumer</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1412</link>
    <description>
Hi,

I would like to run CPE in multithreaded environment. For this purpose, I changed the value of the variable named processingUnitThreadCount=3 in CPE Descriptor file. When I run the CPE, it gave me a Java null pointer exception in my CAS Consumer. Where I initialize all basics open connection and initialize the command to insert the data. 
Please help me to overcome this issue. How can I achieve the running CPE in multithreaded mode. 

Thanks &amp; Regards,
Ashu


_________________________________________________________________
Movies, sports &amp; news! Get your daily entertainment fix, only on live.com
http://www.live.com/?scope=video&amp;form=MICOAL</description>
    <dc:creator>Ashutosh Sharma</dc:creator>
    <dc:date>2008-09-02T04:11:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1406">
    <title>"No proxy is available" error message</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1406</link>
    <description>(UIMA 2.2.1)

Sometimes in our application that use remote UIMA components, we get the
following error:

"No proxy is available. Instantiate a proxy before calling process()"

Does someone knows why this exception occurs, or at least already
experiment such problem ?

It seems to be "random", and usually restarting the UIMA components and
the VINCI server "solve" it.

I look into the source code (NetworkCasProcessorImpl.java): as far as I
understand, it may only occur when the process() method is called before
setProxy() or after collectionProcessComplete(), which should not happen
in real use case...

Thanks in advance for any help or tip on this one, I'm really stuck here.

</description>
    <dc:creator>Hugo Lafayette</dc:creator>
    <dc:date>2008-08-27T15:17:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1402">
    <title>XmiCollectionReader</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1402</link>
    <description>Is it possible to use XmiCollectionReader in a CPE?  I don't see any way 
to configure a type system, and without a type system I of course get 
"unknown type" errors.

-Aaron


</description>
    <dc:creator>Aaron Kaplan</dc:creator>
    <dc:date>2008-08-27T11:56:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1400">
    <title>Is it possible to "manually" trigger batchProcessComplete?</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1400</link>
    <description>Hi,

I recently used the CasProcessors &lt;checkpoint&gt; element to periodically flush the 
results of some of my processors results to a database. However, triggering the 
batchProcessComplete() method if the processor via the checkpoint seems only 
possible after a fixed number of documents (the batch=xxx attribute) configured 
at start time. I'm wondering if it is somehow possible to trigger this 
programatically. For example I would like to trigger the "batchProcessComplete" 
after certain documents (which I can already identify in the collection reader).

Is there a way of telling the UIMA framework to do so?

</description>
    <dc:creator>Christoph Büscher</dc:creator>
    <dc:date>2008-08-20T15:10:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1397">
    <title>OASIS UIMA Standard Draft out for Public Review</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1397</link>
    <description>Hi Everyone,

For those who may be interested, a draft of the UIMA Standard
Specification that is being developed at OASIS has been posted for a
60-day public review.  You can see the announcement of the public
review here: http://lists.oasis-open.org/archives/tc-announce/200808/msg00003.html.
 There is a link to the current draft of the specification and a place
where you can leave comments.  This public review is one of the steps
along the way to becoming an OASIS standard.

  -Adam

</description>
    <dc:creator>Adam Lally</dc:creator>
    <dc:date>2008-08-15T19:57:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1394">
    <title>Class-Path issues - Previously: Making JAR files reading from within</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1394</link>
    <description/>
    <dc:creator>Ahmed Abdeen Hamed</dc:creator>
    <dc:date>2008-08-15T13:55:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1383">
    <title>[ANNOUNCE][UPDATE] Apache UIMA Cas Editor version 2.2.2-incubating</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1383</link>
    <description>The link to the Apache UIMA download page was incorrect.
The correct link to the Apache UIMA download page is

http://incubator.apache.org/uima/downloads.cgi

Jörn
</description>
    <dc:creator>Jörn Kottmann</dc:creator>
    <dc:date>2008-08-13T20:51:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.uima.general/1382">
    <title>Broken link to latest hot fix?</title>
    <link>http://comments.gmane.org/gmane.comp.apache.uima.general/1382</link>
    <description>Folks,

We're excited to try out the new CAS editor, but the link to the latest 
hotfix seems broken (returns a page not found error):

http://incubator.apache.org/uima/%5Bpreferred%5D/incubator/uima/binaries/uimaj-2.2.2-incubating/uima-2.2.2-fp1-incubating.zip

Help!

-ehn

</description>
    <dc:creator>Eric Nyberg</dc:creator>
    <dc:date>2008-08-13T20:31:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.uima.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.uima.general</link>
  </textinput>
</rdf:RDF>
